
/* ===== ГЛОБАЛЬНЫЕ СТИЛИ ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --text: #ffffff;
    --accent: rgba(255, 140, 0, 0.4);
}

/* ===== HTML ===== */
html {
    min-height: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    display: none;
}

/* ===== BODY ===== */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: url("../images/fon.dbc524fa72e1.webp") center/cover no-repeat fixed, #000;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

/* ===== ССЫЛКИ И ИЗОБРАЖЕНИЯ ===== */
a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* ===== WRAPPER И CONTAINER ===== */
.wrapper {
    flex: 1 0 auto;
    background: radial-gradient(circle at right center, rgba(255, 140, 0, 0.28) 0%, rgba(255, 140, 0, 0) 35%), url("../images/fon.dbc524fa72e1.webp") center/cover no-repeat fixed, #000;
    max-width: 100%;
}

.container {
    max-width: 1900px;
    width: 94%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ===== HEADER ===== */
header {
    padding: 50px 0;
}

header nav {
    float: right;
    width: 50%;
}

header nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
    z-index: 2;
    position: relative;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    color: #fff;
    font-size: 18px;
}

/* ===== LOGO И SUBTITLE ===== */
.logo {
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: -10px;
    display: inline-block;
}

.subtitle {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #cfcfcf;
    text-transform: lowercase;
}

/* ===== ССЫЛКИ - СОСТОЯНИЯ ===== */
a,
a:visited {
    color: #ffffff;
}

a:hover,
a:focus {
    color: #e6e6e6;
    outline: none;
    box-shadow: none;
}

/* ===== ОСНОВНОЙ КОНТЕНТ - ГЛАВНАЯ ФОТО ===== */
.main-photo img {
    object-fit: cover;
    aspect-ratio: 1280 / 853;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: 2px solid rgba(255, 140, 0, 0.75);
    border-radius: 15px;
    box-sizing: border-box;
}

.main-photo {
    position: relative;
    z-index: 1;
    margin-top: -80px;
}

.main-photo.container {
    max-width: 1900px !important;
}

.main-photo .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 0 20px;
    color: #fff;
}

.main-photo h3 {
    font-size: clamp(18px, 3.5vw, 26px);
    font-weight: 800;
    letter-spacing: 1px;
}

.main-photo .founder-name {
    font-size: clamp(14px, 2.2vw, 18px);
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0.85;
    margin-top: 2px;
}

.main-photo h1 {
    font-size: clamp(56px, 8vw, 130px);
    font-weight: 800;
    letter-spacing: 2px;
    margin: 6px 0;
}

.main-photo h2 {
    font-size: clamp(18px, 4vw, 32px);
    font-weight: 600;
    margin-top: 6px;
    letter-spacing: 1px;
}

/* ===== КНОПКИ ДЕЙСТВИЙ ===== */
.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(20px, 3vw, 180px);
    justify-content: center;
    align-items: flex-end;
    padding: 30px 0;
}

.info-action {
    flex: 1 1 320px;
}

.filial {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex: 1 1 320px;
}

.filial h2 {
    position: relative;
    font-weight: 400;
    font-size: 20px;
}

/* ===== КНОПКА ИНФОРМАЦИЯ И ФИЛИАЛ ===== */
.btn-info,
.btn-filial {
    min-width: 0;
    width: 100%;
    display: inline-block;
    position: relative;
    background: #000;
    border: 1px solid rgba(255, 140, 0, 0.5);
    border-radius: 15px;
    padding: 26px 38px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    max-width: 700px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
    text-align: left;
}

.btn-info {
    width: 100%;
    border: 2px solid #ff8c00;
}

