section.section.faq {
    margin-bottom: 50px;
}
.sections-service-price .section.product .products .button.add {
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    border: 1px solid #4258FF;
    background: #4258FF;
    width: 180px;
    height: 40px;
    padding: 0;
    justify-content: center;
    margin: 0;
}
.sections-service-price .section.product .products .button.add .inactive {
    padding-left: 0;
}
.sections-service-price .section.product .products .column.buttons {
    min-width: auto;
}
.sections-service-price .section.product .products .button.add:disabled {
    background: #fff;
    color: #bdbdbd;
    border-color: #bdbdbd;
    pointer-events: auto;
}
.sections-service-price .section.product .products .block.top {
    padding-top: 5px;
    margin-bottom: 0 !important;
    padding-bottom: 5px;
}
div.sections-service-price .section.verhnyaya-section .products .link.expand {
    background: #F1F6F8;
    padding: 0 30px 8px 0;
    padding-right: 38px !important;
}
.item_dop_head{
  margin: 10px 0 15px 0;
}
.sections-service-price .section.product .products .radio:last-child {
    padding-bottom: 10px;
}
.sections-service-price .section.product .products .button.add.added{
  background: #fff;
  color: #4258FF;
}
.sections-service-price .section.product .products .button.add.added span:before {
    content: url(/bitrix/templates/apetta/assets/img/gal.svg) !important;
    display: block !important;
    height: 100%;
    left: 0 !important;
    position: absolute;
    right: auto;
    top: 0;
    transition-duration: .2s;
    transition-property: opacity, transform;
    transition-timing-function: ease-in-out;
    width: 15px;
}
@media screen and (min-width: 768px) {
    body:has(.service-blocks) .section.intro h1{
      font-size: 38px;
      line-height: 43px;
    }
    body:has(.service-blocks) .section.intro{
      margin-top: 20px;
      margin-bottom: 20px;
    }
    body:has(.service-blocks) .wrapper.main{
      margin-top: 20px;
      margin-bottom: 0px;
      overflow: hidden;
    }
    body:has(.service-blocks) .sections-service-price>.section{
      margin-top: 0;
      margin-bottom: 0;
    }
    .sections-service-price .section.product .products .column.buttons.buttons-center{
    position: absolute;
    right: 15px;
    top: 35%;
  }
  .item_dop_head{
    max-width: 66%;
  }
  }
  @media screen and (min-width: 1280px) {
    .service-blocks .section.comparison{
      margin-top: 0;
    }
  }
@media screen and (max-width: 1279px) {
    div.sections-service-price .section.product.verhnyaya-section .products .button.add {
        width: 150px;
        padding: 0;
        justify-content: center;
        font-size: 18px;
        height: auto;
        line-height: 30px;
    }
    .sections-service-price .section.product .products .button.add.added span {
    padding-left: 18px !important;
  }
}

@media screen and (max-width: 1070px) {
    div.sections-service-price .section.product.verhnyaya-section .products .button.add {
        font-size: 15px;
        line-height: 27px;
    }
    .item_dop_head{
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
    div.sections-service-price .section.verhnyaya-section .products .link.expand {
        background: #F1F6F8;
        padding: 0 30px 8px 0;
        padding-right: 30px !important;
    }
    div.sections-service-price .section.product .products .link.expand::after {
        width: 11px;
        right: 9px;
        top: 2px;
        height: 15px;
        background-size: contain;
    }
}
@media screen and (max-width: 411px) {
    div.sections-service-price .section.product.verhnyaya-section .products .button.add {
        margin-left: auto;
    }
}

.advantages {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}

.advantage-item {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: calc((100%) / 4);
  text-align: left;
}

.advantage-icon {
  flex-shrink: 0;
  width: 90px;
}

.advantage-text {
  line-height: 1.5;
  word-wrap: break-word;
}
@media screen and (max-width: 1280px) {
.advantage-item {
  max-width: calc((100%) / 3);
}
}
@media screen and (max-width: 960px) {
.advantage-item {
  max-width: calc((100%) / 2);
}
}
@media (max-width: 768px) {
  .advantages {
	flex-direction: column;
	gap: 20px;
  }
  .advantage-item {
	min-width: auto;
	max-width: 100%;
	justify-content: flex-start;
  }
}