.block--hero {
    width: 100%;
    z-index: 2;
    position: relative;
    overflow: visible;
    color: white;
}

.block--hero.text-left {
    height: max(600px, 48vw);
}

.block--hero.text-center {
    height: 48vw;
}

.text-left .container.head-container {
    margin-top: auto;
    position: absolute;
    bottom: max(170px, 10vw);
    left: 1vw;
    margin-bottom: 10vw;
}

.text-left .container .hero-content {
    position: absolute;
    bottom: 0;
    flex-direction: column-reverse;
    background: none;
    width: 47vw;
    gap: 0.5vw;
}

.block--hero.text-left h1 {
    padding-top: 200px;
    font-size: 150px;
    font-weight: 900;
    width: auto;
    color: rgb(255, 105, 60);
}

.block--hero.text-left .subtitle {
    font-weight: 600;
    color: rgb(255, 105, 60);
    text-shadow: 0px 3.79px 7.96px rgba(74, 32, 19, 0.3);
    max-width: 600px;
    margin-top: 5px;

}

.block--hero.text-left p {
    font-size: clamp(2.5rem, 9vw, 60px);
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}

.block--hero.text-center h1 {
    font-size: max(5rem, 8vw);
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    text-align: center;
}

.text-center .hero-info {
    display: none !important;
}

.text-left h1 {
    display: flex;
}

.text-left h1 img {
    width: min(160px, 10vw);
    margin-left: 1vw;
    min-width: 80px;
}

.hero-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    width: 95vw;
    background: #ffffff;
    padding: 1rem 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 1.25rem;
    z-index: 10;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    gap: 10vw;
}

.info-wrap {
    background: #f9f2eb;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
}

.hero-info span {
    color: #bcbcc5;
    font-size: 1vw;
}

.hero-info strong {
    color: #010000;
    font-weight: 700;
    font-size: 1.6vw;
}

.hero-info__address, .hero-info__deadline {
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
}

.hero-content {
    color: #000000;
}

.hero-content p, .hero-content span {
    font-size: max(16px, 1vw);
}

.hero-content .info-block__descr img {
    width: max(16px, 1vw);
    height: max(17px, 1vw);
}

.info-block__descr a, .info-block__descr p {
    justify-content: space-between;
}

.hero-content .e-oselia {
    position: absolute;
    width: 16.3vw;
    right: -19vw;
    bottom: 20px;
}

.block--hero.has-bg {
    background-image:
            linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
            var(--bg-desktop);

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* мобильная картинка */
@media (max-width: 768px) {
    .block--hero.has-bg {
        background-image:
                linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
                var(--bg-mobile);

        background-position: bottom center;
    }
}

/* Мобильная версия */
@media (max-width: 768px) {

    .block--hero.text-left h1 {
        font-size: 76px;
    }

    .block--hero.text-left .subtitle {
        max-width: 315px;
        font-size: 30px;
    }

    .block--hero.text-left {
        height: max(1000px, 200vw);
        background-size: cover;
        background-position: center -25vw;
    }

    .block--hero.text-center {
        height: 70vh;
    }

    .text-left .container.head-container {
        position: relative;
        bottom: 0;
        margin-bottom: 0;
        top: 25vw;
    }

    .block--hero.text-left h1 {
        padding-top: 0;
    }

    .hero-info {
        gap: 6vw;
        flex-direction: column;
    }

    .hero-info span {
        font-size: 3vw;
    }

    .hero-info strong {
        font-size: 3.6vw;
    }

    .block--hero.text-center h1 {
        font-size: 10vw;
    }

    .text-left .container .hero-content {
        width: auto;
        left: 3vw;
        right: 3vw;
        bottom: -35vw;
    }

    .hero-content .e-oselia {
        display: none;
    }
}


.info-block {
    padding: 16px;
}

@media screen and (min-width: 768px) {

    .text-left .container .hero-content {
        width: max(860px, 65vw);
    }

    .info-block:first-child {
        border-top: none;
        width: 33%;
    }

    .info-block {
        border: none;
        border-right: 1px solid #e4ded7;
    }

    .info-block:nth-child(2) {
        width: auto;
    }

    .info-block:last-child {
        border: none;
        width: 30%;
    }

    .info-block__title {
        margin-bottom: 0.1vw;
    }

}