.btn-filial {
    position: relative;
    overflow: hidden;
    background: #c48e5e;
    background: linear-gradient(90deg, rgba(196, 142, 94, 1) 0%, rgba(143, 88, 60, 1) 50%, rgba(145, 86, 64, 1) 50%, rgba(128, 80, 51, 1) 69%, rgba(143, 93, 33, 1) 100%);
    width: 100%;
    border-radius: 20px;
    max-width: 1200px;
    padding: 36px 60px;
    font-size: 22px;
    text-align: center;
    transition: color 0.35s ease, border-color 0.35s ease, transform 0.2s ease;
    z-index: 0;
}

.btn-filial:hover,
.btn-info:hover {
    transform: scale(1.03);
}

.btn-filial::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(143, 93, 33, 1) 0%, rgba(128, 80, 51, 1) 31%, rgba(145, 86, 64, 1) 50%, rgba(143, 88, 60, 1) 50%, rgba(196, 142, 94, 1) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: -1;
}

.btn-filial:hover::after {
    opacity: 1;
}

.btn-info::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 18px;
    bottom: 18px;
    border-right: 2px solid #ff8c00;
    border-top: 2px solid #ff8c00;
    transform: rotate(0deg);
    transform-origin: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.btn-info:hover {
    background: #000;
    border-color: #ff8c00;
    color: #ffffff;
}

.btn-info:hover::after {
    transform: rotate(45deg);
    border-color: rgba(255, 140, 0, 0.4);
}

/* ===== ТЕКСТ НА КНОПКАХ ===== */
.btn-title {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 auto 10px;
    width: max-content;
}

.btn-subtitle {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    width: max-content;
}

.btn-desc {
    display: block;
    margin: 0 auto 8px;
    text-align: center;
    width: max-content;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.7;
}

.sub-desc {
    display: block;
    margin: 0 auto 0;
    text-align: center;
    width: max-content;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.5;
}

/* ===== УСЛУГИ (ТАБЛИЦА УСЛУГ) ===== */
.uslugi {
    margin-top: 100px;
    color: var(--text);
    font-family: "Akt", sans-serif;
    font-weight: 900;
    font-size: 80px;
}

