* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'HelveticaNeue', sans-serif;
}

body {
    background: #f7f8fa;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueThin.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueUltraLight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueLight.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueRoman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueMedium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueBold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeueBlack.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


main {
    padding-bottom: 60px;
}

.container {
    max-width: 1200px;
    width: 100%;
}

.m-0-auto {
    margin: 0 auto;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
    background: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 999;
}

header.scrolled {
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.border__header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 9999;
}

nav li {
    list-style-type: none;
    position: relative;
    padding: 0px 30px;
}

nav li::before {
    content: "";
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border-radius: 0;
}

nav li a {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #fff;
}

nav li a::after {
    background: rgba(255, 255, 255, 0.2);
    height: 20px;
}

nav li a:hover {
    color: #ffa800;
}

.header__block__info__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__block__info {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.header__block__info__text {
    width: auto;
    color: #fff;
    font-size: 14px;
    max-width: 239px;
}

.d-flex {
    display: flex;
}

.align-item-start {
    align-items: start;
}

.align-item-center {
    align-items: center;
}

.logo__header {
    width: 210px;
}

.header__block__info__location__block {
    max-width: 200px;
    width: 100%;
    color: #fff;
}

.header__block__info__phone__block {
    max-width: 200px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

.location {
    margin-right: 10px;
    width: 12px;
}

.phone {
    margin-right: 10px;
    width: 19px;
}

.header__button {
    background: #ffa800;
    padding: 17px 40px 17px 40px;
    border: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

header.scrolled nav li a,
header.scrolled .header__block__info__text,
header.scrolled .header__block__info__location__block,
header.scrolled .header__block__info__phone__block {
    color: #000 !important;
}

nav li a,
.header__block__info__text,
.header__block__info__location__block,
.header__block__info__phone__block {
    transition: color 0.3s ease;
}

header.scrolled .border__header {
    border-bottom: 1px solid rgba(0, 0, 0, 7%);
}

header.scrolled nav li::before {
    background: rgba(0, 0, 0, 7%);
}

.logo-color {
    display: none;
}

header.scrolled .w  {
    display: none;
}

header.scrolled .c .logo-color {
    display: block;
}

@media (max-width: 1100px) {
    nav li::before {
        width: 0;
    }

    header.scrolled .logo-white {
    display: none;
}
}

.bg {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -170px;
}

footer {
    padding-top: 70px;
    padding-bottom: 35px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.footer__content {
    display: grid;
    grid-template-columns: 1fr 280px 1fr 1fr 1fr;
    gap: 41px;
}

.logo__footer {
    width: 226px;
}

.footer__content__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #4e5057;
    padding-top: 30px;
    padding-bottom: 14px;
    max-width: 220px;
    width: 100%;
}

.footer__content__link__politi {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #4e5057;
    text-decoration: none;
}

.footer__content__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 144%;
    color: #222429;
    padding-bottom: 17px;
}

.region__links p {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #4e5057;
}

.mr-3 {
    margin-right: 30px;
}

.button__tvit {
    background: #00aced;
    border-radius: 4px;
    padding: 8px 40px;
    border: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 138%;
    text-align: center;
    color: #fff;
}

.button__tvit a {
    color: #fff;
    text-decoration: none;
}

.footer__end__block__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 183%;
    color: #a4a9b1;
    max-width: 200px;
    width: 100%;
    padding-bottom: 38px;
}

.r__img {
    width: 50px;
}

.r__block__text {
    max-width: 200px;
    padding-left: 10px;
    color: #a4a9b1;
}

.r__block {
    text-decoration: none;
}

.mobile__menu {
    display: none;
}

.mobile__menu__button {
    display: none;
}

nav li a svg {
    display: none;
}

.bread {
    padding-top: 200px;
}

.breadcrumbs {
    max-width: 600px;
    width: 100%;
}

.bread .breadcrumbs span {
    color: #fff;
}

.bread .breadcrumbs a {
    font-weight: 400;
    line-height: 164%;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.header__h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 109%;
    color: #fff;
    max-width: 550px;
}



.h-200 {
    height: 200px;
}

.h-100 {
    height: 100px;
}

.h-150 {
    height: 150px;
}

.h-400 {
    height: 400px;
}

.h-380 {
    height: 380px;
}

.h-310 {
    height: 310px;
}

.form {
    padding: 77px 50px;
    border-top: 3px solid #f12f2b;
    background: #fff;
    position: relative;
    margin-top: 40px;
}

.form__title__h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #f12f2b;
    padding-bottom: 21px;
}

.d-grid {
    display: grid;
}

label {
    display: block;
    font-size: 17px;
    color: #888;
}

.input__form {
    font-weight: 500;
    font-size: 16px;
    color: #11498c;
    padding-top: 6px;
    padding-bottom: 13px;
    border: none;
    border-bottom: 2px solid #C2C5CA;
    margin-top: 10px;
}

.input__form::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #11498c;
}

.input__form {
    outline: none;
}

.input__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.left__width__form__block {
    max-width: 500px;
    width: 100%;
}

.custom-select {
    position: relative;
    width: 100%;
    font-family: Arial, sans-serif;
}

/* Линия снизу как на макете */
.select-trigger {
    border-bottom: 2px solid #C2C5CA;
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    font-weight: 500;
}

.select-trigger .arrow {
    width: 10px;
    height: 6px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"><path d="M0 0l5 6 5-6z" fill="%23333"/></svg>') no-repeat;
}

/* Выпадающий блок */
.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    /* Скрыто по умолчанию */
    z-index: 100;
    max-height: 400px;
    overflow-y: auto;
}

.custom-select.is-open .select-options {
    display: block;
}

/* Заголовки разделов (Storage, House) */
.option-category {
    padding: 12px 20px;
    background: #f8faff;
    color: #4a90e2;
    /* Синий цвет как на фото */
    font-weight: bold;
    font-size: 14px;
}

/* Сами пункты */
.option {
    padding: 12px 40px;
    /* Отступ слева для текста */
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.option:hover {
    background: #f5f5f5;
}

/* Галочка (скрыта по умолчанию) */
.check-mark {
    display: none;
    color: #e64a3a;
    /* Красный цвет галочки */
    font-weight: bold;
}

.option.selected {
    background: #f9f9f9;
}

.option.selected .check-mark {
    display: block;
}

.mt-55 {
    margin-top: 55px;
}

.from__to__block__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 55px;
}

/* .from__to__block__form__block__inside {
    padding: 43px 50px;
    box-shadow: 8px 6px 55px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 4px solid #f12f2b;
    max-width: 46%;
    width: 100%;
} */

.from__to__block__form__block__inside {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-top: 4px solid #f12f2b;
    /* Та самая красная полоска из Figma */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    min-height: 355px;
    max-width: 48%;
    width: 100%;
}

.form__title__h2 {
    color: #f12f2b;
    font-size: 18px;
    margin-bottom: 25px;
}

/* Сетка внутри карточки */
.address-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.input-group label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

/* Стилизация чекбоксов */
.additional-questions label {
    font-size: 12px;
    color: #888;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    color: #333 !important;
    /* Текст чекбокса темнее */
    font-size: 14px !important;
}

.checkbox-item input {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
}

/* Адаптив для стрелки */
.arrow-divider img {
    width: 20px;
}

/* По умолчанию скрываем галочку в списке */
.option .check-mark {
    display: none;
    color: #f12f2b;
    margin-left: auto;
}

/* Показываем галочку только у выбранного элемента */
.option.selected .check-mark {
    display: inline-block;
}

/* Цвет для текста когда выбрано значение */
.select-trigger span:not(.placeholder) {
    color: #333;
    font-weight: 500;
}

/* Ряды с вопросами */
.toggle-row,
.toggle-row-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
    padding-top: 20px;
    border-top: 2px solid #f1f1f1;
}

.toggle-row p,
.toggle-row-small p {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

/* Группа "кнопок" */
.radio-toggle-group {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.radio-toggle-group input {
    display: none;
    /* Скрываем стандартное радио */
}

.radio-toggle-group span {
    display: inline-block;
    padding: 12px 25px;
    cursor: pointer;
    background: #fff;
    transition: all 0.2s;
    font-size: 14px;
    border-right: 1px solid #ddd;
}

.radio-toggle-group label:last-child span {
    border-right: none;
}

/* Состояние "Выбрано" */
.radio-toggle-group input:checked+span {
    background: #f12f2b;
    /* Красный фон */
    color: #fff;
    position: relative;
}

/* Добавляем галочку перед текстом при выборе */
.radio-toggle-group input:checked+span::before {
    content: '✓';
    margin-right: 8px;
}

/* Секция с круглыми радиокнопками */
.classic-radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    margin-top: 15px;
}

/* Контейнер для радиокнопки */
.radio-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    /* Место под кружок */
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

/* Скрываем стандартный радио-инпут */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Создаем кастомный кружок (ободок) */
.checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    /* Цвет ободка в обычном состоянии */
    border-radius: 50%;
}

/* Состояние при наведении */
.radio-container:hover input~.checkmark {
    border-color: #f12f2b;
}

/* Когда радио выбрано — закрашиваем весь фон красным */
.radio-container input:checked~.checkmark {
    background-color: #f12f2b;
    border-color: #f12f2b;
}

/* Создаем белую точку внутри (скрыта по умолчанию) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Показываем точку, когда выбрано */
.radio-container input:checked~.checkmark:after {
    display: block;
}

/* Стили самой белой точки */
.radio-container .checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    /* Размер внутренней точки */
    height: 8px;
    border-radius: 50%;
    background: white;
    transform: translate(-50%, -50%);
    /* Центрируем строго посередине */
}

/* Поле сообщения */
.message-field {
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
}

.message-field label {
    display: block;
    font-size: 12px;
    color: #888;
}

.message-field textarea {
    width: 100%;
    border: none;
    padding: 10px 0;
    outline: none;
    resize: none;
    min-height: 80px;
}

/* Кнопка Submit */
.form-footer {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
}

