html {
    margin-top: 0 !important;
}

.dd {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    background-color: #000000;
    color: #00ba37;
    z-index: 99999;
}

.auditorium-panorama__item--iframe {
    height: 700px;
}

.type-text-page .content-cms {
    min-height: 600px;
}

.content-cms img {
    max-height: 560px;
    margin: 3rem;
}

@media (max-width: 530px) {
    .content-cms img {
        margin: 0;
    }
}


.content-cms img.alignleft {
    float: left;
    width: 400px;
}

.content-cms img.alignright {
    float: right;
    width: 400px;
}

.main-first-screen .btn-hover-black:hover {
    color: white;
}

.main-first-screen .btn-hover-black::before {
    border-top-color: white;
    border-bottom-color: white;
}

.main-first-screen .btn-hover-black::after {
    border-top-color: white;
    border-bottom-color: white;
}

.vacancies-modal__subtitle {
    text-align: center;
    margin-bottom: 35px;
}

.btn-disabled {
    background-color: #F5F5F5;
    color: #7A7A7A;
}

.show-mobile {
    display: none;
}

@media (max-width: 480px) {
    .show-desktop {
        display: none;
    }

    .show-mobile {
        display: block;
    }
}