.service-tabs {
    margin-top: 80px;
    display: flex;
    gap: 20px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.tab {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: #000;
    border: 1px solid #222;
    color: white;
    padding: 18px 35px;
    border-radius: 12px;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}

.tab.active {
    border-color: var(--accent);
    background: #000;
}

.tab:hover {
    border-color: var(--accent);
}

.price-list {
    border-top: 1px solid var(--accent);
    padding-top: 40px;
}

.price-list table {
    width: 100%;
    border-collapse: collapse;
}

.price-list th {
    color: #ff8c00;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 30px;
}

.price-list td {
    padding: 18px 0;
    font-size: 30px;
    color: white;
}

.price-list td:first-child {
    width: 50%;
    text-align: left;
    font-size: 22px;
}

.price-list td:not(:first-child) {
    text-align: center;
    font-weight: 600;
}

.price-list tr {
    border: none;
}

.hidden {
    display: none !important;
}

/* ===== REVEAL АНИМАЦИЯ ===== */
.reveal {
    opacity: 0;
    transition: opacity 0.5s ease;
}


.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ===== СОЦИАЛЬНЫЕ СЕТИ ===== */
.social-block {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 1 auto;
    min-width: 0;
}

.social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.social-title {
    font-family: "Alumni Sans SC", sans-serif;
    display: inline-block;
    white-space: nowrap;
    font-weight: 300;
    font-size: 30px;
    opacity: 0.5;
    padding-right: 50px;
}

.social li {
    list-style: none;
    margin-right: 10px;
    font-weight: 800;
    font-size: 15px;
}

.social li a {
    transition: all 500ms ease;
}

.social li a:hover {
    color: #ff9b2d;
}

@media (max-width: 480px) {
    .main-photo h1 { font-size: 32px; letter-spacing: 0.6px; }
    .main-photo h2, .main-photo h3 { font-size: 16px; letter-spacing: 0.6px; }
}

@media (max-width: 992px) {
    .btn-info { max-width: none; }
    header { padding: 10px 0; }
    .logo { font-size: 40px; }
    header nav { float: none; width: 100%; margin-top: 10px; }
    header nav ul { flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; }
    .main-photo .info { padding: 0 12px; }
    .button-row { flex-direction: column; gap: 20px; align-items: stretch; }
    .info-action, .filial { flex: 1 1 auto; }
    .btn-info, .btn-filial { min-width: auto; width: 100%; padding: 20px 24px; }
    .btn-title { font-size: 32px; }
    .btn-subtitle { font-size: 22px; }
    .sub-desc { font-size: 18px; }
    .filial { min-width: 0; }
}

@media (max-width: 600px) {
    html, body { font-size: 16px; }
    .container { width: 95%; }
    header { padding: 20px 0; }
    header nav { width: auto; float: none; }
    header nav ul { gap: 18px; }
    .logo { font-size: 36px; }
    .subtitle { font-size: 12px; }
}

@media (max-width: 480px) {
    header { padding: 20px 0; }
    .logo { font-size: 28px; }
    .container { width: 96%; }
    .main-photo .info { padding: 0 8px; }
}

@media (max-width: 250px) {
    .subtitle { display: none; }
}

@media (max-width: 768px) {
    body { min-height: auto; }
    .wrapper { flex: 0 1 auto; }

    header nav ul { flex-wrap: nowrap; gap: clamp(6px, 2vw, 20px); }
    header nav ul li a { font-size: clamp(11px, 3.2vw, 16px); white-space: nowrap; }

    .social-title { white-space: normal; font-size: 18px; padding-right: 0; text-align: center; }
    .social { flex-wrap: wrap; justify-content: center; }
    .button-row { flex-direction: column; gap: 20px; align-items: stretch; }
    .info-action, .filial, .social-block { width: 100%; text-align: center; }
    .btn-info, .btn-filial { min-width: auto; width: 100%; padding: 20px 24px; }
    .btn-info { text-align: center; }
    .btn-desc { text-align: center; width: auto; }
    .btn-title, .btn-subtitle { width: auto; margin: 0 auto 10px; }
    .btn-title { font-size: 32px; }
    .btn-subtitle { font-size: 22px; }
    .sub-desc { display: block; text-align: center; font-size: 22px; margin: 0 auto 10px; width: auto; }
    .filial { min-width: auto; }
    .social-block { justify-content: center; margin-left: 0; }
}

.uslugi { margin-top: 100px; color: var(--text); font-family: "Akt", sans-serif; font-weight: 900; font-size: 80px; }
.service-tabs { margin-top: 80px; display: flex; gap: 20px; margin-bottom: 60px; flex-wrap: wrap; }
.tab {
    -webkit-tap-highlight-color: transparent;
    outline: none; background: #000; border: 1px solid #222; color: white; padding: 18px 35px; border-radius: 12px; font-size: 18px; cursor: pointer; transition: .3s; }
.tab.active {
    border-color: var(--accent);
    background: #000;
}
.tab:hover { border-color: var(--accent); }
.price-list { border-top: 1px solid var(--accent); padding-top: 40px; }

.reveal { opacity: 0; transition: opacity 0.5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.price-list table { width: 100%; border-collapse: collapse; }
.price-list th { color: #ff8c00; font-size: 16px; font-weight: 600; text-align: center; padding-bottom: 30px; }
.price-list td { padding: 18px 0; font-size: 30px; color: white; }
.price-list td:first-child { width: 50%; text-align: left; font-size: 22px; }
.price-list td:not(:first-child) { text-align: center; font-weight: 600; }
.price-list tr { border: none; }
.hidden { display: none !important; }

.social-block { display: flex; align-items: center; gap: 12px; flex: 0 1 auto; min-width: 0; }
.social { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; }
.social-title { font-family: "Alumni Sans SC", sans-serif; display: inline-block; white-space: nowrap; font-weight: 300; font-size: 30px; opacity: 0.5; padding-right: 50px; }
.social li { list-style: none; margin-right: 10px; font-weight: 800; font-size: 15px; }
.social li a { transition: all 500ms ease; }
.social li a:hover { color: #ff9b2d; }

/* ===== FOOTER (ПОДВАЛ) ===== */
footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto auto auto auto;
    column-gap: 40px;
    row-gap: 8px;
    max-width: 1900px;
    width: 94%;
    margin: 100px auto 0;
}

.footer.container {
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    max-width: none;
    margin: 0;
}

.footer-logo {
    font-family: "Akt", sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: var(--text);
}

.footer-subtitle {
    font-family: "Akt", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: var(--text);
}

.footer-info {
    display: inline-block;
    vertical-align: middle;
}

.footer-social {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 50px;
    padding: 0;
}

.footer-social li {
    list-style: none;
    margin-right: 10px;
    font-weight: 800;
    font-size: 15px;
}

.footer-social li a {
    transition: all 500ms ease;
}

.footer-social li a:hover {
    color: #ff9b2d;
}

.footer-social ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    align-items: center;
}

.footer-email,
.footer-time,
.footer-inn,
.footer-oferta,
.footer-nav {
    min-width: 0;
}

.footer-email {
    grid-column: 1;
    grid-row: 2;
    text-decoration: underline;
    text-decoration-color: var(--text);
    text-decoration-thickness: 1px;
    font-family: "Akt", sans-serif;
    font-weight: 500;
}

.footer-time {
    grid-column: 1;
    grid-row: 3;
    font-family: "Akt", sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.footer-inn {
    grid-column: 1;
    grid-row: 4;
    margin-top: 20px;
}

.footer-inn span {
    display: block;
    opacity: 0.5;
    font-family: "Akt", sans-serif;
    font-weight: 300;
    margin-top: 5px;
    font-size: 12px;
}

.footer-oferta {
    grid-column: 2;
    grid-row: 5;
    margin-top: 20px;
    font-family: "Akt", sans-serif;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.5;
    max-width: 360px;
}

.footer-nav {
    grid-column: 2;
    grid-row: 2 / 5;
    align-self: start;
    opacity: 0.5;
}

.footer-nav a {
    font-family: "Akt", sans-serif;
    white-space: nowrap;
}

.footer-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: clamp(16px, 3vw, 100px);
}

.footer-nav li {
    list-style: none;
}

@media (max-width: 700px) {
    footer { grid-template-columns: minmax(0, 1fr); grid-template-rows: auto auto auto auto auto auto; }
    .footer.container { grid-row: 1; }
    .footer-email     { grid-column: 1; grid-row: 2; }
    .footer-time      { grid-column: 1; grid-row: 3; }
    .footer-inn       { grid-column: 1; grid-row: 4; }
    .footer-oferta { grid-column: 1; grid-row: 5; max-width: 100%; }
    .footer-nav { grid-column: 1; grid-row: 6; align-self: start; }
    .footer-nav ul { flex-wrap: wrap; gap: 16px; }
}

@media (hover: none) {
    a:hover, a:focus, .tab:hover, .btn-filial:hover, .btn-info:hover, .footer-social li a:hover {
        color: inherit !important; background: none !important; border-color: transparent !important;
        transform: none !important; box-shadow: none !important; opacity: 1 !important;
    }
}

@media (hover: none) {
    .btn-filial:hover {
        background: linear-gradient(90deg, rgba(196, 142, 94, 1) 0%, rgba(143, 88, 60, 1) 50%, rgba(145, 86, 64, 1) 50%, rgba(128, 80, 51, 1) 69%, rgba(143, 93, 33, 1) 100%) !important;
        transform: none !important;
    }
}

.tab {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
.tab.active {
    background: #000;
}

.tab.active {
    border: 2px solid #ff8c00;
    background: #000;
    color: #ff8c00;
    font-weight: 600;
}

@media (hover: none) {
    .tab:hover {
        border-color: #222 !important;
    }
}
.tab.active {
    border: 2px solid #ff8c00 !important;
    background: #000 !important;
}

.uslugi {
    margin-top: 40px !important;
}

.main-photo.reveal {
    opacity: 1 !important;
    transform: none !important;
}

.uslugi {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

header.container {
    margin: 50px auto !important;
}

@media (min-width: 1300px) {
    header nav ul {
        gap: 80px !important;
    }
}

@media (max-width: 1299px) {
    header nav ul {
        gap: 20px !important;
    }
    header.container {
        margin: 20px auto !important;
    }
    .main-photo {
        margin-top: 0 !important;
    }
}

@media (max-width: 768px) {
    .uslugi {
        font-weight: 600 !important;
        margin-bottom: 5px !important;
    }
    .service-tabs {
        margin-top: 15px !important;
    }
}

/* ===== SOCIAL ICONS (круглые кнопки) ===== */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #424452;
    color: #fff;
    transition: background 300ms ease, color 300ms ease;
    flex-shrink: 0;
}

.social-icon svg {
    width: 20px;
    height: 20px;
}

.social-icon:hover {
    background: #565866;
    color: #ff9b2d;
}

@media (hover: none) {
    .social-icon:hover {
        background: #424452 !important;
        color: #fff !important;
    }
}


.social-icon i {
    font-size: 22px;
}


/* Убираем черный фон при нажатии на соц. иконки */
.social-icon,
.social-icon:visited,
.social-icon:focus,
.social-icon:active {
    background: #424452 !important;
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

.social-icon:active {
    transform: scale(0.96);
}

.social-icon:hover {
    background: #565866;
    color: #ff9b2d;
}


/* FINAL FIX SOCIAL BUTTON CLICK */
a.social-icon,
a.social-icon:visited,
a.social-icon:hover,
a.social-icon:focus,
a.social-icon:active {
    background-color: #424452 !important;
    color: #ffffff !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a.social-icon:active {
    background-color: #424452 !important;
    transform: scale(0.96);
}

.social-icon i {
    color: inherit !important;
}


/* FIX SOCIAL ICONS SIZE */
.social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #424452 !important;
    color: #fff !important;
}

.social-icon i {
    font-size: 22px !important;
    line-height: 1 !important;
}

.social-icon .fa-instagram,
.social-icon .fa-telegram {
    color: #fff !important;
}

.social-icon:hover {
    background: #565866 !important;
}

.social-icon:active,
.social-icon:focus {
    background: #424452 !important;
    outline: none !important;
    box-shadow: none !important;
}

.social-icon {
    -webkit-tap-highlight-color: transparent !important;
}


/* MOBILE TAP BLACK FLASH FIX */
html {
    -webkit-tap-highlight-color: transparent !important;
}

a.social-icon,
a.social-icon:link,
a.social-icon:visited,
a.social-icon:hover,
a.social-icon:focus,
a.social-icon:active {
    background-color: #424452 !important;
    color: #ffffff !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-touch-callout: none !important;
    outline: none !important;
    box-shadow: none !important;
}

a.social-icon:active {
    background-color: #424452 !important;
    opacity: 0.85;
    transform: scale(0.96);
}

.social-icon i,
.social-icon svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}


/* REMOVE ALL MOBILE CLICK FLASH */
* {
    -webkit-tap-highlight-color: transparent !important;
}

a,
a:link,
a:visited,
a:hover,
a:focus,
a:active {
    -webkit-tap-highlight-color: transparent !important;
}

.social-icon,
.social-icon *,
.social-icon:before,
.social-icon:after {
    background-color: transparent;
}

.social-icon {
    background-color: #424452 !important;
    overflow: hidden !important;
}

.social-icon:active {
    background-color: #424452 !important;
}


/* FINAL MOBILE SOCIAL BUTTON FIX */
html,
body,
a,
a:active,
a:focus {
    -webkit-tap-highlight-color: transparent !important;
}

a.social-icon,
a.social-icon:link,
a.social-icon:visited,
a.social-icon:hover,
a.social-icon:focus,
a.social-icon:active {
    background-color: #424452 !important;
    color: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

a.social-icon:active {
    background-color: #424452 !important;
}

a.social-icon i {
    color: #ffffff !important;
}


/* DESKTOP SOCIAL BRAND COLORS ON HOVER ONLY */
@media (hover: hover) and (pointer: fine) {

    /* Telegram */
    a.social-icon:has(.fa-telegram):hover {
        background-color: #229ED9 !important;
        color: #ffffff !important;
    }

    a.social-icon:has(.fa-telegram):hover i {
        color: #ffffff !important;
    }

    /* Instagram */
    a.social-icon:has(.fa-instagram):hover {
        background: linear-gradient(
            135deg,
            #833AB4,
            #C13584,
            #E1306C,
            #FD1D1D,
            #FCAF45
        ) !important;
        color: #ffffff !important;
    }

    a.social-icon:has(.fa-instagram):hover i {
        color: #ffffff !important;
    }

}


/* SMOOTH DESKTOP SOCIAL HOVER ANIMATION */
@media (hover: hover) and (pointer: fine) {

    a.social-icon {
        transition:
            transform 250ms ease,
            background-color 300ms ease,
            color 300ms ease,
            box-shadow 300ms ease !important;
    }

    a.social-icon:hover {
        transform: scale(1.12);
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    }

    /* Telegram */
    a.social-icon:has(.fa-telegram):hover {
        background-color: #229ED9 !important;
        color: #ffffff !important;
    }

    /* Instagram */
    a.social-icon:has(.fa-instagram):hover {
        background: linear-gradient(
            135deg,
            #833AB4,
            #C13584,
            #E1306C,
            #FD1D1D,
            #FCAF45
        ) !important;
        color: #ffffff !important;
    }

    a.social-icon:hover i {
        color: #ffffff !important;
    }

}


/* SMOOTH SOCIAL BRAND COLOR FADE */
@media (hover: hover) and (pointer: fine) {

    a.social-icon {
        position: relative;
        overflow: hidden;
        z-index: 1;
        transition: transform 300ms ease, box-shadow 300ms ease;
    }

    a.social-icon::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        opacity: 0;
        transition: opacity 350ms ease;
        z-index: -1;
    }

    a.social-icon:hover {
        transform: scale(1.12);
        box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    }

    /* Telegram плавный синий */
    a.social-icon:has(.fa-telegram)::before {
        background: #229ED9;
    }

    /* Instagram плавный градиент */
    a.social-icon:has(.fa-instagram)::before {
        background: linear-gradient(
            135deg,
            #833AB4,
            #C13584,
            #E1306C,
            #FD1D1D,
            #FCAF45
        );
    }

    a.social-icon:hover::before {
        opacity: 1;
    }

    a.social-icon i {
        position: relative;
        z-index: 2;
        color: #fff !important;
    }

}

/* ===== COOKIE-БАННЕР ===== */
.cookie-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
    background: linear-gradient(135deg, rgba(20, 20, 20, 0.97), rgba(0, 0, 0, 0.95));
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 140, 0, 0.4);
    border-radius: 20px 20px 0 0;
    padding: 22px 32px;
    box-shadow: 0 -8px 32px rgba(255, 140, 0, 0.15), 0 -2px 12px rgba(0, 0, 0, 0.5);
    animation: cookieSlideUp 0.4s ease-out;

    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(1100px, 92%);
    z-index: 1000;
}

@keyframes cookieSlideUp {
    from { opacity: 0; transform: translate(-50%, 30px); }
    to { opacity: 1; transform: translate(-50%, 0); }
}

.cookie-banner p {
    margin: 0;
    flex: 1 1 300px;
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    gap: 12px;
}

.cookie-banner p::before {
    content: "\1F36A";
    font-size: 24px;
    flex-shrink: 0;
}

.cookie-banner__buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 13px 30px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #ff8c00;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.cookie-btn:hover {
    transform: translateY(-2px);
}

