

/* Start:/local/templates/privilegia/components/bitrix/news/additional-services/bitrix/news.list/.default/style.css?176370755412754*/
@charset "UTF-8";
#main-wrap {
  display: none;
}

.additional-services .services__group {
  display: none;
}

.additional-services {
  padding: 54px 5px 10px;
  background: var(--color_bg);
}
.additional-services__header {
  text-align: left;
  margin-bottom: 24px;
}
.additional-services__title {
  font-size: var(--font_size_big);
  color: var(--color_heading);
  margin: 0;
  font-family: var(--font_family_display);
  text-transform: uppercase;
  line-height: 1.1;
}
.additional-services__subtitle {
  font-size: 18px;
  color: var(--color_text);
  margin-top: 17px;
  line-height: 1.4;
}

/* === HERO-БЛОК === */
.additional-services__hero {
  margin-top: 0;
  margin-bottom: 0;
}

.additional-services__hero-inner {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
}

/* мобильный: просто белый блок с текстом */
.additional-services__hero-text {
  padding: 0;
}

.additional-services__hero-media {
  display: none;
}

/* ПОИСК: иконка внутри поля */
.services__search {
  position: relative;
  margin: 9px 0;
}
.services__search.is-filled .services__search-clear {
  display: inline-flex;
}

/* само поле поиска */
.services__search-input {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  /* 14px по вертикали; слева под лупу, справа под крестик */
  padding: 20px 38px 18px 78px;
  font-size: 18px;
  box-sizing: border-box;
  background: #fff;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--color_text);
  outline: none;
}

/* кнопка с иконкой поиска — внутри инпута слева */
.services__search-btn {
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

/* сама svg-иконка (лупа) */
.services__search-btn__svg {
  width: 35px;
  height: 35px;
  display: block;
}

/* кнопка очистки справа внутри поля */
.services__search-clear {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  display: none; /* показываем только когда есть текст */
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* крестик как текстовая иконка */
.services__search-clear-icon {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: var(--color_text_muted);
  opacity: 0.8;
}

/* контейнер селекта категорий на странице доп. сервисов */
.services__select-wrap {
  margin-top: 16px;
}

/* Сообщение при пустой выборке */
.services__empty {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_text_muted);
}

/* Когда нет данных — прячем селект категорий и сайдбар */
.additional-services--empty .services__sidebar,
.additional-services--empty .services__select-wrap {
  display: none !important;
}

/* на десктопе селект не нужен — слева список категорий */
@media (min-width: 1024px) {
  .services__select-wrap {
    display: none;
  }
}
/* на мобиле наоборот: селект виден, сайдбар прячем */
@media (max-width: 1023.98px) {
  .services__sidebar {
    display: none;
  }
  .services__select-wrap {
    display: block;
  }
  .services__select-wrap .complex-select {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    /* визуально как search-input */
    border-radius: 8px;
    border: 1px solid transparent;
    background: #fff;
    box-sizing: border-box;
  }
  .services__select-wrap .complex-select > span {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* типографика как в поиске */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--color_text);
    /* похожие отступы, но без «под лупу» */
    padding: 17px 15px 20px 5px;
    text-align: center;
    margin-right: -34px;
    text-wrap: wrap;
  }
  .services__select-wrap .complex-select::after {
    flex: 0 0 34px;
    /* margin-left: 8px; */
    margin-right: 24px;
  }
  .services__select-wrap .complex-select__list {
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: none;
    background: #fff; /* как у инпута */
  }
  .services__select-wrap .complex-select--center .complex-select__list {
    left: 0;
    transform: none;
  }
  .additional-services__layout .services__select-wrap .complex-select__list::before {
    display: none;
  }
  .additional-services__layout .services__select-wrap .complex-select__list {
    top: 95%;
    box-shadow: none;
    padding: 6px 24px 0 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .additional-services__layout .services__select-wrap .header__complex-item {
    border-bottom: 1px solid var(--color_border);
    margin: 0;
  }
  .additional-services__layout .services__select-wrap .services__select-wrap .complex-select.active {
    border-radius: 8px 8px 0 0;
  }
}
.services__sidebar {
  display: none;
}

.services__group {
  margin-bottom: 54px;
}
.services__group-title {
  font-family: var(--font_family_display);
  font-size: 18px;
  font-weight: 40;
  color: var(--color_text_muted);
  margin-bottom: 25px;
}

.services__content {
  margin-top: 30px;
}

.services__list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}

