.ses-contacts {
    background: #ffffff;
    padding: 12px 0 60px;
    color: #111827;
    font-family: Arial, sans-serif;
}

.ses-contacts * {
    box-sizing: border-box;
}

.ses-contacts__wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 18px 18px 40px;
    background: transparent;
    border-radius: 0;
}

.ses-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 18px;
    color: #6b7280;
    font-size: 12px;
}

.ses-breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
}

.ses-breadcrumbs a:hover {
    color: #111827;
}

.ses-intro {
    margin-bottom: 24px;
}

.ses-intro h1 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
}

.ses-intro p {
    max-width: 900px;
    margin: 0;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
}

.ses-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 30px;
    margin-bottom: 36px;
    padding: 32px;
    background: #eaf8ff;
    border: 2px solid #8ed8ff;
    border-radius: 16px;
    box-shadow: 0 14px 30px rgba(8, 80, 130, 0.12);
}

.ses-hero__left {
    max-width: 600px;
}

.ses-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 6px 12px;
    background: #7ed7ff;
    color: #ffffff;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.ses-hero h2 {
    max-width: 430px;
    margin: 0 0 8px;
    color: #111827;
    font-size: 27px;
    line-height: 1.05;
    font-weight: 800;
}

.ses-hero p {
    margin: 0 0 16px;
    color: #111827;
    font-size: 13px;
    line-height: 1.35;
}

.ses-phone {
    display: block;
    margin-bottom: 3px;
    color: #111827;
    font-size: 33px;
    line-height: 1.1;
    font-weight: 900;
    text-decoration: none;
}

.ses-phone:hover {
    color: #ff7900;
}

.ses-phone-note {
    margin-bottom: 18px;
    color: #111827;
    font-size: 12px;
}

.ses-hero__buttons {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
}

.ses-hero__buttons .ses-btn--orange {
    grid-column: span 2;
}

.ses-hero__buttons .ses-btn--discount {
    grid-column: span 2;
}

.ses-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 10px 14px;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease;
}

.ses-btn--orange {
    color: #ffffff;
    background: #ff7900;
}

.ses-btn--orange:hover {
    background: #e86d00;
    color: #ffffff;
}

.ses-btn--light {
    color: #111827;
    background: #dff2ff;
}

.ses-btn--light:hover {
    background: #cbeaff;
    color: #111827;
}

.ses-btn--discount {
    color: #ffffff;
    background: linear-gradient(135deg, #ff2d2d 0%, #ff7900 100%);
    box-shadow: 0 8px 18px rgba(255, 80, 0, 0.28);
    position: relative;
    overflow: hidden;
}

.ses-btn--discount:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #e62020 0%, #e86d00 100%);
    transform: translateY(-1px);
}

.ses-btn--max {
    color: #ffffff;
    background: #111827;
}

.ses-btn--max:hover {
    color: #ffffff;
    background: #000000;
}

.ses-hero__right {
    display: grid;
    gap: 14px;
}

.ses-hero-info {
    display: grid;
    grid-template-columns: 145px 1fr;
    gap: 14px;
    align-items: center;
    min-height: 140px;
    padding: 12px;
    background: #ffffff;
    border: 1px solid #c9ecff;
    border-radius: 14px;
}

.ses-hero-info img {
    display: block;
    width: 100%;
    height: 116px;
    object-fit: cover;
    border-radius: 10px;
}

.ses-hero-info strong,
.ses-hero-info span,
.ses-hero-info b {
    display: block;
    color: #111827;
    font-size: 12px;
    line-height: 1.25;
}

.ses-hero-info strong {
    margin-bottom: 3px;
    font-weight: 800;
}

.ses-hero-info b {
    margin-top: 4px;
    font-weight: 800;
}

.ses-hero-photo {
    display: block;
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 14px;
}

.ses-contact-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 48px;
}

.ses-contact-card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 18px;
    background: #f3fbff;
    border: 2px solid #a9e1ff;
    border-radius: 14px;
}

.ses-contact-card__icon {
    width: 32px;
    height: 32px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 32px;
}

.ses-contact-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 800;
}

.ses-contact-card p,
.ses-contact-card a {
    color: #111827;
    font-size: 11px;
    line-height: 1.35;
}

.ses-contact-card p {
    margin: 0 0 10px;
}

.ses-contact-card a {
    font-weight: 800;
    text-decoration: none;
}

.ses-contact-card a:hover {
    color: #ff7900;
}

.ses-small-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-top: auto;
    padding: 8px 10px;
    background: #dff2ff;
    border-radius: 8px;
    color: #111827;
    font-size: 11px !important;
    line-height: 1.15;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: 0.2s ease;
}

.ses-small-btn:hover {
    background: #cbeaff;
    color: #111827 !important;
}

.ses-contact-card .ses-small-btn + .ses-small-btn {
    margin-top: 7px;
}

.ses-small-btn--max {
    color: #ffffff !important;
    background: #111827;
}

.ses-small-btn--max:hover {
    color: #ffffff !important;
    background: #000000;
}

.ses-small-btn--discount {
    color: #ffffff !important;
    background: linear-gradient(135deg, #ff2d2d 0%, #ff7900 100%);
}

.ses-small-btn--discount:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #e62020 0%, #e86d00 100%);
}

.ses-request {
    display: grid;
    grid-template-columns: minmax(0, 640px) 250px;
    justify-content: space-between;
    align-items: stretch;
    gap: 34px;
    width: 100%;
    max-width: none;
    margin: 0 0 48px;
    padding: 32px 36px;
    background: #ffffff;
    border: 2px solid #d8effb;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(8, 80, 130, 0.08);
}

.ses-request__left {
    max-width: 640px;
}

.ses-request h2 {
    max-width: 440px;
    margin: 0 0 8px;
    color: #111827;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
}

