.m-logo .l-center {
    width: 1521px;
}

.m-search-form {
    background: linear-gradient(180deg, #79B1D8 0%, #679BC0 100%);
    padding: 0 30px;
    top: 15px;
    width: 1120px;
    height: auto;
}

.m-rooms .rooms .room .popup {
    margin: 10px auto 8px;
    padding: 0 0 10px;
}

.m-rooms .rooms .room {
    height: 375px;
    background-size: 100% 100%;
}

.m-restaurant .schedules-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
    padding-right: 36px;
}

.m-restaurant .m-block.block-white .column-right .schedule {
    background: unset;
}

.m-restaurant .schedules-list .schedule {
    -webkit-flex-basis: -webkit-calc(50% - 36px);
    -ms-flex-preferred-size: calc(50% - 36px);
    flex-basis: -moz-calc(50% - 36px);
    flex-basis: calc(50% - 36px);

    height: auto !important;
}

.m-vacancies {
    padding: 20px 0 0 0;
}

.m-vacancies .section {
    margin: 0 0 60px 0;
}

.m-vacancies .image-vacancy {
    float: left;
    margin: 0 30px 30px 0;
}

.m-vacancies img {
    object-fit: cover;
}

.m-vacancies .h2 {
    float: left;
    margin: 0 15px 14px 0;
    font-size: 24px;
    color: #2d4b60;
}

.m-vacancies .description {
    float: none;
    clear: both;
    line-height: 20px;
}

.m-vacancies .publication-date {
    margin-bottom: 10px;
}

.m-vacancies .content {
    display: none;
}

.m-vacancies .hide {
    display: none;
}

.m-vacancies h3 {
    margin: 0 0 17px 0;
    font-size: 18px;
    color: #2d4b60;
}

.m-vacancies p {
    margin: 0 0 15px 0;
    line-height: 20px;
}

.m-vacancies .column-left {
    width: 300px;
    float: left;
}

.m-vacancies .column-right {
    width: 620px;
    float: right;
}

.m-vacancies .subsection .column-right {
    margin-top: 10px;

    line-height: 20px;
}

.m-vacancies .m-link.link-more {
    line-height: 30px;
}

.m-vacancies .about {
    padding: 0 0 0 3px;
    font-size: 13px;
    font-style: italic;
    line-height: 13px;
}

.m-vacancies .picture {
    padding: 0 0 0 78px;
    margin: 0 0 35px 0;
}

.m-vacancies .m-image {
    margin: 0 0 8px 0;
}

.m-image.image-vacancy,
.m-image.image-vacancy img {
    width: 293px;
    height: 194px;
}

.m-image.image-vacancy .m-link.link-fatty {
    width: 283px;
    height: 184px;
    border-width: 5px;
}

.m-contacts-preview {
    min-height: 513px;
    height: 100%;
    overflow: hidden;
}

.m-section-menu {
    padding: 20px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-auto-rows: min-content;
    gap: 10px;
}

.m-section-menu .item {
    padding: 0;
}

.m-footer .m-link.link-thin {
    font-weight: 400;
    font-size: 16px;
}

.copyright.copyright-with-privacy-link {
    top: 205px;
}
