/* Evropa Market case */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Gilroy', sans-serif;
    color: #252d37;
    background-color: #ffffff;
    overflow-x: hidden;
}

.evropa-market-case {
    width: 100%;
    padding-top: 70px;
}

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

/* Заголовки секций (как в кейсе Lassie) */
.evropa-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.evropa-section-title {
    font-size: clamp(24px, 3vw, 36px);
    text-transform: uppercase;
    font-weight: 600;
    color: #111111;
}

.evropa-section-line {
    width: 80px;
    height: 6px;
    background-color: #E62A2C;
    margin: 8px auto 0;
    border-radius: 3px;
}

.evropa-text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #252d37;
}

/* О проекте */
.evropa-about {
    padding: 60px 0;
}

.evropa-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.evropa-about__left .evropa-text {
    margin-bottom: 20px;
}

.evropa-about__left .evropa-text:last-child {
    margin-bottom: 0;
}

.evropa-about__highlight {
    background-color: #F5F5F5;
    padding: 40px;
    border: 1px solid #002354;
}

/* Пользовательские задачи (вёрстка как у секции «Задачи» в кейсе Сыроварня, отдельные классы) */
.evropa-user-tasks {
    background: #ffffff;
    padding: 40px 20px;
    box-sizing: border-box;
}

.evropa-user-tasks__inner {
    max-width: 1160px;
    margin: 0 auto;
}

.evropa-user-tasks__title {
    margin: 0 0 clamp(24px, 3vw, 48px);
    padding: 0;
    text-align: center;
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    color: #111111;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.evropa-user-tasks__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    column-gap: clamp(24px, 4vw, 56px);
    row-gap: 0;
}

.evropa-user-tasks__row {
    display: grid;
    grid-template-columns: minmax(2.75rem, 4.7rem) minmax(0, 1fr);
    column-gap: 0;
    align-items: center;
    padding: clamp(18px, 2.5vw, 22px) 0;
    border-bottom: 1px solid #e5e5e5;
}

.evropa-user-tasks__row:nth-child(3),
.evropa-user-tasks__row:nth-child(6) {
    border-bottom: none;
}

.evropa-user-tasks__row:first-child {
    padding-top: 0;
}

.evropa-user-tasks__row:last-child {
    padding-bottom: 0;
}

.evropa-user-tasks__num {
    font-variant-numeric: tabular-nums;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 600;
    line-height: 1.35;
    color: #E62A2C;
    letter-spacing: 0.04em;
}

.evropa-user-tasks__text {
    margin: 0;
    font-size: clamp(1rem, 1.1vw, 1.125rem);
    font-weight: 500;
    line-height: 1.55;
    color: #252d37;
}

/* Решение */
.evropa-solution {
    background: #ffffff;
    padding: 60px 0;
    box-sizing: border-box;
}

.evropa-solution .evropa-section-header {
    margin-bottom: clamp(32px, 4vw, 48px);
}

.evropa-solution__text {
    max-width: 52rem;
    margin: 0 auto;
    text-align: center;
}

/* Бонусная карта */
.evropa-bonus {
    background-color: #F6F6F6;
    padding: clamp(40px, 7vw, 60px) 0 clamp(56px, 8vw, 60px);
    box-sizing: border-box;
    overflow: hidden;
}

.evropa-bonus__container {
    position: relative;
}

.evropa-bonus__title {
    position: relative;
    z-index: 1;
    margin: 0 0 clamp(28px, 4vw, 52px);
    padding: 0;
    text-align: center;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    color: #E62A2C;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.evropa-bonus__percent {
    position: absolute;
    z-index: 0;
    width: clamp(52px, 6.5vw, 86px);
    height: auto;
    pointer-events: none;
    user-select: none;
}

.evropa-bonus__percent--top {
    width: clamp(76px, 10vw, 124px);
    top: 10%;
    left: 10%;
    transform: translateX(-50%) rotate(-14deg);
}

.evropa-bonus__percent--side {
    width: clamp(96px, 10vw, 144px);
    top: 42%;
    right: 1%;
    transform: rotate(24deg);
}

