

/* Start:/bitrix/templates/utes_copy/components/bitrix/news.detail/procedures/style.css?17558566091051*/
.offer.procedures {
    margin-bottom: 13px;
}
.procedure__footer {
    display: flex;
    row-gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.procedure__price-caption {
    font-family: 'CoreSansA', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.procedure__price-value {
    font-family: 'CoreRhino', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.procedure-price {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    row-gap: 10px;
    width: calc(50% - 5px);
    padding: 20px 10px;
    border-radius: 15px;
    background-color: #d8ebe7;
    text-align: center;
}

.btn.btn--pink {
    background-image: linear-gradient(to bottom, #ee5a74, #a63f59);
}

.btn.btn--pink:hover {
    color: #ee5a74;
}

@media screen and (max-width: 590px) {
    .procedure__footer {
        flex-direction: column;
    }
    .procedure-price { 
        width: 100%;
    }
    .procedure__price-caption {
        font-size: 16px;
    }
}
/* End */


/* Start:/bitrix/templates/utes_copy/components/bitrix/news.list/advantages/style.min.css?17567961701487*/
.advantages {
  overflow: hidden;
}

.adv--hidden-desktop {
  display: none;
}

.advantages__title {
  margin-bottom: 56px;
}

.advantages__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}

.advantages__item {
  width: 250px;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 100px;
}

.advantages__item-img {
  display: block;
  width: 149px !important;
  height: 149px;
  border-radius: 75px;
  margin-bottom: 51px;
  margin-left: auto;
  margin-right: auto;
}

.advantages__item-title {
  font-family: 'CoreRhino', sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
  text-align: center;
}

.advantages__item-text {
  font-family: 'CoreSansA', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

@media screen and (max-width: 1310px) {
  .advantages__row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1014px) {

  .advantages__row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 790px) {
  .advantages__title {
    margin-bottom: 40px;
  }

  .advantages__row {
    flex-direction: column;
    row-gap: 20px;
  }

  .advantages__item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }

  .advantages__item-img {
    margin-bottom: 25px;
  }
}

/* End */
/* /bitrix/templates/utes_copy/components/bitrix/news.detail/procedures/style.css?17558566091051 */
/* /bitrix/templates/utes_copy/components/bitrix/news.list/advantages/style.min.css?17567961701487 */