.submit-btn {
    background: #f12f2b;
    color: white;
    padding: 18px 80px;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.toggle-row-small__subtitle {
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 154%;
    color: #91959c;
    padding-top: 7px;
}

.source-question__title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

.privacy-link {
    color: #b2b6bd;
    font-size: 13px;
}

:root {
    --contacts-accent: #f7a833;
    --contacts-text-dark: #222;
    --contacts-text-gray: #666;
}

.contacts-card {
    display: flex;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    background: #fff;
    z-index: 2;
    position: relative;
    /* margin-top: 200px; */
    padding-top: 40px
}

/* Контентная часть */
.contacts-info-side {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 4px solid #ffa800;
}

.contacts-icon img {
    width: 25px;
}

.contacts-icon .loc {
    width: 19px;
}

.contacts-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.contacts-icon {
    width: 50px;
    height: 50px;
    border: 1px solid var(--contacts-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: var(--contacts-accent);
    flex-shrink: 0;
    font-size: 1.2rem;
}

.contacts-title {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--contacts-text-dark);
    text-decoration: none;
    line-height: 1.2;
}

.contacts-subtitle {
    font-size: 0.8rem;
    color: var(--contacts-accent);
    margin: 5px 0 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.contacts-email {
    text-decoration: underline;
    margin-bottom: 0;
}

.contacts-address {
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    color: var(--contacts-text-dark);
}

/* Нижний блок соцсетей */
.contacts-socials {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.contacts-connect-text {
    font-size: 1.4rem;
    font-weight: 800;
    margin-right: 25px;
    color: var(--contacts-text-dark);
}

.contacts-social-link {
    text-decoration: none;
    color: #000;
    font-size: 1.3rem;
    font-weight: bold;
}

.contacts-separator {
    margin: 0 20px;
    color: var(--contacts-accent);
    font-weight: bold;
}

/* Карта */
.contacts-map-side {
    flex: 1.3;
    min-height: 450px;
    background: #eee;
}

.justify-content-space {
    justify-content: space-between;
}

.contacts__title__page {
    font-weight: 700;
    font-size: 45px;
    line-height: 111%;
    color: #11498c;
    max-width: 300px;
}

.mt-20 {
    margin-top: 20px;
}

.contacts__page__bottom__form {
    border-top: 3px solid #f12f2b;
    background: #fff;
    padding: 50px;
}

:root {
    --faq-orange: #f7a833;
    --faq-red: #e54d42;
    --faq-text: #333;
    --faq-border: #eee;
}

.faq-section {
    padding: 40px 0;
    font-family: sans-serif;
    /* margin-top: 150px; */
    position: relative;
    z-index: 2;
}

.faq-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faq-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* FAQ Стили */
.faq-content {
    flex: 2;
    background: #fff;
    padding: 50px;
}

.faq-main-item {
    border-bottom: 1px solid var(--faq-border);
}

.faq-main-summary {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 25px 0;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
}

.faq-main-icon {
    width: 40px;
    height: 40px;
    border: 2px solid var(--faq-orange);
    border-radius: 50%;
    color: var(--faq-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.2rem;
}

/* Вложенные вопросы */
.faq-sub-list {
    padding-left: 60px;
    padding-bottom: 20px;
}

.faq-sub-item {
    margin-bottom: 15px;
    border-bottom: 1px solid #f9f9f9;
}

.faq-sub-summary {
    list-style: none;
    display: flex;
    color: var(--faq-red);
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    line-height: 1.4;
}

.faq-sub-q-icon {
    margin-right: 15px;
}

.faq-answer {
    padding: 10px 0 10px 0px;
    color: #555;
    line-height: 1.6;
}

/* ФОРМА */
.faq-form-sidebar {
    flex: 1;
    min-width: 350px;
    background: #fff;
    border-top: 2px solid #ee2f2b;
}

.faq-form-card {
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.faq-form-header {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.faq-form-steps {
    margin-bottom: 25px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #ccc;
}

.faq-step--active {
    color: var(--faq-red);
}

.faq-step-divider {
    margin: 0 10px;
}

.faq-input-group {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.faq-input-group label {
    display: block;
    font-size: 0.8rem;
    color: #999;
}

.faq-input-group input,
.faq-input-group select {
    width: 100%;
    border: none;
    padding: 8px 0;
    font-size: 1rem;
    outline: none;
    background: transparent;
    color: #2c3e50;
    font-weight: 600;
}

.faq-form-btn {
    width: 100%;
    background: var(--faq-red);
    color: #fff;
    border: none;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

/* Скрытие маркеров деталей в Chrome/Safari */
details summary::-webkit-details-marker {
    display: none;
}

.blog-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.blog-layout div a {
    text-decoration: none;
}

.reviews-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.news__block__link {
    background-color: #fff;
    padding: 30px;
    max-width: 100%;
    width: 100%;
    cursor: pointer;
}

.news__block__link__date {
    font-weight: 700;
    font-size: 13px;
    line-height: 138%;
    color: #ff9d1e;
    padding-bottom: 16px;
}

.blog-section {
    padding: 40px 0;
    font-family: sans-serif;
    padding-top: 40px;
    position: relative;
    z-index: 2;
}

.news__block__link__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 136%;
    color: #101011;
    padding-bottom: 17px;
}

.news__block__link__shorttext {
    font-weight: 400;
    font-size: 15px;
    line-height: 174%;
    color: #222429;
    margin-bottom: 10px;
}

.single__blog__content {
    /* padding-top: 80px; */
    width: 100%;
}

.single__blog__content p iframe {
    width: 100%;
    height: 400px;
}

.single__blog__content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    color: #222429;
    padding-bottom: 20px;
}

.single__blog__content h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 111%;
    color: #101011;
    padding-bottom: 35px;
}

.read__more__h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #ffa800;
    padding-top: 40px;
}

.read__more__hr {
    border: 2px solid #fba90a;
    margin-top: 20px;
    margin-bottom: 20px;
}

.read__more__link {
    text-decoration: none;
    color: #080808;

}

.read__more__link:hover {
    color: #fba90a;
}

.read__more__link h3 {
    margin-bottom: 10px;
}

.reiews__block__content {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 30px;
}

.reiews__block__content__cav {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.reiews__block__content__people {
    position: relative;
    z-index: 2;
    max-width: 100px;
    width: 100%;
    border-radius: 100px;
    max-height: 100px;
    height: 100%;
    margin-right: 20px;
}

.reiews__block__content__people__title {
    font-weight: bold;
    font-size: 22px;
}

.reiews__block__content__people__city {
    color: #ffa800;
    padding-bottom: 15px;
}

.reiews__block__content__text {
    max-width: 100%;
    width: 100%;
    font-size: 17px;
    line-height: 160%;
    padding-top: 20px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.gap-40 {
    gap: 40px;
}



.w-100 {
    width: 100%;
}

.star__block img {
    width: 30px;
}

.services-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.services-layout__block {
    background-color: #fff;
    position: relative;
    max-width: 25%;
    width: 100%;
    text-decoration: none;
    height: 400px;
}

.services-layout__block:hover {
    border-bottom: 3px solid #f12f2b;
}

.services-layout__block__arrow {
    width: 10px;
        float: left;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.services-layout__block__img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.services-layout__block h2 {
    font-weight: 700;
font-size: 21px;
line-height: 136%;
color: #101011;
padding: 20px;
}

.services-layout__block p {
font-weight: 400;
font-size: 13px;
line-height: 169%;
color: #91959c;
padding: 0px 20px 20px;
}

.bg__subtitle__about {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    padding-top: 22px;
}

.about-quote-form-container {
    background: #fff;
    width: 489px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 3px solid #f12f2b;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    right: 0;
    top: 200px;
}

.about-reviews-section__about {
    max-width: 1000px;
    width: 100%;
}

@media (max-width: 1100px) {
    .blog-section {
        /* margin-top: 414px; */
    }
}

@media (max-width: 992px) {
    .blog-section {
        /* margin-top: 414px; */
    }
}

@media (max-width: 768px) {
    .blog-section {
        /* margin-top: 280px; */
    }
}

@media (max-width: 580px) {
    .about-reviews-section__about {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .services-layout__block__arrow {
        margin-top: 10px;
        position: relative;
    }

    .blog-section {
        /* margin-top: 250px; */
    }
}

.about-form-title {
    color: #0b2c5e;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
}

.about-input-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.about-input-group {
    flex: 1;
    text-align: left;
}

.about-label {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
}

.about-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

.about-input:focus {
    border-bottom-color: #f12f2b;
}

.about-full-width {
    margin-bottom: 30px;
}

.about-submit-btn {
    background-color: #e3443a;
    color: white;
    border: none;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    text-transform: lowercase;
    transition: background 0.3s;
}

.about-submit-btn:hover {
    background-color: #c9352b;
}

.about-privacy-link {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #999;
    text-decoration: underline;
}

.bg__about {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -170px;
}

.relative {
    position: relative;
}

.about__content {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}

.about__content aside {
    box-shadow: 11px 10px 75px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-top: 3px solid #ffa800;
    max-width: 250px;
    width: 100%;
    display: grid;
    padding: 30px;
    height: 100%;
    position: sticky;
    top: 150px;
}

.about__content aside a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 30px;
}

.about__content aside a:hover {
    color: #ffa800;
}

.about__content__left {
    max-width: 866px;
    width: 100%;
}

.company__approach__block {
    max-width: 160px;
    width: 100%;
}

.company__approach__block img {
    max-width: 123px;
    width: 100%;
}

.company__approach__block p {
    font-weight: 700;
    font-size: 15px;
    line-height: 138%;
    color: #101011;
    padding-top: 13px;
}

.about__content__left h2 {
    font-weight: 700;
font-size: 45px;
line-height: 111%;
color: #101011;
padding-bottom: 35px;
}

.about__content__left h3 {
    font-weight: 700;
font-size: 30px;
line-height: 125%;
color: #ffa800;
padding-bottom: 36px;
}

.about-ceo-section {
    display: flex;
    justify-content: center;
    padding: 50px 0;
    font-family: 'Arial', sans-serif; /* Подставьте нужный шрифт */
}

.about-ceo-card {
    display: flex;
    width: 877px;
    background: #fef5e7;
    background: linear-gradient(to right, #f7f8fa 150px, #fef5e7 150px);
    box-sizing: border-box;
    position: relative;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 30px;
}

.about__h2__two {
    font-weight: 700;
font-size: 30px;
line-height: 125%;
color: #ffa800;
max-width: 352px;
width: 100%;
}

.about-ceo-sidebar {
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.about-ceo-photo-wrapper {
    width: 210px;
    height: 230px;
    overflow: hidden;
    margin-bottom: 20px;
}

.about-ceo-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-ceo-name {
    margin: 0;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
}

.about-ceo-title {
    margin: 5px 0 0;
    font-size: 14px;
    color: #d1a35a; /* Золотистый/оранжевый цвет из макета */
    line-height: 1.4;
    text-transform: capitalize;
}

.about-ceo-content {
    flex-grow: 1;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}

.about-ceo-text {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 25px;
}

.about-ceo-signature-box {
    margin-top: auto;
    text-align: left;
}

.about-ceo-signature {
    max-width: 180px;
    height: auto;
    
}
.about-carousel-container{
width:100%;
position:relative;
}

.carus__title{
margin-bottom:30px;
}

.about-carousel-wrapper{
position:relative;
}

.about-carousel-viewport{
overflow:hidden;
width:100%;
}

.about-carousel-track{
display:flex;
gap:20px;
transition:transform .4s ease;
}

.about-employee-card{
min-width:calc((100% - 40px) / 3);
text-align:center;
}

.about-image-placeholder img{
width:100%;
height:460px;
object-fit:cover;
border-radius:6px;
}

.about-carousel-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
width:40px;
height:40px;
border-radius:50%;
border:none;
background:#f6a21a;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:5;
}

.about-prev{
left:-20px;
}

.about-next{
right:-20px;
}

.about-carousel-dots{
display:flex;
justify-content:center;
gap:8px;
margin-top:20px;
}

.about-dot{
width:8px;
height:8px;
border-radius:50%;
background:#ccc;
cursor:pointer;
}

.about-dot.active{
background:#f6a21a;
}

@media (max-width: 1100px) {
    .about-next {
    display: none;
}
.about-prev {
    display: none;
}

.about-carousel-container {
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}


}

/* tablet */

@media (max-width:1024px){

.about-employee-card{
min-width:calc((100% - 20px) / 2);
}
.about-next {
    display: none;
}
.about-prev {
    display: none;
}
}

/* mobile */

@media (max-width:768px){

.about-employee-card{
    min-width:100%;
}

.about-carousel-btn{
width:34px;
height:34px;
}

.about-next {
    display: none;
}
.about-prev {
    display: none;
}

}

.about-crew-pane {
    display: none; /* Скрываем все */
    animation: fadeIn 0.4s ease; /* Добавим легкое появление */
}

.about-crew-pane.active {
    display: block; /* Показываем только активный */
}

.about-crew-img {
    width: 100%;
    height: auto;
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.about-dot {
    width: 10px;
    height: 10px;
    background: #cbd5e0;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.about-dot.active {
    background: #f1b34c;
}

.about-crew-title {
    font-weight: 700;
font-size: 45px;
line-height: 111%;
color: #101011;
padding-bottom: 31px;
padding-top: 40px;
}

.carus__title {
    font-weight: 700;
font-size: 45px;
line-height: 111%;
color: #101011;
padding-bottom: 31px;
padding-top: 30px;
}

.about-tabs-container {
    padding-bottom: 40px;
}

.about-tab-btn  {
    font-weight: 700;
font-size: 24px;
line-height: 125%;
color: #11498c;
border: none;
background-color: transparent;
margin-right: 50px;
cursor: pointer;
}

.about-tab-btn.active {
    border-bottom: 3px solid #ffa800;
    color: #ffa800;
}

.about-reviews-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.about-reviews-title {
    text-align: left;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: bold;
}

.about-reviews-wrapper {
    display: flex;
    align-items: center; /* Изменено для выравнивания по верхнему краю */
    position: relative;
}

.about-reviews-viewport {
    overflow: hidden;
    width: 100%;
}

.about-reviews-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    gap: 30px;
}

.about-review-card {
    flex: 0 0 calc((100% - 30px) / 2);
    min-width: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    box-sizing: border-box;
    background: #fff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* Убираем justify-content: space-between, чтобы текст "Read more" был внизу */
}

/* Аватар */
.about-review-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 0px; /* Центрируем и добавляем отступ */
    background-color: #eee;
    flex-shrink: 0;
}

.about-review-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.about-review-author {
    font-weight: bold;
    font-size: 18px;
    margin: 0; /* Убираем стандартные отступы h3 */
}

.about-review-stars {
    color: #f1b34c; /* Оранжевый из макета */
    font-size: 16px;
}

.about-review-text-container {
    flex-grow: 1; /* Чтобы контейнер с текстом занимал все доступное пространство */
    margin-bottom: 15px;
}

.about-review-text-short {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
    max-height: 100px; /* Ограничиваем высоту для короткого текста */
    overflow: hidden;
    text-overflow: ellipsis; /* Не будет работать напрямую с overflow hidden и display block */
    /* Для корректной обрезки с многоточием потребуется JS или webkit-line-clamp */
}

.about-review-text-full {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
    display: none; /* По умолчанию скрыт */
}

.about-read-more {
    background: none;
    border: none;
    color: #f1b34c; /* Оранжевый цвет ссылки */
    cursor: pointer;
    font-size: 14px;
    padding: 0;
    margin-top: 5px;
    align-self: flex-start; /* Выравнивание кнопки */
}

.about-review-location {
    font-size: 13px;
    color: #999;
    margin-top: auto; /* Прижимаем к низу карточки */
}

/* Кнопки и точки (как в предыдущем примере) */
.about-reviews-btn {
    background: #ffa800;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
    flex-shrink: 0;
    display: none;
}


.about-prev { margin-right: -25px; }
.about-next { margin-left: -25px; }

.about-reviews-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.about-review-dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.about-review-dot.active {
    background: #f1b34c;
}

.title__history {
    text-align: left;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: bold;
}

.history__p {
    font-weight: 400;
font-size: 15px;
line-height: 174%;
color: #222429;

}

.history__p__mini {
    font-weight: 400;
    font-size: 15px;
    line-height: 174%;
    color: #222429;
    max-width: 500px;
}

.about-gallery-section {
    padding: 40px 0;
    font-family: Arial, sans-serif;
}

.about-gallery-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
}

.about-gallery-grid {
    display: grid;
    /* Создаем 3 колонки одинаковой ширины */
    grid-template-columns: repeat(3, 1fr);
    /* Убираем отступы между картинками, чтобы они стояли вплотную как на макете */
    gap: 0; 
}

.about-gallery-item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3; /* Можно настроить под пропорции ваших фото */
}

.about-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Чтобы картинки не искажались */
    display: block;
    transition: transform 0.3s ease;
}

/* Эффект при наведении */
.about-gallery-item:hover img {
    transform: scale(1.05);
}

/* Адаптивность */
@media (max-width: 1024px) {
    .about-gallery-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 колонки на планшетах */
    }
}

@media (max-width: 600px) {
    .about-gallery-grid {
        grid-template-columns: 1fr; /* 1 колонка на мобильных */
    }
}

.mb-3 {
    padding-bottom: 30px;
}

.rates__block {
    /* margin-top: 500px; */
    display: flex;
    justify-content: space-between;
}

.rates__block aside {
    box-shadow: 11px 10px 75px 0 rgba(0, 0, 0, 0.15);
    background: #fff;
    border-top: 3px solid #ffa800;
    max-width: 250px;
    width: 100%;
    display: grid;
    padding: 30px;
    height: 100%;
}

.rates__block aside a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding-bottom: 30px;
}

.rates__block aside a:hover {
    color: #ffa800;
}

.rates__block__left {
    max-width: 866px;
    width: 100%;
}

.rates__block__left__h2 {
    font-weight: 700;
font-size: 45px;
line-height: 111%;
color: #101011;
padding-bottom: 40px;
}

.rates-compare-section {
    background-color: #f7f8fa; /* Цвет фона из Figma */
    font-family: 'Arial', sans-serif;
}

.rates-compare-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
    max-width: 1100px;
    /* margin: 0 auto; */
    position: relative;
}

.rates-compare-card {
    background: #fff;
    flex: 1;
    padding: 40px;
    z-index: 1;
    position: relative;
}

.rates-compare-card1 {
    border-top: 2px solid #677483;
}

.rates-compare-card2 {
    border-top: 2px solid #1fa400;
}

/* Стили заголовков внутри карточек */
.rates-card-name {
    font-size: 32px;
    margin-bottom: 30px;
    height: 80px;
    display: flex;
    align-items: center;
}
.rates-cheap .rates-card-name { color: #8a8e9b; }
.rates-gentlemen .rates-card-name { color: #4e9d2d; } /* Зеленый цвет бренда */

/* Баннер с ценой и срезанным углом */
.rates-price-banner {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 2px solid;
    margin-bottom: 30px;
    position: relative;
    /* clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%); */
}

.rates-cheap .rates-price-banner { border-color: #8a8e9b; color: #333; }
.rates-gentlemen .rates-price-banner { border-color: #4e9d2d; color: #4e9d2d; }

.rates-price-main { flex: 1; font-weight: bold; }
.rates-amount { font-size: 36px; }
.rates-period { font-size: 14px; display: block; color: #888; }
.rates-price-desc { font-size: 14px; line-height: 1.4; color: #333; padding-right: 40px; }

/* Список сборов */
.rates-fees-title { font-size: 28px; margin-bottom: 20px; }
.rates-cheap .rates-fees-title { color: #8a8e9b; }
.rates-gentlemen .rates-fees-title { color: #4e9d2d; }

.rates-fees-list { list-style: none; padding: 0; margin-bottom: 40px; }
.rates-fees-list li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 16px;
    color: #444;
}
.rates-zero { color: #4e9d2d; font-weight: bold; }

/* Статистика */
.rates-stat-box { margin-bottom: 40px; }
.rates-stat-value { font-size: 42px; font-weight: bold; margin-bottom: 5px; }
.rates-stat-label { font-size: 14px; color: #666; max-width: 200px; }
.rates-cheap .rates-stat-value { color: #8a8e9b; }
.rates-gentlemen .rates-stat-value { color: #4e9d2d; }

/* Футер с итогом и зубчатым краем */
.rates-total-footer {
    padding: 10px 60px;
    color: white;
    text-align: left;
    position: absolute;
    /* Зубчатый край снизу */
    background-image: linear-gradient(135deg, transparent 10px, inherit 10px), 
                      linear-gradient(225deg, transparent 10px, inherit 10px);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: 20px 20px;
    left: 12px;
}

.rates-cheap .rates-total-footer { background-color: #8a8e9b; }
.rates-gentlemen .rates-total-footer { background-color: #4e9d2d; }

.rates-total-label { font-size: 14px; opacity: 0.9; margin-bottom: 5px; }
.rates-total-amount { font-size: 32px; font-weight: bold; }

/* Разделитель VS */
.rates-vs-divider {
    font-size: 80px;
    font-weight: bold;
    color: #f1b34c; /* Оранжевый цвет VS */
    align-self: center;
    margin: 0 -40px;
    z-index: 2;
    padding: 10px;
}

.rates-disclaimer {
    margin-top: 30px;
    font-size: 12px;
    color: #999;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.mb-170 {
    margin-bottom: 100px;
}

.rates__all__block {
    background-color: #fff;
    height: auto;
}

.rates__all__block__blocktop {
    background-color: #fff;
    max-width: 292px;
    width: 100%;
    padding: 40px;
    position: relative;
}

.rates__all__block__blocktop__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.rates__all__block__title {
    font-weight: 700;
font-size: 30px;
line-height: 117%;
color: #101011;
padding-bottom: 10px;
padding-top: 160px;
}


.rates__all__block__subtitle {
    font-weight: 700;
font-size: 14px;
line-height: 157%;
color: #101011;
padding-bottom: 20px;
}


.rates__all__block__subtitle__span {
    font-weight: 400;
font-size: 14px;
line-height: 157%;
color: #ffa800;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 20px;
}

.rates__all__block__hr {
    width: 100%;
    height: 1px;
    border: 1px solid #f2f2f2;
}

.rates__all__block__subtitle__list {
    padding-top: 17px;
    padding-bottom: 8px;
        align-items: center;
}

.rates__all__block__subtitle__list svg {
    margin-right: 15px;

}

.rates__all__block__button {
    width: 100%;
    margin-top: 30px;
    padding: 17px 35px;
    background: #ffa800;
    font-weight: 700;
font-size: 16px;
line-height: 150%;
text-align: center;
color: #fff;
border: none;
cursor: pointer;
}

.rates__container__two__hr {
    border: 1px solid #f2f2f2;
}

.pay__block {
    padding: 45px;
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.pay__block__content {
    max-width: 380px;
    width: 100%;
}

.pay__block__content__title {
    font-weight: 700;
font-size: 18px;
line-height: 133%;
color: #101011;
padding-bottom: 27px;
}

.pay__block__content__icon__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.pay__block__content__icon__text__block {
    display: flex; 
    align-items: center;
}

.pay__block__content__icon__text__block img {
    margin-right: 15px;
}

.pay__block__content__icon__text__block p {
    font-weight: 400;
font-size: 13px;
line-height: 154%;
color: #101011;
max-width: 110px;
width: 100%;
}

.pay__logo__block {
    display: flex;
    flex-wrap: wrap;
gap: 40px;
    align-items: center;
}

.pay__logo__block img {
    max-width: 100%;
    height: 100%;
}

.cross__country__block {
    background-image: url(../img/bgrates.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    padding: 100px 50px;
    margin-top: 50px;
}

.cross__country__block h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    margin: 43px 0 31px 0;
}

.cross__country__block__mini__block {
    max-width: 170px;
    width: 100%;
}

.cross__country__block__mini__block img {
    max-width: 100%;
    width: 100%;
}

.cross__country__block__text {
        font-size: 16px;
    line-height: 22px;
    font-weight: bold;
        color: #fff;
}

.container__custom {
    max-width: 900px;
    width: 100%;
}

.ml-6 {
    margin-left: 60px;
}

.compare-section {
    padding: 0px 0;
    margin-top: -38px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.compare-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    position: relative;
}

.compare-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.compare-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.5;
}

.compare-list img {
max-width: 33px;
    max-height: 100%;
    margin-top: 3px;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}


.compare-card {
    background: #fff;
    padding: 40px;
    width: 420px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
}

.compare-card h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

.compare-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.compare-card ul li {
    position: relative;
    margin-bottom: 14px;
    font-size: 15px;
    line-height: 1.5;
}


.vs {
    font-size: 80px;
    font-weight: 800;
    color: #f4a100;
    align-self: center;
        z-index: 2;
    position: absolute;
    left: 397px;
}

.badge {
    padding: 20px;
    display: inline-block;
}

.bad-badge {
    background: #5f6b74;
    color: #fff;
    position: absolute;
}

.good-badge {
    background: #19a519;
    color: #fff;
    position: absolute;
}

.badge strong {
    font-size: 28px;
    display: block;
    margin-bottom: 5px;
}

.badge span {
    font-size: 14px;
}

.estimate-section {
    position: relative;
    background: url('../img/bgf.jpg') center/cover no-repeat;
    padding: 120px 0;
}

.estimate-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.estimate-box {
    background: #fff;
    padding: 60px;
    max-width: 1000px;
    border-top: 2px solid #e53935;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.estimate-box h2 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #1d3f7c;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.form-col h4 {
    color: #e53935;
    margin-bottom: 20px;
}

input,
select,
textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #C2C5CA;
    padding: 10px 5px;
    /* margin-bottom: 20px; */
    font-size: 14px;
    background: transparent;
}

input,
select,
textarea::placeholder {
    color: #11498C;
}

textarea {
    resize: none;
    height: 60px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-bottom: 1px solid #1d3f7c;
}

.file-upload {
    display: inline-block;
    border: 2px solid #1d3f7c;
    padding: 14px 5px;
    cursor: pointer;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.file-upload input {
    display: none;
}

.radio-group label {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
}

.radio-group input {
    accent-color: #e53935;
}

.submit-btn {
    margin-top: 30px;
    background: #e53935;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #c62828;
}

@media (max-width: 992px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .estimate-box {
        padding: 40px 25px;
    }
}


@media (max-width: 992px) {
    .compare-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .vs {
        font-size: 40px;
        margin: 20px 0;
    }

    .compare-card {
        width: 100%;
        max-width: 500px;
    }
}


/* Адаптивность */
@media (max-width: 900px) {
    .rates-compare-container { flex-direction: column; align-items: center; }
    .rates-vs-divider { margin: 20px 0; }
    .rates-compare-card { width: 100%; max-width: 450px; }
}
@media (max-width: 1024px) { /* Две карточки до 1024px, потом 1 */
    .about-review-card { min-width: calc((100% - 30px) / 2); }
}

/* Мобильная версия */
@media (max-width: 768px) { /* Изменено на 768px для 1 карточки */
    .about-reviews-wrapper {
        display: block;
        position: relative;
    }

    .about-reviews-track {
        gap: 0 !important;
        transition: none;
    }

    .about-review-card {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .about-reviews-btn { top: 50%; } /* Центрируем кнопки по вертикали */
    
}



/* Адаптация под мобильные (1 карточка) */
@media (max-width: 768px) {


    .about-reviews-dots {
        display: none;
    }

   
}



/* Адаптивность для планшетов */
@media (max-width: 900px) {
    .about-ceo-card {
        width: 100%;
        height: auto;
        flex-direction: column;
        background: #fef5e7; /* Убираем градиент на мобильных для простоты */
        padding: 30px;
    }
    .about-ceo-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 992px) {
    .faq-layout {
        flex-direction: column;
    }
}

/* Мобильная адаптация */
@media (max-width: 992px) {
    .contacts-card {
        flex-direction: column;
    }

    .contacts-info-side {
        padding: 40px 30px;
    }

    .contacts-map-side {
        height: 350px;
    }

    .footer__content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 41px;
    }
}

@media (max-width: 800px) {
    .radio-toggle-group {
        flex-direction: row;
        margin-top: 20px;
    }

    .radio-toggle-group span {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    

    .classic-radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 25px;
        margin-top: 15px;
    }

     /* Базовые стили для меню */
    .border__header {
        display: none;
        /* Скрыто по умолчанию */
        /* Добавьте ваши стили позиционирования, как на скриншоте */
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 1000;
    }

    .header__block__info {
        display: none;
    }

    .mobile__menu {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile__menu__button button {
        padding: 15px 40px;
        width: 100%;
        border: none;
    }


    .mobile__menu__button a {
        padding: 15px 40px;
        width: 100%;
        border: none;
        text-align: center;
        text-decoration: none;
    }

    .mobile__menu__button {
        display: flex;
        margin-top: 10px;
    }

    .mobile__menu__location {
        /* width: 20px;
        margin-right: 20px; */
        display: none;
    }

    

    .call__butt {
        background: #f12f2b;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
    }

    

    .get__butt {
        background: #ffa800;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
    }

    

    header {
        padding-bottom: 0px;
    }

    

    .navbar-trigger {
        position: fixed;
        right: 15px;
        top: 11px;
        width: 30px;
        height: 30px;
        z-index: 550;
        cursor: pointer;
    }

    .navbar-trigger span {
        position: absolute;
        right: 6px;
        left: 6px;
        height: 2px;
        background: #fff;
        transition: all .3s ease;
    }

    .logo__header {
        width: 140px;
    }

    .icon__menu {
        width: 25px;
        height: 25px;
    }

    .icon__menu path {
        fill: #ffffff;
        transition: fill 0.3s ease;
    }

    header.scrolled .icon__menu path {
        fill: #000000;
    }

    .icon-close path {
        fill: #ffffff;
        transition: fill 0.3s ease;
    }

    header.scrolled .icon-close path {
        fill: #000000;
    }

    header.scrolled .logo-white {
    display: none;
}

   

    /* Стили иконок внутри кнопки */
    .menu-toggle .icon-close {
        display: none;
        /* Скрываем крестик изначально */
        font-size: 24px;
        width: 20px;
        height: 20px;
    }

    .menu-toggle .icon-close.scrolled {
        display: none;
        /* Скрываем крестик изначально */
        font-size: 24px;
        width: 20px;
        height: 0px;
    }

    header.scrolled .mobile__menu a:first-of-type {
        display: none;
    }

    /* Когда меню активно */
    .menu-toggle.is-active .icon__menu {
        display: none;
        /* Скрываем "бургер" */
    }

    .menu-toggle.is-active .icon-close {
        display: block;
        /* Показываем крестик */
    }

    /* Показываем само меню при активации */
    /* Если вы добавляете класс к body, это удобнее для блокировки скролла */
    body.menu-opened .border__header {
        display: block;
        margin-top: 45px;
        max-height: 500px;
        overflow: auto;
    }

    /* Стили для кнопки (убрать стандартные рамки) */
    .menu-toggle {
        background: none;
        border: none;
        cursor: pointer;
        padding: 10px;
    }

    nav li a {
        text-decoration: none;
        font-weight: 700;
        font-size: 18px;
        line-height: 133%;
        text-align: center;
        color: #080808;
    }

    nav {
        display: block;
    }

    nav li a {
        list-style-type: none;
        position: relative;
        padding: 15px 17px;
        border-bottom: 1px solid #e7e5e5;
    }

    nav li {
        padding: 5px 0px;
    }

    nav li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav li a svg {
        display: block;
        width: 15px;
        height: 15px;
    }

    
}

@media (max-width: 768px) {
    .footer__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 41px;
    }
}

@media (max-width: 580px) {
    

    

    

    .footer__content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 41px;
        padding: 20px;
    }

    .footer__content__title {
        font-weight: 700;
        font-size: 18px;
        line-height: 144%;
        color: #222429;
        padding-bottom: 17px;
        padding-top: 30px;
    }

    footer {
        padding-top: 40px;
        padding-bottom: 40px;
        background: #fff;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .footer__end__block__text {
        font-weight: 400;
        font-size: 12px;
        line-height: 183%;
        color: #a4a9b1;
        max-width: 200px;
        width: 100%;
        padding-bottom: 38px;
        padding-top: 30px;
    }


}

.location-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-inner {
    background: white;
    padding: 30px;
    border-radius: 8px;
    width: 300px;
}

#close-popup {
    float: right;
    cursor: pointer;
    font-size: 20px;
}

@media (max-width: 1100px) {
    header {
        padding-left: 20px;
        padding-right: 20px;
    }

    nav li {
        list-style-type: none;
        position: relative;
        padding: 0px 0px;
    }

    .bread {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__h1 {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
    }

    .header__button {
        padding: 10px 40px 10px 40px;
        font-size: 15px;
    }

    .classic-radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 46px;
        margin-top: 15px;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-l-r-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-layout {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        padding: 0px 20px;
    }

    .blog-layout {
        padding: 0px 20px;
    }

    .blog-layout {
        display: grid;
        gap: 30px;
        align-items: flex-start;
    }

    .single__blog__content h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 111%;
        color: #101011;
        padding-bottom: 35px;
    }

    .reviews-layout {
        display: flex;
        gap: 30px;
        align-items: flex-start;
        padding: 0px 20px;
    }

    .bg__subtitle__about {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #fff;
        padding-top: 22px;
        padding-left: 20px;
        max-width: 400px;
    }
    
    .bg__about {
        padding-right: 20px;
       
    }

    .services-layout {
        padding: 0px 20px;
    }

.about-gallery-section {
    padding: 40px 20px;
    font-family: Arial, sans-serif;
}

.about-crew-section {
    padding: 40px 20px;
}

.header__h1 {
 
    max-width: 450px;
}

.breadcrumbs {
    max-width: 350px;
    width: 100%;
}
}

@media (max-width: 992px) {
    nav li {
        list-style-type: none;
        position: relative;
        padding: 0px 23px;
    }

    nav li a {
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        line-height: 133%;
        text-align: center;
        color: #fff;
    }

    .header__button {
        padding: 10px 10px 10px 10px;
        font-size: 13px;
    }

    .classic-radio-group {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
        margin-top: 15px;
    }

    .left__width__form__block {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .input__container .d-grid {
        width: 100%;
        margin-bottom: 20px;
    }

    .form {
        padding: 37px 50px;
        border-top: 3px solid #f12f2b;
        background: #fff;
        position: relative;
        margin-top: 40px;
    }

    .mt-55 {
        margin-top: 15px;
    }

    .form__title__h2 {
        color: #f12f2b;
        font-size: 18px;
        margin-bottom: 8px;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .p-l-r-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contacts-map-side iframe {
        height: 400px;
    }

    .faq-content {
        flex: 2;
        background: #fff;
        padding: 50px;
        width: 100%;
    }

    .faq-form-sidebar {
        flex: 1;
        min-width: 100%;
        background: #fff;
        border-top: 2px solid #ee2f2b;
    }

    .blog-layout {
        display: grid;
        gap: 30px;
        align-items: flex-start;
    }

    .single__blog__content h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 111%;
        color: #101011;
        padding-bottom: 35px;
    }

    .reviews-layout {
        display: grid;
        gap: 30px;
        align-items: flex-start;
        padding: 0px 20px;
    }

    .about-quote-form-container {
        background: #fff;
        width: 400px;
        padding: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border-top: 3px solid #f12f2b;
        box-sizing: border-box;
        text-align: center;
        position: absolute;
        right: 0;
        top: 150px;
        display: none;
    }

    .about-form-title {
        color: #0b2c5e;
        font-size: 26px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .about__content aside {
        display: none;
    }

    .about__content {
        display: flex;
        padding-top: 40px;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }

    .about__content__left h2 {
        font-weight: 700;
        font-size: 38px;
        line-height: 111%;
        color: #101011;
        padding-bottom: 35px;
    }

   .about__content__left .d-flex {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .services-layout__block {
        background-color: #fff;
        position: relative;
        max-width: 33%;
        width: 100%;
        text-decoration: none;
        height: 400px;
    }

    .services-layout__block-state {
        height: 450px;
    }

    .h-200 {
        height: 200px!important;
    }

    .header__h1 {
 
    max-width: 450px;
}
}

@media (max-width: 768px) {
    header {
        padding-left: 0px;
        padding-right: 0px;
    }
    nav li {
        list-style-type: none;
        position: relative;
        padding: 0px 18px;
    }

    .header__block__info__text {
        width: auto;
        color: #fff;
        font-size: 12px;
        max-width: 196px;
    }

    .logo__header {
        width: 150px;
    }

    .header__block__info__phone__block {
        max-width: 200px;
        width: 100%;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        text-decoration: none;
    }

    .about__content__left .d-flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .toggle-row, .toggle-row-small {
        display: block;
    }

    

    .footer__end__block__text {
        font-weight: 400;
        font-size: 12px;
        line-height: 183%;
        color: #a4a9b1;
        max-width: 200px;
        width: 100%;
        padding-bottom: 38px;
        padding-top: 20px;
    }

    .from__to__block__form {
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding-top: 55px;
    }

    .from__to__block__form__block__inside {
        flex: 1;
        background: #fff;
        padding: 25px;
        border-top: 4px solid #f12f2b;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        min-height: 355px;
        max-width: 100%;
        width: 100%;
    }

    nav li a {
        text-decoration: none;
        font-weight: 700;
        font-size: 15px;
        line-height: 133%;
        text-align: center;
        color: #1b2c57;
    }

    .arrow-divider {
        display: flex;
        justify-content: center;
    }

    .arrow-divider img {
        width: 20px;
        transform: rotate(90deg);
    }

    .p-l-r-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contacts__form__responce {
        display: block;
    }

    .contacts__title__page {
        font-weight: 700;
        font-size: 35px;
        line-height: 111%;
        color: #11498c;
        max-width: 100%;
        padding-bottom: 30px;
    }

    .faq-main-summary {
        list-style: none;
        display: flex;
        align-items: center;
        padding: 25px 0;
        cursor: pointer;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .header__h1 {
        font-weight: 700;
        font-size: 35px;
        line-height: 109%;
        color: #fff;
    }

    .article-pic img {
        width: auto;
        max-width: 100%;
    }

    .single__blog__content h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 111%;
        color: #101011;
        padding-bottom: 35px;
    }

    .about-quote-form-container {
        display: none;
    }
    
    .about-submit-btn_mobile {
        background-color: #e3443a;
        color: white;
        border: none;
        width: 100%;
        max-width: 300px;
        padding: 15px;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        text-transform: lowercase;
        transition: background 0.3s;
        margin-top: 20px;
        margin-left: 20px;
    }

    .about-submit-btn_mobile:hover {
        background-color: #c9352b;
    }

    

    .d-block-mob {
        display: block;
    }

    .history__p__mini {
        font-weight: 400;
        font-size: 15px;
        line-height: 174%;
        color: #222429;
        max-width: 100%;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .about-reviews-title {
        text-align: left;
        font-size: 36px;
        margin-bottom: 40px;
        font-weight: bold;
    }

    .about-crew-title {
        font-weight: 700;
        font-size: 36px;
        line-height: 111%;
        color: #101011;
        padding-bottom: 31px;
        padding-top: 40px;
    }

    .carus__title {
        font-weight: 700;
        font-size: 36px;
        line-height: 111%;
        color: #101011;
        padding-bottom: 31px;
        padding-top: 30px;
    }

    .title__history {
        text-align: left;
        font-size: 36px;
        margin-bottom: 40px;
        font-weight: bold;
    }

    .about-gallery-title {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 30px;
        color: #000;
    }

  .about-image-placeholder{
aspect-ratio: 2 / 3;
overflow:hidden;
border-radius:6px;
}

.about-image-placeholder img{
width:100%;
height:100%;
object-fit:cover;
}

.bg__about {
        padding-right: 20px;
        height: 450px;
    }

}

@media (max-width: 580px) {
    header {
        padding-left: 0px;
        padding-right: 0px;
    }

    footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .form {
        padding: 37px 20px;
        border-top: 3px solid #f12f2b;
        background: #fff;
        position: relative;
        margin-top: 40px;
    }

    .radio-toggle-group span {
        padding: 12px 20px;
    }

    .radio-toggle-group {
        border: none;
        flex-direction: column;
    }

    nav li a {
        color: #080808;
    }

    .p-l-r-20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contacts__page__bottom__form {
        border-top: 3px solid #f12f2b;
        background: #fff;
        padding: 30px;
    }

    .contacts__title__page {
        font-weight: 700;
        font-size: 26px;
        line-height: 111%;
        color: #11498c;
        max-width: 100%;
        padding-bottom: 30px;
    }

    .about-carousel-container {
        display: none;
    }

    .faq-content {
        flex: 2;
        background: #fff;
        padding: 30px;
        width: 100%;
    }

    .header__h1 {
        font-size: 28px;
    }

    .single__blog__content h2 {
        font-weight: 700;
        font-size: 25px;
        line-height: 111%;
        color: #101011;
        padding-bottom: 35px;
    }

    .flex-wrap-mob {
        flex-wrap: wrap;
    }

    .star__block img {
        width: 20px;
    }

    .reiews__block__content__people {
        margin-bottom: 20px;
    }

    .block__two__img__about__page {
        width: auto;
        margin-top: 20px;
        width: 100%;
    }

    .about-ceo-card {
        width: 100%;
    }

    .services-layout {
        padding: 0px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .company__approach__block img {
        max-width: 100%;
        width: 100%;
    }

    .company__approach__block p {
        font-weight: 700;
        font-size: 15px;
        line-height: 138%;
        color: #101011;
        padding-top: 13px;
        padding-bottom: 30px;
    }

    .about-crew-img {
        width: 100%;
        height: auto;
        display: block;
    }

    .about-tab-btn {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    color: #11498c;
    border: none;
    background-color: transparent;
    margin-right: 50px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .about-gallery-section {
        padding: 20px 20px;
        font-family: Arial, sans-serif;
    }

    .about__content {
        padding-left: 0px;
        padding-right: 0px;
    }

    .services-layout__block {
    background-color: #fff;
    position: relative;
    max-width: 100%;
    width: 100%;
    text-decoration: none;
    height: 100%;
}

.services-layout__block__img {
    height: 200px;
    object-fit: cover;
}

.d-block-mob-about {
    display: block;
}

.company__approach__block {
    max-width: 160px;
    width: 100%;
    margin: 20px auto;
}

.w-100-about {
    width: 100%;
}



    .about__content {
        /* margin-top: 300px; */
    }

    .about__content__left .d-flex {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.header__h1__home {
    font-weight: 700;
    font-size: 60px;
    line-height: 109%;
    color: #fff;
    max-width: 500px;
}

.bg__home {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 200px 0px 100px 0px;
}

.btn-video-top-wrapper {
    margin: 40px 0 0 0;
}

.btn-video-top {
    font-size: 20px;
    line-height: 26px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none !important;
    position: relative;
    display: block;
    padding: 0 0 0 125px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    letter-spacing: .025em;
}

.btn-video-top .frame {
    position: absolute;
    width: 165px;
    height: 90px;
    left: 0;
    top: 0;
    border: 3px solid #ffa800;
    border-right: none;
}

.btn-video-top .frame:before {
    content: "";
    width: 3px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-top: 15px solid #ffa800;
    border-bottom: 15px solid #ffa800;
}

.btn-video-top .frame:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ffa800 url(/wp-content/uploads/2026/03/ico-play.png) 20px center no-repeat;
    background-size: 20px 24px;
    margin: -28px 0 0 -30px;
}

.home-quote-form-container {
    background: #fff;
    width: 489px;
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-top: 3px solid #f12f2b;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    right: 0;
    top: 40px;
}

.video-popup{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.85);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.video-popup-content{
    position:relative;
    width:80%;
    max-width:900px;
}

.video-popup iframe{
    width:100%;
    height:500px;
    border:none;
}

.video-popup-close{
    position:absolute;
    top:-40px;
    right:0;
    font-size:40px;
    color:#fff;
    cursor:pointer;
}

.block__why__choose__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #ffa800;
    margin: 0 0 38px 0;
    text-align: center;
}

.block__why__choose {
    padding-top: 580px;
}

.block__why__choose__mini__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.block__why__choose__mini__blocks__single p {
    margin: 0 auto;
}

.block__why__choose__mini__blocks__single p {
    text-align: center;
        font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #101011;
    padding: 0 15px;
}

.home__services {
    padding: 80px 0px;
}

.home__services__title {
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    color: #101011;
    margin: 0 0 38px 0;
    text-align: center;
}


.block__techno__title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #ffa800;
    margin: 0 0 38px 0;
    text-align: center;
    /* padding-top: 50px; */
}

.block__techno {
    padding-top: 0px;
}

.block__techno__mini__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.block__techno__mini__blocks__single p {
    margin: 0 auto;
}

.block__techno__mini__blocks__single h3 {
    text-align: center;
        font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #101011;
    padding: 15px 15px;
}

.block__techno__mini__blocks__single p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #91959c;
    padding: 0 15px;
}

.home__slider {
    width: 100%;
    padding: 60px 0;
    background: #f7f7f7;
}

.home__slider__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    display: flex;
    align-items: center;
    gap: 0px;
}

.home__slider__track {
    flex: 1;
    position: relative;
    min-width: 0;
    padding: 50px;
    background-color: #fff;
}

.home__slider__slide {
    display: none;
}

.home__slider__slide.active {
    display: block;
}

.home__slider__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.home__slider__left {
    width: 50%;
}

.home__slider__right {
    width: 50%;
}

.home__slider__right img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
    object-fit: cover;
}

.home__slider__step {
    font-size: 16px;
    font-weight: 700;
    color: #f5a300;
    margin-bottom: 18px;
}

.home__slider__title {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 24px;
    color: #1f2430;
}

.home__slider__text {
    font-size: 18px;
    line-height: 1.7;
    color: #1f2430;
}

.home__slider__arrow {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border: none;
    border-radius: 50%;
    background: #f5a300;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.home__slider__arrow:hover {
    background: #dd9300;
}

.home__slider__pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 40px;
}

.home__slider__dot {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #f5a300;
    background: transparent;
    color: #f5a300;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.home__slider__dot.active {
    background: #f5a300;
    color: #ffffff;
}

@media (max-width: 991px) {
    .home__slider__content {
        flex-direction: column;
        gap: 30px;
    }

    .home__slider__left,
    .home__slider__right {
        width: 100%;
    }

    .home__slider__title {
        font-size: 40px;
    }

    .home__slider__text {
        font-size: 16px;
    }

    .home__slider__container {
        gap: 15px;
    }

    .home__slider__arrow {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 24px;
    }
}

@media (max-width: 640px) {
    .home__slider {
        padding: 40px 0;
    }

    .home__slider__container {
        padding: 0 15px;
    }

    .home__slider__title {
        font-size: 30px;
        margin-bottom: 16px;
    }

    .home__slider__step {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .home__slider__text {
        font-size: 15px;
        line-height: 1.6;
    }

    .home__slider__pagination {
        gap: 10px;
        margin-top: 25px;
        flex-wrap: wrap;
    }

    .home__slider__dot {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
}

.home__etaps__title {
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
    color: #101011;
    margin: 0 0 38px 0;
    text-align: center;
}

.home-reviews-title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: bold;
}

.container-fluid {
    max-width: 100%;
    width: 100%;
}

.home__gallery {
    padding: 50px 0px;
}

.home__gallery__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.home__gallery__grid__img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.home__contacts {
    background: url(/wp-content/uploads/2026/03/section-contacts-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
}

.contacts-text-content-home a {
    color: #fff;
}

.contacts-text-content-home span {
    color: #fff;
}

.contacts-socials-home span {
    color: #fff;
}

.contacts-info-side-home {
        border-top: none;
}
.area {
    padding: 100px 0;
    background: #f5f5f5;
}

.area__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.area__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

/* LEFT */

.area__title {
    font-size: 36px;
    font-weight: 700;
    color: #f58a07;
    margin-bottom: 20px;
    line-height: 1.2;
}

.area__text {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #222;
}

/* RIGHT */

.area__right {
    width: 100%;
}

.area__slider {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.area__track {
    display: flex;
    transition: transform 0.6s ease;
    will-change: transform;
}

.area__card {
    min-width: 100%;
    flex: 0 0 100%;
}

.area__card img {
    width: 100%;
    height: 500px;
    display: block;
    border-radius: 16px;
    object-fit: cover;
}

/* DOTS */

.area__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
}

.area__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cfcfcf;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.area__dot.active {
    background: #f58a07;
    transform: scale(1.15);
}

/* TABLET */

@media (max-width: 1024px) {
    .area__content {
        gap: 40px;
    }

    .area__title {
        font-size: 30px;
    }

    .area__text {
        font-size: 15px;
    }
}

/* MOBILE */

@media (max-width: 768px) {
    .area {
        padding: 70px 0;
    }

    .area__content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .area__title {
        font-size: 28px;
    }

    .area__right {
        max-width: 100%;
    }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
    .area {
        padding: 50px 0;
    }

    .area__container {
        padding: 0 15px;
    }

    .area__title {
        font-size: 24px;
    }

    .area__text {
        font-size: 14px;
        line-height: 1.6;
    }

    .area__dots {
        gap: 8px;
        margin-top: 12px;
    }

    .area__dot {
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 1100px) {
    .bg__home {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: auto;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding: 200px 20px 100px 20px;
    }

    .home__contacts {
        background: url(/wp-content/uploads/2026/03/section-contacts-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 60px 20px;
    }
}

@media (max-width: 900px) {
.header__h1__home {
    font-weight: 700;
    font-size: 35px;
    line-height: 109%;
    color: #fff;
    max-width: 400px;
}

    .bg__subtitle__about {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #fff;
        padding-top: 22px;
        padding-left: 0px;
        max-width: 400px;
    }

    .home-quote-form-container {
        background: #fff;
        width: 489px;
        padding: 25px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        border-top: 3px solid #f12f2b;
        box-sizing: border-box;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0px;
    }

    .block__techno__mini__blocks {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
.home-quote-form-container {
    display: none;
}

.block__why__choose__mini__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.block__techno__mini__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.home__gallery__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.home-reviews-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    font-weight: bold;
}

.home__etaps__title {
    font-size: 28px;
    line-height: 55px;
    font-weight: bold;
    color: #101011;
    margin: 0 0 38px 0;
    text-align: center;
}

    .home__slider__title {
        font-size: 26px;
    }

    .block__techno__title {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    color: #ffa800;
    margin: 0 0 38px 0;
    text-align: center;
}

.home__services__title {
    font-size: 28px;
    line-height: 55px;
    font-weight: bold;
    color: #101011;
    margin: 0 0 38px 0;
    text-align: center;
}

.block__why__choose__title {
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #ffa800;
    margin: 0 0 38px 0;
    text-align: center;
}

.block__techno__mini__blocks {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 580px) {
.block__why__choose__mini__blocks {
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .block__techno__mini__blocks {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home__slider__track {
        flex: 1;
        position: relative;
        min-width: 0;
        padding: 20px;
        background-color: #fff;
    }

    .home__slider__arrow {
        width: 48px;
        height: 48px;
        min-width: 48px;
        font-size: 24px;
        display: none;
    }

        .home__etaps__title {
        font-size: 24px;
        line-height: 55px;
        font-weight: bold;
        color: #101011;
        margin: 0 0 38px 0;
        text-align: center;
    }

        .home__gallery__grid {
        display: grid;
        grid-template-columns: 1fr;
    }
}

.pr-zi-1 {
    position: relative;
    z-index: -1;
}

.about-submit-btn_mobile {
    display: none;
}

.services-layout__block p{
line-height:1.5;
max-height:4.5em;
overflow:hidden;
}

.just__text__service__single__section {
    position: relative;
    z-index: -1;
    padding-top: 450px;
}

.just__text__service__single p {
    font-size: 18px;
    line-height: 1.74;
    font-weight: normal;
    color: #222429;
    padding-bottom: 20px;

}

.just__text__service__single ul li{
    font-size: 18px;
    line-height: 1.74;
    font-weight: normal;
    color: #222429;
    padding-bottom: 10px;


}

.just__text__service__single ul {
    font-size: 18px;
    line-height: 1.74;
    font-weight: normal;
    color: #222429;
    padding-bottom: 10px;
        margin-left: 40px;

}

.just__text__service__single ol li{
    font-size: 18px;
    line-height: 1.74;
    font-weight: normal;
    color: #222429;
    padding-bottom: 10px;

}

.just__text__service__single ol li a{
    font-size: 18px;
    line-height: 1.74;
    font-weight: normal;
    color: #ffa800;
    padding-bottom: 10px;
    text-decoration: none;

}

.just__text__service__single ul li a{
    font-size: 18px;
    line-height: 1.74;
    font-weight: normal;
    color: #ffa800;
    padding-bottom: 10px;
text-decoration: none;
}

.just__text__service__single h2 {
        font-size: 30px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    padding-top: 20px;
    padding-bottom: 15px;
}

.just__text__service__single h3 {
        font-size: 25px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    padding-top: 20px;
    padding-bottom: 15px;
}

.just__text__service__single h4 {
        font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    padding-top: 20px;
    padding-bottom: 15px;
}

.about__service__single__block {
    position: relative;
    z-index: -1;
    padding-top: 40px;
}

.about__service__single__block__loc {
    position: relative;
    z-index: -1;
}

.just__text__editor p {
    font-size: 18px;
    line-height: 150%;
    padding-top: 15px;
}

.just__text__editor h2 {
    font-size: 26px;
    padding-top: 20px;
}

.just__text__editor h3, h4, h5, h6 {
    font-size: 22px;
    padding-top: 20px;
}

.just__text__editor ul {
    margin-left: 14px;
    margin-top: 20px;
    list-style: none;
}

.just__text__editor ul li {
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    padding-left: 32px;
}

.just__text__editor ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 16px;
    height: 2px;
    background: #f5a623;
    border-radius: 2px;
}

.just__text__editor p a {
    font-weight: bold;
    color: #ffa800;
}

.just__text__editor ul li a {
    font-weight: bold;
    color: #ffa800;
}


.loc__just__text {
    padding-top: 40px;
}

.about_service_text_and_image__text__and__icon p a {
    font-weight: bold;
    color: #ffa800;
}

.location__reviews {
    padding-top: 100px;
}

.about__service__single__block__h2 {
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    margin: 43px 0 31px 0;
}

.about__service__single__block__h3 {
        font-size: 30px;
    line-height: 1.25;
    font-weight: bold;
    color: #ffa800;
    margin: 35px 0 16px 0;
}

.about__service__single__block__mini__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding-top: 30px;
}

.about__service__single__block__mini__blocks__content p {
    margin: 0 auto;
}

.about__service__single__block__mini__blocks__content p {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #101011;
    text-align: center;
    padding-top: 20px;
}

@media (max-width: 1100px) {
    .about__service__single__block {
    position: relative;
    z-index: -1;
    padding-top: 0px;
    padding: 40px 20px 40px 20px;
}

.about__service__single__block__loc {
    position: relative;
    z-index: -1;
    padding-top: 450px;
    padding: 40px 20px 40px 20px;
}
}

@media (max-width: 900px) {
    .about__service__single__block__mini__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding-top: 30px;
}

.about__service__single__block__h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    margin: 0px 0 31px 0;
}

.about__service__single__block__h3 {
    font-size: 25px;
    line-height: 1.25;
    font-weight: bold;
    color: #101011;
    margin: 21px 0 16px 0;
}
}

@media (max-width: 768px) {}

@media (max-width: 580px) {

        .about__service__single__block__mini__blocks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 30px;
}

.about__service__single__block__h2 {
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    margin: 0px 0 31px 0;
}

.about__service__single__block__h3 {
    font-size: 22px;
    line-height: 1.25;
    font-weight: bold;
    color: #101011;
    margin: 21px 0 16px 0;
}

.bg__subtitle__about {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #fff;
        padding-top: 22px;
        padding-left: 0px;
        max-width: 400px;
        padding-left: 20px;
    }

    .just__text__editor {
        padding-left: 20px;
        padding-right: 20px;
}
}

.about_service_text_and_image__title {
    font-size: 24px;
    line-height: 150%;
    margin: 36px 0 0px 0;
    color: #ffa800;
    max-width: 500px;
}

.about_service_text_and_image__text__and__icon {
    display: flex;
    padding-top: 40px;
    padding-bottom: 0px;
        padding-right: 20px;
}

.about_service_text_and_image__text__and__icon img {
    margin-right: 10px;
    max-width: 35px;
}

.about_service_text_and_image__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
    padding-bottom: 0px;
}

.about_service_text_and_image__img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}

.about_service_text_and_image__text__and__icon p {
        font-size: 16px;
    line-height: 1.74;
    font-weight: normal;
    color: #222429;
}

.our_service_title__block {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
    margin-top: 20px;
}

.our_service_title__block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    
}

.our_service_title {
        font-size: 35px;
    line-height: 1.74;
    font-weight: bold;
    color: #222429;
}

.our_service_title__block__grid__mini {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.our_service_title__block__grid__mini img {
    margin-right: 10px;
}

.our_service_title__block__grid__mini a {
    font-size: 20px;
    text-decoration: none;
    color: #222429;
    font-weight: 600;
}

.services__single__page__form__section{
padding:50px 0;
}

.services__single__page__form__wrapper{
background:#fff;
padding:60px;
border-top:4px solid #e53935;
}

.services__single__page__form__title{
font-size:42px;
font-weight:700;
color:#1e3d6b;
margin-bottom:40px;
}

.services__single__page__form__grid{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:50px;
margin-bottom:40px;
}

.services__single__page__form__subtitle{
color:#e53935;
font-weight:700;
margin-bottom:20px;
}

.services__single__page__form__field{
margin-bottom:20px;
display:flex;
flex-direction:column;
}

.services__single__page__form__field label{
font-size:14px;
margin-bottom:6px;
color:#888;
}

.services__single__page__form__field input,
.services__single__page__form__field select{
border:none;
border-bottom:2px solid #e5e5e5;
padding:10px 0;
font-size:16px;
}

.services__single__page__form__file{
margin-bottom:30px;
}

.services__single__page__form__file__button{
display:inline-block;
border:2px solid #1e3d6b;
padding:14px 30px;
font-weight:600;
cursor:pointer;
}

.services__single__page__form__file input{
display:none;
}

.services__single__page__form__file__text{
display:block;
margin-top:10px;
font-size:14px;
color:#777;
}

.services__single__page__form__message textarea{
width:100%;
height:120px;
border:none;
border-bottom:2px solid #e5e5e5;
padding:10px 0;
resize:none;
}

.services__single__page__form__bottom{
margin-top:30px;
display:flex;
align-items:center;
gap:30px;
}

.services__single__page__form__submit{
background:#ef3b2d;
color:#fff;
border:none;
padding:16px 40px;
font-size:18px;
cursor:pointer;
}

.services__single__page__form__privacy{
font-size:14px;
color:#777;
}

/* =========================
LAPTOP
========================= */

@media (max-width:1200px){

.services__single__page__form__wrapper{
padding:50px;
}

.services__single__page__form__grid{
gap:40px;
}

.services__single__page__form__title{
font-size:36px;
}

}


/* =========================
TABLET
========================= */

@media (max-width:992px){

.services__single__page__form__grid{
grid-template-columns:1fr 1fr;
gap:30px;
}

.services__single__page__form__wrapper{
padding:40px;
}

.services__single__page__form__title{
font-size:32px;
margin-bottom:30px;
}

}


/* =========================
SMALL TABLET
========================= */

@media (max-width:768px){

.services__single__page__form__grid{
grid-template-columns:1fr;
}

.services__single__page__form__title{
font-size:28px;
}

.services__single__page__form__bottom{
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.services__single__page__form__submit{
width:100%;
text-align:center;
}

}


/* =========================
MOBILE
========================= */

@media (max-width:580px){

.services__single__page__form__wrapper{
padding:25px;
}

.services__single__page__form__title{
font-size:24px;
}

.services__single__page__form__field input,
.services__single__page__form__field select{
font-size:14px;
}

.services__single__page__form__message textarea{
height:100px;
}

.services__single__page__form__file__button{
width:100%;
text-align:center;
}

}

.rates__block__left__h2 {
    padding-top: 50px;
}

@media (max-width: 1100px) {
    .about_service_text_and_image__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 70px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.preim__block {
    padding: 0px 20px;
}

.rates__block__left__h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 111%;
    color: #101011;
    padding-bottom: 40px;
}

.services__single__page__form__section {
    padding: 50px 20px;
}

.our__services__mob {
    padding: 0px 20px;
}

.just__text__service__single {
    padding-left: 20px;
    padding-right: 20px;
}

.rates__block aside {
    display: none;
}

.rates__block__left {
    max-width: 100%;
    width: 100%;
}

.rates__all__block__blocktop {
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    padding: 40px;
    position: relative;
}

.rates__all__block__blocktop__img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.compare-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
    position: relative;
    justify-content: center;
}

.estimate-box {
    background: #fff;
    padding: 60px;
    max-width: 1000px;
    border-top: 2px solid #e53935;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
}

.about__content aside {
    display: none;
}

.about__content__left {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px;
}

.about-reviews-section {
    padding: 30px 20px;
    background-color: #f9f9f9;
}

.pl-pr-res-20-about {
    padding-left: 20px;
    padding-right: 20px;
}

.history__p__mini {
    font-weight: 400;
    font-size: 15px;
    line-height: 174%;
    color: #222429;
    max-width: 100%;
    padding-right: 40px;
}
}

@media (max-width: 900px) {
.about_service_text_and_image__img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
}
.about_service_text_and_image__grid {

    grid-template-columns: 1fr;
    padding-top: 0px;

}

.rates__block__left__h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 111%;
    color: #101011;
    padding-bottom: 40px;
}

.our_service_title__block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.our_service_title {
    font-size:28px;
    line-height: 1.74;
    font-weight: bold;
    color: #222429;
}

    .bg__subtitle__about {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #fff;
        padding-top: 22px;
        padding-left: 0px;
        max-width: 400px;
        padding-left: 20px;
    }

    .ml-6 {
    margin-left: 0px;
}

.cross__country__block h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    margin: 43px 0 31px 0;
}

.pl-pr-res-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.estimate-box {
    padding: 30px;
}

.compare-card {
        width: 100%;
        max-width: 500px;
        margin: 20px auto;
    }

}

@media (max-width: 580px) {
    .about_service_text_and_image__img {
        padding-top: 40px;
    }

    .our_service_title__block__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.just__text__service__single h2 {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    padding-top: 20px;
    padding-bottom: 15px;
}

.just__text__service__single h3 {
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    padding-top: 20px;
    padding-bottom: 15px;
}

.just__text__service__single h4 {
    font-size: 19px;
    line-height: 50px;
    font-weight: bold;
    color: #101011;
    padding-top: 20px;
    padding-bottom: 15px;
}

.cross__country__block__mini__block {
    max-width: 170px;
    width: 100%;
    margin: 20px auto;
}

.vs {
    font-size: 80px;
    font-weight: 800;
    color: #f4a100;
    align-self: center;
    z-index: 2;
    position: absolute;
    left: auto;
}

.compare-card {
    background: #fff;
    padding: 50px;
    width: 420px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
}

    .compare-card {
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
    }

    .pay__block {
    padding: 45px;
    display: grid;
    justify-content: space-between;
    gap: 70px;
}

.bg__subtitle__about {
        font-weight: 400;
        font-size: 20px;
        line-height: 150%;
        color: #fff;
        padding-top: 22px;
        padding-left: 0px;
        max-width: 400px;
        padding-left: 0px;
    }

    .header__h1 {
        padding-left: 0px;
    }
    
    .bread {
        padding-left: 0px;
    }
}

.about-review-text-container{
position:relative;
}

.about-review-text-full{
margin-top:10px;
}

.about-read-more{
margin-top:10px;
background:none;
border:none;
color:#d52b1e;
cursor:pointer;
font-weight:600;
}

.w-100-imp {
    max-width: 100%!important;
}

.page__404 {
    padding-top: 236px;
}

.quote-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.quote-popup.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.quote-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.quote-popup__dialog {
    position: relative;
    z-index: 2;
    width: min(1200px, 100%);
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.22);
}

.quote-popup__content {
    padding: 36px;
}

.quote-popup__close {
    position: absolute;
    top: 14px;
    right: 16px;
    z-index: 3;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #111;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.state-locations {
    padding: 0px 0 10px;
}

.state-locations__head {
    max-width: 760px;
    margin-bottom: 36px;
}

.state-locations__title {
    margin: 0 0 12px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
}

.state-locations__subtitle {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #6b7280;
}

.state-locations__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.state-locations__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 250px;
    padding: 28px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
}

.state-locations__card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    border-color: #ffa800;
}

.state-locations__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.state-locations__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f4f4f4;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.state-locations__icon {
    font-size: 22px;
    line-height: 1;
    color: #ffa800;
}

.state-locations__card-title {
    margin: 0 0 14px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.state-locations__card-text {
    margin: 0 0 26px;
    font-size: 16px;
    line-height: 1.7;
    color: #6b7280;
}

.state-locations__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    font-size: 15px;
    font-weight: 700;
    color: #ffa800;
}

@media (max-width: 1024px) {
    .state-locations__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .state-locations__title {
        font-size: 32px;
    }

    .state-locations__card-title {
        font-size: 24px;
    }
    .state-locations {
        padding: 0px 20px 10px;
    }
}

@media (max-width: 767px) {
    .state-locations__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .state-locations__title {
        font-size: 28px;
    }

    .state-locations__subtitle {
        font-size: 16px;
    }

    .state-locations__card {
        min-height: auto;
        padding: 22px;
        border-radius: 16px;
    }

    .state-locations__card-title {
        font-size: 22px;
    }

    .state-locations__card-text {
        font-size: 15px;
    }

    .state-locations {
        padding: 0px 20px 10px;
    }
}

.footer-locations__list li {
    list-style-type: none;
    padding-bottom: 7px;
}

.footer-locations__list li a {
    color: #a4a9b1;
}

.border__header nav li,
.border__header nav li.menu-item-has-children {
    position: relative;
}

.border__header nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 14px 0;
    min-width: 260px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
    z-index: 1000;
}

.border__header nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.border__header nav .sub-menu li {
    display: block;
    width: 100%;
}

.border__header nav .sub-menu li::before {
    display: none !important;
    content: none !important;
}

.border__header nav .sub-menu li a {
    display: block;
    width: 100%;
    padding: 12px 18px;
    color: #1b2c57;
    text-decoration: none;
    white-space: nowrap;
    background: transparent;
    text-align: left;
}

.border__header nav .sub-menu li a:hover {
    background: #f5f7fb;
    color: #F12F2B;
}

@media (max-width: 767px) {
    .border__header nav .sub-menu {
        display: block;
        position: static;
        min-width: 100%;
        margin-top: 8px;
        padding: 8px 0 0;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
    }

    .border__header nav .sub-menu li a {
        padding: 10px 0 10px 16px;
        white-space: normal;
        text-align: left;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.services-layout__block-state {
    background-color: #fff;
    position: relative;
    width: 100%;
    text-decoration: none;
}

.services-layout-state {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
}

.services-layout-state h2 {
    font-weight: 700;
    font-size: 21px;
    line-height: 136%;
    color: #101011;
    padding: 20px;
}

.services-layout-state a:hover {
    border-bottom: 3px solid #f12f2b;
}

@media (max-width: 1100px) {
    .services-layout-state {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: flex-start;
    }
}

@media (max-width: 992px) {
    .services-layout-state {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .services-layout-state {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: flex-start;
    }
}

@media (max-width: 580px) {
    .services-layout-state {
        display: grid;
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
}

.about__block__big__text h2, h3, h4, h5 {
    font-size: 30px;
    padding-bottom: 30px;
}

.about__block__big__text p {
    font-size: 18px;
    line-height: 150%;
    padding-bottom: 20px;
}

.form__location__grid__block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.form__location__grid__block div .form__location__grid__block__p {
    font-weight: bold;
    font-size: 30px;
    color: #ffa800;
}

.form__location__grid__block div .form__location__grid__block__p__two {
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
}

.rates__block__left__h2__location {
    font-weight: 700;
font-size: 45px;
line-height: 111%;
color: #101011;
padding-bottom: 20px;
}

.rates__block__left__p__location {
    font-weight: 400;
font-size: 18px;
line-height: 111%;
color: #101011;
padding-bottom: 20px;
}

.rates__block__left__p__location__review {
    font-weight: 400;
font-size: 18px;
line-height: 111%;
color: #101011;
padding-bottom: 20px;
text-align: center;
}

@media (max-width: 768px) {
    .form__location__grid__block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding-bottom: 40px;
        padding-top: 20px;
        
    }


.rates__block__left__h2__location {
    font-weight: 700;
font-size: 30px;
line-height: 111%;
color: #101011;
padding-bottom: 20px;
}

.bg__about .container .header__h1 {
    text-shadow: 0px 0px 20px black, 0 0 20px black, 0 0 20px #000000;
}

.bg__about .container .bg__subtitle__about {
    text-shadow: 0px 0px 20px black, 0 0 20px black, 0 0 20px #000000;
}
}

.just__text__service__single {
    position: relative;
    max-height: 160px;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.just__text__service__single::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    /* background: linear-gradient(to bottom, rgba(255,255,255,0), #fff 85%); */
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.just__text__service__single.is-open::after {
    opacity: 0;
}

.just__text__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 20px;
    border: 2px solid #f5a623;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: 0.3s ease;
}

.just__text__toggle:hover {
    background: #f5a623;
}

.just__text__toggle::before,
.just__text__toggle::after {
    content: "";
    position: absolute;
    background: #f5a623;
    transition: 0.3s ease;
}

.just__text__toggle {
    position: relative;
}

.just__text__toggle::before {
    width: 14px;
    height: 2px;
}

.just__text__toggle::after {
    width: 2px;
    height: 14px;
}

.just__text__toggle:hover::before,
.just__text__toggle:hover::after {
    background: #fff;
}

.just__text__toggle.is-open::after {
    opacity: 0;
}

.just__text__service__single ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.just__text__service__single ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.74;
    font-weight: 400;
    color: #000;
}

.just__text__service__single ul li a {
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.74;
    font-weight: 400;
    color: #ffa800;
}

.just__text__service__single p a {
    position: relative;
    padding-left: 5px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.74;
    font-weight: 400;
    color: #ffa800;
}

.just__text__service__single ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 14px;
    height: 2px;
    background: #ffa800;
    border-radius: 2px;
}



.just__text__service__single ul li a:hover {
    opacity: 0.8;
}

.popular-routes {
    padding: 80px 0;
    background: #f7f8fa;
}

.popular-routes__wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: start;
}

.popular-routes__title {
    margin: 0 0 40px;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
}

.popular-routes__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.popular-route-card {
    position: relative;
    display: block;
    max-height: 320px;
    overflow: hidden;
    text-decoration: none;
    background: #ddd;
}

.popular-route-card img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.popular-route-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.22) 45%,
        rgba(0, 0, 0, 0.42) 100%
    );
    z-index: 1;
}

.popular-route-card__content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 34px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.popular-route-card__content h3 {
    margin: 0 0 20px;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.popular-route-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 154px;
    min-height: 48px;
    padding: 12px 24px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    transition: all 0.3s ease;
}

.popular-route-card:hover img {
    transform: scale(1.05);
}

.popular-route-card:hover .popular-route-card__btn {
    background: #fff;
    color: #111;
}

.popular-routes-sidebar {
    border-top: 4px solid #f2a100;
    background: #f5f5f5;
    padding: 28px 32px;
}

.popular-routes-sidebar a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    color: #111;
    transition: color 0.3s ease;
}

.popular-routes-sidebar a:not(:last-child) {
    margin-bottom: 28px;
}

.popular-routes-sidebar a:first-child {
    color: #f2a100;
}

.popular-routes-sidebar a:hover {
    color: #f2a100;
}

@media (max-width: 1399px) {
    .popular-routes__title {
        font-size: 54px;
    }

    .popular-route-card {
        min-height: 360px;
    }

    .popular-route-card img {
        min-height: 360px;
    }

    .popular-route-card__content {
        left: 28px;
        right: 28px;
        bottom: 28px;
    }

    .popular-route-card__content h3 {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .popular-routes__wrapper {
        grid-template-columns: 1fr;
    }

    .popular-routes__sidebar {
        order: -1;
    }

    .popular-routes-sidebar {
        padding: 24px 28px;
    }

    .popular-routes__title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .popular-routes__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .popular-routes {
        padding: 56 20px;
    }
}

@media (max-width: 767px) {
    .popular-routes {
        padding: 56px 20px;
    }

    .popular-routes__title {
        font-size: 34px;
        line-height: 1.12;
        margin-bottom: 24px;
    }

    .popular-routes__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .popular-route-card {
        min-height: 300px;
    }

    .popular-route-card img {
        min-height: 300px;
    }

    .popular-route-card__content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .popular-route-card__content h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .popular-route-card__btn {
        min-width: 138px;
        min-height: 44px;
        font-size: 15px;
        padding: 10px 18px;
    }

    .popular-routes-sidebar {
        padding: 20px;
    }

    .popular-routes-sidebar a {
        font-size: 18px;
    }

    .popular-routes-sidebar a:not(:last-child) {
        margin-bottom: 18px;
    }
}

.location__link__services {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: #f7f7f7;
}

.location__link__services__bg {
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/04/section-long-bg.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
}

.location__link__services__container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
}

.location__link__services__content {
    max-width: 980px;
    background: rgba(255, 255, 255, 0.96);
    padding: 60px 65px 50px;
    position: relative;
}

.location__link__services__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #f4a300;
}

