.location {
    position: relative;
    padding: 2vw 1vw;
}

h2.location__title {
    font-size: 6.4vw;
    font-weight: 700;
    margin-left: 1vw;
}

.location__text {
    font-size: 1.86vw;
    font-weight: 400;
    position: relative;
    width: 100%;
}

.location__content {
    display: flex;
    gap: max(50px, 3vw);
}

.location__content strong {
    font-weight: 700;
}

.location__text p {
    font-size: max(28px, 1.4vw);
    padding-top: 1vw;
    line-height: max(29px, 1.9vw);
}

.location__text .description {
    max-width: 64.3vw;
}

.location__text .paragraph_1, .location__text .paragraph_2 {
    font-size: max(21px, 1.4vw);
    line-height: max(29px, 1.9vw);
}

.location__text .paragraph_1 {
    max-width: max(720px, 50vw);
}

.location__text .paragraph_2 {
    max-width: max(500px, 34vw);
}

.bottom-description {
    display: flex;
    width: 100%;
    font-size: 1.4vw;
    align-items: center;
    justify-content: flex-end;
}

.bottom-description > div {
    max-width: 50%;
    margin-top: 50px;
    margin-bottom: -80px;
    z-index: -1;
    margin-right: 7vw;
}

.location__bg {
    position: absolute;
    left: 0;
    top: 4vw;
    z-index: -1;
    transform: translate(-10%, -10%);
    width: 35vw;
}

.location__bg img {
    width: 100%;
    height: auto;
}

.location__decor {
    width: max(100px, 42vw);
    position: absolute;
}

.location__decor--1 {
    right: 10vw;
    top: 16vw;
    z-index: -1;
}

/* Видео */
.location__video {
    padding: 0 min(10px, 4vw);
    margin-top: 50px;
}

.location__video iframe {
    width: 100%;
    height: clamp(200px, 50vw, 800px);
    border-radius: 16px;
}

@media (max-width: 768px) {

    .location {
        padding: 3vw;
        margin-top: 30vw;
    }

    .location__inner {
        padding-top: 10vw;
    }

    .location__content {
        flex-direction: column;
    }

    h2.location__title {
        font-size: max(40px, 6.4vw);
    }

    .location__text p {
        font-size: max(21px, 1.4vw);
        max-width: 100%;
        line-height: 24px;
    }

    .location__text .description {
        max-width: 100%
    }

    .bottom-description > div {
        max-width: 50%;
        margin-top: 50px;
        margin-bottom: -50px;
        z-index: -1;
        margin-right: 7vw;
    }

    .location__bg {
        position: absolute;
        left: 0;
        top: 10vw;
        z-index: -2;
        width: 52vw;
    }

    .location__decor--1 {
        right: -3vw;
        top: -23vw;
    }

    .location__decor--2  img{
        transform: translate(-7vw);
    }

    .bottom-description {
        justify-content: flex-end;
    }

    .location__video {
        padding: 0 min(10px, 4vw);
        z-index: 4;
        position: relative;
    }
}