.hero__logo--oscar {
    height: auto;
    width: 11rem;
    margin: 0 auto 4rem;
}

.btn::after {
    background: #802014;
}

.button {
    background: #802014;
    border-color: #802014;
}

.hero__media-logo--oscar-mobile {
    width: 50%;
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .hero__media-logo--oscar-mobile {
        width: 150px;
    };
}

.b-titr__phone {
    font-size: 22px;
    transform: translateX(calc((100vw - 1170px) / 2 - 30px));
}

@media (max-width: 1440px) {
    .b-titr__phone {
        font-size: 22px;
        transform: translateX(0);
    }
}

@media (max-width: 460px) {
    .b-titr__phone {
        padding: 0 0.5em;
        line-height: 125%;
    }

    .b-titr__phone::after {
        content: none;
    }
}

.hero__media-text {
    display: none;
    padding: 3%;
    position: relative;
    min-height: 150px;
    font-family: 'Spectral SC', serif;
}

.hero__media-text-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

.hero__media-text-container {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    outline: 1px solid #F5E7CD;
}

.hero__media-text__left,
.hero__media-text__right,
.hero__media-text-city {
    z-index: 2;
}

.hero__media-text__left {
    width: 34%;
    padding: 7% 5%;
}

.hero__media-text__right {
    width: 100%;
    padding: 0 5%;
    text-align: center;
}

.hero__media-text-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
}

@media (max-width: 360px) {
    .hero__media-text-title {
        font-size: 20px;
    }
}

.hero__media-text-subtitle {
    color: #DECDAD;
    line-height: 125%;
}

.hero__media-text-city {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    left: 50%;
    margin-right: -50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    color: #DECDAD;
}

.hero__media-text-city > img {
    width: 8%;
    margin-right: 5px;
}

.hero__media-text-city-title {
    font-size: 12px;
    line-height: 11px;
}

.hero__media-bg::before {
    height: 90px;
    background: #802014;
}

@media (max-width: 1024px) {
    .hero__header > img {
        opacity: 0;
        width: 0;
    }

    .hero__heading {
        display: none;
    }

    .hero__media-header {
        padding-top: 17px;
    }

    .hero__media-bg img {
        height: auto;
        object-fit: contain;
        object-position: top center;
    }

    .hero__media-text {
        display: block;
    }

    .hero__media {
        flex-direction: column;
        justify-content: flex-start;
    }

    .b-titr__phone {
        transform: unset;
        height: auto;
        font-size: 18px;
    }

    .b-titr__logo {
        height: auto;
    }

    .b-titr__heading {
        font-weight: 500;
    }

    .b-titr__phone {
        border-color: #802014;
    }

    .hero__factoids--oscar {
        margin-top: 0;
    }
}

.visible-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .hidden-mobile {
        display: none;
    }

    .visible-mobile {
        display: block;
    }

    .factoid.visible-mobile {
        display: flex;
    }
}


.b-titr__header {
    align-items: flex-start;
}

@media (max-width: 1024px) {
    .b-titr__header {
        align-items: center;
    }
}

.phone--icon {
    display: none;
    height: 22px;
    width: 22px;
    margin-left: 0.5em;
    background: #CDB891;
}

@media (max-width: 460px) {
    .phone--oscar {
        padding-left: 0.5em;
        border: 1px solid #802014;
        display: flex;
    }

    .phone--oscar a {
        font-weight: 400;
        font-size: 18px;
        line-height: 125%;
        position: relative;
    }

    .phone--icon {
        display: block;
    }
}


.b-titr__main--plans {
    max-width: 100%;
    margin: 80px 0 0;
}

@media (max-width: 1639px) {
    .b-titr__main--plans {
        margin: 20px 0 0;
    }
}

.b-titr__row {
    display: flex;
    justify-content: space-between;
    gap: 44px;
}

.b-titr__image--plans {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 330px;
    padding: 30px;
    text-align: center;
    border: 1px solid #303030;
}

@media (max-width: 1639px) {
    .b-titr__image--plans {
        padding: 20px;
    }

    .b-titr__row {
        gap: 13px;
    }
}

@media (max-width: 1199px) {
    .b-titr__image--plans {
        padding: 20px;
    }

    .b-titr__row {
        gap: 13px;
    }
}

.b-titr__image--plans img {
    width: auto;
    max-height: 70%;
}

.b-titr__image--plans span {
    margin: 27px 0 0;
    font-size: 22px;
}

input[name="apartment-type[]"]:checked + .b-titr__image--plans {
    border-color: #8C1208;
    box-shadow: 0px 0px 10px 4px #5E5E5E1A;
}

@media (max-width: 768px) {
    .b-titr__main--plans {
        margin: 0;
    }

    .b-titr__row {
        flex-wrap: wrap;
    }

    .b-titr__row > label {
        flex: 0 1 calc(50% - 7px);
        margin: 0;
    }

    .b-titr__image--plans {
        width: 100%;
        height: 150px;
    }

    .b-titr__image--plans span {
        margin: 10px 0 0;
        font-size: 16px;
    }

    .b-titr__image--plans img {
        width: 100%;
        max-height: 90%;
    }

    input[name="apartment-type[]"]:checked + .b-titr__image--plans::after {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: #8C1208;
        border-radius: 100%;
        top: 5px;
        right: 5px;
    }
}

