.bh-active,
.nav-menu-item-level-2.active {
    background-color: #4c6a99;
}

.info-main-content {
    display: flex;
}

.nav-left {
    /*padding-top: 2.625rem;*/
    padding-top: 1rem;
    max-width: 17.5rem;
}

.nav-main-menu li {
    position: relative;
}

.nav-menu-item-level-2 {
    border-bottom: 1px solid #fff;
}

.nav-main-menu:first-child.active {
    border-top: 1px solid #fff;
}

.nav-menu-item-level-3 ~ .nav-menu-item-level-2 {
    border-top: 1px solid #fff;
}

.nav-menu-item-level-3 ~ .nav-menu-item-level-2 ~ .nav-menu-item-level-2 {
    border-top: none;
}

.nav-menu-item-level-2:hover {
    background-color: #345486;
}

.nav-menu-item-level-2 a,
.nav-menu-item-level-3 a,
.nav-menu-item-level-4 a {
    color: #fff;
    display: block;
    padding: 0.688rem;
    text-decoration: none;
}

.nav-menu-item-level-2 a {
    font-family: "romulregular", "Times New Roman";
    font-size: 0.938rem;
    text-transform: uppercase;
    letter-spacing: 0.063rem;
}

.nav-menu-item-level-3 {
    padding-left: 1rem;
}

.nav-menu-item-level-3 a:hover,
.nav-menu-item-level-3.active a,
.nav-menu-item-level-4 a:hover,
.nav-menu-item-level-4.active a {
    text-decoration: underline;
}

.nav-menu-item-level-4 {
    padding-left: 2rem;
}

.nav-menu-item-level-4 a {
    font-size: 0.813rem;
}

.nav-menu-item-level-4.active a {
    color: #ffda56;
}

.info-content {
    background-color: #fff;
    padding: 2.625rem 2.313rem;
    line-height: 1.219rem;
    line-height: 1.35rem;
    font-size: 1rem;
    max-width: 60rem;
    width: 100%;
}

.path {
    padding-bottom: 2rem;
}

.path a {
    font-size: 0.875rem;
}

.flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem;
}

h1 + .flex-row {
    padding: 0;
}

.img-cont {
    width: 36%;
}

.text-cont {
    width: 59%;
}

.text-cont ul {
    list-style-type: disc;
    padding-left: 1.063rem;
}

.text-cont ul li {
    text-align: justify;
}

.img-cont img {
    width: 100%;
}

.info-content img,
.main-info-content img {
    max-width: 90%;
}

.info-content p,
.main-info-content p {
    padding: 0.425rem 0;
}

.info-content ul,
.main-info-content ul,
.info-content ol,
.main-info-content ol {
    padding-left: 1.5rem;
}

.info-content ul,
.main-info-content ul {
    list-style: square;
}

