

/* Start:/local/templates/karad/components/bitrix/news.detail/usluga_razdel/style.css?178169115748389*/
/* ========================================
   services-detail - баннер
   ======================================== */
.services-detail__seo-text {
	margin: 0 0 90px 0;
}
.services-detail__banner {
    max-width: 100%;
    width: 100%;
    min-height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    margin: 160px 0 40px;
    position: relative;
}

.services-detail__banner--no-image {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
}

.services-detail__banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}


.services-detail__banner-content {
    padding-top: 77px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 3;
}

/* Бейдж (тип услуги) */
.services-detail__badge {
    padding: 4px 12px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    width: fit-content;
    margin: 0 0 14px 0;
    background-color: #3C72CA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-detail__badge span {
    line-height: 100%;
}

/* Заголовок H1 */
.services-detail__title {
    font-size: 58px;
    font-weight: 600;
    margin: 0 0 14px 0;
    color: #fff;
    max-width: 805px;
    width: 100%;
    text-transform: none;
}

/* Подзаголовок (анонсовый текст) */
.services-detail__subtitle {
    max-width: 670px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin: 0 0 60px 0;
    color: #fff;
}

/* Кнопки */
.services-detail__buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.services-detail__btn {
    display: flex;
    justify-content: center;
    width: 286px;
    height: 60px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.services-detail__btn--primary {
    background: #947A63;
    color: #fff;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.services-detail__btn--primary:hover {
    background: #b8944a;
    transform: translateY(-2px);
}

.services-detail__btn--secondary {
    background: #0E1116;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    color: #fff;
}

.services-detail__btn--secondary:hover {
    background: #fff;
    color: #0A0A0B;
}

/* ========================================
   services-detail - прайс-лист
   ======================================== */

.services-detail__price {
    margin: 0 0 90px 0;
}

.services-detail__price-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.services-detail__price-title {
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: none;
    color: #fff;
}

.services-detail__price-table {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
}

.services-detail__price-header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #947A63;
}

.services-detail__price-header .services-detail__price-cell {
    color: #947A63;
    font-weight: 600;
    font-size: 16px;
}

.services-detail__price-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.services-detail__price-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 20px;
    align-items: center;
}

.services-detail__price-row:nth-child(even) {
    background: #1A1E25;
}

.services-detail__price-cell {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.services-detail__price-cell--service {
    text-align: left;
    flex: 2;
}

.services-detail__price-cell--price {
    text-align: center;
    flex: 1;
    font-weight: 600;
}


/* Бейджи для разных типов услуг */
.services-detail__badge--work-ppf {
    background-color: #3C72CA;
}

.services-detail__badge--work-vinil {
    background-color: #7A3709;
}

.services-detail__badge--work-polirovka {
    background-color: #198DA1;
}

.services-detail__badge--work-salon {
    background-color: #048233;
}

.services-detail__badge--work-default {
    background-color: #C9A86A;
}


/* ========================================
   services-detail__steps - этапы работ
   ======================================== */

.services-detail__steps {
    margin: 0 0 90px 0;
}

.services-detail__steps-title {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: none;
    color: #fff;
}

.services-detail__steps-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px 0;
    opacity: .6;
}

/* Сетка - 4 колонки */
.services-detail__steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Карточка этапа (динамическая) */
.services-detail__steps-card {
    background: #1A1E25;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.services-detail__steps-card:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: #947A6366;
    border-radius: 4px 0 0 4px;
    transition: all .4s;
}

.services-detail__steps-card:hover:before {
    height: 100%;
}

/* Номер этапа */
.services-detail__steps-card-number {
    font-size: 48px;
    font-weight: 700;
    color: #947A63;
    margin-bottom: 20px;
    line-height: 1;
    transition: all .4s;
}

.services-detail__steps-card:hover .services-detail__steps-card-number {
    color: #947A63;
}

/* Заголовок этапа */
.services-detail__steps-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.3;
}

/* Описание этапа */
.services-detail__steps-card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #B0B0B0;
    line-height: 1.4;
}

/* Статический блок - растягивается */
.services-detail__steps-card--static {
    align-items: center;
    grid-column: span var(--span, 1);
    /* fallback */
}

.services-detail__steps-card-static-content {
    display: flex;
    flex-direction: column;
}

.services-detail__steps-card-static-title {
    font-size: 24px;
    font-weight: 600;
    color: #947A63;
    margin: 0 0 10px 0;
}

