@media (max-width: 990px) {
    main {
        height: fit-content;
    }

    .content {
        flex-direction: column;
    }

    .content__info {
        width: 100%;
    }

    .content__info-content {
        align-items: center;
        max-width: unset;
    }

    .content__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .content__subtitle {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 30px;
    }

    .content__tabs {
        height: auto;
        margin-bottom: 30px;
    }

    .content__tab-tel {
        display: none;
    }

    .content__tab {
        height: unset;
    }

    .content__tab > div {
        width: 100%;
        margin-right: 30%;
        margin-bottom: 5px;
    }

    .content__carousel {
        position: relative;
        height: 390px;
        width: 100%;
        box-shadow: black 0px 7px 40px -15px;
    }

    .content__carousel-controls {
        bottom: 0;
        width: 100%;
    }

    .content__carousel-name {
        font-size: 18px;
        line-height: 22px;
    }

    footer {
        position: relative;
    }

    .footer {
        height: 140px;
        padding: 0 40px;
        text-align: center;
    }

    .footer p {
        line-height: 26px;
        margin-bottom: 15px;
    }
}