.evropa-bonus__percent--bottom {
    top: 60%;
    left: 54%;
    transform: translateX(-50%) rotate(8deg);
}

.evropa-bonus__layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr);
    gap: clamp(24px, 4vw, 64px);
    align-items: center;
    margin: 0 auto;
}

.evropa-bonus__left {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 32px);
}

.evropa-bonus__cards {
    line-height: 0;
    margin-right: auto;
}

.evropa-bonus__card-img {
    display: block;
    width: 100%;
    max-width: min(420px, 100%);
    height: auto;
}

.evropa-bonus__caption {
    margin: 0;
    /*max-width: 36rem;*/
    text-align: left;
}

.evropa-bonus__right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
}

.evropa-bonus__phone {
    display: block;
    width: 100%;
    max-width: min(280px, 92vw);
    height: auto;
}

/* Умный поиск */
.evropa-smart-search {
    background: #ffffff;
    padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 8vw, 100px);
    box-sizing: border-box;
}

.evropa-smart-search__title {
    margin: 0 0 clamp(32px, 4vw, 56px);
    padding: 0;
    text-align: center;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    color: #E62A2C;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evropa-smart-search__grid {
    display: grid;
    grid-template-columns: auto auto;
    gap: clamp(4px, 1.2vw, 16px);
    align-items: center;
    justify-content: center;
}

.evropa-smart-search__phone {
    min-width: 0;
    line-height: 0;
}

.evropa-smart-search__phone img {
    display: block;
    width: 100%;
    max-width: min(320px, 100%);
    height: auto;
    margin: 0;
}

.evropa-smart-search__aside {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 3vw, 28px);
}

.evropa-smart-search__tomato {
    display: block;
    width: auto;
    max-width: min(400px, 100%);
    height: auto;
}

.evropa-smart-search__text {
    margin-left: 40px;
    max-width: 36rem;
    text-align: left;
}

