/* ==== Главная секция ==== */
.article-hero--internet-shops {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background-color: #ffffff;
}

.hero-internet-shops {
    max-width: 100%;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    gap: 24px;
    position: relative;
    z-index: 1;
    min-height: 600px;
}

.hero-internet-shops__left {
    flex: 1 1 0;
    background-color: #E5E5E5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-height: 500px;
    margin-top: 50px;
    padding: 80px 60px 80px 80px;
    border-radius: 0 24px 24px 0;
}

.hero-internet-shops__right {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
    background-color: #C9EE88;
    max-height: 500px;
    margin-top: 50px;
    padding: 60px 80px 60px 40px;
    border-radius: 24px 0 0 24px;
}

.hero-internet-shops__title {
    font-size: 52px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0 0 16px;
    color: #111111;
    text-align: right;
}

.hero-internet-shops__tagline {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 24px;
    color: #666666;
    text-align: right;
}

.hero-internet-shops__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 700;
    margin-left: auto;
}

.hero-internet-shops__brand-text {
    text-transform: lowercase;
    color: #111111;
}

.hero-internet-shops__logo {
    height: 40px;
    width: auto;
    display: block;
}

.hero-internet-shops__image {
    width: 100%;
    max-width: 700px;
    height: auto;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .hero-internet-shops__title {
        font-size: 42px;
    }

    .hero-internet-shops__tagline {
        font-size: 16px;
    }
}

@media (max-width: 900px) {
    .article-hero--internet-shops {
        padding: 60px 16px;
    }

    .hero-internet-shops {
        flex-direction: column;
        min-height: auto;
        gap: 20px;
    }

    .hero-internet-shops__left {
        padding: 60px 40px;
        border-radius: 24px;
    }

    .hero-internet-shops__right {
        padding: 40px 20px;
        border-radius: 24px;
    }

    .hero-internet-shops__title {
        font-size: 36px;
    }

    .hero-internet-shops__tagline {
        font-size: 15px;
    }
}

@media (max-width: 600px) {
    .article-hero--internet-shops {
        padding: 40px 16px;
    }

    .hero-internet-shops {
        gap: 16px;
    }

    .hero-internet-shops__left {
        padding: 50px 24px;
        border-radius: 20px;
    }

    .hero-internet-shops__right {
        padding: 30px 16px;
        border-radius: 20px;
        max-height: 300px;
        margin-top: 0;
    }

    .hero-internet-shops__title {
        font-size: 30px;
    }

    .hero-internet-shops__tagline {
        font-size: 16px;
    }

    .hero-internet-shops__brand {
        font-size: 22px;
    }

    .hero-internet-shops__logo {
        height: 32px;
    }

    .hero-internet-shops__image {
        max-width: 360px;
    }
}

/* ==== Секция STREET BEAT ==== */
.street-beat-section {
    padding: 60px 0;
    background-color: #554D81;
    position: relative;
    overflow: hidden;
}

.street-beat-section__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.street-beat-section__content {
    display: flex;
    justify-content: space-between;
}

.street-beat-section__left {
    max-width: 400px;
    align-self: center;
}

