.menu-bottom__inner {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
    display: flex ;
}

@media (max-width: 767px) {
    .menu-bottom__inner {
        display: block;
    }
    .section__subtitle {
        position: relative;
    }
    .object-3d-plan {
        position: absolute;
        right: 10px;
        top: 5px;
    }
}

.object-3d-plan {
    text-align: right;
}

.object-3d-plan a {
    text-decoration: none;
    padding: 5px;
    background-color: #33AA52;
    color: #FFFFFF;
}

@media (max-width: 479px) {
    .object-3d-plan {
        right: 0;
    }
}

.oldh1 {
font-size: 56px;
line-height: 64px;
font-weight: 600;
margin: 0;
}
.links__action a {
    text-decoration: none;
}

.rm-form__found {
   bottom: -10px;
}
.news-card__image-video {
    position: relative;
}
.news-card__image-video::before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 60px;
    width: 60px;
    background: no-repeat center/contain url('./img/icon/youtube.svg');
}