.icon-menu {
    z-index: 1000;
}

.menu__body {
    padding-bottom: 3rem;
    overflow-y: auto;
    z-index: 999;
}

.content__container {
    padding-top: 2em;
    padding-bottom: 5rem;
}

.breadcrumb_wrap {
    margin-bottom: 3rem;
}

@media all and (max-width: 992px){
    .apartment__wrapper {
        margin-left: 0;
    }

    .apartment__wrapper .heading {
        margin-left: .9375rem;
    }
}

/* Бегущие строки */
.benefit__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: start;
}

.ticker_features {
    padding: 5rem 0;
    background-color: #faf6f2;
}

.ticker_features .benefit__item {
    margin-right: 3.125rem;
    -webkit-animation: translateinfinite-2 25s linear infinite;
    animation: translateinfinite-2 25s linear infinite;
}

@-webkit-keyframes translateinfinite-2 {
    100% {
        -webkit-transform: translateX(-1230px);
        transform: translateX(-1230px)
    }
}

@keyframes translateinfinite-2 {
    100% {
        -webkit-transform: translateX(-1230px);
        transform: translateX(-1230px)
    }
}

.benefit .benefit__item {
    margin-right: 3.125rem;
    -webkit-animation: translateinfinite-3 40s linear infinite;
    animation: translateinfinite-3 40s linear infinite;
}

@-webkit-keyframes translateinfinite-3 {
    100% {
        -webkit-transform: translateX(-2020px);
        transform: translateX(-2020px)
    }
}

@keyframes translateinfinite-3 {
    100% {
        -webkit-transform: translateX(-2020px);
        transform: translateX(-2020px)
    }
}

.about__photo-wrap img {
    height: 100%;
}

/*illumination*/
.illumination__image img {
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.illumination__image img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.illumination__image .disabled {
    opacity: 0;
}

/*forms*/
.inp_field {
    position: relative;
    width: 100%;
}

.popup__form-control textarea {
    width: 100%;
    background: transparent;
    padding: 0 1.25rem;
    border-bottom: 1px solid #8c878c;
    outline: 0;
    -webkit-transition: color .15s ease-out,border-color .15s ease-out;
    -o-transition: color .15s ease-out,border-color .15s ease-out;
    transition: color .15s ease-out,border-color .15s ease-out;
}

@supports (font-size:clamp(1rem ,0.96875rem + 0.15625vw ,1.125rem)) {
    .popup__form-control textarea {
        font-size: clamp(1rem, .96875rem + .15625vw, 1.125rem)
    }
}

@supports not (font-size:clamp(1rem ,0.96875rem + 0.15625vw ,1.125rem)) {
    .popup__form-control textarea {
        font-size: calc(1rem + .125 * (100vw - 20rem) / 80)
    }
}

.popup__form-control textarea:focus {
    border-color: #4d4240
}

.mess_error {
    position: absolute;
    bottom: 1px;
    left: 0;
    font-size: 1rem;
    color: #ff0000;
}

.input.error {
    border-color: #ff0000 !important;
}

.checkbox__label.error,
.checkbox__label.error a {
    color: #ff0000;
}

.checkbox__label.error:before {
    border-color: #ff0000;
}

.btn_send[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.btn__submit {
    cursor: pointer;
}

.catalog__item-link > span {
    font-weight: 900;
}
.catalog__list-col {
    font-weight: 600;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 30px 30px 30px;
    border-radius: 15px;
}

.breadcrumb {
    padding: 0 .5rem;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
}

    
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: ">";
}

.breadcrumb li:not(:last-child) a:hover {
    color: #d8be84;
}
.room_filter{
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 40px;
    margin-top: 30px;
    font-size: 24px;
    gap: 15px;
}
.room_filter > li > span{
    font-size: 24px;
    color: #e7d4b6;;
    
    font-weight: 700;
    cursor: pointer;
}
.catalog .heading {
    margin-bottom: 0.375rem !important;
}

@media screen and (max-width: 800px){
    .room_filter > li > span{
        font-size: 18px;
    }
    .room_filter{
        flex-direction: column;
    }
}

.flat__item{
    padding: 2rem 3.4375rem !important;
}
.flat__list li {
    margin-bottom: 2rem !important;
}
.flat__list li:last-child {
    margin-bottom: 0 !important;
}
.flat__col{
    gap: 1rem !important;
}
.popup__wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.big-radius{border-radius: 15%;}
.small-radius{border-radius: 20px;}

.small-radius-top-right{border-top-right-radius: 20px;}
.big-radius-bottom-left{border-bottom-left-radius: 15%;}

.shadow-bottom-left{box-shadow:-10px 10px 0 #50403e}
.shadow-top-left{box-shadow:-10px -10px 0 #50403e}