.tel_m {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.tel_m:last-of-type {
    padding: 0;
}

.tel_img {
    height: 24px;
    width: 24px;
}

.tel_text {
    padding-left: 0.625rem;
}

.fa {
    height: 100%;
    width: 100%;
    display: block;
}

.fa-phone {
    background-image: url(../img/iconmonstr-phone-1.svg);
}

.fa-envelope-o {
    background-image: url(../img/iconmonstr-email-4.svg);
}

.fa-at {
    background-image: url(../img/iconmonstr-location-1.svg);
}

.fa-desktop {
    background-image: url(../img/iconmonstr-globe-5.svg);
}

.fa-fax {
    background-image: url(../img/iconmonstr-fax-5.svg);
}

.main-info-container {
    background-color: #fff;
    padding: 2.625rem 5.938rem;
    line-height: 1.063rem;
    font-size: 0.938rem;
    width: 100%;
    min-height: 27rem;
}

.main-info-title {
    max-width: 56.875rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.main-info-content {
    text-align: justify;
    line-height: 1.35rem;
    font-size: 1rem;
}

.img-gallery {
    padding: 1.875rem 0;
    display: flex;
    max-width: 56.875rem;
    justify-content: space-between;
    margin: 0 auto;
}

.img-gallery img {
    width: 30%;
}

.main-info-contacts {
    max-width: 56.875rem;
    margin: 0 auto;
}

.main-info-contacts p {
    padding-top: 0.625rem;
}

.yashare-auto-init {
    padding: 1.875rem 0;
    position: relative;
    right: 0.313rem;
}

/*карточки начальников, деканов и зав кафедрой*/
.dekanCard {
    display: flex;
    background-color: #f0f0f0;
    gap: 1.2rem;
    padding: 1rem 2rem;
    height: auto !important;
}

.dekanPhoto {
    /*min-width: 300px;*/
}

.dekanCard img {
    /*max-width: 100%;*/
    height: auto;
}

.icon_img,
.icon_text {
    text-align: center;
}

/*стили для таблиц*/
table table table {
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.scroll-table {
    overflow: auto;
}

.scroll-table > table {
    width: 100% !important;
}

/*иконки соцсетей на страницах новостей*/
.social--content {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.social__icon svg {
    fill: #0f508f;
}

/*word-break*/
.word-break {
    word-break: break-word;
}

@media screen and (max-width: 1023px) {
    .main-info-container,
    .info-content {
        padding: 0 4.25rem 1.188rem 4.25rem;
        background-color: unset;
    }

    .info-content {
        max-width: unset;
    }

    .yashare-auto-init {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .main-info-container,
    .info-content {
        padding: 0 1.125rem 1.188rem 1.125rem;
    }

    /*карточки начальников, деканов и зав кафедрой*/
    .dekanCard {
        padding: 0.5rem;
        flex-wrap: wrap;
    }

    .dekanPhoto {
        min-width: 270px;
    }
}

@media screen and (min-width: 1024px) {
    body {
        /*background: radial-gradient(*/
        /*130.7% 1270.66% at -21.72% 50%,*/
        /*#070f30 0%,*/
        /*#28467e 54.4%,*/
        /*#122049 100%*/
        /*);*/
        background-color: #1a2f5e;
    }
}

/*404*/
.page-not-found-container {
    max-width: 36.813rem;
    margin: 0 auto 1.25rem;
}

.page-not-found-imgs {
    position: relative;
    max-width: 28.5rem;
    width: 100%;
    margin: 0 auto;
}

.page-not-found-pic {
    width: 100%;
}

.page-not-found-text {
    font-size: 0.875rem;
    padding-top: 1.25rem;
}

.page-not-found-text > h2 {
    font-size: 1.125rem;
}

@keyframes z-animation {
    0%,
    20% {
        opacity: 0;
    }
    25%,
    50% {
        opacity: 1;
    }
    51%,
    100% {
        opacity: 0;
    }
}

.z1,
.z2,
.z3 {
    animation: z-animation 20s linear infinite backwards;
}

.z2 {
    animation-delay: 2s;
}

.z3 {
    animation-delay: 4s;
}

@keyframes blue-dots-animation {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.3) rotate(1deg);
    }
    to {
        transform: scale(1);
    }
}

@keyframes white-dots-animation {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5) rotate(1deg);
    }
    to {
        transform: scale(1);
    }
}

@keyframes grey-dots-animation {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(0.4) rotate(1deg);
    }
    to {
        transform: scale(1);
    }
}

@keyframes yellow-dots-animation {
    from {
        transform: scale(0.8);
    }

    50% {
        transform: scale(0.3) rotate(1deg);
    }
    to {
        transform: scale(0.8);
    }
}

.blue-dot {
    animation: blue-dots-animation 6s ease-in-out infinite;
}

.white-dot {
    animation: white-dots-animation 14s ease-out infinite;
}

.grey-dot {
    animation: grey-dots-animation 8s ease infinite;
}

.yellow-dot {
    animation: yellow-dots-animation 10s ease-in infinite;
}

.yellow-dot,
.blue-dot,
.white-dot,
.grey-dot {
    transform-origin: center;
    animation-fill-mode: backwards;
}

.dot1 {
    animation-delay: 0.2s;
}

.dot2 {
    animation-delay: 2.6s;
}

.dot3 {
    animation-delay: 4s;
}

.dot4 {
    animation-delay: 5.8s;
}

.dot5 {
    animation-delay: 1.3s;
}

.dot6 {
    animation-delay: 5.3s;
}

.dot7 {
    animation-delay: 7.1s;
}

.dot8 {
    animation-delay: 1.6s;
}

.dot9 {
    animation-delay: 9.9s;
}

.dot10 {
    animation-delay: 12.6s;
}

.dot11 {
    animation-delay: 3.7s;
}

.dot12 {
    animation-delay: 7.9s;
}

.dot13 {
    animation-delay: 15.6s;
}

.dot14 {
    animation-delay: 3.3s;
}

.dot15 {
    animation-delay: 0.1s;
}

@media screen and (max-width: 425px) {
    .page-not-found-text {
        padding: 0;
    }
}
