.contacts-container {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
}

.contacts-typeblock {
    display: flex;
    flex-direction: column;
    background: #0008;
    padding: 40px;
    width: 400px;
    align-items: center;
}

.contacts-typeblock-socials div {
    display: flex;
}

.wrapper {
    width: 1440px;
}

.contacts-map {
    width: 1440px;
    height: 800px;
}

#subscribe {
    position: relative;
    z-index: 9;
    background: transparent;
    top: -60px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: auto;
}

@media only screen and (max-width: 1280px) {
    #logo {
        grid-row: 1/-1 !important;
        grid-column: 1/-1 !important;
        text-align: center !important;
    }

    .logo-text {
        text-align: center;
    }

    .structure-block {
        min-height: auto;
        padding-bottom: 0 !important;
    }

    .scr1-reverse .scr1-img-1 {
        grid-row: 1/-1 !important;
        grid-column: 1/-1 !important;
    }

    .contacts-map {
        width: 100%;
        height: 100vw;
    }

    .contacts-container {
        flex-direction: column;
    }

    .contacts-typeblock {
        margin: 10px 0;
    }

    .wrapper {
        width: 100%;
        padding: 0;
    }
    #subscribe
    {
        top: 0;
    }
}