.ses-request p {
    margin: 0 0 16px;
    color: #111827;
    font-size: 13px;
    line-height: 1.35;
}

.ses-form {
    display: grid;
    gap: 10px;
}

.ses-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.ses-form__kp-fields {
    display: grid;
    gap: 10px;
    width: 100%;
}

.ses-form__kp-fields[hidden] {
    display: none !important;
}

.ses-form input,
.ses-form select {
    width: 100%;
    height: 38px;
    padding: 0 12px;
    background: #f5fbff;
    border: 1px solid #bfdff0;
    border-radius: 7px;
    color: #111827;
    font-size: 12px;
    outline: none;
}

.ses-form input:focus,
.ses-form select:focus {
    border-color: #7ed7ff;
    box-shadow: 0 0 0 3px rgba(126, 215, 255, 0.25);
}

.ses-form input.is-error,
.ses-form select.is-error {
    border-color: #ef4444;
    background: #fff7f7;
}

.ses-form button {
    width: 100%;
    height: 40px;
    margin-top: 2px;
    border: none;
    border-radius: 8px;
    background: #ff7900;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.2s ease;
}

.ses-form button:hover {
    background: #e86d00;
}

.ses-form button:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

.ses-policy {
    margin: 2px 0 0 !important;
    color: #111827 !important;
    font-size: 10px !important;
    line-height: 1.35 !important;
    text-align: center;
}

.form-message {
    margin-top: 4px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
}

.form-message.is-success {
    background: #e8fff1;
    color: #04713b;
    border: 1px solid #9de7bd;
}

.form-message.is-error-message {
    background: #fff1f1;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.ses-request__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
    background: #eaf8ff;
    border-radius: 12px;
    text-align: center;
}

.ses-request__right img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: 236px;
    margin-bottom: 18px;
    object-fit: cover;
}

.ses-request__right p {
    margin: 0;
    color: #111827;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
}

.ses-business {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 36px;
    align-items: center;
    margin-bottom: 34px;
    padding: 24px 28px;
    background: #eaf8ff;
    border: 2px solid #8ed8ff;
    border-radius: 14px;
}

.ses-business h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
}

.ses-business p {
    max-width: 390px;
    margin: 0 0 18px;
    color: #111827;
    font-size: 13px;
    line-height: 1.3;
}

.ses-business__buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ses-business__list {
    display: grid;
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ses-business__list li {
    position: relative;
    margin: 0;
    padding-left: 27px;
    color: #111827;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 800;
}

.ses-business__list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 2px solid #2fa8e8;
    border-radius: 50%;
    color: #2fa8e8;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
}

.ses-map-section h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
}

.ses-map-section p {
    margin: 0 0 12px;
    color: #111827;
    font-size: 13px;
}

.ses-map {
    overflow: hidden;
    height: 330px;
    background: #eaf8ff;
    border: 2px solid #d8effb;
    border-radius: 14px;
}

.ses-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 1200px) {
    .ses-contacts__wrap {
        max-width: 100%;
        margin: 0;
        padding-left: 18px;
        padding-right: 18px;
    }

    .ses-request {
        max-width: none;
    }
}

@media (max-width: 900px) {
    .ses-contacts__wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .ses-hero,
    .ses-request,
    .ses-business {
        grid-template-columns: 1fr;
    }

    .ses-hero__left,
    .ses-hero__buttons,
    .ses-request__left {
        max-width: none;
    }

    .ses-hero__buttons {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ses-hero__buttons .ses-btn--orange,
    .ses-hero__buttons .ses-btn--discount {
        grid-column: span 1;
    }

    .ses-contact-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .ses-hero-info {
        grid-template-columns: 150px 1fr;
    }

    .ses-request__right {
        justify-content: center;
    }

    .ses-request__right img {
        width: 220px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .ses-contacts {
        padding: 8px 0 40px;
    }

    .ses-contacts__wrap {
        margin: 0;
        padding: 14px 12px 30px;
    }

    .ses-breadcrumbs {
        margin-bottom: 14px;
        font-size: 11px;
    }

    .ses-intro {
        margin-bottom: 20px;
    }

    .ses-intro h1 {
        font-size: 27px;
    }

    .ses-intro p {
        font-size: 13px;
    }

    .ses-hero {
        gap: 18px;
        margin-bottom: 28px;
        padding: 18px;
        border-radius: 14px;
    }

    .ses-hero h2 {
        font-size: 24px;
    }

    .ses-phone {
        font-size: 28px;
    }

    .ses-hero__buttons {
        grid-template-columns: 1fr;
    }

    .ses-hero__buttons .ses-btn--orange,
    .ses-hero__buttons .ses-btn--discount {
        grid-column: auto;
    }

    .ses-hero-info {
        grid-template-columns: 1fr;
    }

    .ses-hero-info img {
        height: 130px;
    }

    .ses-hero-photo {
        height: 170px;
    }

    .ses-contact-cards {
        grid-template-columns: 1fr;
        margin-bottom: 34px;
    }

    .ses-contact-card {
        min-height: auto;
    }

    .ses-request {
        gap: 22px;
        margin-bottom: 34px;
        padding: 20px;
    }

    .ses-request h2 {
        font-size: 24px;
    }

    .ses-form__row {
        grid-template-columns: 1fr;
    }

    .ses-business {
        gap: 22px;
        margin-bottom: 30px;
        padding: 20px;
    }

    .ses-business h2 {
        font-size: 24px;
    }

    .ses-business__buttons {
        flex-direction: column;
    }

    .ses-business__buttons .ses-btn {
        width: 100%;
    }

    .ses-map-section h2 {
        font-size: 24px;
    }

    .ses-map {
        height: 280px;
    }
}