@media (max-width: 850px) {
    .splide__slide {
        height: 350px !important;
    }
}

@media (max-width: 550px) {
    .splide__slide {
        height: 200px !important;
    }
}

@media (max-width: 768px) {
    #investment img {
        height: 60px !important;
    }

    .offers_image img {
        height: 150px;
    }

    .content_image {
        display: none !important;
    }

    #offer .section_content {
        display: revert;
    }

    #offer > .content_image {
        display: flex !important;
        flex-direction: column !important;
    }

    footer .section_heading {
        flex-direction: column;
        padding-top: 64px;
        gap: 8px;
    }

    header .wrapper {
        flex-direction: column-reverse;
        text-align: center;
    }

    .logo img {
        /*display: none;*/
    }

    .button {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    header, .wrapper {
        padding: 8px;
        justify-content: center !important;
    }

    hr {
        display: none;
    }

    .section_heading {
        justify-content: center;
    }

    footer .unia {
        align-items: center !important;
        flex-direction: column !important;
    }

    .about .content_text {
        display: flex;
        justify-content: center;
    }

    footer .unia img {
        width: 64px;
        height: 100%;
    }

    .content_text {
        text-align: justify;
        padding: 8px;
        text-wrap: pretty;
    }

    h1 {
        font-size: 20px;
    }

    h2, h3, h4 {
        font-size: 16px;
    }

    p {
        font-size: 12px;
    }

    svg {
        height: 16px;
        width: 16px;
    }

    .address svg {
        height: 24px;
        width: 24px;
    }

    /*.address {*/
    /*    gap: 8px !important;*/
    /*    flex-direction: column;*/
    /*    align-items: center;*/
    /*    text-align: center;*/
    /*}*/
}


@media (max-width: 1100px) {

    .address {
        gap: 8px !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #investment h3 {
        text-wrap: wrap;
        text-align: center;
    }

    #investment img {
        height: 90px;
    }

    #contact .contacts_right {
        flex-direction: column !important;
    }

    footer .address, footer .phone, footer .email {
        justify-content: center !important;
    }

    .offers_right {
        flex-direction: column !important;
    }

    footer .extra {
        flex-direction: column !important;
    }

    #offer .section_content {
        display: revert;
    }

    #offer > .content_image {
        display: flex !important;
        flex-direction: column !important;
    }
}

@media (max-width: 1200px) {
    .logo img {
        max-height: 200px !important;
    }

    footer hr {
        display: none;
    }

    footer .section_heading {
        justify-content: space-between !important;
    }
}