.cookie-btn--accept {
    background: linear-gradient(135deg, #ff8c00, #ffb347);
    color: #000;
    box-shadow: 0 4px 14px rgba(255, 140, 0, 0.35);
}

.cookie-btn--accept:hover {
    background: linear-gradient(135deg, #ffb347, #ff8c00);
    box-shadow: 0 6px 18px rgba(255, 140, 0, 0.5);
}

.cookie-btn--decline {
    background: transparent;
    color: #fff;
}

.cookie-btn--decline:hover {
    background: #000;
}

@media (max-width: 600px) {
    .cookie-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 12px 16px;
        gap: 10px;
        border-radius: 14px 14px 0 0;
    }

    .cookie-banner p {
        font-size: 12px;
        gap: 0;
    }

    .cookie-banner p::before {
        display: none;
    }

    .cookie-banner__buttons {
        gap: 8px;
    }

    .cookie-btn {
        padding: 8px 14px;
        font-size: 12px;
        border-radius: 10px;
    }
}

/* header nav — расширенный breakpoint */
@media (max-width: 1200px) {
    header nav {
        float: none !important;
        width: 100% !important;
        margin-top: 10px !important;
    }
    header nav ul {
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 24px !important;
    }
    header.container {
        margin: 20px auto !important;
    }
}

/* ограничение высоты main-photo на широких экранах */
@media (min-width: 992px) {
    .main-photo img {
        max-height: 82vh;
    }
}

.footer-oferta-inline {
    cursor: default;
}

/* ===== ОТЗЫВЫ ===== */
.reviews {
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 140, 0, 0.4);
}