/* базовая (mobile-first) карточка: ряд, слева квадрат, справа текст */
.service-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 13px 14px;
  text-decoration: none;
  color: var(--color_text);
  box-shadow: none;
}

.service-card__link-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* контейнер под квадрат */
.service-card__image {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
  background: var(--color_img_background);
}

/* сам img заполняет квадрат, обрезаем по содержимому */
.service-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* текст справа от картинки на мобиле */
.service-card__title {
  flex: 1 1 auto;
  padding: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
}

/* блок с кнопками под заголовком */
.service-card__actions {
  margin-top: 12px;
  display: none;
  gap: 12px;
}

/* общие стили кнопок */
.service-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 24px;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s ease;
}

/* «Заказать» */
.service-card__btn--order {
  background: #9A4935;
  color: #fff;
}

/* «Подробнее» */
.service-card__btn--more {
  background: #EBEBEB;
  color: var(--color_text);
}

.service-card__btn:hover {
  opacity: 0.85;
}

/* элементы списка селекта на мобилке: иконка + текст */
.services__select-wrap .complex-select__list .header__complex-link {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 17px 10px 17px 0;
  text-wrap: auto;
  border-radius: 0 0 6px 6px;
}

/* контейнер под иконку категории */
.services__select-item-ico {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__select-item-ico img {
  max-width: 70%;
  max-height: 70%;
  display: block;
  object-fit: contain;
}

/* «все категории» и пустые иконки можно подсветить иначе при желании */
.services__select-item-ico--all,
.services__select-item-ico--empty {
  /* пока просто тот же фон и размер, без контента */
}

/* текст пункта */
.services__select-item-text {
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1.2;
  color: var(--color_text);
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .additional-services {
    display: flex;
    flex-direction: column;
    padding: 57px 0 0;
  }
  .additional-services__header {
    margin-bottom: 32px;
  }
  .additional-services__hero {
    margin-bottom: 32px;
  }
  .additional-services__hero-inner {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    min-height: 400px;
    background: white;
  }
  /* 1 колонка отступа + 7 колонок под текст */
  .additional-services__hero-text {
    grid-column: 2/span 7;
    align-self: center;
    padding: 17px 40px 52px 0;
  }
  /* последние 4 колонки под картинку */
  .additional-services__hero-media {
    grid-column: 9/13;
    display: block;
    background: #dcdcdc;
  }
  .additional-services__subtitle {
    margin-top: 38px;
    line-height: 1.3;
    max-width: 60%;
  }
  /* поиск чуть отдаляем от hero */
  .services__search {
    margin-top: 120px;
    margin-bottom: 0;
  }
  .services__content {
    grid-column: 5/span 9;
    margin-top: 0;
  }
  .additional-services__layout {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 25px;
  }
  .services__group {
    margin-bottom: 76px;
  }
  .services__group-title {
    margin-left: 8px;
  }
  .services__sidebar {
    display: block;
    grid-column: 1/span 4;
  }
  .services__sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .services__sidebar li {
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    outline: none;
  }
  .services__sidebar li button {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 22px;
    padding: 19px 14px 20px 40px;
    border-right: 1px solid var(--color_border);
    border-bottom: 1px solid var(--color_border);
    border-left: none;
    border-top: none;
    border-radius: 0;
    background: transparent;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: left;
    outline: none;
  }
  .services__sidebar li button:hover, .services__sidebar li button.active {
    background-color: white;
  }
  .services__sidebar li button img {
    width: 39px;
    height: 39px;
    object-fit: scale-down;
  }
  .services__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 70px;
    align-items: flex-start;
  }
  .services__search-btn {
    width: 39px;
    height: 39px;
    left: 39px;
  }
  .services__search-btn svg {
    width: 39px;
    height: 39px;
  }
  .services__search-input {
    padding: 25px 45px 25px 101px;
  }
  .services__select-wrap {
    display: none;
  }
  /* десктопная карточка: картинка сверху, текст ниже */
  .service-card {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 32px 51px;
    border-radius: 0;
    overflow: visible;
  }
  .service-card__image {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    border-radius: 10px;
  }
  .service-card__image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 184px;
  }
  .service-card__title {
    margin-top: 12px;
    font-size: 18px;
  }
  /* десктоп: кнопки поверх, без изменения высоты строки грида */
  .service-card__actions {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    padding: 10px 32px 21px 32px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0s linear 0.2s;
  }
  .service-card:hover {
    opacity: 1;
  }
  .service-card:hover .service-card__actions {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.2s ease, visibility 0s;
  }
}

