

/* Start:/local/templates/iconostas2020/components/bitrix/catalog.section.list/service_page/style.css?17847283083580*/
body .wrapper {
  overflow: unset;
}

.page .fixed-menu {
  display: block;
}

.page .overflow-auto {
  overflow: auto;
}

.page .overflow-hidden {
  overflow: hidden;
}

.fixed-menu__list_v2 {
  position: sticky;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 120px;
  padding: 0 0 20px 50px;
}

.outer-section-wrapper {
  width: 100%;
}

.outer-section-wrapper picture {
  display: flex;
  width: 100%;
  height: 100%;
}

/* .page .container-main > section {
    margin-left: 200px;
} */

@media (max-width: 1000px) {
  .page .fixed-menu {
    display: none;
  }

  .page .container-main > section {
    margin-left: auto;
  }

  .page .container.drop-down.overflow-hidden {
    overflow: unset;
  }
}

.work-info__buttons,
.work_info__buttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.work-info__buttons div,
.work_info__buttons div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.work_info__price {
  font-size: 20px;
  font-weight: bold;
}

.work_info__buttons a {
  font-size: 18px;
}

.work_info__buttons .btn {
  font-weight: bold;
}

.work_info_nav {
  display: none;
}

@media (max-width: 767px) {
  .work-info__buttons div,
  .work_info__buttons div {
    flex-direction: column;
    gap: 0;
  }

  .work_info__buttons a:first-child {
    margin-bottom: 20px;
  }

  .work_info__buttons .btn {
    width: 100%;
    max-width: 335px;
  }

  .work_info_nav {
    display: block;
  }
}

.work_info__scroll {
  height: auto;
}

.wrapper-page {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}

.work_info__back .arrow_link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.work-info {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}

.work-info > .left {
  width: 35%;
}
.work-info > .right {
  width: 65%;
}

.work-info .work-info__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.work-info .work-info__text p {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.work-info .work-info__title {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  color: #AB3020;
}

.work-info__buttons a.btn {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 65px;
}

.work-info__image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.work-info__image img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  object-position: center;
}


@media (max-width: 1279px) {
  .wrapper-page {
    padding: 0 20px;
  }
  .work-info > .left {
    width: 51%;
  }
  .work-info > .right {
    width: 49%;
  }
  .work-info__image img {
    height: 333px;
  }
  .work-info .work-info__text {
    gap: 0
  }
  .work-info .work-info__text p {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .work-info .work-info__title {
    font-size: 25px;
    line-height: 33px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .work-info {
    flex-direction: column;
  }

  .work-info > .left {
    width: 100%;
  }
  .work-info > .right {
    width: 100%;
  }
  .work-info__image img {
    height: 280px;
  }
}
@media (max-width: 412px) {
  .work-info__buttons a.btn {
    width: 100%;
    max-width: unset;
    padding: 12px;
  }
}
/* End */
/* /local/templates/iconostas2020/components/bitrix/catalog.section.list/service_page/style.css?17847283083580 */