.reviews__title {
    font-family: "Akt", sans-serif;
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}

.reviews__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.review-item {
    flex: 1 1 320px;
    max-width: 400px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 140, 0, 0.4);
    border-radius: 16px;
    padding: 24px;
    height: 420px;
    overflow: hidden;
}

.review-item__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 12px;
}

.review-item__author {
    color: #ff8c00;
    font-weight: 700;
    font-size: 18px;
}

.review-item__rating {
    color: #ffb347;
    font-size: 16px;
    letter-spacing: 2px;
}

.review-item__text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .reviews__title {
        font-size: 36px;
    }
    .review-item {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.reviews {
    position: relative;
}
.reviews__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.reviews__arrow {
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid #ff8c00;
    color: #ff8c00;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
    .reviews__arrow:hover {
        background: #ff8c00;
        color: #000;
    }
}
@media (max-width: 900px) {
    .reviews__row {
        gap: 10px;
    }
    .reviews__arrow {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}

.reviews__header {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.reviews__badge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
}


.reviews__badge-text {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.review-item__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.review-item__avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ff8c00;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-item__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.reviews__badge {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 16px;
    padding: 12px 20px;
    gap: 20px;
}

.reviews__badge-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
    padding-right: 20px;
    justify-content: flex-start;
}


.reviews__badge-cell:last-child {
    padding-right: 0;
}

.reviews__badge-yandex {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews__badge-caption {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    white-space: nowrap;
}

.reviews__badge-star {
    color: #ffd60a;
    font-size: 40px;
    line-height: 40px;
}

.reviews__badge-text {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.reviews__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 30px;
}

.reviews__dot {
    display: inline-block;
    height: 3px;
    width: 24px;
    background: rgba(255, 140, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s ease, width 0.2s ease;
}

.reviews__dot.active {
    background: #ff8c00;
    width: 40px;
}

@media (max-width: 900px) {
    .reviews__header {
        flex-direction: column;
    }
    .reviews__badge {
        position: static;
        transform: none;
        margin-top: 16px;
    }
    .reviews__title {
        font-size: 42px;
    }
}

@media (max-width: 600px) {
    .review-item {
        height: 480px;
    }
}