.location__link__services__title {
    margin: 0 0 40px;
    font-size: 42px;
    line-height: 1.02;
    font-weight: 700;
    color: #111;
    max-width: 760px;
}

.location__link__services__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 60px;
}

.location__link__services__item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #1e4f9b;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.location__link__services__item:hover {
    color: #f4a300;
}

.location__link__services__icon {
    flex: 0 0 20px;
    color: #f4a300;
    margin-top: 2px;
}

.location__link__services__hidden {
    display: contents;
}

.location__link__services__hidden .location__link__services__item {
    display: none;
}

.location__link__services.active .location__link__services__hidden .location__link__services__item {
    display: flex;
}

.location__link__services__toggle {
    margin-top: 38px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 3px solid #f4a300;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease, background 0.3s ease;
}

.location__link__services__toggle:hover {
    background: rgba(244, 163, 0, 0.08);
}

.location__link__services__toggle-icon {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
}

.location__link__services__toggle-icon::before,
.location__link__services__toggle-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f4a300;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.location__link__services__toggle-icon::before {
    width: 22px;
    height: 3px;
}

.location__link__services__toggle-icon::after {
    width: 3px;
    height: 22px;
}

.location__link__services.active .location__link__services__toggle-icon::after {
    opacity: 0;
}

.location__link__services__toggle {
    transition: background 0.3s ease, transform 0.3s ease;
}

