.angelstwelve-map {
    position: relative;
    text-align: center;
}

.angelstwelve-map:hover .angelstwelve-map__iframe:before {
    background: rgba(241, 95, 57, 0);
}

.angelstwelve-map:hover .angelstwelve-map__logo {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.angelstwelve-map:hover .angelstwelve-map__content {
    pointer-events: none;
}

.angelstwelve-map:hover .angelstwelve-map__item {
    pointer-events: all;
}

.angelstwelve-map__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.angelstwelve-map__iframe:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(241, 95, 57, 0.75);
    z-index: 1;
    top: 0;
    left: 0;
    transition: background 0.8s ease;
    pointer-events: none;
}

.angelstwelve-map__iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.angelstwelve-map__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 91vw;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.angelstwelve-map__logo {
    width: 203px;
    height: 124px;
    transition: opacity 0.8s ease, visibility 0.8s ease;
}

.angelstwelve-map__item {
    flex: 1;
    max-width: 24.6vw;
    background-color: #3A414B;
    color: #fff;
    padding: 75px 0 85px;
    transition: background 0.8s ease, color 0.8s ease;
    align-self: stretch;
}

.angelstwelve-map__item:not(:first-child) {
    order: 1;
}

.angelstwelve-map__sub-item {
    margin-bottom: 15px;
}

.angelstwelve-map__sub-item-title {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.21;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 9px;
    transition: color 0.8s ease;
}

.angelstwelve-map__sub-item-text,
.angelstwelve-map__sub-item-text * {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 15.5px;
    line-height: 1.21;
    color: #fff;
    transition: color 0.8s ease;
}

.angelstwelve-map__sub-item-text * {
    margin-bottom: 0;
}

.angelstwelve-map__sub-items {
    max-width: 211px;
    margin: 0 auto 23px;
}

.angelstwelve-map__btn {
    min-width: 211px;
    font-size: 16px;
    line-height: 1.19;
    padding: 12px;
}

.angelstwelve-map__icon svg {
    width: 21px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .angelstwelve-map__content {
        max-width: 90.6vw;
    }

    .angelstwelve-map__item {
        max-width: 26vw;
        padding-block: 39px 27px;
    }

    .angelstwelve-map__logo {
        width: 137px;
        height: 84px;
    }

    .angelstwelve-map__sub-item-title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 6px;
    }

    .angelstwelve-map__sub-item-text, .angelstwelve-map__sub-item-text * {
        font-size: 12px;
        line-height: 15px;
    }

    .angelstwelve-map__sub-item {
        margin-bottom: 20px;
    }

    .angelstwelve-map__sub-items {
        max-width: 168px;
        margin-bottom: 20px;
    }

    .angelstwelve-map__btn {
        min-width: 168px;
    }
}

@media (max-width: 768px) {
    .angelstwelve-map__iframe {
        position: relative;
    }

    .angelstwelve-map__iframe iframe {
        min-height: 343px;
    }
    
    .angelstwelve-map__content {
        max-width: 100%;
        padding-inline: 10px;
        gap: 38px;
    }

    .angelstwelve-map__logo {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 108px;
        height: 69px;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .angelstwelve-map:hover .angelstwelve-map__iframe:before {
        display: unset;
    }

    .angelstwelve-map:hover .angelstwelve-map__logo {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

    .angelstwelve-map__iframe:hover::before {
        display: none !important;
    }

    .angelstwelve-map__iframe:hover .angelstwelve-map__logo {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    .angelstwelve-map__item {
        max-width: none;
        background: none;
        padding-block: 19px 27px;
        color: #000;
    }

    .angelstwelve-map__icon {
        margin-bottom: 7px;
    }

    .angelstwelve-map__sub-item-title {
        font-size: 10px;
        line-height: 12px;
        color: #000;
    }

    .angelstwelve-map__sub-item-text, .angelstwelve-map__sub-item-text * {
        font-size: 9px;
        line-height: 11px;
        color: #000;
    }

    .angelstwelve-map__sub-item {
        margin-bottom: 11px;
    }
}
