

/* Start:/local/components/artofall/service.city/templates/.default/style.css?1776524555130*/
/* Legacy component styles are intentionally removed.
   Styling is centralized in /local/templates/biglab/template_styles.css */

/* End */


/* Start:/local/templates/biglab/components/bitrix/news.list/main-page__steps/style.css?17720152972803*/
.steps-list-outer {
    padding-bottom: var(--default-component-padding);
}

.steps-list-title {
    padding-top: var(--small-component-padding);
    padding-bottom: var(--small-component-padding);
}

.steps-list-title h2 {
    font-size: var(--h2-font-size);
    font-weight: bold;
}

.steps-list-title h2 span:nth-child(1) {
    color: var(--color-primary);
}

.steps-list-title h2 span:nth-child(2) {
    color: var(--text-color);
}

.steps-list-inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 -12px;
}

.steps-list-item {
    padding: 12px;
}

.steps-list-item-inner {
    padding: 24px;
    box-shadow: var(--box-shadow-common);
    height: 100%;
}

.steps-list-item-num {
    font-size: 80px;
    color: var(--color-primary);
    opacity: .3;
    font-weight: 900;
    position: relative;

}

.steps-list-item-text {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    gap: 12px;
    text-align: right;
}

.steps-list-item-title {
    color: var(--text-color);
    font-size: 24px;
    font-weight: bold;
}

.steps-list-item-description {
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.5;
}

.steps-list-item-description a {
    display: inline-block;
    position: relative;
    color: var(--color-primary);
    font-weight: bold;
}

.steps-list-item-description a:after {
    display: block;
    width: 0;
    content: '';
    left: 0;
    bottom: 2px;
    background: var(--color-primary);
    height: 2px;
    position: absolute;
}

.steps-list-item-description a:hover:after {
    width: 100%;
    transition: all 0.3s;
}

@media (min-width: 320px) {
    .steps-list-item:nth-child(1) {
        width: 100%;
    }

    .steps-list-item:nth-child(2) {
        width: 100%;
    }

    .steps-list-item:nth-child(3) {
        width: 100%;
    }

    .steps-list-item:nth-child(4) {
        width: 100%;
    }

    .steps-list-item:nth-child(5) {
        width: 100%;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .steps-list-item:nth-child(1) {
        width: 50%;
    }

    .steps-list-item:nth-child(2) {
        width: 50%;
    }

    .steps-list-item:nth-child(3) {
        width: 50%;
    }

    .steps-list-item:nth-child(4) {
        width: 50%;
    }

    .steps-list-item:nth-child(5) {
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .steps-list-item:nth-child(1) {
        width: 66.66%;
    }

    .steps-list-item:nth-child(2) {
        width: 33.34%;
    }

    .steps-list-item:nth-child(3) {
        width: 33.33333%;
    }

    .steps-list-item:nth-child(4) {
        width: 33.33333%;
    }

    .steps-list-item:nth-child(5) {
        width: 33.33333%;
    }
}

@media (min-width: 1280px) {

}

@media (min-width: 1440px) {

}
/* End */


/* Start:/local/components/artofall/yandexreviewsslider/templates/slider/style.css?17814326513645*/
.arv-widget {
  --arv-accent: #4ea3ff;
  --arv-btn-bg: #ffffff;
  --arv-btn-color: #212121;
  display: grid;
  gap: 14px;
  color: #f4f7ff;
  margin-top: 22px;
}

.arv-summary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 18px 16px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.arv-summary__head {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.arv-summary__name {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #f4f7ff;
}

.arv-summary__logo {
  width: 132px;
  max-width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  border-radius: 6px;
  padding: 6px 8px;
  box-sizing: border-box;
}

.arv-summary__rating-row {
  display: grid;
  gap: 8px;
}

.arv-summary__rating-value {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.arv-summary__rating-value span {
  font-size: 0.88rem;
  color: #b8c4dd;
  font-weight: 500;
}

.arv-stars {
  display: flex;
  gap: 2px;
}

.arv-stars--small {
  gap: 1px;
}

.arv-star {
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1;
}

.arv-stars--small .arv-star {
  font-size: clamp(24px, 3.2vw, 42px);
}

.arv-star--full {
  color: #ffcc46;
}

.arv-star--empty {
  color: rgba(255, 255, 255, 0.24);
}

.arv-summary__meta {
  color: #b8c4dd;
  font-size: 0.9rem;
}

.arv-summary__actions {
  display: grid;
  gap: 8px;
}

.arv-summary__map-link {
  color: #b8c4dd;
  text-decoration: none;
  font-size: 0.88rem;
}

.arv-summary__map-link:hover {
  color: #ffffff;
}

.arv-summary__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 600;
  background: var(--arv-btn-bg);
  color: var(--arv-btn-color) !important;
}

.arv-summary__cta:hover {
  filter: brightness(0.97);
}

.arv-reviews {
  min-width: 0;
}

.arv-reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.arv-review-item {
  display: flex;
  flex-flow: column;
  gap: 10px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 14px;
  min-height: 244px;
}

.arv-review__author-container {
  display: flex;
  align-items: center;
}

.arv-review__author-image {
  margin-right: 10px;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
}

.arv-review__author-icon {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: 50% / cover no-repeat;
  color: #fff;
  font-weight: 700;
}

.arv-review__author-info {
  font-size: 0.95rem;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 600;
}

.arv-review__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.arv-review__date {
  font-size: 0.82rem;
  color: #b8c4dd;
}

.arv-review__body {
  margin-top: 2px;
  min-height: 0;
}

.arv-review__text {
  color: #dce9ff;
  font-size: 0.95rem;
  line-height: 1.45;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.arv-review__toggle {
  margin-top: 8px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--arv-accent);
  font-size: 0.84rem;
  line-height: 1.2;
  cursor: pointer;
  text-decoration: underline;
  align-self: flex-start;
}

@media (max-width: 1024px) {
  .arv-reviews-grid {
    grid-template-columns: 1fr;
  }

  .arv-star {
    font-size: clamp(24px, 7vw, 34px);
  }

  .arv-stars--small .arv-star {
    font-size: clamp(20px, 5vw, 32px);
  }
}

/* End */
/* /local/components/artofall/service.city/templates/.default/style.css?1776524555130 */
/* /local/templates/biglab/components/bitrix/news.list/main-page__steps/style.css?17720152972803 */
/* /local/components/artofall/yandexreviewsslider/templates/slider/style.css?17814326513645 */
