/* ==================== REGISTRATION PAGE STYLES ==================== */

/* Оффлайн формат - отличается от онлайн */
.offline-format {
    background-color: rgba(80, 67, 137, 0.15) !important;
    border-color: rgba(80, 67, 137, 0.3) !important;
}

/* Блок с адресом */
.address-section {
    display: inline-flex;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    margin-top: 20px;
}

.address-icon {
    display: inline-flex;
    align-items: flex-start;
    position: relative;
    flex: 0 0 auto;
}

.map-icon {
    position: relative;
    width: 63px;
    height: 70.5px;
}

.address-text {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    position: relative;
    flex: 1;
}

.address-label {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    color: var(--x-131313);
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
    margin: 0;
}

.address-details {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    color: var(--x-828282);
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    max-width: 600px;
}

/* ==================== ЛОКАЦИЯ КОНФЕРЕНЦИИ ==================== */
.block-location {
    position: relative;
    width: 1920px;
    height: 700px;
    margin: 30px auto 0;
    background: transparent;
}

.block-location .decorative-line-3 {
    position: absolute;
    width: 2500px;
    top: -330px;
    left: -200px;
    pointer-events: none;
    z-index: 0;
    transform: rotate(20deg);
}

.block-location .decorative-line-3 img {
    width: 100%;
    height: auto;
}

.decorative-bg-location {
    position: absolute;
    width: 648px;
    height: 291px;
    top: 20px;
    left: 302px;
    background-color: rgba(2, 195, 218, 0.05);
    border-radius: 10px;
}

.circle-icon-location {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -86px;
    left: 140px;
    transform: rotate(341.678deg);
    z-index: 1;
}

.circle-icon-location img {
    width: 100%;
    height: 100%;
}

.location-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.block-location .location-header {
    position: absolute;
    top: 90px;
    left: 1205px;
    width: 550px;
}

.location-header .block-3-title {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: normal;
    color: var(--x-131313);
    margin: 0 0 30px 0;
}

.location-address {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--x-828282);
    margin: 0 0 30px 0;
}

.map-card {
    position: absolute;
    width: 650px;
    height: 350px;
    top: 91px;
    left: 353px;
    background: white;
    border: 2px solid transparent;
    border-radius: 10px;
    background-image:
        linear-gradient(white, white),
        linear-gradient(97deg, #2B98A5 21%, #504389 100%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.13);
    padding: 0;
    overflow: hidden;
}

.map-card .carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-card .carousel-slides {
    width: 100%;
    height: 100%;
    position: relative;
}

.map-card .carousel-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.map-card .carousel-slide.active {
    opacity: 1;
}

.carousel-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.carousel-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s ease;
}

.carousel-dots .dot.active {
    background: rgba(255, 255, 255, 1);
}

.carousel-dots .dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.map-button {
    all: unset;
    box-sizing: border-box;
    position: absolute;
    width: 330px;
    height: 70px;
    top: 320px;
    left: 1205px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(97deg, rgba(43, 152, 165, 1) 21%, rgba(80, 67, 137, 1) 100%);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
    z-index: 9999;
}

.map-button span {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: white;
    text-align: center;
}

.map-button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 20px rgba(43, 152, 165, 0.4);
    filter: brightness(1.1);
}