.street-beat-section__results {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.street-beat-section__results-title {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 30px;
    line-height: 1.3;
}

.street-beat-section__stats {
    list-style: none;
    padding: 0;
    margin: 0;
}

.street-beat-section__stat {
    font-size: 18px;
    color: #ffffff;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.5;
}

.street-beat-section__stat:last-child {
    border-bottom: none;
}

.street-beat-section__right {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.street-beat-section__image {
    width: 100%;
    max-width: 1000px;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {

    .street-beat-section__content {
        gap: 40px;
    }
}

@media (max-width: 900px) {
    .street-beat-section {
        padding: 80px 0;
    }

    .street-beat-section__content {
        flex-direction: column;
        gap: 40px;
    }

    .street-beat-section__left {
        max-width: 100%;
        order: 2;
        align-self: flex-start;
    }

    .street-beat-section__right {
        order: 1;
    }

    .street-beat-section__results {
        padding: 0;
    }

    .street-beat-section__results-title {
        font-size: 20px;
    }

    .street-beat-section__stat {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .street-beat-section {
        padding: 60px 0;
    }

    .street-beat-section__container {
        padding: 0 16px;
    }

    .street-beat-section__results {
        padding: 0;
        border-radius: 0;
    }

    .street-beat-section__results-title {
        font-size: 18px;
        margin-bottom: 24px;
    }

    .street-beat-section__stat {
        font-size: 15px;
        padding: 12px 0;
    }

    .street-beat-section__image {
        max-width: 100%;
    }
}

/* ==== Секция IDOL ==== */
.idol-section {
    padding: 100px 0;
    background-image: url('../images/internet-shops/idolback.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.idol-section__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.idol-section__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    position: relative;
    z-index: 1;
    min-height: 600px;
}

.idol-section__left {
    flex: 0 0 500px;
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.idol-section__logo {
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 80px;
    margin: 0 0 24px;
    display: block;
}

.idol-section__description {
    font-size: 18px;
    color: #111111;
    margin: 0 0 40px;
    line-height: 1.5;
}

.idol-section__stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
}

.idol-section__stat {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.idol-section__stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    line-height: 1.2;
}

.idol-section__stat-label {
    font-size: 16px;
    color: #111111;
    line-height: 1.4;
}

.idol-section__link {
    display: inline-block;
    font-size: 18px;
    color: #111111;
    text-decoration: underline;
    font-weight: 600 !important;
    transition: opacity 0.3s ease;
}

.idol-section__link:hover {
    opacity: 0.7;
}

/* Десктопная версия ссылки - правый нижний угол */
.idol-section__link--desktop {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: none;
    padding: 20px;
}

/* Мобильная версия ссылки - внутри левого блока */
.idol-section__link--mobile {
    display: inline-block;
}

@media (min-width: 901px) {
    .idol-section__link--desktop {
        display: inline-block;
    }
    
    .idol-section__link--mobile {
        display: none;
    }
}

.idol-section__center {
    position: absolute;
    left: 56%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.idol-section__phone {
    width: 100%;
    max-width: 350px;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .idol-section__logo {
        max-width: 180px;
        max-height: 70px;
    }

    .idol-section__content {
        gap: 40px;
    }

    .idol-section__left {
        flex: 0 0 400px;
        max-width: 400px;
    }
}

@media (max-width: 1000px) {
    .idol-section__center {
        left: 70%;
    }

    .idol-section__left {
        flex: 0 0 380px;
        max-width: 380px;
    }
}

@media (max-width: 900px) {
    .idol-section {
        padding: 80px 0;
    }

    .idol-section__content {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
        align-items: center;
    }

    .idol-section__left {
        flex: 1;
        max-width: 100%;
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .idol-section__center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .idol-section__logo {
        max-width: 160px;
        max-height: 60px;
        margin-bottom: 20px;
    }

    .idol-section__description {
        font-size: 16px;
        margin-bottom: 32px;
    }

    .idol-section__stat-value {
        font-size: 28px;
    }

    .idol-section__stat-label {
        font-size: 15px;
    }

    .idol-section__phone {
        max-width: 350px;
    }
}

@media (max-width: 600px) {
    .idol-section {
        padding: 60px 0;
    }

    .idol-section__container {
        padding: 0 16px;
    }

    .idol-section__logo {
        max-width: 140px;
        max-height: 55px;
    }

    .idol-section__description {
        font-size: 15px;
        margin-bottom: 24px;
    }

    .idol-section__stats {
        gap: 20px;
        margin-bottom: 32px;
    }

    .idol-section__stat-value {
        font-size: 24px;
    }

    .idol-section__stat-label {
        font-size: 14px;
    }

    .idol-section__phone {
        max-width: 280px;
    }
}

/* ==== Секция Оптик Сити ==== */
.optica-section {
    padding: 100px 0;
    background-image: url('../images/internet-shops/opticaback.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.optica-section__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
}

.optica-section__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    position: relative;
    z-index: 1;
    min-height: 600px;
}

.optica-section__left {
    flex: 0 0 500px;
    max-width: 500px;
    position: relative;
    z-index: 2;
}

.optica-section__logo {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 80px;
    margin: 0 0 24px;
    display: block;
}

.optica-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.2;
}

.optica-section__subtitle {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.9;
}

.optica-section__description {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 32px;
    line-height: 1.5;
}

.optica-section__features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.optica-section__feature {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    padding-left: 0;
    position: relative;
    z-index: 2;
}

.optica-section__feature::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 4px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 4px solid #7AB71B;
    background-color: transparent;
    z-index: -1;
}

.optica-section__center {
    position: absolute;
    left: 66%;
    top: 56%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
}

.optica-section__image {
    width: 190%;
    max-width: 650px;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (max-width: 1200px) {
    .optica-section__center {
        left: 72%;
    }

    .optica-section__left {
        flex: 0 0 450px;
        max-width: 450px;
    }

    .tsvetovik-section__phone {
        max-width: 500px !important;
    }

    .tsvetovik-section {
        padding: 40px 0 !important;
    }

    .tsvetovik-section__left {
        flex: 0 0 450px !important;
        margin-right: 40px !important;
    }

    .tsvetovik-section__right {
        bottom: -70px !important;
    }
}

@media (max-width: 1024px) {
    .optica-section__logo {
        max-width: 220px;
        max-height: 70px;
    }

    .optica-section__title {
        font-size: 40px;
    }

    .optica-section__content {
        gap: 40px;
    }

    .optica-section__left {
        flex: 0 0 400px;
        max-width: 400px;
    }

    .optica-section__center {
        left: 75%;
    }

    .optica-section__image {
        max-width: 550px;
    }
}

@media (max-width: 900px) {
    .optica-section {
        padding: 60px 0 0;
    }

    .optica-section__content {
        flex-direction: column;
        gap: 40px;
        min-height: auto;
    }

    .optica-section__left {
        flex: 1;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .optica-section__center {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: 40px 0;
    }

    .optica-section__logo {
        max-width: 200px;
        max-height: 65px;
        margin-bottom: 20px;
    }

    .optica-section__title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .optica-section__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .optica-section__description {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .optica-section__feature {
        font-size: 15px;
    }

    .optica-section__image {
        max-width: 400px;
    }
}

@media (max-width: 600px) {
    .optica-section {
        padding: 60px 0 0;
    }

    .optica-section__container {
        padding: 0 16px;
    }

    .optica-section__logo {
        max-width: 180px;
        max-height: 60px;
    }

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

    .optica-section__subtitle {
        font-size: 15px;
    }

    .optica-section__description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .optica-section__features {
        gap: 16px;
    }

    .optica-section__feature {
        font-size: 14px;
        padding-left: 0;
        z-index: 2;
    }

    .optica-section__feature::before {
        width: 18px;
        height: 18px;
        left: -18px;
        top: 3px;
        border-width: 2px;
        z-index: -1;
    }

    .optica-section__image {
        max-width: 320px;
    }
}

/* ==== Секция Цветовик ==== */
.tsvetovik-section {
    padding: 100px 0;
    background-image: url('../images/internet-shops/Цветовикback.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.tsvetovik-section__container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    min-height: 600px;
    height: 100%;
}

.tsvetovik-section__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 60px;
    position: relative;
    z-index: 1;
    min-height: 600px;
}

.tsvetovik-section__left {
    flex: 0 0 600px;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.tsvetovik-section__logo {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 50px;
    margin: 0 0 0 12px;
    display: inline-block;
    vertical-align: middle;
}

.tsvetovik-section__title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px;
    line-height: 1.2;
}

.tsvetovik-section__subtitle {
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tsvetovik-section__description {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 32px;
    line-height: 1.5;
}

.tsvetovik-section__stats {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tsvetovik-section__stat {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.tsvetovik-section__stat-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

.tsvetovik-section__rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tsvetovik-section__stars {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 30px;
}

.tsvetovik-section__stars-empty {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.tsvetovik-section__stars-filled {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
    overflow: hidden;
}

.tsvetovik-section__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    right: 16px;
    bottom: -100px;
    z-index: 1;
    width: calc(50% - 300px);
    min-width: 600px;
}

.tsvetovik-section__vc-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    /*border: 2px solid #000000;*/
    border-radius: 999px;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-right: 20px;
    transition: all 0.3s ease;
    white-space: nowrap;
    align-self: flex-end;
}

.tsvetovik-section__vc-link:hover {
    background-color: #333333;
    color: #ffffff;
    border-color: #333333;
}

.tsvetovik-section__phones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
}

.tsvetovik-section__phone {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
    display: block;
}

.tsvetovik-section__phone--left {
    transform: none;
}

@media (max-width: 1024px) {
    .tsvetovik-section__logo {
        max-width: 160px;
        max-height: 45px;
    }

    .tsvetovik-section__title {
        font-size: 40px;
    }

    .tsvetovik-section__content {
        gap: 40px;
    }

    .tsvetovik-section__left {
        flex: 0 0 550px;
        max-width: 550px;
    }

    .tsvetovik-section__right {
        width: calc(100% - 626px);
        min-width: 450px;
        bottom: -70px;
    }

    .tsvetovik-section__phone {
        max-width: 400px;
    }
}

@media (max-width: 900px) {
    .tsvetovik-section {
        padding: 80px 0 0;
    }

    .tsvetovik-section__content {
        flex-direction: column;
        gap: 0;
        min-height: auto;
    }

    .tsvetovik-section__left {
        flex: 1 !important;
        max-width: 100%;
        position: relative;
        z-index: 2;
    }

    .tsvetovik-section__right {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        align-items: flex-end;
    }

    .tsvetovik-section__vc-link {
        font-size: 14px;
        padding: 8px 16px;
        margin-bottom: 16px;
    }

    .tsvetovik-section__logo {
        max-width: 150px;
        max-height: 40px;
        margin-left: 10px;
    }

    .tsvetovik-section__title {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .tsvetovik-section__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .tsvetovik-section__description {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .tsvetovik-section__stat-text {
        font-size: 15px;
    }

    .tsvetovik-section__phone {
        max-width: 350px;
    }

    .tsvetovik-section__vc-link {
        font-size: 13px;
        padding: 6px 14px;
        margin-bottom: 12px;
        align-self: flex-start;
    }

    .phone-image {
        max-width: 360px !important;
    }
}

@media (max-width: 600px) {
    .tsvetovik-section {
        padding: 60px 0 0;
    }

    .tsvetovik-section__container {
        padding: 0 16px;
    }

    .tsvetovik-section__logo {
        max-width: 120px;
        max-height: 35px;
        margin-left: 8px;
    }

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

    .tsvetovik-section__subtitle {
        font-size: 15px;
    }

    .tsvetovik-section__description {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .tsvetovik-section__stats {
        gap: 20px;
    }

    .tsvetovik-section__stat-text {
        font-size: 14px;
    }

    .tsvetovik-section__stars {
        width: 120px;
        height: 24px;
    }

    .tsvetovik-section__phones {
        flex-direction: column;
        gap: 16px;
    }

    .tsvetovik-section__phone {
        max-width: 300px;
    }

    .tsvetovik-section__right {
        min-width: 300px !important;
        bottom: -40px !important;
    }
}


/* ==== Форма обратной связи ==== */
.contact-form {
    padding: 40px 20px !important;
    background: #f9f9f9;
}

.contact-form__container {
    max-width: 1000px !important;
    margin: 0 auto;
}

.contact-form__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    flex-direction: row;
}

.contact-form__left {
    padding: 24px 20px;
    width: 100%;
}

.phone-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

.phone-image-container {
    max-width: 100% !important;
}

.contact-form__right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contact-form__title {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
}

.contact-form__form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-group {
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.form-input {
    width: 100%;
    padding: 12px 0;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    font-size: 16px;
    outline: none;
    background-color: transparent;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.6;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    border-bottom-color: #FF6B00;
}

.form-input::placeholder {
    color: #999;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.form-input:focus::placeholder {
    opacity: 0.7;
    transform: translateY(-10px);
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.privacy-link {
    color: #FF6B00;
    text-decoration: none;
}

.privacy-link:hover {
    text-decoration: underline;
}

.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 26px;
    border-radius: 999px;
    background-color: #FF6B00;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: default;
}

.phone-image-container {
    max-width: 100%;
}

.phone-image {
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .phone-image {
        max-width: 420px;
    }
    .contact-form__content {
        gap: 30px;
        flex-direction: row !important;
    }
}

@media (max-width: 900px) {
    .phone-image {
        max-width: 360px;
    }

    .contact-form__content {
        gap: 30px;
        flex-direction: row !important;
        padding: 20px;
    }

    .contact-form__left {
        max-width: 480px;
        flex-shrink: 0;
        min-width: 360px;
    }

    .contact-form__right {
        flex-shrink: 1;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .contact-form {
        padding: 30px 16px 50px;
    }

    .contact-form__container {
        max-width: none;
        width: 100%;
    }

    .contact-form__content {
        flex-direction: column !important;
        padding: 0 !important;
        gap: 24px;
        width: 100%;
    }

    .contact-form__left {
        padding: 24px 20px;
        width: 100%;
        min-width: 300px;
    }

    .submit-button {
        font-size: 16px !important;
    }

    .form-input {
        font-size: 16px !important;
    }

    .contact-form__right {
        display: none !important;
    }

    .phone-image-container {
        display: none !important;
    }
}