/* Баннер Европа Маркет (градиент на всю ширину) */
.evropa-gradient-banner {
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(180deg, #E76E10 0%, #E62A2C 100%);
    padding: 40px 20px;
}

.evropa-gradient-banner__inner {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.evropa-gradient-banner__title {
    margin: 0 0 16px;
    padding: 0;
    font-size: clamp(24px, 4.2vw, 32px);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #ffffff;
}

.evropa-gradient-banner__text {
    margin: 0;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 400;
    line-height: 1.55;
    color: #ffffff;
}

/* Последний баннер: вертикальный градиент снизу вверх (красный → оранжевый) */
.evropa-gradient-banner--horizontal {
    background: linear-gradient(to top, #E76E10 0%, #E62A2C 100%);
}

/* Мои адреса */
.evropa-addresses {
    background: #ffffff;
    padding: clamp(32px, 7vw, 80px) 0 clamp(20px, 8vw, 60px);
    box-sizing: border-box;
}

.evropa-addresses__title {
    margin: 0 0 clamp(32px, 4vw, 56px);
    padding: 0;
    text-align: center;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    color: #E62A2C;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evropa-addresses__grid {
    display: grid;
    grid-template-columns: minmax(0, 600px) minmax(0, auto);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.evropa-addresses__left {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 3vw, 28px);
}

.evropa-addresses__map {
    display: block;
    width: 100%;
    max-width: min(400px, 100%);
    height: auto;
}

.evropa-addresses__text {
    margin: 0;
    max-width: 36rem;
    text-align: left;
}

.evropa-addresses__phone-wrap {
    min-width: 0;
    line-height: 0;
    justify-self: start;
}

.evropa-addresses__phone {
    display: block;
    width: 100%;
    max-width: min(280px, 92vw);
    height: auto;
}

/* Сканер */
.evropa-scanner {
    background: #ffffff;
    padding: clamp(32px, 7vw, 60px) 0 clamp(56px, 8vw, 60px);
    box-sizing: border-box;
}

.evropa-scanner__title {
    margin: 0 0 clamp(28px, 4vw, 48px);
    padding: 0;
    text-align: center;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    color: #E62A2C;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evropa-scanner__grid {
    display: grid;
    /* auto — колонка под телефон не схлопывается (иначе width:100% у img даёт 0 при minmax(0,1fr)) */
    grid-template-columns: auto minmax(0, 500px);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.evropa-scanner__phone-wrap {
    min-width: 0;
    line-height: 0;
    justify-self: center;
}

.evropa-scanner__phone {
    display: block;
    width: auto;
    max-width: 280px;
    height: auto;
}

.evropa-scanner__right {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 3vw, 28px);
    justify-self: end;
}

.evropa-scanner__qr {
    display: block;
    width: 100%;
    max-width: min(300px, 100%);
    height: auto;
}

.evropa-scanner__text {
    margin: 0;
    max-width: 100%;
    text-align: left;
}

/* Отзывы */
.evropa-reviews {
    background: #f0f0f0;
    padding: clamp(48px, 7vw, 96px) 0 clamp(56px, 8vw, 100px);
    box-sizing: border-box;
}

.evropa-reviews__head {
    position: relative;
    margin: 0 0 clamp(32px, 4vw, 56px);
    padding: 0;
    min-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.evropa-reviews__title {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 600;
    line-height: 1.25;
    color: #E62A2C;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.evropa-reviews__grid {
    display: grid;
    grid-template-columns: minmax(0, 600px) minmax(0, auto);
    gap: clamp(28px, 4vw, 56px);
    align-items: center;
}

.evropa-reviews__left {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, 3vw, 28px);
    position: relative;
    z-index: 0;
}

/* Декор: 5.png над левой карточкой (за контентом, слегка перекрывает верхний край) */
.evropa-reviews__left::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: clamp(-20px, -3vw, -4px);
    top: -39%;
    width: min(220px, 52vw);
    height: min(120px, 28vw);
    background: url(../images/cases/Evropa/5.png) no-repeat center / contain;
    pointer-events: none;
    transform: rotate(-8deg);
}

.evropa-reviews__card {
    display: block;
    width: 100%;
    max-width: min(460px, 100%);
    height: auto;
    position: relative;
    z-index: 1;
}

.evropa-reviews__text {
    margin: 0;
    max-width: 36rem;
    text-align: left;
}

.evropa-reviews__phone-wrap {
    min-width: 0;
    line-height: 0;
    justify-self: start;
    position: relative;
    z-index: 0;
}

/* Декор: stars.png справа от мокапа, по вертикали по центру телефона */
.evropa-reviews__phone-wrap::after {
    content: '';
    position: absolute;
    z-index: 0;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: clamp(6px, 1.8vw, 20px);
    width: clamp(40px, 7vw, 64px);
    height: min(72%, 320px);
    min-height: 120px;
    background: url(../images/cases/Evropa/stars.png) no-repeat center / contain;
    pointer-events: none;
}

.evropa-reviews__phone {
    display: block;
    width: auto;
    max-width: min(280px, 92vw);
    height: auto;
    position: relative;
    z-index: 1;
}

/* Сейчас */
.evropa-now {
    background: #ffffff;
    padding: clamp(30px, 8vw, 60px) 0 clamp(30px, 9vw, 60px);
    box-sizing: border-box;
}

.evropa-now__inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.evropa-now .evropa-section-header {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.evropa-now__lead {
    margin: 0 0 24px;
    text-align: center;
    font-size: clamp(18px, 2vw, 20px);
    line-height: 1.55;
    color: #252d37;
}

.evropa-now__stat {
    font-size: clamp(32px, 5.5vw, 42px);
    font-weight: 700;
    line-height: 1.1;
    color: #E76E10;
    letter-spacing: 0.02em;
}

.evropa-now__body {
    margin: 0;
    text-align: center;
    font-size: clamp(18px, 2vw, 20px);
    line-height: 1.55;
    color: #252d37;
}

/* Обратная связь */
.evropa-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.evropa-contact {
    width: 100%;
    box-sizing: border-box;
}

.evropa-contact__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: min(520px, 72vh);
    align-items: stretch;
    overflow: visible;
    max-width: 1200px;
    margin: 0 auto;
}

.evropa-contact__visual {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: clamp(32px, 6vw, 64px) 0 0 clamp(24px, 4vw, 48px);
    box-sizing: border-box;
    overflow: visible;
}

/* Плашка: заканчивается выше низа колонки; телефоны отдельно внизу без отступа */
.evropa-contact__plate {
    position: absolute;
    left: 53%;
    transform: translateX(-50%);
    width: min(100%, clamp(260px, 44vw, 580px), calc(100% - clamp(24px, 6vw, 48px)));
    top: clamp(32px, 6vw, 64px);
    bottom: clamp(28px, 5vw, 52px);
    border-radius: clamp(28px, 5vw, 44px);
    box-sizing: border-box;
    background-color: #c01818;
    background-image:
        linear-gradient(145deg, rgba(255, 255, 255, 0.07) 0%, transparent 42%, rgba(0, 0, 0, 0.06) 100%),
        url(../images/cases/Evropa/background-form.png);
    background-position: center, center;
    background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
    z-index: 0;
    pointer-events: none;
}

.evropa-contact__phones {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, clamp(200px, 40vw, 450px));
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

.evropa-contact__panel {
    background: #ffffff;
    padding: clamp(40px, 7vw, 88px) clamp(20px, 6vw, 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.evropa-contact__title {
    margin: 0 0 clamp(24px, 4vw, 36px);
    font-size: clamp(24px, 3.2vw, 32px);
    font-weight: 700;
    line-height: 1.2;
    color: #111111;
    text-align: left;
    text-transform: uppercase;
}

.evropa-contact__form {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.5vw, 22px);
    max-width: 26rem;
}

.evropa-contact__field {
    margin: 0;
}

.evropa-contact__input {
    width: 100%;
    box-sizing: border-box;
    padding: 14px 18px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    color: #252d37;
    background: #f0f0f0;
    border: 1px solid #c5cad3;
    border-radius: 10px;
    line-height: 1.4;
    transition: border-color 0.15s ease;
}

.evropa-contact__input::placeholder {
    color: #6b7280;
}

.evropa-contact__input:hover {
    border-color: #aeb5c0;
}

.evropa-contact__input:focus,
.evropa-contact__input:focus-visible {
    outline: none;
    border-color: #E62A2C;
}

.evropa-contact__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 2px 0 0;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.45;
    color: #252d37;
    text-align: left;
}

.evropa-contact__consent input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #E62A2C;
}

.evropa-contact__link {
    color: #E62A2C;
    text-decoration: underline;
}

.evropa-contact__submit {
    align-self: flex-start;
    margin-top: 6px;
    padding: 16px 32px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    background: #E62A2C;
    border: none;
    border-radius: 999px;
    cursor: pointer;
}

.evropa-contact__submit:hover {
    filter: brightness(1.06);
}

.evropa-contact__submit:disabled {
    opacity: 0.72;
    cursor: not-allowed;
}

@media (max-width: 900px) {
    .evropa-contact__layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .evropa-contact__visual {
        order: 1;
        min-height: min(340px, 70vw);
        padding: clamp(24px, 6vw, 40px) clamp(16px, 4vw, 24px) 0;
    }

    .evropa-contact__plate {
        width: min(100%, clamp(260px, 78vw, 480px), calc(100% - 32px));
        top: clamp(-14px, 2vw, 26px);
        bottom: clamp(20px, 5vw, 40px);
        border-radius: clamp(22px, 6vw, 32px);
        padding: 0;
        margin: auto;
        left: 50%;
    }

    .evropa-contact__phones {
        width: min(100%, clamp(200px, 72vw, 420px));
    }

    .evropa-contact__panel {
        order: -1;
        padding: clamp(32px, 8vw, 56px) clamp(20px, 5vw, 32px);
    }

    .evropa-contact__form {
        max-width: none;
    }
}

/* ========== Hero ========== */
.evropa-hero {
    background-color: #F6F6F6;
    padding: clamp(40px, 7vw, 60px) 0 0;
    overflow: hidden;
}

.evropa-hero__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.evropa-hero__copy {
    text-align: left;
    min-width: 0;
}

.evropa-hero__logo {
    display: block;
    width: clamp(200px, 32vw, 300px);
    height: auto;
    margin-bottom: clamp(20px, 3vw, 32px);
}

.evropa-hero__heading {
    margin: 0;
    font: inherit;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(14px, 2.2vw, 22px);
}

.evropa-hero__title {
    display: block;
    font-size: clamp(28px, 2.1vw, 42px);
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: 0.02em;
    color: #111111;
    text-transform: uppercase;
}

.evropa-hero__pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(10px, 1.4vw, 14px) clamp(42px, 5vw, 58px) clamp(10px, 1.4vw, 14px) clamp(18px, 2.2vw, 26px);
    background-color: #ffffff;
    border-radius: 999px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08), 0 2px 8px rgba(0, 0, 0, 0.04);
}