/* End */


/* Start:/local/components/privilegia/services_app/templates/.default/style.css?17636276342912*/
@charset "UTF-8";
/* === PROMO БЛОК МОБИЛЬНОГО ПРИЛОЖЕНИЯ === */
.services-app {
  margin-top: 8px;
  background-color: #1F1B1C;
  color: #fff;
  /* mobile-first фон */
  background-image: var(--services-app-bg-mobile);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 456px;
  background-position-x: center;
  background-position-y: center;
  margin-inline: var(--container_pad);
  margin-bottom: 71px;
}
@media (min-width: 1024px) {
  .services-app {
    margin-inline: 0;
    margin-top: 43px;
    margin-bottom: 120px;
    padding: 0;
    min-height: 400px;
    /* фон для десктопа */
    background-image: var(--services-app-bg-desktop);
    background-position: right center;
  }
}

.services-app__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 100%;
  padding: 20px 24px;
}
@media (min-width: 1024px) {
  .services-app__inner {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 24px;
    align-items: center;
  }
}

.services-app__content {
  z-index: 1;
}
@media (min-width: 1024px) {
  .services-app__content {
    grid-column: 2/span 9;
  }
}

.services-app__title {
  font-family: var(--font_family_display);
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.15;
  font-size: 28px;
  margin-top: 7px;
}
@media (min-width: 1024px) {
  .services-app__title {
    font-size: 48px;
    margin-top: 51px;
    line-height: 1.1;
  }
}

/* общий нижний блок */
.services-app__bottom {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media (min-width: 1024px) {
  .services-app__bottom {
    margin-top: 18px;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr);
    column-gap: 69px;
    align-items: center;
  }
}

/* сто́ры: столбиком и на мобиле, и на десктопе */
.services-app__stores {
  display: flex;
  flex-direction: column;
  gap: 19px;
}
@media (min-width: 1024px) {
  .services-app__stores {
    gap: 25px;
  }
}

.services-app__store {
  display: inline-flex;
}
.services-app__store img {
  display: block;
  height: 40px;
  width: auto;
}

/* подсказка — только десктоп */
.services-app__hint {
  display: none;
}
@media (min-width: 1024px) {
  .services-app__hint {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    color: white;
    margin-top: auto;
    margin-bottom: 8px;
  }
}

/* QR: скрыт на мобиле, в строке на десктопе слева */
.services-app__qr {
  display: none;
}
@media (min-width: 1024px) {
  .services-app__qr {
    display: block;
  }
  .services-app__qr img {
    display: block;
    width: 135px;
    height: 135px;
    object-fit: contain;
  }
}

/* End */


/* Start:/local/components/privilegia/services_form_partner/templates/.default/style.css?17636376188189*/
@charset "UTF-8";
/* === БЛОК «СТАТЬ ПАРТНЁРОМ» (services_form) === */
.services-form {
  padding-top: 30px;
  border-top: 1px solid var(--color_border);
  color: var(--color_text);
  margin-inline: var(--container_pad);
  margin-bottom: 73px;
}
@media (min-width: 1024px) {
  .services-form {
    margin-bottom: 120px;
    padding-top: 52px;
  }
}

.services-form__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 14px;
}
@media (min-width: 1024px) {
  .services-form__inner {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 40px;
  }
}

.services-form__title {
  font-family: var(--font_family_display);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  color: var(--color_heading);
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .services-form__title {
    font-size: 48px;
    grid-column: 2/span 12;
  }
}

.services-form__text {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 18px;
  line-height: 1.25;
  color: var(--color_text);
}
@media (min-width: 1024px) {
  .services-form__text {
    grid-column: 2/span 10;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 44px;
  }
}

.services-form__text-col {
  margin: 0;
}

.services-form__actions {
  margin-top: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .services-form__actions {
    grid-column: 2/span 4;
    margin-top: 10px;
  }
}

.services-form__btn {
  width: 100%;
  max-width: 380px;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  background: #9A4935;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: none;
  cursor: pointer;
  transition: opacity 0.15s ease;
  outline: none;
}
@media (min-width: 1024px) {
  .services-form__btn {
    font-size: 32px;
    padding: 21px 31px;
  }
}
.services-form__btn:hover {
  opacity: 0.85;
}