.services-detail__steps-card-static-text {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: .5;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

.services-detail__steps-card-btn {
    background: #947A63;
    max-width: 315px;
    width: 100%;
    height: 58px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
}

/* ОТЛИЧИЯ В РАБОТЕ */
.services-detail__diff {
    margin: 0 0 90px 0;
}

.services-detail__diff-title {
    text-transform: none;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: none;
    color: #fff;
}

.services-detail__diff-table {
    padding: 40px;
    border-radius: 4px;
    background: #1A1E25;
    display: flex;
    flex-direction: column;
}

.services-detail__diff-body {
    display: flex;
    flex-direction: column;
}

.services-detail__diff-row {
    display: flex;
    justify-content: space-between;
    padding: 0 0 10px 0;
    margin: 0 0 18px 0;
    border-bottom: 1px solid #fff;
}

.services-detail__diff-row:last-child {
    border: none;
    margin: 0;
}

.services-detail__diff-items {
    display: flex;
    gap: 20px;
    max-width: 100%;
    width: 100%;
}

.services-detail__diff-cell.services-detail__diff-cell--param {
    max-width: 240px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
}

.services-detail__diff-items .services-detail__diff-cell {
    max-width: 50%;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.services-detail__diff-header .services-detail__diff-cell {
    padding: 0;
    color: #947A63;
    font-size: 16px;
    font-weight: 600;
}

.services-detail__diff-cell.services-detail__diff-cell--rin {
    border-radius: 4px;
    background: #15181D;
    font-size: 14px;
    font-weight: 400;
}

.services-detail__diff-cell.services-detail__diff-cell--karad {
    border-radius: 4px;
    background: #947A63;
    font-size: 14px;
    font-weight: 400;
}

.services-detail__diff-header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.services-detail__diff-header .services-detail__diff-cell {
    background: none;
}

.services-detail__diff-header .services-detail__diff-cell--karad {
    text-transform: uppercase;
}

/* FAQ */
.faq__container {
    margin: 0 auto 90px;
}

.services__detail-faq-sec {
    display: flex;
    justify-content: space-between;
}

.services__detail-faq-box {
    background-color: #947A63;
    max-width: 440px;
    width: 100%;
    border-radius: 4px;
    padding: 20px;
}

.services__detail-faq-title {
    margin: 0 0 14px 0;
    font-weight: 600;
    font-size: 24px;
}

.services__detail-faq-subtitle {
    margin: 0 0 40px 0;
    font-weight: 400;
    font-size: 14px;
}

.services-faq-form__input {
    max-width: 100%;
    width: 100%;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    margin: 0 0 8px 0;
}

.services-faq-form__input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.services-faq-select__trigger {
    width: 100%;
    height: 40px;
    padding: 10px 20px;
    background: rgba(255, 255, 255);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #0A0A0B;
    margin: 0 0 20px 0;
}

.services-faq-form__checkbox-text,
.services-faq-form__checkbox-text a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline;
    line-height: 120%;
}

.services-faq-form__checkbox-label {
    margin-bottom: 10px;
}

.services-faq-form__submit {
    background: #1A1E25;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    color: #fff;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 60px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.services-faq-select {
    position: relative;
}

.services-faq-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: #fff;
    border-radius: 4px;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
}