.evropa-hero__pill-text {
    font-size: clamp(20px, 1.65vw, 28px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    color: #E30613;
    text-transform: uppercase;
}

.evropa-hero__cursor {
    position: absolute;
    right: clamp(2px, 0.8vw, 8px);
    bottom: clamp(-2px, 0.2vw, 4px);
    line-height: 0;
    pointer-events: none;
}

.evropa-hero__cursor svg {
    display: block;
    width: clamp(26px, 4.2vw, 34px);
    height: auto;
}

.evropa-hero__visual {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

.evropa-hero__phone {
    width: 100%;
    max-width: min(540px, 44vw);
    height: auto;
    display: block;
    object-fit: contain;
    object-position: right center;
}

@media (max-width: 1200px) {
    .evropa-hero__phone {
        max-width: min(480px, 46vw);
        object-position: 58% center;
    }
}

@media (max-width: 1024px) {
    .evropa-hero__inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
    }

    .evropa-hero__phone {
        max-width: min(420px, 48vw);
        object-position: 42% center;
        transform: rotate(-3deg);
    }

    .evropa-about__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 700px) {
    .evropa-market-case {
        padding-top: 60px;
    }

    .evropa-text {
        font-size: 16px;
        margin-left: 0px;
    }

    .evropa-section-title {
        font-size: 28px;
    }

    .evropa-section-header {
        margin-bottom: 40px;
    }

    .evropa-about {
        padding: 60px 0;
    }

    .evropa-solution {
        padding: 40px 0;
    }

    .evropa-bonus {
        padding: 48px 0 56px;
    }

    .evropa-bonus__cards {
        display: none;
    }

    .evropa-bonus__percent {
        width: clamp(44px, 12vw, 68px);
    }

    .evropa-bonus__percent--top {
        width: clamp(64px, 16vw, 96px);
        top: 44px;
        left: 28%;
        transform: translateX(-50%) rotate(-12deg);
    }

    .evropa-bonus__percent--side {
        top: auto;
        right: 6%;
        bottom: 38%;
        transform: rotate(10deg);
    }

    .evropa-bonus__percent--bottom {
        top: clamp(200px, 62%, 340px);
        left: 22%;
        transform: translateX(-50%) rotate(-10deg);
    }

    .evropa-bonus__layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .evropa-bonus__right {
        justify-content: center;
        order: 2;
    }

    .evropa-bonus__left {
        order: 1;
    }

    .evropa-bonus__caption {
        max-width: none;
    }

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

    .evropa-about__highlight {
        padding: 24px;
    }

    .evropa-user-tasks {
        padding: 30px 20px 40px;
    }

    .evropa-user-tasks__list {
        display: block;
    }

    .evropa-user-tasks__row {
        grid-template-columns: minmax(3rem, 3.75rem) minmax(0, 1fr);
        column-gap: 0;
    }

    .evropa-user-tasks__row:nth-child(3) {
        border-bottom: 1px solid #e5e5e5;
    }

    .evropa-user-tasks__row:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .evropa-hero__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .evropa-hero__copy {
        order: 1;
    }

    .evropa-hero__visual {
        order: 2;
        justify-content: center;
    }

    .evropa-hero__phone {
        max-width: min(400px, 92vw);
        object-position: 28% center;
        transform: rotate(-2deg);
    }
}

@media (max-width: 480px) {
    .evropa-hero {
        padding: 32px 0 0px;
    }

    .evropa-hero__title {
        font-size: clamp(18px, 5.2vw, 24px);
    }

    .evropa-hero__pill-text {
        font-size: clamp(12px, 3.4vw, 15px);
    }

    .evropa-hero__phone {
        object-position: 22% center;
    }

    .evropa-section-title {
        font-size: 24px;
    }

    .evropa-about {
        padding: 40px 0;
    }

    .evropa-solution {
        padding: 40px 0;
    }

    .evropa-bonus {
        padding: 40px 0 48px;
    }

    .evropa-bonus__percent {
        width: clamp(40px, 14vw, 56px);
    }

    .evropa-bonus__percent--top {
        width: clamp(56px, 18vw, 84px);
        left: 22%;
    }

    .evropa-bonus__percent--side {
        right: 2%;
        bottom: 32%;
    }

    .evropa-bonus__title {
        margin-bottom: 24px;
    }

    .evropa-bonus__phone {
        max-width: min(250px, 88vw);
    }

    .evropa-smart-search__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .evropa-smart-search__phone {
        order: 1;
    }

    .evropa-smart-search__phone img {
        width: 250px;
        margin: 0 auto;
    }

    .evropa-smart-search__tomato {
        display: none;
    }

    .evropa-smart-search__aside {
        order: 2;
        align-items: center;
        text-align: center;
    }

    .evropa-smart-search__tomato {
        max-width: min(280px, 92vw);
    }

    .evropa-smart-search__text {
        text-align: left;
        max-width: 100%;
        margin-left: 0;
    }

}

@media (max-width: 580px) {
    .evropa-addresses__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .evropa-addresses__left {
        align-items: center;
        text-align: center;
    }

    .evropa-addresses__map {
        max-width: min(280px, 100%);
        display: none;
    }

    .evropa-addresses__text {
        max-width: 100%;
        text-align: left;
    }

    .evropa-addresses__phone-wrap {
        justify-self: center;
    }

    .evropa-addresses__phone {
        max-width: min(250px, 88vw);
        margin: 0 auto;
    }

    .evropa-scanner__title {
        text-align: center;
    }

    .evropa-scanner__grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    /* Сначала текст, под ним телефон; QR на мобильных скрыт */
    .evropa-scanner__right {
        order: 1;
        justify-self: stretch;
        align-items: flex-start;
        width: 100%;
    }

    .evropa-scanner__phone-wrap {
        order: 2;
        justify-self: center;
    }

    .evropa-scanner__phone {
        max-width: min(250px, 88vw);
        margin: 0 auto;
    }

    .evropa-scanner__qr {
        display: none;
    }

    .evropa-scanner__text {
        max-width: 100%;
        text-align: left;
    }

    .evropa-reviews__head {
        margin-bottom: clamp(24px, 4vw, 40px);
    }

    .evropa-reviews__left::before {
        display: none;
    }

    .evropa-reviews__phone-wrap::after {
        display: none;
    }

    .evropa-reviews__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .evropa-reviews__left {
        align-items: center;
    }

    .evropa-reviews__card {
        max-width: min(420px, 100%);
    }

    .evropa-reviews__text {
        max-width: 100%;
        text-align: left;
    }

    .evropa-reviews__phone-wrap {
        justify-self: center;
    }

    .evropa-reviews__phone {
        max-width: min(250px, 88vw);
        margin: 0 auto;
    }

    .evropa-about__highlight {
        padding: 20px;
    }
}