/* ==================== КОНТАКТЫ ==================== */
.block-contacts {
    position: relative;
    width: 1920px;
    height: 629px;
    margin: 0 auto 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Декоративная линия позади карточки */
.decorative-line-contacts {
    display: none;
    position: absolute;
    width: 2500px;
    top: 220px;
    left: -200px;
    pointer-events: none;
    z-index: 0;
    transform: rotate(180deg);
}

.decorative-line-contacts img {
    width: 100%;
    height: auto;
}

/* Карточка контактов с блюром фона */
.contacts-card {
    position: relative;
    width: 1025px;
    min-height: 300px;
    padding: 60px 80px;
    background: radial-gradient(circle at center, rgba(177, 235, 255, 0.15) 0%, rgba(177, 235, 255, 0.05) 100%);
    border: 2px dashed #377e9d;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.contacts-title {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 3.6px;
    margin: 0;
    text-align: center;
    background: linear-gradient(97deg, rgba(43, 152, 165, 1) 21%, rgba(80, 67, 137, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contacts-description {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--x-828282);
    margin: 0;
    text-align: center;
}

.contact-person {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}

.contact-name {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    color: var(--x-131313);
    margin: 0;
}

.contact-phone-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.contact-phone-link:hover {
    transform: translateY(-2px);
    opacity: 0.8;
}

.phone-icon {
    width: 28px;
    height: 28px;
    color: #377e9d;
    flex-shrink: 0;
}

.contact-phone {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #377e9d;
    margin: 0;
}

/* Убираем декоративную линию из блока программы */
.block-4 .decorative-line-4 {
    display: none;
}

/* Анимация фиолетового круга */
.block-4 .circle-icon-4 {
    opacity: 0;
    transform: translate(-100px, -50px) rotate(-22.813deg);
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.block-4 .circle-icon-4.animate {
    opacity: 1;
    transform: translate(0, 0) rotate(-22.813deg);
}

/* Анимация атома в блоке 2 (образовательная неделя) */
.block-2 .atom-icon {
    opacity: 0;
    transform: translate(100px, -50px) rotate(21.313deg);
    transition: all 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.block-2 .atom-icon.animate {
    opacity: 1;
    transform: translate(0, 0) rotate(21.313deg);
}

/* Анимация темного круга в блоке локации */
.circle-icon-location {
    opacity: 0;
    transform: translate(-80px, -60px) rotate(341.678deg);
    transition: all 0.85s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.circle-icon-location.animate {
    opacity: 1;
    transform: translate(0, 0) rotate(341.678deg);
}

/* ==================== MODAL ==================== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, backdrop-filter 0.5s ease, visibility 0.5s;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-content {
    position: relative;
    width: 700px;
    max-height: 90vh;
    background: white;
    border-radius: 24px;
    border: 2px solid transparent;
    background-image:
        linear-gradient(white, white),
        linear-gradient(97deg, #2B98A5 21%, #504389 100%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0px 4px 7.2px 0px rgba(0, 0, 0, 0.35);
    padding: 80px;
    overflow-y: auto;
    transform: scale(0.8) translateY(30px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.modal-overlay.active .modal-content {
    transform: scale(1) translateY(0);
}

/* Скрываем стандартный скроллбар */
.modal-content::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}

.modal-content {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Блокируем скролл страницы при открытой модалке */
body.modal-open,
html.modal-open {
    overflow: hidden !important;
    height: 100%;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #828282;
    transition: color 0.3s ease;
    z-index: 10001;
}

.modal-close:hover {
    color: #131313;
}

.modal-logo {
    width: 200px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
}

.modal-header {
    text-align: center;
    margin-bottom: 30px;
}

.modal-title {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 10px 0;
}

.modal-subtitle {
    font-family: "Rosatom", Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.modal-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-field {
    position: relative;
    width: 100%;
}

.form-input {
    width: 100%;
    height: 56px;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: "Rosatom", Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #000000;
    transition: all 0.3s ease;
}

/* Убираем синий фон автозаполнения браузера */
.form-input:-webkit-autofill,
.form-input:-webkit-autofill:hover,
.form-input:-webkit-autofill:focus,
.form-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    -webkit-text-fill-color: #000000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.form-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Rosatom", Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0.75px;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: all 0.3s ease;
    background: transparent;
    padding: 0 6px;
    margin-left: -2px;
}

.form-input:focus ~ .form-label,
.form-input:not(:placeholder-shown) ~ .form-label {
    top: 0;
    left: 12px;
    font-size: 11px;
    transform: translateY(-50%);
    color: rgba(43, 152, 165, 1);
    background: white;
}

.form-input:focus {
    outline: none;
    border-color: rgba(43, 152, 165, 1);
    box-shadow: 0 0 0 1px rgba(43, 152, 165, 0.1);
}

.form-select {
    width: 100%;
    height: 56px;
    background: white;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 8px 40px 8px 12px;
    font-family: "Rosatom", Helvetica;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #000000;
    transition: all 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23828282' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

.form-select:invalid {
    color: rgba(0, 0, 0, 0.5);
}

.form-select:focus {
    outline: none;
    border-color: rgba(43, 152, 165, 1);
    box-shadow: 0 0 0 1px rgba(43, 152, 165, 0.1);
}

.form-select:focus ~ .form-label,
.form-select:valid ~ .form-label {
    top: 0;
    left: 12px;
    font-size: 11px;
    transform: translateY(-50%);
    color: rgba(43, 152, 165, 1);
    background: white;
}

.car-fields {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.car-fields.active {
    display: flex;
}

/* Success Modal Styles */
.success-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    text-align: center;
}

.success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
    max-width: 600px;
}

.success-title {
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    margin: 0;
}

.success-text {
    font-family: "Rosatom", Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.success-email {
    font-weight: 700;
    color: rgba(43, 152, 165, 1);
    display: inline-block;
    margin-top: 8px;
}

.success-button {
    width: 280px;
    height: 56px;
    background: linear-gradient(90deg, rgba(43, 152, 165, 1) 0%, rgba(74, 43, 165, 1) 100%);
    border-radius: 100px;
    border: none;
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.success-button:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 20px rgba(43, 152, 165, 0.3);
}

.form-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 30px;
}

.form-agreement {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
}

.agreement-checkbox {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid #377e9d;
    border-radius: 4px;
    cursor: pointer;
    appearance: none;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.agreement-checkbox:checked {
    background: #377e9d;
}

.agreement-checkbox:checked::after {
    content: "✓";
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.agreement-text {
    font-family: "Rosatom", Helvetica;
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
}

.agreement-text a {
    color: #0f559b;
    text-decoration: none;
}

.agreement-text a:hover {
    text-decoration: underline;
}

.modal-submit {
    width: 100%;
    height: 56px;
    background: linear-gradient(97deg, rgba(43, 152, 165, 1) 21%, rgba(80, 67, 137, 1) 100%);
    border: none;
    border-radius: 8px;
    font-family: "Rosatom", Helvetica;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 24px;
    color: #f5f5f6;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
}

.modal-submit:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 20px rgba(43, 152, 165, 0.4);
    filter: brightness(1.1);
}

.modal-submit:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
    filter: none;
}

/* ==================== MOBILE ADAPTATION ==================== */
@media (max-width: 768px) {
    /* Модальное окно на весь экран на мобильных */
    .modal-content {
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0;
        padding: 60px 20px 20px;
    }

    .modal-close {
        position: fixed !important;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        font-size: 32px;
        z-index: 10001;
    }

    .modal-logo {
        width: 150px;
        margin: 0 auto 20px;
    }

    .modal-title {
        font-size: 18px;
        line-height: 24px;
    }

    .modal-subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .form-input {
        height: 48px;
        font-size: 14px;
        padding: 6px 12px;
    }

    .form-label {
        font-size: 14px;
        line-height: 1;
        padding: 0 5px;
    }

    .form-input:focus ~ .form-label,
    .form-input:not(:placeholder-shown) ~ .form-label {
        top: 0;
        font-size: 10px;
        transform: translateY(-50%);
        background: white;
    }

    .form-select {
        height: 48px;
        font-size: 14px;
        padding: 6px 35px 6px 12px;
        background-position: right 10px center;
    }

    .form-select:focus ~ .form-label,
    .form-select:valid ~ .form-label {
        top: 0;
        font-size: 10px;
        transform: translateY(-50%);
        background: white;
    }

    .form-footer {
        flex-direction: column;
        gap: 12px;
    }

    .form-agreement {
        width: 100%;
    }

    .modal-submit {
        width: 100% !important;
        height: 56px !important;
        font-size: 14px;
        flex: none !important;
        min-height: 56px;
        margin-bottom: 30px;
    }

    /* Success Modal на мобильных */
    .success-content {
        padding: 40px 20px;
    }

    .success-title {
        font-size: 20px;
        line-height: 28px;
    }

    .success-text {
        font-size: 15px;
        line-height: 22px;
    }

    .success-button {
        width: 100%;
        height: 56px;
        font-size: 14px;
    }

    /* Адрес на мобильных */
    .address-section {
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .map-icon {
        width: 50px;
        height: 56px;
    }

    .address-label {
        font-size: 18px;
    }

    .address-details {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }

    /* Локация на мобильных */
    .block-location {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 40px 20px;
        margin: 40px auto;
    }

    .block-location .decorative-line-3,
    .decorative-bg-location,
    .circle-icon-location {
        display: none;
    }

    .location-header {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 30px;
        box-sizing: border-box;
    }

    .location-header .block-3-title {
        font-size: 28px !important;
        margin-bottom: 30px !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 20px !important;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .location-address {
        font-size: 16px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        max-width: 100%;
    }

    .map-card {
        position: relative;
        width: 100%;
        height: 400px;
        top: 0;
        left: 0;
        margin-bottom: 30px;
    }

    .map-button {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    .map-button span {
        font-size: 18px;
    }

    /* Контакты на мобильных */
    .block-contacts {
        width: 100%;
        height: auto;
        padding: 40px 20px;
        margin: 60px auto;
    }

    .decorative-line-contacts {
        display: none;
    }

    .contacts-card {
        width: 100%;
        padding: 40px 20px;
    }

    .contacts-title {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .contacts-description {
        font-size: 16px;
        line-height: 28px;
    }

    .contact-name {
        font-size: 20px;
    }

    .contact-phone {
        font-size: 18px;
    }

    .phone-icon {
        width: 22px;
        height: 22px;
    }

    /* Скрываем иконку атома в блоке образовательной недели на мобильных */
    .block-2 .atom-icon {
        display: none !important;
    }
}

/* ==================== TABLET ADAPTATION ==================== */
@media (min-width: 769px) and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    /* Модальное окно на весь экран на планшетах */
    .modal-content {
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0;
        padding: 70px 40px 40px;
    }

    .modal-close {
        position: fixed !important;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
        font-size: 32px;
        z-index: 10001;
    }

    .modal-logo {
        width: 180px;
        margin: 0 auto 25px;
    }

    .modal-title {
        font-size: 20px;
        line-height: 26px;
    }

    .modal-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .form-input {
        height: 52px;
        font-size: 15px;
        padding: 7px 12px;
    }

    .form-label {
        font-size: 15px;
        line-height: 1;
        padding: 0 5px;
    }

    .form-input:focus ~ .form-label,
    .form-input:not(:placeholder-shown) ~ .form-label {
        top: 0;
        font-size: 10px;
        transform: translateY(-50%);
        background: white;
    }

    .form-select {
        height: 52px;
        font-size: 15px;
        padding: 7px 38px 7px 12px;
        background-position: right 11px center;
    }

    .form-select:focus ~ .form-label,
    .form-select:valid ~ .form-label {
        top: 0;
        font-size: 10px;
        transform: translateY(-50%);
        background: white;
    }

    .form-footer {
        flex-direction: column;
        gap: 16px;
    }

    .form-agreement {
        width: 100%;
    }

    .modal-submit {
        width: 100% !important;
        height: 52px !important;
        flex: none !important;
        min-height: 52px;
    }

    /* Success Modal на планшетах */
    .success-content {
        padding: 50px 40px;
    }

    .success-title {
        font-size: 24px;
        line-height: 32px;
    }

    .success-text {
        font-size: 16px;
        line-height: 24px;
    }

    .success-button {
        width: 100%;
        height: 52px;
        font-size: 15px;
    }

    /* Адрес на планшетах */
    .address-section {
        gap: 18px;
        margin-top: 20px;
    }

    .map-icon {
        width: 60px;
        height: 67px;
    }

    .address-label {
        font-size: 20px;
    }

    .address-details {
        font-size: 18px;
        line-height: 28px;
    }

    /* Локация на планшетах */
    .block-location {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 60px 40px;
        margin: 60px auto;
    }

    .block-location .decorative-line-3 {
        display: none;
    }

    .decorative-bg-location {
        width: 90%;
        max-width: 600px;
        height: 520px;
        top: 205px;
        left: 130px;
    }

    .circle-icon-location {
        width: 150px;
        height: 150px;
        top: 0;
        left: auto;
        right: 40px;
        transform: rotate(40deg);
    }

    .location-header {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        margin-bottom: 40px;
    }

    .location-header .block-3-title {
        font-size: 32px;
        margin-top: 30px;
    }

    .location-address {
        font-size: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .map-card {
        position: relative;
        width: 100%;
        max-width: 700px;
        height: 500px;
        top: 0;
        left: 0;
        margin: 0 auto 40px;
    }

    .map-button {
        position: relative;
        width: 100%;
        max-width: 330px;
        top: 0;
        left: 0;
        margin: 0 auto;
    }

    /* Контакты на планшетах */
    .block-contacts {
        width: 100%;
        height: auto;
        padding: 60px 40px;
        margin: 70px auto 80px;
    }

    .decorative-line-contacts {
        display: none;
    }

    .contacts-card {
        width: 100%;
        padding: 50px 30px;
    }

    .contacts-title {
        font-size: 28px;
        letter-spacing: 2.8px;
    }

    .contacts-description {
        font-size: 18px;
    }

    .contact-name {
        font-size: 24px;
    }

    .contact-phone {
        font-size: 20px;
    }

    .phone-icon {
        width: 24px;
        height: 24px;
    }
}