.services-faq-select__option {
    padding: 12px 16px;
    color: #1A1E25;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}


.services-detail__faq-title {
    text-transfrom: none;
    font-size: 44px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: none;
    color: #fff;
}

.services-detail__faq-list {
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services-detail__faq-item {
    background: #1A1E25;
    padding: 20px;
    border-radius: 4px;
    position: relative;
}

.services-detail__faq-question-text {
    font-size: 20px;
    font-weight: 700;
}

.services-detail__faq-item--active .services-detail__faq-question {
    margin: 0 0 20px 0;
}

.services-detail__faq-answer-content {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.services-detail__faq-question-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background: #15181D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all .4s;
    cursor: pointer;
}

.services-detail__faq-question-icon:hover {
    top: 18px;
}

.services-detail__faq-item--active .services-detail__faq-question-icon {
    background: #947A63;
}

.services-detail__faq-question-icon svg {
    transition: all .4s;
}

.services-detail__faq-item--active .services-detail__faq-question-icon svg path {
    fill: #0A0A0B;
}

.services-under-price {
    max-width: 100%;
    width: 100%;
    height: 500px;
    background-size: cover;
    margin: 0 0 40px 0;
}

.services-under-price .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.services-under-price__title {
    text-transform: none;
    max-width: 670px;
    width: 100%;
    margin: 0 0 8px 0;
    font-size: 44px;
    font-weight: 600;
}

.services-under-price__subtitle {
    margin: 0 0 40px 0;
    font-size: 16px;
    font-weight: 400;
    opacity: .6;
}

.services-under-price__text {
    max-width: 670px;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-weight: 400;
}

.services-under-price__stars-list {
    display: flex;
    gap: 20px;
}

.services-under-price__stars-item {
    max-width: 215px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.services-under-price__stars-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.services-under-form__wrapper {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    background: #947A63;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    align-items: center;
}

.services-under-form__info {
    display: flex;
    flex-direction: column;
    max-width: 660px;
    width: 100%;
}

.services-under-form__info-title {
    text-transform: none;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 14px 0;
    line-height: 110%;
}

.services-under-form__info-text {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 130%;
}

.services-under-form__info-direct {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 14px 0;
}

.services-under-form__info-items {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    widht: 100%;
    justify-content: space-between;
    gap: 10px;
}

.services-under-form__info-items>div {
    max-width: 48%;
    width: 100%;
    display: flex;
}

.services-under-form__info-item a {
    color: #fff;
    text-decoration: none;
}

.services-under-form__info-item {
    gap: 8px;
}

.services-under-form__form {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.services-under-form__form-input {
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .2);
    height: 40px;
    outline: none;
    color: #0A0A0B80;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
}

.services-under-form__form-fields {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 20px 0;
}

.services-under-form__checkbox-text a {
    color: #fff;
    text-decoration: underline;
}

.services-under-form__checkbox-text {
    font-size: 14px;
    font-weight: 400;
}

.services-under-form__form-checkbox {
    margin: 0 0 10px 0;
}

.services-under-form__form-submit {
    background: #1A1E25;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    color: #fff;
    display: flex;
    justify-content: center;
    width: 250px;
    height: 60px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.services-under-form {
    margin: 0 0 90px 0;
}

.video-works {
    margin: 0 0 90px 0;
}

.video-works__title {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: none;
    color: #fff;
}

.video-works__text {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px 0;
    opacity: .6;
}

.video-works__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.video-works__item {
    max-width: calc(50% - 10px);
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #1A1E25;
}

.video-works__video-container {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 324px;
}

.video-works__poster {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
}

.video-works__badge {
    position: absolute;
    top: 10px;
}

.video-works__badge--work {
    left: 20px;
}

.video-works__badge--material {
    right: 20px;
}

.video-works__play-btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.video-works__content {
    padding: 10px 20px;
}

.video-works__item-title {
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 0 20px 0;
}

.video-works__watch-btn {
    font-size: 16px;
    font-weight: 500;
    color: #947A63;
}

.video-works__badge {
    padding: 4px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
}

.video-works__badge--work {
    background-color: #3C72CA;
}

.video-works__badge--work.video-works__badge--work--ppf {
    background-color: #3C72CA;
}

.video-works__badge--work.video-works__badge--work-vinil {
    background-color: #7A3709;
}

.video-works__badge--work.video-works__badge--work-polirovka {
    background-color: #198DA1;
}

.video-works__badge--work.video-works__badge--work-salon {
    background-color: #048233;
}

.video-works__badge--material {
    right: 20px;
    background-color: #15181D;
}

.video-works__badge-value {
    line-height: normal;
}


/* ===== Блок с формой для видео ===== */
.video-form {
    width: 100%;
    margin: 0 0 90px 0;
}

.video-form__wrapper {
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
    background: #947A63;
    display: flex;
    justify-content: space-between;
    padding: 40px;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.video-form__info {
    flex: 1;
    max-width: 670px;
    width: 100%;
}

.video-form__form-wrapper {
    flex: 1;
    max-width: 515px;
    width: 100%;
}

.video-form__info-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-transform: none;
}

.video-form__info-subtitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
    color: fff#;
}

.video-form__info-text {
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.video-form__info-phone {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.video-form__info-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-form__info-link {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.video-form__info-link:hover {
    opacity: 0.8;
}

/* Стили формы */
.video-form__form-fields {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.video-form__form-input {
    max-width: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    height: 40px;
    outline: none;
    color: #0A0A0B80;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: inherit;
}

.video-form__form-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.video-form__form-input:focus {
    background: rgba(255, 255, 255, 0.3);
}

.video-form__form-checkbox {
    margin-bottom: 25px;
}

.video-form__checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.video-form__checkbox {
    margin-top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.video-form__checkbox-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
}

.video-form__checkbox-text a {
    color: #fff;
    text-decoration: underline;
}

.video-form__checkbox-text a:hover {
    opacity: 0.8;
}

.video-form__form-submit {
    background: #1A1E25;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    color: #fff;
    display: flex;
    justify-content: center;
    width: 250px;
    height: 60px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    border-radius: 4px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.video-form__form-submit:hover {
    background: #2a2e38;
    transform: translateY(-1px);
}

.variants {
    margin: 0 0 90px 0;
}

.variants__title {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: none;
    color: #fff;
}

.variants__subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px 0;
    opacity: .6;
}

.variants__grid {
    display: flex;
    gap: 20px;
}

.variants__item {
    max-width: calc(25% - 10px);
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #1A1E25;
    border-radius: 4px;
}

.variants__image-wrapper {
    max-width: 100%;
    width: 100%;
    position: relative;
    height: 230px;
}

.variants__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variants__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 20px;
    color: #0A0A0B;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 4px;
}

.variants__badge-value {
    line-height: 100%;
}

.variants__content {
    padding: 10px 20px;
}

.variants__item-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: none;
}


.variants__item--has-color .variants__badge {
    background: #947A63;
}

.variants__item--has-color {
    background: #947A63;
}

.variants__zones {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 0 0 20px 0;
}

.variants__zone {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #B0B0B0;
    line-height: normal;
}

.variants__zone:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background: #947A63;
    border-radius: 50%;
}

.variants__item--has-color .variants__zone {
    color: #0A0A0B;
}

.variants__item--has-color .variants__zone:before {
    background: #fff;
}

.variants__info {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.variants__info-item {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #2A2E36;
    border-radius: 4px;
    color: #947A63;
    max-width: 48%;
    width: 100%;
    height: 28px;
}

.variants__price {
    color: #947A63;
    font-size: 24px;
    font-weight: 600;
}


.variants__item--has-color .variants__price {
    color: #0A0A0B;
}


/* ===== Блок кейсов услуг ===== */
.services-cases {
    margin: 0 0 90px 0;
    ;
}

.services-cases-title {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 40px 0;
    text-transform: none;
}

.services-cases__slider {
    margin: 0 -10px;
}

.services-cases__item {
    margin: 0 10px;
    background: #1A1E25;
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.services-cases__media {
    height: 235px;
    overflow: hidden;
    position: relative;
}

.services-cases__image-wrapper {
    width: 100%;
    height: 100%;
}

.services-cases__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.services-cases__badge {
    position: absolute;
    top: 10px;
    padding: 4px 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 10;
}

.services-cases__badge--work {
    left: 10px;
}

.services-cases__badge--work-ppf {
    background-color: #3C72CA;
}

.services-cases__badge--work-vinil {
    background-color: #7A3709;
}

.services-cases__badge--work-polirovka {
    background-color: #198DA1;
}

.services-cases__badge--work-salon {
    background-color: #048233;
}

.services-cases__badge--work-default {
    background-color: #947A63;
}

.services-cases__badge--material {
    right: 10px;
    background-color: #15181D;
}

.services-cases__badge-value {
    line-height: normal;
}

.services-cases__content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.services-cases__title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.services-cases__info {
    display: flex;
    gap: 10px;
    margin: 0 0 10px 0;
}

.services-cases__info-item {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    background-color: #2A2E36;
    border-radius: 4px;
}

.services-cases__info-icon {
    font-size: 12px;
}

.services-cases__info-value {
    color: #C9A86A;
    font-size: 14px;
    font-weight: 400;
}

.services-cases__preview-text {
    margin: 0 0 20px 0;
    font-size: 14px;
    color: #B0B0B0;
    line-height: 1.4;
    flex: 1;
}

.services-cases__price-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.services-cases__price-value {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.services-cases__button {
    color: #C9A86A;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.services-cases__button:hover {
    color: #b89a5a;
}

/* Стрелки slick */
.services-cases__slider .slick-prev,
.services-cases__slider .slick-next {
    position: absolute;
    top: -65px;
    z-index: 20;
    width: 40px;
    height: 40px;
    background: #1A1E25;
    cursor: pointer;
    border: 1px solid #947A63;
    border-radius: 4px;
}

.services-cases__slider .slick-prev {
    right: 50px;
    left: auto;
}

.services-cases__slider .slick-next {
    right: 0;
}

.services-cases__slider .slick-prev:before,
.services-cases__slider .slick-next:before {
    content: '←';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /*	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/upload/slider-arr.svg); */
    font-size: 12px;
    width: 20px;
    height: 10px;
    background-position: center;
}

.services-cases__slider .slick-next:before {
    content: '→';
}

.services__care {
    display: flex;
    flex-direction: column;
    margin: 0 0 90px 0;
}

.services__care-title {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 8px 0;
    text-transform: none;
    color: #fff;
}

.services__care-subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 40px 0;
    opacity: .6;
}

.services__care-sec {
    display: flex;
    gap: 20px;
}

.services__care-sec-left,
.services__care-sec-right {
    display: flex;
    flex-direction: column;
}

.services__care-sec-left {
    max-width: calc(58% - 10px);
    width: 100%;
    gap: 10px;
}

.services__care-left-item {
    background: #1A1E25;
    border-radius: 4px;
    padding: 20px 40px;
    max-width: 100%;
    width: 100%;
}

.services__care-left-item.green {
    border-left: 8px solid #048233;
}

.services__care-left-item.red {
    border-left: 8px solid #FF3333;
}

.services__care-left-item-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.services__care-left-item-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services__care-left-item-list>div {
    line-height: normal;
    position: relative;
    color: #B0B0B0;
    font-size: 14px;
    padding-left: 25px;
    font-weight: 400;
}

.services__care-left-item .services__care-left-item-list>div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.services__care-left-item.green .services__care-left-item-list>div:before {
    background-image: url(/upload/green.svg);
}

.services__care-left-item.red .services__care-left-item-list>div:before {
    background-image: url(/upload/red.svg);
}

.services__care-sec-right {
    gap: 10px;
    max-width: calc(42% - 10px);
    width: 100%;
}

.services__care-right-item {
    display: flex;
    background: #1A1E25;
    border-radius: 4px;
    padding: 20px;
    max-width: 100%;
    gap: 20px;
    height: stretch;
}

.services__care-right-item-box {
    display: flex;
    flex-direction: column;
}

.services__care-right-item-img {
    width: 60px;
    height: 60px !important;
    object-fit: contain;
}


/* ЭКОНОМИЯ НА МАТЕРИАЛАХ */

.services-detail__eco {
    margin: 0 0 90px 0;
}

.services-detail__eco-title {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: none;
    color: #fff;
}

.services-detail__eco-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #B0B0B0;
    margin: 0 0 40px 0;
}

.services-detail__eco-main {
    display: flex;
    gap: 20px;
    margin: 0 0 40px 0;
}

.services-detail__eco-list {
    max-width: 68%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.services-detail__eco-image {
    max-width: 32%;
    width: 100%;
}

.services-detail__eco-image img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.services-detail__eco-item {
    padding: 10px 20px;
    background: #1A1E25;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .4s;
}

.services-detail__eco-item:hover {
    border: 1px solid #947A6366;
}

.services-detail__eco-item-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 18px 0;
}

.services-detail__eco-item-text {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    opacity: .5;
}

.services-detail__eco-bottom {
    padding: 40px;
    border: 1px solid #947A6366;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.services-detail__eco-bottom-content {
    display: flex;
    flex-direction: column;
    max-width: 670px;
    width: 100%;
}

.services-detail__eco-bottom-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 100%;
}

.services-detail__eco-bottom-text {
    font-size: 14px;
    font-weight: 400;
    opacity: .5;
    margin: 0;
    line-height: 130%;
}

.services-detail__eco-bottom-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-detail__eco-btn--primary {
    display: flex;
    justify-content: center;
    width: 475px;
    height: 60px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #947A63;
    color: #fff;
    clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
}

.services-detail__eco-btn--secondary {
    z-index: 1;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--bs-body-color);
    width: 475px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-detail__eco-btn--secondary::before {
    inset: 0;
    z-index: -1;
    content: "";
    position: absolute;
    background-color: var(--bs-primary);
    -webkit-clip-path: polygon(0 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px, 2px 14.8px, 2px calc(100% - 2px), calc(100% - 14px - 0.8px) calc(100% - 2px), calc(100% - 2px) calc(100% - 14px - 0.8px), calc(100% - 2px) 2px, 14.8px 2px, 2px 14.8px);
    clip-path: polygon(0 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px, 2px 14.8px, 2px calc(100% - 2px), calc(100% - 14px - 0.8px) calc(100% - 2px), calc(100% - 2px) calc(100% - 14px - 0.8px), calc(100% - 2px) 2px, 14.8px 2px, 2px 14.8px);
}


/* ФОРМА С МАШИНОЙ */

/* Блок формы */
.form-section {
    width: 100%;
}

.form-section--auto {
    margin: 0 0 90px 0;
    padding: 0;
}

.form-section__container {
    display: flex;
    max-width: 100%;
    width: 100%;
}

/* Изображение */
.form-section__image-wrapper {
    flex: 1;
    max-width: 50%;
}

.form-section__image {
    max-height: 520px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* Контентная часть */
.form-section__content {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    background: #1A1E25;
}

.form-section__title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.form-section__description {
    font-size: 16px;
    font-weight: 400;
    color: #B0B0B0;
    line-height: 1.4;
    margin: 0 0 30px 0;
}

/* Форма */
.form-section__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-section__row {
    display: flex;
    gap: 20px;
}

.form-section__field {
    position: relative;
}

.form-section__field--half {
    flex: 1;
    width: 50%;
}

.form-section__field--select {
    cursor: pointer;
}

.form-section__field--checkbox {
    margin: 0;
}

/* Поля ввода */
.form-section__input {
    width: 100%;
    height: 51px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.form-section__input:focus {
    outline: none;
    border-color: #C9A86A;
}

.form-section__input::placeholder {
    color: #B0B0B0;
}

/* Кастомный селект */
.form-section__custom-select {
    position: relative;
    width: 100%;
}

.form-section__custom-select-trigger {
    width: 100%;
    height: 51px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-section__field--checkbox {
    display: flex;
    gap: 10px;
}

.form-section__custom-select-trigger:hover {
    border-color: #C9A86A;
}

.form-section__custom-select-placeholder {
    color: #B0B0B0;
    font-size: 16px;
    font-weight: 400;
}

.form-section__custom-select-arrow {
    color: #C9A86A;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.form-section__custom-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 4px;
    background: #1A1E25;
    border-radius: 4px;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto;
}

.form-section__custom-select-option {
    padding: 12px 16px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.form-section__custom-select-option:hover {
    background: #C9A86A;
    color: #0A0A0B;
}

/* Чекбокс */
.form-section__checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    max-width: 50%;
    width: 100%;
}

.form-section__checkbox {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #C9A86A;
}

.form-section__checkbox-text {
    color: #B0B0B0;
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
}

.form-section__checkbox-text a {
    text-decoration: underline;
    color: #B0B0B0;
}

.form-section__checkbox-text a:hover {
    text-decoration: underline;
}

/* Кнопка отправки */
.form-section__submit {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 50%;
    height: 60px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #947A63;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
    color: #fff;
}

/* Блок "Что входит в нашу цену" */
.services-detail__our-price {
    margin: 0 0 90px 0;
}

.services-detail__our-price-container {
    max-width: 100%;
    width: 100%;
}

.services-detail__our-price-title {
    font-size: 44px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: none;
    color: #fff;
}

.services-detail__our-price-prev {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #B0B0B0;
    margin: 0 0 40px 0;
}

/* Сетка карточек */
.services-detail__our-price-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Карточка (по умолчанию 50% ширины) */
.services-detail__our-price-card {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    background: #1A1E25;
    padding: 20px;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.services-detail__our-price-card:nth-child(4n+2):before,
.services-detail__our-price-card:nth-child(4n+3):before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #947A6366;
    border-radius: 4px 0 0 4px;
}

/* Карточка на всю ширину (для нечетного количества) */
.services-detail__our-price-card--full {
    flex: 0 0 100%;
    max-width: 100%;
}

.services-detail__our-price-card-number {
    font-size: 40px;
    font-weight: 700;
    color: #947A63;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    line-height: 100%;
}

.services-detail__our-price-card-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    line-height: 130%;
}

.services-detail__our-price-card-desc {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    opacity: .5;
    line-height: 140%;
}

/* Ховер эффект */
.services-detail__our-price-card:hover {
    transform: translateY(-5px);
    background: #222830;
}

.services-detail__our-price-card:hover .services-detail__our-price-card-number {
    color: #fff;
}

/* ========================================
   ВСЕ МЕДИА-ЗАПРОСЫ (сгруппированы внизу)
   ======================================== */

/* 1380px */
@media screen and (max-width: 1380px) {
    .services__detail-faq-box {
        max-width: 33%;
        width: 100%;
    }

    .services-detail__faq-list {
        max-width: 65%;
        width: 100%;
    }

    .services-detail__faq-question {
        padding-right: 70px;
    }
}

/* 1300px */
@media screen and (max-width: 1300px) {
    .services-detail__banner {
        min-height: 500px;
        position: relative;
    }
}

/* 1280px */
@media screen and (max-width: 1280px) {
    .services-detail__title {
        font-size: 48px;
    }

    .services-detail__price-title {
        font-size: 40px;
        margin: 0 0 35px 0;
    }

    .services-detail__price {
        margin: 0 0 60px 0;
    }

    .services-detail__price-table {
        padding: 20px;
    }

    .services-under-form__form-wrapper {
        max-width: 38%;
        width: 100%;
    }

    .services-under-form__info {
        max-width: 60%;
        width: 100%;
    }

    .services-under-price__title,
    .services-detail__steps-title,
    .video-works__title,
    .video-form__info-title,
    .variants__title,
    .services__care-title,
    .services-cases-title,
    .services-detail__our-price-title,
    .services-detail__eco-title,
    .services-detail__diff-title,
    .services-detail__faq-title,
    .services-detail__price-title {
        font-size: 38px;
    }

}

/* 1024px */
@media screen and (max-width: 1024px) {
    .services-detail__banner {
        background-position: 70%;
    }

    .services-detail__banner-overlay {
        background: rgba(0, 0, 0, 0.4);
    }

    .services-detail__banner-content {
        position: relative;
        z-index: 3;
    }

    .services-detail__steps-grid {
        gap: 15px;
    }

    .services-detail__our-price {
        margin: 0 0 60px 0;
    }

    .services-detail__our-price-title {
        font-size: 40px;
    }

    .services-detail__our-price-card {
        padding: 25px;
    }

    .form-section__container {
        flex-direction: column;
    }

    .form-section__image-wrapper,
    .form-section__content {
        max-width: 100%;
    }

    .form-section__image {
        max-height: 400px;
    }

    .services-under-form__wrapper {
        flex-direction: column;
    }

    .services-under-form__info {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .services-under-form__form-wrapper {
        max-width: 100%;
    }

    .services-detail__steps-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }

    .services-detail__steps-card {
        max-width: calc(50% - 10px);
    }

    .services-detail__steps-card:last-child {
        max-width: 100%;
        width: 100%;
    }

    .video-form__form-wrapper {
        max-width: 100%;
    }

    .variants__item {
        max-width: calc(50% - 10px);
    }

    .variants__grid {
        flex-wrap: wrap;
    }

    .variants__image {
        height: 100% !important;
    }

    .services__care-sec {
        flex-direction: column;
    }

    .services__care-sec-left,
    .services__care-sec-right {
        max-width: 100%;
    }

    .services__care-sec {
        gap: 10px;
    }

    .services-detail__eco-bottom {
        flex-direction: column;
        gap: 10px;
    }

    .services-detail__eco-btn--primary,
    .services-detail__eco-btn--secondary {
        width: 100%;
    }

    .services-detail__eco-bottom-buttons {
        gap: 10px;
    }

    .services-detail__diff-table {
        padding: 20px;
    }

    .services-detail__diff-cell.services-detail__diff-cell--param {
        max-width: 215px;
    }

    .services-detail__diff-items .services-detail__diff-cell {
        padding: 10px;
    }

    .services__detail-faq-sec {
        flex-direction: column;
        gap: 20px;
    }

    .services-detail__faq-list,
    .services__detail-faq-box {
        max-width: 100%;
    }
}

/* 768px */
@media screen and (max-width: 768px) {
    .services-detail__title {
        font-size: 34px;
    }

    .services-detail__price-header,
    .services-detail__price-row {
        min-width: 600px;
    }

    .services-detail__price-table {
        overflow-x: auto;
    }

    .services-detail__our-price-grid {
        gap: 15px;
    }

    .services-detail__our-price-card {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 20px;
    }

    .services-detail__our-price-title {
        font-size: 34px;
    }

    .services-detail__our-price-card-title {
        font-size: 18px;
    }

    .form-section__row {
        flex-direction: column;
        gap: 15px;
    }

    .form-section__field--half {
        width: 100%;
    }

    .form-section__title {
        font-size: 28px;
    }

    .services-detail__steps-card {
        padding: 20px 15px;
        height: stretch;
    }

    .services-detail__steps-card {
        max-width: calc(50% - 5px);
    }

    .video-works__item {
        max-width: 100%;
    }

    .services-under-form__wrapper {
        padding: 20px;
    }

    .variants__item {
        max-width: 100%;
    }

    .services-cases-title {
        margin-bottom: 80px;
    }

    .services-cases__slider .slick-prev,
    .services-cases__slider .slick-next {
        top: -40px;
    }

    .services-detail__eco-main {
        flex-direction: column;
    }

    .services-detail__eco-list {
        max-width: 100%;
    }

    .services-detail__eco-image {
        max-width: 100%;
        height: 250px;
    }

    .services-detail__diff-cell.services-detail__diff-cell--param {
        max-width: 145px;
    }
}

/* 600px */
@media screen and (max-width: 600px) {

    .services-under-price__title,
    .services-detail__steps-title,
    .video-works__title,
    .video-form__info-title,
    .variants__title,
    .services__care-title,
    .services-cases-title,
    .services-detail__our-price-title,
    .services-detail__eco-title,
    .services-detail__diff-title,
    .services-detail__faq-title,
    .services-detail__price-title {
        font-size: 34px;
    }

    .services-detail__price-title {
        margin: 0 0 20px 0;
    }

    .services-under-form,
    .services-detail__steps,
    .video-works,
    .video-form,
    .variants,
    .services__care,
    .services-cases,
    .form-section--auto,
    .services-detail__diff {
        margin: 0 0 60px 0;
    }

    .services-detail__steps-card {
        max-width: 100%;
    }

    .services-detail__eco-bottom {
        padding: 20px;
    }

    .services-detail__eco-btn--primary,
    .services-detail__eco-btn--secondary {
        font-size: 16px;
    }

    .services-detail__diff-table {
        padding: 10px;
    }

    .services-detail__diff-table {
        overflow-x: auto;
    }

    .services-detail__diff-table .services-detail__diff-header,
    .services-detail__diff-table .services-detail__diff-row {
        min-width: 600px;
    }
}

/* 500px */
@media screen and (max-width: 500px) {

    .services-under-price__stars-list {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .services-under-price {
        height: auto;
        padding: 20px 0;
    }

    .services-under-price__stars-item {
        max-width: 100%;
    }

    .services-under-form__info-items {
        flex-direction: column;
    }

    .services-under-form__info-items>div {
        max-width: 100%;
    }

    .services-under-price__title,
    .services-detail__steps-title,
    .video-works__title,
    .video-form__info-title,
    .variants__title,
    .services__care-title,
    .services-cases-title,
    .services-detail__our-price-title,
    .services-detail__eco-title,
    .services-detail__diff-title,
    .services-detail__faq-title,
    .services-detail__price-title {
        font-size: 22px;
    }

    .services-detail__steps-card-number {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .video-form__wrapper {
        padding: 14px;
    }

    .services__care-left-item {
        padding: 20px 25px;
    }

    .form-section__content {
        padding: 20px;
    }

    .form-section__field--checkbox {
        flex-direction: column;
    }

    .form-section__checkbox-label,
    .form-section__submit {
        max-width: 100%;
    }

    .services-detail__our-price-card-number {
        font-size: 30px;
        margin: 0 0 14px 0;
    }

    .services-detail__eco-btn--primary,
    .services-detail__eco-btn--secondary {
        font-size: 14px;
    }

    .services-detail__faq-question {
        font-size: 16px;
        line-height: normal;
    }
}

/* 480px */
@media screen and (max-width: 480px) {
    .form-section__title {
        font-size: 24px;
    }

    .form-section__description {
        font-size: 14px;
    }

    .form-section__input,
    .form-section__custom-select-trigger,
    .form-section__submit {
        height: 45px;
        font-size: 14px;
    }
}
/* End */
/* /local/templates/karad/components/bitrix/news.detail/usluga_razdel/style.css?178169115748389 */