@media (max-width: 1199px) {
    .location__link__services {
        padding: 70px 0;
    }

    .location__link__services__content {
        max-width: 100%;
        padding: 50px 40px 40px;
    }

    .location__link__services__title {
        font-size: 48px;
        max-width: 680px;
    }

    .location__link__services__list {
        gap: 20px 35px;
    }

    .location__link__services__item {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .location__link__services {
        padding: 50px 0;
    }

    .location__link__services__container {
        padding: 0 15px;
    }

    .location__link__services__content {
        padding: 35px 20px 30px;
    }

    .location__link__services__title {
        margin-bottom: 28px;
        font-size: 34px;
        line-height: 1.08;
    }

    .location__link__services__list {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .location__link__services__item {
        font-size: 18px;
        line-height: 1.4;
    }

    .location__link__services__toggle {
        margin-top: 28px;
        width: 48px;
        height: 48px;
    }

    .location__link__services__toggle-icon {
        font-size: 30px;
    }
}

.is-hidden {
    display: none !important;
}

.home-services-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-services-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 76px;
    border: none;
    background: #ffa800;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
    transition: .3s ease;
    color: #fff;
    font-weight: 600;
}

.home-services-more-btn:hover {
    opacity: 0.8;
}

.is-hidden-state {
    display: none !important;
}

.home-services-more-wrap-state {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-services-more-btn-state {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 76px;
    border: none;
    background: #ffa800;
    font-size: 19px;
    line-height: 1;
    cursor: pointer;
    transition: .3s ease;
    color: #fff;
    font-weight: 600;
}

.home-services-more-btn-state:hover {
    opacity: 0.8;
}

.is-hidden-california {
    display: none !important;
}

.home-services-more-wrap-california {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.home-services-more-btn-california {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border: 1px solid #000;
    background: transparent;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: .3s ease;
}

.home-services-more-btn-california:hover {
    opacity: 0.8;
}