/* === Содержимое модалки «Стать партнёром» (частные стили) === */
.services-form-modal__form {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

/* блок загрузки файла */
.services-form-modal__upload {
  margin-top: 4px;
  margin-bottom: 24px;
}

.services-form-modal__upload-inner {
  padding: 56px 20px 47px;
  border-radius: 16px;
  background: #F7F7F7;
  text-align: center;
}
@media (min-width: 1024px) {
  .services-form-modal__upload-inner {
    padding: 56px 40px 48px;
  }
}

.services-form-modal__upload-ico {
  width: 74px;
  height: 74px;
  margin: 0 auto 9px;
  border-radius: 16px;
  position: relative;
}

.services-form-modal__upload-title {
  font-size: 18px;
  font-weight: 500;
}

.services-form-modal__upload-desc {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_text_muted);
}
@media (min-width: 1024px) {
  .services-form-modal__upload-desc {
    font-size: 18px;
    max-width: 400px;
    margin: 0 auto;
  }
}

.services-form-modal__upload-btn {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 6px;
  background: #221F20;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
}
.services-form-modal__upload-btn:hover {
  opacity: 0.85;
}
@media (min-width: 1024px) {
  .services-form-modal__upload-btn {
    margin-top: 26px;
    max-width: 350px;
  }
}

/* новый текстовый span с плюсом через ::before */
.services-form-modal__upload-text {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 28px;
}

.services-form-modal__upload-text::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  line-height: 1;
}

.services-form-modal__upload-input {
  display: none;
}

/* согласие и переключатель */
.services-form-modal__agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .services-form-modal__agree {
    gap: 24px;
    font-size: 18px;
    margin-bottom: 35px;
  }
}

.services-form-modal__agree-text {
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.services-form-modal__agree-text a {
  color: inherit;
  text-decoration: underline;
}

/* сам переключатель */
.services-form-modal__switch {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.services-form-modal__agree-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.services-form-modal__switch-track {
  width: 44px;
  height: 24px;
  border-radius: 999px;
  background: #E0E0E0;
  position: relative;
  transition: background 0.2s ease;
}
@media (min-width: 1024px) {
  .services-form-modal__switch-track {
    width: 54px;
    height: 32px;
  }
}

.services-form-modal__switch-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
@media (min-width: 1024px) {
  .services-form-modal__switch-thumb {
    top: 5px;
    left: 5px;
    width: 22px;
    height: 22px;
  }
}

/* активное состояние переключателя */
.services-form-modal__agree-input:checked + .services-form-modal__switch-track {
  background: #C7A786;
}

.services-form-modal__agree-input:checked + .services-form-modal__switch-track .services-form-modal__switch-thumb {
  transform: translateX(20px);
}

/* кнопка отправки */
.services-form-modal__submit {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 15px 24px;
  background: #CFAF8A;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
@media (min-width: 1024px) {
  .services-form-modal__submit {
    font-size: 18px;
    padding: 23px 24px;
  }
}
.services-form-modal__submit:hover {
  opacity: 0.85;
}

/* список файлов, ошибки, успешная отправка, disabled-кнопка === */
/* список выбранных файлов */
.services-form-modal__files {
  margin-top: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
}

.services-form-modal__file {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 6px;
}

.services-form-modal__file-name {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.services-form-modal__file-size {
  flex: 0 0 auto;
  color: var(--color_text_muted);
}

/* ошибки валидации */
.services-form-modal__error {
  margin: 8px 0 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #C94B3E;
}

/* блок успешной отправки */
.services-form-modal__success {
  display: none;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: var(--color_heading);
  margin-bottom: 12px;
}

/* состояние disabled для кнопки (не ломаем базовые стили выше) */
.services-form-modal__submit.is-disabled,
.services-form-modal__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* состояние успешной отправки: скрываем поля и показываем сообщение */
.services-form-modal__form.is-success .services-form-modal__field,
.services-form-modal__form.is-success .services-form-modal__upload,
.services-form-modal__form.is-success .services-form-modal__agree,
.services-form-modal__form.is-success .services-form-modal__error,
.services-form-modal__form.is-success .services-form-modal__submit {
  display: none;
}
.services-form-modal__form.is-success .services-form-modal__success {
  display: block;
}

/* End */
/* /local/templates/privilegia/components/bitrix/news/additional-services/bitrix/news.list/.default/style.css?176370755412754 */
/* /local/components/privilegia/services_app/templates/.default/style.css?17636276342912 */
/* /local/components/privilegia/services_form_partner/templates/.default/style.css?17636376188189 */
