

/* Start:/local/templates/avaclinic/components/bitrix/news/programmyKosmetologii/style.css?17851614965434*/
@charset "UTF-8";
.bg__orange {
  background-color: #FFA742;
}
.bg__gradient-peach-green {
  background: linear-gradient(98.62deg, #FFEEDE -0.24%, #F2FFE2 100%);
}

/* Баннер */
.beauty_programs_banner {
  background-image: url(/local/templates/avaclinic/images/title_block/title_banner_adults.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.beauty_programs_banner__container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.beauty_programs_banner__breadcrumbs {
  margin-top: 40px;
  margin-bottom: 32px;
}
.beauty_programs_banner__content {
  max-width: 545px;
  min-width: 404px;
  margin-bottom: 48px;
  margin-top: 16px;
  position: relative;
  z-index: 2;
}
.beauty_programs_banner__content.banner-big {
  min-width: 100%;
  max-width: 100%;
  text-align: center;
}
.beauty_programs_banner__figure {
  min-width: 631px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.beauty_programs_banner__figure picture, .beauty_programs_banner__figure_image {
  object-fit: cover;
  object-position: left;
  height: 100%;
  -webkit-mask-box-image: -webkit-linear-gradient(left, transparent, transparent 5%, white 16%, white 90%, transparent 100%);
  mask-image: linear-gradient(to left, transparent, transparent 5%, white 16%, white 90%, transparent 100%);
}
.beauty_programs_banner__figure img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: left;
}
.beauty_programs_banner__text {
  font-size: 16px;
}

@media (max-width: 1279px) {
  .beauty_programs_banner__container {
    margin: 0 0 0 24px;
    max-width: 100%;
  }
  .beauty_programs_banner__content {
    width: 588px;
    min-width: initial;
  }
  .beauty_programs_banner___title {
    display: inline-block;
  }
  .beauty_programs_banner__figure {
    opacity: 20%;
    position: absolute;
    height: 100%;
    right: 0;
  }
  .beauty_programs_banner__figure picture {
    height: 100%;
    position: absolute;
  }
}
@media (max-width: 1023px) {
  .beauty_programs_banner__container {
    margin: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .beauty_programs_banner__figure {
    display: none;
  }
}
@media (max-width: 767px) {
  .beauty_programs_banner__content {
    width: 288px;
  }
  .beauty_programs_banner__content.banner-big {
    min-width: initial;
    max-width: initial;
    width: calc(100% - 48px);
    text-align: left;
  }
  .beauty_programs_banner__title {
    display: block;
  }
  .beauty_programs_banner__figure {
    opacity: 20%;
    position: absolute;
    height: 100%;
    right: 0;
    width: calc(100% + 16px);
    left: -16px;
    min-width: 100%;
  }
  .beauty_programs_banner__figure picture {
    object-fit: cover;
  }
}
/* END Баннер */
/* Елементы программ */
.beauty_programs {
  margin-top: 80px;
  margin-bottom: 80px;
}
.beauty_programs__container {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.beauty_programs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.beauty_programs__item {
  color: #1D2F3C;
  position: relative;
  width: 588px;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
.beauty_programs__item:hover {
  text-decoration: none;
  color: #1D2F3C;
}
.beauty_programs__item-right {
  width: 282px;
  min-height: 244px;
}
.beauty_programs__item-right img {
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: top;
}
.beauty_programs__item-left {
  padding: 16px;
  width: 274px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.beauty_programs__item-program {
  height: 28px;
  margin-bottom: 16px;
}
.beauty_programs__item-program-wrapp {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: max-content;
  padding: 4px 16px;
  border-radius: 100px;
  color: #fff;
}
.beauty_programs__item-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.beauty_programs__item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.beauty_programs__item-icon {
  margin-top: 16px;
  display: flex;
  width: 40px;
  height: 40px;
}
.beauty_programs__item-icon img {
  object-fit: cover;
  object-position: top;
}

@media (max-width: 1240px) {
  .beauty_programs__container {
    margin: 0 16px;
  }
  .beauty_programs__item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  .beauty_programs {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .beauty_programs__item {
    width: calc(50% - 8px);
    flex-wrap: wrap;
  }
  .beauty_programs__item-left {
    width: 100%;
    order: 2;
  }
  .beauty_programs__item-right {
    width: 100%;
    order: 1;
  }
  .beauty_programs__item-right img {
    width: 100%;
    max-height: 224px;
    height: 100%;
  }
  .beauty_programs__item-icon {
    position: absolute;
    top: 16px;
  }
  .beauty_programs__list {
    gap: 16px;
  }
}
@media (max-width: 650px) {
  .beauty_programs__item {
    width: 100%;
  }
  .beauty_programs__item-right img {
    max-height: 300px;
  }
}
/* END Елементы программ */

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/avaclinic/components/custom/form/.default/custom/form.controls/checkup_call/style.css?17851614962644*/
/*region Check-up Form - General layout */
section.checkupCall {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    background: #F6F9FB;
    margin-bottom: 0;
}

.checkupCall .checkupCall_formContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 80px 0;
    max-width: 812px;
    padding: 48px 80px;
}

.checkupCall .checkupCall_formContainer .checkupCall_title {
    margin-top: 0;
}

.checkupCall .checkupCall_formContainer > p {
    color: #1D2F3C;
    font-size: 15px;
    text-align: center;
    width: 100%;
    max-width: 600px;
}

.checkupCall_title {
    font-size: 36px;
    line-height: 48px;
}
/*endregion*/

/*region Check-up Form - Controls -- General layout*/
.checkupCall_formContainer .btn.submitButton {
    margin: 0 auto;
}

.checkupCall_formContainer .formCell.half {
    width: calc(50% - 12px);
}

.checkupCall_formContainer .checkbox {
    justify-content: center;
    align-items: center;
}

.checkupCall_formContainer .checkbox label {
    width: unset;
}
/*endregion*/

/*region Check-up Form - Controls -- General layout --- Responsive*/
@media(max-width: 767px) {
    .checkupCall_title {
        font-size: 24px;
        line-height: 32px;
    }

    .checkupCall .checkupCall_formContainer {
        padding: 48px 16px;
        margin: 0;
        border: none;
        border-radius: unset;
        box-shadow: none;
        background: #F6F9FB;
    }

    .checkupCall_formContainer .formCell.half {
        width: 100%;
    }

    .checkupCall_formContainer .form {
        flex-flow: column;
    }

    .checkupCall_formContainer .submitButton {
        margin-bottom: 24px;
    }

    .checkupCall_formContainer .checkbox {
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
}
/*endregion*/

/*region Check-up Form - Controls -- Modal layout*/
.reveal_checkupCall .reveal_block {
    max-width: 450px;
    box-sizing: border-box;
}

.reveal_checkupCall .formCell.half {
    width: 100%;
}

.reveal_checkupCall .form {
    flex-flow: column;
}

.reveal_checkupCall .submitButton {
    margin-bottom: 24px;
}

.reveal_checkupCall .checkbox {
    text-align: left;
}
/*endregion*/

.reveal_checkupRequestPay .reveal .reveal_link {
    font-size: inherit;
    line-height: inherit;
    color: #5EB92D;
    text-decoration: none;
    outline: none;
    transition: color 0.3s;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.reveal_checkupRequestPay .reveal .reveal_link:hover {
    text-decoration: underline;
    cursor: pointer;
}
/* End */


/* Start:/local/templates/avaclinic/components/custom/form/.default/custom/form.result.modal/.default/style.css?1785161496363*/
.reveal_block {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 584px;
}
.reveal_image {
    height: 64px;
    margin-top: 32px;
}
.reveal_block .reveal_title {
    margin: 0 0 8px 0;
    font-size: 21px;
    color: #1D2F3C;
}
.reveal_block .reveal_text {
    line-height: 1.67;
    margin: 0 0 1.5em;
    font-size: 14px;
}

/* End */


/* Start:/local/templates/avaclinic/components/custom/form/.default/custom/form.layout/modal/style.css?1785161496842*/
.reveal_block:not(.slBlocksPreview) {
    display: flex;
    flex-direction: column;
    text-align: center;
    max-width: 584px;
}
.reveal_block:not(.slBlocksPreview) .reveal_image {
    height: 64px;
    margin-top: 32px;
}
.reveal_block:not(.slBlocksPreview) .reveal_title {
    margin: 0 0 8px 0;
    font-size: 21px;
    font-weight: 700;
    color: #1D2F3C;
}
.reveal_block:not(.slBlocksPreview) .reveal_text {
    line-height: 1.67;
    margin: 0 0 1.5em;
    font-size: 14px;
}

.reveal.narrow .reveal_block:not(.slBlocksPreview) {
    box-sizing: border-box;
    max-width: 400px;
    padding: 40px 48px;
}

.reveal.narrow .reveal_block:not(.slBlocksPreview) h1 {
    margin-top: unset;
}

@media (max-width: 767px) {
    .reveal.narrow .reveal_block:not(.slBlocksPreview) {
        max-width: unset;
        padding: 16px;
    }
}

/* End */
/* /local/templates/avaclinic/components/bitrix/news/programmyKosmetologii/style.css?17851614965434 */
/* /local/templates/avaclinic/components/custom/form/.default/custom/form.controls/checkup_call/style.css?17851614962644 */
/* /local/templates/avaclinic/components/custom/form/.default/custom/form.result.modal/.default/style.css?1785161496363 */
/* /local/templates/avaclinic/components/custom/form/.default/custom/form.layout/modal/style.css?1785161496842 */
