body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image:before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: 0;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: 0;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

.fancybox-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding:max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: a 1s linear infinite;
    background: 0 0;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes a {
    to {
        transform: rotate(1turn);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    transform: rotate(0);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}

@media (max-height:576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding:max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}

@media (max-width:576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

.tabs>section {
    display: none;
    padding: 15px;
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
}

.tabs>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs>input {
    display: none;
    position: absolute;
}

.tabs>label {
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 15px 20px;
    background: white;
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    color: #455158;
    transition: 0.1s;
    margin-bottom: 10px;
    display: table-cell;
    min-height: 30px;
}

.tabs>label:before {
    font-family: fontawesome;
    font-weight: 400;
    margin-right: 10px;
}

.tabs>label[for*="1"]:before {
    content: "";
}

.tabs>label[for*="2"]:before {
    content: "";
}

.tabs>label:hover {
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    cursor: pointer;
}

.tabs>input:checked+label {
    border: 2px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 15px 20px;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    transition: 0.1s;
    margin-bottom: 10px;
}

#tab1:checked~#content-tab1,
#tab1_fam:checked~#content-tab1_fam,
#tab1_zayav:checked~#content-tab1_zayav,
#tab2:checked~#content-tab2,
#tab2_fam:checked~#content-tab2_fam,
#tab2_zayav:checked~#content-tab2_zayav,
#tab3:checked~#content-tab3,
#tab3_fam:checked~#content-tab3_fam,
#tab3_zayav:checked~#content-tab3_zayav,
#tab4:checked~#content-tab4 {
    display: block;
}

.tabs.lang-tabs>label:before {
    content: "";
    margin: 0;
}

@media screen and (max-width:1280px) {
    .tabs>label {
        font-size: .8em;
    }
}

@media screen and (max-width:680px) {
    .tabs>label {
        font-size: 0;
    }

    .tabs>label:before {
        margin: 0;
        font-size: 18px;
    }

    .tabs.lang-tabs>label {
        font-size: .8em;
    }
}

@media screen and (max-width:400px) {
    .tabs>label {
        padding: 15px;
    }
}

html {
    height: 100%;
}

* html body {
    height: 100%;
}

body {
    height: 100%;
    min-height: 100%;
    position: relative;
}

button,
html,
input,
select,
textarea {
    color: #1c1c1c;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: rgba(0, 0, 0, .2);
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

.responsive-table {
    position: relative;
    width: 100%;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table td,
.table th {
    padding: 10px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ededed;
}

.table th {
    font-weight: 700;
    background: #f7f7f7;
}

.table thead th {
    vertical-align: bottom;
}

.table caption+thead tr:first-child td,
.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child td,
.table thead:first-child tr:first-child th {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #ededed;
}

.table .table {
    background-color: #f5f5f5;
}

.table-bordered {
    border: 1px solid #ededed;
    border-collapse: separate;
    border-left: 0;
}

.table-bordered td,
.table-bordered th {
    border-left: 1px solid #ededed;
}

.table-bordered caption+tbody tr:first-child td,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered tbody:first-child tr:first-child td,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered thead:first-child tr:first-child th {
    border-top: 0;
}

.table-bordered tbody+tbody tr:first-child td {
    border-top: solid 2px #ededed;
}

.table-striped tbody>tr:nth-child(even)>td,
.table-striped tbody>tr:nth-child(even)>th {
    background-color: rgba(24, 24, 24, .1);
}

.primary-box .table-striped tbody>tr:nth-child(even)>td,
.primary-box .table-striped tbody>tr:nth-child(even)>th,
.secondary-box .table-striped tbody>tr:nth-child(even)>td,
.secondary-box .table-striped tbody>tr:nth-child(even)>th {
    background-color: rgba(255, 255, 255, .2);
}

.table-hover tr:hover>td,
.table-hover tr:hover>th {
    background-color: #f5f5f5;
}

.table-noborder td,
.table-noborder th {
    border: 0;
    padding: 8px;
}

.table-noborder td p:first-child,
.table-noborder th p:first-child {
    margin-top: 0;
}

.table-noborder td p:last-child,
.table-noborder th p:last-child {
    margin-bottom: 0;
}

.table-noborder td:first-child,
.table-noborder th:first-child {
    padding-left: 0;
}

.table-noborder td:last-child,
.table-noborder th:last-child {
    padding-right: 0;
}

.table.va-middle td,
.table.va-middle th {
    vertical-align: middle;
}

.table.ta-center td,
.table.ta-center th {
    text-align: center;
}

.special-settings {
    display: none;
}

.special-aaVersion-on .special-settings {
    display: block;
}

.aa-show {
    display: none;
}

.special-aaVersion-on .aa-show {
    float: right;
}

.special-aaVersion-on .aa-hide {
    display: none;
}

img[align=right] {
    padding: 0 0 20px 20px;
}

img[align=left] {
    padding: 0 20px 20px 0;
}

img.ta-center,
img[align=center] {
    display: block;
    margin: 0 auto;
}

html {
    height: 100%;
}

a {
    text-decoration: none;
}

a:link {
    color: #1038ab;
}

a:visited {
    color: #1038ab;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #5679db;
}

#bx_incl_area_8_3 {
    position: relative;
    overflow: auto;
}

.rektorat {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
}

.rektorat .rektorat-item {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 1%;
    margin-right: 1%;
    width: 18.8333333333%;
}

.rektorat .rektorat-item .rektorat-item-link {
    margin-top: 5px;
}

.rektorat .rektorat-item .rektorat-item-text {
    margin-top: 10px;
}

.rektorat .rektorat-item .rektorat-item-img {
    height: 400px;
}

.rektorat .rektorat-item .rektorat-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width:1100px) {
    .rektorat .rektorat-item {
        width: 39.6666666667%;
    }
}

@media screen and (max-width:960px) {
    .rektorat .rektorat-item {
        width: 64.6666666667%;
    }
}

.slider_timer {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-25%);
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.tvor-news {
    display: none;
}

.tvor-news .one-article {
    border: none;
}

.tvor-news .one-article .article-name {
    font-size: 1.4em;
    text-align: center;
}

.tvor-news .one-article .article-name:hover {
    transform: scale(1.1);
}

.sp-video-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    justify-content: center;
}

.sp-video-text {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 1%;
    margin-right: 1%;
    width: 31.3333333333%;
    text-align: center
}

@media screen and (max-width:960px) {
    .sp-video-text {
        width: 64.6666666667%
    }
}

@media screen and (max-width:780px) {
    .sp-video-text {
        width: 98%
    }
}

.video-block {
    margin-bottom: 5px
}

.js-player {
    width: 100%
}

.plyr {
    max-width: 700px
}

.left-menu-desc {
    color: #fff;
    background-color: #18438c;
    display: block;
    margin: 5px;
    padding: 10px 5px
}

ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: relative
}

ul.left-menu li a {
    color: #2658bc;
    text-decoration: none;
    display: block;
    font-size: .9em;
    padding: 10px 5px;
    margin: 5px
}

ul.left-menu li .selected {
    color: #edf7fc;
    background-color: #2658bc
}

ul.left-menu li a:hover {
    color: #edf7fc;
    background-color: #0b3e89;
    text-decoration: underline
}

ul.left-menu li a.selected:active {
    color: #fc8d3d
}

ul.left-menu ul.levelTwoUl {
    display: none
}

ul.left-menu ul.levelTwoUlBlock {
    display: inline-block
}

ul.left-menu li a.levelTwo {
    padding-left: 15px
}

ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: relative
}

ul.facultet-menu li a {
    color: #2658bc;
    text-decoration: none;
    display: block;
    font-size: .9em;
    padding: 20px 13px;
    margin: 5px;
    background-color: #f6f6f6
}

ul.left-menu li .selected {
    color: #edf7fc;
    background-color: #2658bc
}

ul.facultet-menu li a:hover {
    color: #edf7fc;
    background-color: #0b3e89
}

ul.left-menu li a.selected:active {
    color: #fc8d3d
}

ul.left-menu ul.levelTwoUl {
    display: none
}

ul.left-menu ul.levelTwoUlBlock {
    display: inline-block
}

ul.left-menu li a.levelTwo {
    padding-left: 15px
}

.sidebar-banners {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1em;
    box-sizing: border-box;
    align-items: center
}

.sidebar-banners>a {
    margin-top: 20px
}

.loading {
    background: #d8d8d8;
    z-index: 9
}

.loading>* {
    opacity: 0
}

.loading::after {
    content: " ";
    position: absolute;
    top: 45%;
    left: 50%;
    background-color: rgba(0, 0, 0, 0);
    border: 5px solid #002f5a;
    opacity: .9;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-radius: 50px;
    box-shadow: 0 0 15px #929292;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    animation: spinoffPulse 1s infinite linear;
    z-index: 11
}

@keyframes spinPulse {
    0% {
        transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7
    }

    50% {
        transform: rotate(145deg);
        opacity: 1
    }

    100% {
        transform: rotate(-320deg);
        opacity: 0
    }
}

@keyframes spinoffPulse {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.priem-row {
    display: flex;
    justify-content: center
}

.priem-row.active {
    flex-wrap: wrap
}

.priem-item+.priem-item {
    margin-left: 1em
}

.priem-item {
    flex-basis: 49.4%;
    position: relative;
    background-image: linear-gradient(to top, #1c3eb4, #154cbd, #1059c6, #1266ce, #1b73d5);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .13);
    border-radius: 3px;
    transition: .5s;
    z-index: 1
}

.priem-item::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, #5540cd, #493fc7, #3c3ec0, #2e3dba, #1e3bb3);
    z-index: -1;
    transition: opacity .5s linear;
    opacity: 0
}

.priem-item:hover::before {
    opacity: .6
}

.priem-item-name:link,
.priem-item-name:visited {
    color: #fff
}

.priem-item-name {
    padding: 18px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer
}

.priem-item-name:hover {
    text-decoration: none
}

.priem-item-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: .5em;
    margin: 15px;
    background: #fff;
    border-radius: 3px
}

.priem-item-box.active {
    flex-basis: 100%;
    margin: 0;
    margin-top: 1em;
    order: 1
}

.priem-item-box.active .priem-item-name {
    height: initial
}

.priem-item-box.active .priem-item-content {
    max-height: 100%;
    overflow: auto;
    opacity: 1
}

.priem-box-close {
    text-align: right;
    font-size: 1.1em
}

.priem-box-close>span {
    cursor: pointer;
    color: #9b9b9b
}

.priem-box-close>span:hover {
    color: #333
}

.priem-box-close>span>.close {
    font-weight: 700;
    margin-right: 3px
}

.priem-row {
    margin-top: 15px
}

html .main-section .main-content-section ul.facult-left-menu {
    margin: 0
}

.facult-left-menu {
    list-style-type: none
}

.facult-left-menu a {
    background-color: #16388a;
    cursor: pointer;
    padding: 1em 0;
    transition: .3s
}

.facult-left-menu a:hover {
    text-decoration: none;
    background-color: #333
}

.swiper-slide {
    width: auto
}

.ul {
    margin-left: 1em;
    list-style-type: none
}

.ul li {
    position: relative
}

.ul li:before {
    content: " ";
    position: absolute;
    left: -.8em;
    top: .4em;
    background: #174797;
    width: .5rem;
    height: .5rem;
    border-radius: 50%
}

.let {
    background: #d5f9f4;
    width: 100%;
    padding: 1em 0;
    margin-bottom: 10px
}

.congratulation {
    margin-top: 2em;
    display: flex;
    flex-direction: column;
    align-items: center
}

.congratulation .preview-text,
.congratulation video {
    width: 100%;
    max-width: 500px;
    text-align: center
}

.congratulation .preview-text {
    margin-top: 5px
}

.congratulation>div+div {
    align-self: center
}

.c-photo {
    flex-basis: 280px;
    flex-shrink: 0;
    margin-right: 20%;
    margin-left: 2em
}

.c-photo img {
    min-height: 200px;
    max-height: 400px
}

.admin-desc svg {
    height: 24px;
    fill: #6d6d6d
}

.admin-desc span {
    margin-left: 1em;
    display: inline-flex;
    align-items: center
}

a.debug-info-title {
    text-decoration: none
}

a.debug-info-title:hover svg {
    fill: #222
}

.debug-info-box {
    max-width: 70%;
    max-height: 80%
}

.tab-source {
    display: none
}

.tab-source.active {
    display: block
}

.tab-atricle {
    display: inline-block;
    font-family: Roboto, sans-serif;
    padding: 10px 25px;
    color: #535353;
    background: #f5f5f5;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer
}

.tab-atricle:hover {
    color: #8c8c8c
}

.tab-atricle.active {
    background: #12407b;
    color: #fff
}

.rosobr {
    width: 600px;
    float: right;
    margin-bottom: 10px;
    margin-top: -15px;
    font-size: 14px
}

.rosobr>span {
    font-weight: 700;
    color: #12407b;
    font-size: 16px
}

.simple-spoiler {
    text-decoration: underline;
    font-weight: 700;
    color: #004ddb;
    cursor: pointer
}

.simple-spoiler:hover {
    text-decoration: none
}

.facultet-menu {
    list-style-type: none
}

.fill,
.one-article img.fill {
    -o-object-fit: fill;
    object-fit: fill
}

.swiper-gallery {
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.abitur-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0
}

.abitur-menu a {
    background-color: #12407b;
    padding: 10px;
    text-decoration: none;
    font-size: .9em;
    color: #fff
}

.abitur-menu a:hover {
    background-color: #28587b;
    text-decoration: none
}

.abitur-menu a:link,
.abitur-menu a:visited {
    color: #fff
}

.table2na1 tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.table2na1 tr:hover {
    background-color: inherit
}

.table2na1 tbody tr td {
    flex-basis: 33.3%
}

.table2na1 tbody tr td:first-child {
    flex-grow: 1
}

.one-article.double-news {
    max-width: 49%;
    flex-basis: 49%
}

.one-article.double-news img {
    height: 19vw
}

.order-slider,
.swiper-container {
    width: 100%;
    height: 17.5vw
}

.swiper-container img {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.justify {
    text-align: justify;
    word-spacing: -1px
}

.top-main-menu {
    position: absolute;
    z-index: 10;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.top-main-menu a {
    font-size: .8em;
    font-weight: 700
}

.top-main-menu a:last-child {
    margin-left: 5px
}

.table-center {
    text-align: center
}

.number {
    border-collapse: collapse;
    counter-reset: schetchik
}

.number tbody tr {
    counter-increment: schetchik
}

.number tbody td,
.number tbody tr:before {
    padding: .1em .5em;
    border: 1px solid #194376
}

.number tbody tr:before {
    content: counter(schetchik);
    display: table-cell;
    vertical-align: middle;
    color: #000
}

.tabs.lang-tabs.asp-tab {
    display: inline-block;
    font-size: 1.05em
}

.tabs.lang-tabs>label {
    font-family: Roboto;
    border: none;
    border-radius: 0;
    padding: 10px 25px;
    color: #535353;
    background: #f5f5f5;
    font-weight: 500;
    margin-bottom: 10px
}

.tabs.lang-tabs>input:checked+label {
    background: #12407b;
    color: #fff;
    border: none
}

.tabs.lang-tabs>section {
    padding: 0;
    border: none
}

.teacher-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.teachers-item {
    flex-basis: 300px;
    margin: 10px;
    flex-grow: 1;
    flex-shrink: 1
}

.teachers-item h2,
.teachers-item p {
    padding: 0
}

.teachers-item div {
    margin-top: 5px
}

.teachers-item img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

.teacher-label {
    font-weight: 700
}

.teacher-label::after {
    content: ":"
}

.top-struct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 5px
}

.top-struct div {
    flex-basis: 80%
}

.top-struct div:last-child {
    flex-basis: 20%;
    margin-left: 20px
}

.top-struct div+.top-struct div {
    margin-left: 15px
}

.main-section .table-priem {
    height: 100%;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .25);
    border-radius: 3px;
    width: 100%
}

.main-section .table-priem thead {
    height: 15%
}

.priem-adw {
    margin: 3em 0;
    display: flex;
    justify-content: center
}

.priem-adw-item a {
    background-color: #4d4d4d;
    padding: .8em 3em;
    color: #fff;
    font-weight: 300
}

.priem-adw-item a:hover {
    text-decoration: none;
    background-color: #1059c6
}

.main-section .table-priem td,
.main-section .table-priem th {
    border: none
}

.main-section .table-priem th {
    text-align: left;
    padding: 1em 1em;
    background: linear-gradient(to top, #1c3eb4, #154cbd, #1059c6, #1266ce, #1b73d5);
    color: #f2f2f2;
    text-transform: uppercase;
    font-weight: 300;
    border-radius: 3px 3px 0 0
}

.main-section .table-priem td {
    padding: .8em 1em
}

.main-section .table-priem td:first-child {
    max-width: 300px
}

.main-section .table-priem tr+tr {
    border-top: 1px solid #f2f2f2
}

.main-section .table-struct {
    width: 100%;
    text-align: left;
    margin: 0;
    border-color: #333;
    height: 100%
}

.main-section .table-struct thead {
    height: 12%
}

.main-section .table-struct tr {
    background: #f0f0f0
}

.main-section .table-struct td,
.main-section .table-struct th {
    border: none;
    padding: 8px 8px
}

.main-section .table-struct th {
    background-color: #12407b;
    color: #fff
}

.fancybox-simple-table table,
.fancybox-simple-table td,
.fancybox-simple-table th {
    border: 1px solid #ddd
}

.fancybox-simple-table td,
.fancybox-simple-table th {
    padding: 10px
}

.fancybox-table th {
    font-weight: 400;
    color: #fff;
    background-color: #324960;
    padding: 10px
}

.fancybox-table .table-head td {
    background-color: #4fc3a1;
    color: #fff;
    font-weight: 400;
    padding: 10px
}

.fancybox-table td {
    padding: 5px 10px;
    background: #f2f2f2
}

.fancybox-table tr.white td {
    background: #fff
}

.fancybox-table tr {
    padding: 10px
}

.fancybox-table p {
    margin: 0
}

.fancybox-table p+.fancybox-table {
    margin-top: 5px
}

.fancybox-table.fancybox-content {
    background: #ffffff75
}

.word-prikaz.fancybox-content {
    width: 1000px;
    line-height: 1.5;
    min-height: 60%
}

.word-prikaz.fancybox-content ul {
    margin-left: 40px
}

.word-basic.fancybox-content {
    max-width: 1000px;
    line-height: 1.5
}

.word-basic.fancybox-content ul,
.word.fancybox-content ol {
    margin-left: 40px
}

.word.fancybox-content {
    max-width: 1000px;
    font-family: "Times New Roman", sans-serif;
    font-size: 1.2em
}

.word.fancybox-content p {
    text-indent: 40px;
    line-height: 1.5
}

.word.fancybox-content ol,
.word.fancybox-content ul {
    margin-left: 80px
}

li p {
    display: contents
}

.main-section .main-content-section .table-sved p {
    line-height: 1
}

.imgTopPosition {
    -o-object-position: top;
    object-position: top
}

.flex-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-table>div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bold {
    font-weight: 700
}

.static-img,
.static-img-link {
    margin-right: 15px;
    flex-basis: 45%
}

.static-slide {
    height: 100%;
    width: 100%
}

.order-slider {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-text {
    width: 100%;
    margin: 1%;
    color: #fff
}

.old-site {
    background-color: #333;
    padding: 15px;
    font-size: 18px;
    color: #f2f2f2;
    text-align: center
}

body .old-site a,
body .old-site a:link,
body .old-site a:visited {
    color: #fff;
    margin-right: 10px
}

.main-slick-slider .slick-slide {
    margin-right: 15px
}

.banners img {
    height: 70px;
    width: auto
}

.main-section .video-js .vjs-big-play-button::before {
    top: 0;
    left: 0
}

.video-group a,
.video-group a:link {
    text-decoration: none
}

.video-group .video-js {
    width: 100%;
    height: 210px
}

.goog-te-gadget-simple {
    margin: 10px
}

.table-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-section table.table-item {
    width: unset;
    text-align: left;
    margin-left: 0
}

.main-section table.table-item td,
.main-section table.table-item th {
    padding: 8px 8px
}

.show-mobile {
    display: none
}

.h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    padding-left: 0;
    color: #3865a8
}

.tr-level-one {
    font-weight: 700
}

.tr-level-one .light {
    font-weight: 400
}

.tr-level-three {
    background-color: #e9ebf2
}

.table-one-level {
    font-weight: 700
}

.table-three-level {
    font-style: italic
}

.td-p a {
    padding-left: 1em;
    display: inline-block
}

.main-section .table-no-border td,
.main-section .table-no-border th {
    border: 1px solid #fff
}

.hidden-block {
    display: none
}

.table-head {
    font-weight: 700;
    font-size: 1.2rem
}

.eduName {
    font-weight: 700
}

.facult-detail ol,
.facult-detail ul,
.main-section .main-content-section .struct-detail ol,
.main-section .main-content-section .struct-detail ul {
    margin-left: 40px;
    list-style-position: inside
}

div.struct-detail {
    word-wrap: break-word
}

.news-date-time {
    color: #486daa
}

.leader-block {
    margin: 5px 8px 0 1px;
    max-width: 250px;
    float: left;
    text-align: center
}

.leader-block img {
    width: 100%;
    height: auto
}

.leader-block h4 {
    margin: 0;
    background: #12407b;
    padding: 5px 5px
}

.leader-block h4 span {
    color: #edf3ff;
    font-weight: 700
}

.leader-block a {
    display: inline-block;
    width: 100%;
    color: #fff
}

.leader-block p {
    background: #f0f0f0;
    padding: 5px;
    font-size: .9em
}

.kafedra-teacher-image {
    max-width: 250px;
    height: auto;
    float: left;
    margin: 0 1% 1% 0
}

.main-section .main-content-section .kafedra-info ul {
    margin-left: 2%;
    display: inline-block
}

.kafs {
    margin-top: 2em
}

.kaf-peds-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.kaf-peds-item {
    flex-basis: 19%;
    margin: .5%;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 250px
}

.kaf-peds-item a {
    text-align: center;
    display: inline-block
}

.kaf-peds-item h4 {
    text-align: center;
    margin-top: 5px
}

.kaf-peds-item img {
    width: 100%;
    height: 40vh;
    object-fit: cover
}

.main-section .main-content-section ul.kaf-list {
    list-style: none;
    margin: -.5em;
    display: flex;
    flex-wrap: wrap
}

.main-section .main-content-section ul.kaf-list li {
    flex-basis: 400px;
    max-width: 23%
}

.main-section .main-content-section ul.kaf-list li a {
    text-decoration: none;
    background-color: #f0f0f0;
    color: #12407b;
    padding: 3% 1%;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-weight: inherit;
    display: flex;
    justify-content: center;
    align-items: center
}

.kaf-list li {
    margin: .5em
}

.main-section .main-content-section ul.kaf-list li a:hover {
    background-color: #12407b;
    color: #e5f0ff
}

.main-section .main-content .main-content-section .news-detail .h2 {
    display: block
}

.group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-object-fit: cover;
    object-fit: cover
}

.group-item {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    margin: 1%
}

.video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.video-item {
    flex-basis: 450px;
    margin: .5%
}

.video-item .video-js {
    width: 100%
}

.news-detail .h2 {
    width: 100%
}

.kaf-peds-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.kaf-peds-item {
    flex-basis: 13%;
    margin: .5%;
    max-width: 13%;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 200px
}

.kaf-peds-item a img {
    width: 100%;
    height: 35vh;
    object-fit: cover
}

.kafedra-teacher-image {
    max-width: 250px;
    height: auto;
    float: left;
    margin: 5px 1% 1% 0
}

.main-section .main-content-section .kafedra-info ul {
    margin-left: 2%;
    display: inline-block
}

.base-video {
    width: 100%
}

.main-content-top>div {
    position: relative;
    width: 100%
}

.main-content-top>div+div {
    margin-top: 10px
}

.fancybox-content .imglist {
    width: 100%;
    height: 100%
}

p {
    margin-bottom: 5px
}

hr {
    color: #113572;
    background-color: #113572;
    border: 0 none;
    height: 2px;
    clear: both;
    border-radius: 30px
}

tr:hover {
    background-color: #f2f2f2
}

.main-content-section .banners {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banners img {
    margin: 10px
}

.spoiler {
    background-color: #376cc8;
    color: #fff;
    padding: 1%;
    border-radius: 10px;
    margin: 1% 0;
    -webkit-transition: .4s;
    transition: .4s
}

.spoiler:hover {
    background-color: #4588de
}

.spoiler-block {
    display: none
}

.spoiler-trigger {
    cursor: pointer
}

.table-spoiler {
    padding: 15px 10px;
    background-color: #126999;
    margin-top: 5px;
    color: #fff;
    font-weight: initial;
    display: flex
}

.table-spoiler:hover {
    background-color: #5d879e
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    width: 100%
}

dl,
ol,
ul {
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0
}

h2,
h3,
h4,
h5,
h6,
table h1 {
    margin-bottom: 5px;
    font-weight: initial
}

h1 {
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 3rem;
    padding-left: 0;
    display: inline-block;
    color: #3865a8;
    margin-bottom: 10px
}

a img {
    border: none
}

.show,
.show580 {
    display: none
}

.main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 100%
}

.main-section table {
    border-collapse: collapse;
    border: none
}

.main-section .main-content-section table ol,
.main-section .main-content-section table ul {
    margin-left: 10px
}

.main-section table td,
.main-section table th {
    padding: 8px 12px
}

.main-section table.nohover tr {
    background-color: inherit
}

.main-section table p {
    margin-bottom: 5px
}

.main-section .table-sved {
    font-size: .75em;
    text-align: left
}

.ped-sved {
    max-height: 600px;
    overflow: scroll
}

.main-section .main-table {
    font-size: 1em;
    text-align: left;
    width: 100%;
    background-color: #d1e6ff;
    border: none;
    margin: 0 auto;
    border-spacing: unset
}

.main-table td,
.main-table th {
    padding: 1.5% .5%;
    border: 1px solid #fff
}

.main-section .main-table th {
    color: #fff
}

.main-table th {
    background-color: #194376;
    color: #fff;
    font-weight: 400
}

.main-table td {
    color: #194376
}

.main-table tr:hover {
    background-color: #c8dcf3
}

.main-table td img {
    max-width: 400px;
    border-radius: 10px
}

.main-section .left-bar {
    min-width: 260px;
    max-width: 260px;
    flex-basis: 260px;
    border-right: 1px solid #b6b6b6;
    box-sizing: border-box
}

.main-section .left-bar .left-nav .left-menu {
    margin: 0
}

.main-section .left-bar .left-nav a.text-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px;
    margin: 5px;
    font-size: 14px;
    text-decoration: none;
    color: #2658bc
}

.main-section .left-bar .left-nav a.text-a:hover {
    background-color: #0b3e89;
    color: #fff
}

.main-section .left-bar .left-nav a.text-a:hover circle,
.main-section .left-bar .left-nav a.text-a:hover path,
.main-section .left-bar .left-nav a.text-a:hover rect {
    stroke: #fff
}

.main-section .left-bar .left-nav a.text-a:hover .d-sreda-circle {
    fill: #fff
}

.social-panel {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #b6b6b6
}

.news-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news-gallery a {
    margin: 5px
}

.news-gallery img {
    height: 100%;
    max-height: 180px;
    -o-object-fit: cover;
    object-fit: cover
}

.simple-modul h2 {
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    margin: 0;
    padding: 15px;
    background-color: #002f5a
}

.simple-modul .rektor {
    position: relative
}

.simple-modul .rektor img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.simple-modul .rektor .rector-desk {
    background-color: #292929;
    width: 100%;
    padding: 5px 0
}

.simple-modul .rektor .rector-desk p {
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    color: #fff;
    margin: 0
}

.simple-modul .rektor .rector-desk a {
    font-weight: 400;
    font-size: 1em;
    text-align: center;
    color: #fff;
    display: block
}

.main-section .main-content {
    background: #f2f2f2;
    padding: 15px;
    position: relative;
    width: calc(100% - 290px)
}

.main-section .main-content .main-content-section {
    padding: 15px;
    margin-top: 15px;
    background-color: #fff
}

.main-section .main-content .mainTop {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.mainTop .slick-initialized .slick-slide {
    margin-right: 5px
}

.adv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-section .main-content .adv {
    margin: 15px 0 15px 0
}

.adv-wrapper {
    flex-basis: 100%
}

.main-section .main-content .adv .h2 {
    width: 100%
}

.main-section .main-content .mainTop .video-js {
    height: 100%;
    width: 100%;
    background-color: #000
}

.video-js .vjs-big-play-button::before {
    top: 50%;
    left: 50%
}

.h2 {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 3em;
    padding-left: 0;
    display: inline-block;
    color: #3865a8;
    font-weight: lighter
}

.main-section .main-content .main-content-section .h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    padding-left: 0;
    color: #3865a8;
    margin-bottom: 10px;
    display: block
}

.main-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    width: 100%;
    max-width: 100vw
}

.main-content-top .slider {
    flex-basis: 100%;
    height: 500px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-size: cover;
    margin-right: -15px;
    position: relative;
    overflow: auto
}

.slider-top,
.slider-top .slick-list,
.slider-top .slick-slide,
.slider-top .slick-slider,
.slider-top .slick-track,
.slider-top .slide-item {
    height: auto
}

.main-content-top .slider,
.main-content-top .slider .slick-list,
.main-content-top .slider .slick-slide,
.main-content-top .slider .slick-slider,
.main-content-top .slider .slick-track,
.main-content-top .slider .slide-item {
    height: 100%
}

.slider-top {
    width: 100%
}

.slider-top img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0 auto
}

.main-content-top .slider .slide-item img {
    height: 100%;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill
}

.slide-desc {
    background-color: rgba(0, 0, 0, .62);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.slide-desc p {
    color: #fff;
    padding: 30px
}

.right-nav {
    min-width: 500px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, .5)
}

.right-nav .right-nav-element {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.right-nav .right-nav-element:hover p {
    margin-left: 5px;
    -webkit-transition: .5s;
    transition: .5s
}

.right-nav .right-nav-element:hover .right-nav-sub {
    display: block
}

.right-nav .right-nav-element p {
    margin-top: 10px;
    -webkit-transition: .5s;
    transition: .5s
}

.right-nav .right-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.instityt {
    background: #007ec4;
    margin-right: 2px
}

.obrazovanie {
    background: #2ea4dc;
    margin-right: 2px
}

.nayka {
    background: #a0d9f1;
    margin-right: 2px
}

.tvorchestvo {
    background: #e9455b
}

.instityt-img {
    height: 30%;
    width: 30%;
    background: url("../images/instityt.png") no-repeat center;
    background-size: contain
}

.obrazovanie-img {
    height: 30%;
    width: 30%;
    background: url("../images/obrazovanie.png") no-repeat center;
    background-size: contain
}

.nayka-img {
    height: 35%;
    width: 30%;
    background: url("../images/nayka.png") no-repeat center;
    background-size: contain
}

.tvorchestvo-img {
    height: 30%;
    width: 30%;
    background: url("../images/tvorchestvo.png") no-repeat center;
    background-size: contain
}

.right-nav-sub {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 7px 4px rgba(0, 0, 0, .26);
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, .26);
    display: none
}

.right-nav-sub li {
    list-style-type: none;
    border-bottom: 1px solid #e1e1e1
}

.right-nav-sub li:last-child {
    border-bottom: none
}

.right-nav-sub a {
    display: inline-block;
    width: 100%;
    padding: 3% 2%;
    font-weight: initial;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.right-nav-sub a:hover {
    background-color: #f8f8f8
}

.main-content .right-nav-side {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: auto
}

.main-content .right-nav-side .right-nav-element {
    padding-top: 1%;
    height: 100px
}

.main-content .right-nav-side .right-nav-element div {
    height: 40%
}

.main-content .right-nav-side .nayka {
    margin-left: 2px
}

.group-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto;
    margin: -.5%;
    font-size: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: justify;
    word-spacing: -1px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.news .one-article {
    padding-bottom: 30px
}

.video-group .one-article a {
    color: #1b42a2;
    text-decoration: none;
    transition: color .2s
}

.one-article {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    border: 1px solid #e5e5e5;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: .5%;
    max-width: 24%
}

.video-group .one-article {
    border: none
}

.one-article img {
    width: 100%;
    height: 13vw;
    -o-object-fit: cover;
    object-fit: cover
}

.video-name {
    color: #1b42a2;
    cursor: pointer;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-top: 10px
}

.video-name:hover {
    color: #1252ff
}

.article-name {
    margin: 5px 5px;
    font-weight: 600
}

.article-name a {
    transition: color .3s;
    text-decoration: none;
    color: #1b42a2;
    font-size: 1.1rem
}

.article-name a:hover {
    color: #2858cc
}

.one-article p {
    margin: 5px 5px;
    font-size: 1rem
}

body .show-all {
    color: #194376;
    font-family: Roboto
}

.one-article a.article-button {
    border: none;
    background-color: #194376;
    color: #fff;
    position: absolute;
    padding: 5px 20px;
    bottom: 0;
    right: 0;
    text-decoration: none;
    font-size: 16px;
    transition: background-color .2s
}

a.article-button:hover {
    background-color: #125bb3
}

.photo-desc {
    text-align: center;
    color: #0054a5
}

.detail_picture {
    max-width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% 0;
    object-position: 20% 0
}

.news-name {
    font-size: 1.6em;
    padding: 0;
    margin: 10px 0
}

.news-date-time {
    font-style: italic;
    color: #adadad;
    font-size: 1.1em;
    display: inline-block;
    margin-top: 15px
}

.main-content-section .one-notice a {
    transition: .5s;
    font-size: 1rem;
    text-align: left;
    color: rgba(25, 67, 118, .8);
    text-decoration: none;
    padding: 10px;
    display: block;
    height: 100%;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-content-section .one-notice a:hover {
    background-color: #125bb3;
    border-color: #125bb3;
    color: #fff
}

.one-article.one-notice {
    border: none
}

.adv-date-time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: .8rem;
    color: #d5d5d5;
    font-style: italic;
    margin: 3px
}

.adv {
    margin: 0 0 15px 0
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .left-bar {
    min-width: 260px;
    max-width: 260px;
    background-color: #101010;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

footer .left-bar p {
    font-family: Roboto;
    font-size: .9em;
    color: #fff;
    text-align: center
}

footer .site-map {
    background-color: #051324;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    margin: 0
}

footer .site-map .one-map {
    border: none;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 30px
}

footer .site-map a h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    margin: 0
}

footer .site-map a {
    text-decoration: none
}

footer .site-map .one-map ul {
    margin-left: 40px
}

footer .site-map .one-map ul li {
    list-style-type: none
}

footer .site-map .one-map ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    color: rgba(155, 176, 202, .58)
}

footer a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

footer li a:hover {
    -webkit-text-decoration-color: rgba(155, 176, 202, .58);
    text-decoration-color: rgba(155, 176, 202, .58)
}

@media screen and (max-width:1500px) {
    .news .one-article {
        font-size: 1em
    }

    .news .one-article button {
        font-size: 12px
    }
}

@media screen and (max-width:1280px) {
    .one-article.double-news.main-two {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .one-article.double-news img {
        height: 35vw
    }

    .one-article.double-news {
        max-width: 100%
    }

    .one-article img {
        height: 20vw
    }

    .main-section .table-struct td {
        padding: 3px
    }

    .main-section .table-struct,
    table {
        font-size: .95em
    }

    .top-nav .text-a {
        font-size: .9em
    }

    .main-content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-content .right-nav {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-height: 90px;
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px
    }

    .main-content .right-nav .right-nav-element {
        width: 25%;
        height: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .main-content .right-nav .right-nav-element div {
        height: 50%
    }

    .obrazovanie {
        margin-right: 2px
    }

    .one-article h3,
    .one-article p {
        padding-left: 5px;
        padding-right: 5px
    }

    .one-article {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 48.7%
    }

    .main-section .main-content-section {
        font-size: 1em
    }

    body .main-section .struct-facult-head span {
        font-size: 1em;
        padding: 2%
    }

    .struct-kaf a {
        font-size: .9em
    }

    .main-content-top .slider {
        width: 100%
    }

    .main-section .main-content .mainTop {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (max-width:1024px) {
    .main-section .main-content .main-content-section .h3 {
        font-size: 1.6rem
    }

    .main-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-section .left-bar {
        min-width: 100%;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        background: #f2f2f2
    }

    .main-section .left-bar .left-nav {
        margin: 0 10px
    }

    .main-section .left-bar .left-nav a.text-a {
        background: #fff
    }

    ul.left-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .news .one-article.double-news {
        max-height: 100%
    }

    .one-article.double-news img {
        float: none;
        width: 100%;
        height: auto
    }

    .swiper-container {
        height: 30vw
    }

    footer .left-bar {
        max-width: 100%
    }

    .main-content-top .slider,
    .main-content-top .slider .slick-list,
    .main-content-top .slider .slick-slide,
    .main-content-top .slider .slick-slider,
    .main-content-top .slider .slick-track,
    .main-content-top .slider .slide-item {
        height: 30vw
    }

    .hidden,
    .hidden-mobile,
    html .top-nav .hidden-mobile,
    html ul.left-menu ul.levelTwoUlBlock {
        display: none
    }

    .show-mobile {
        display: block
    }

    .static-img {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 15px
    }

    .order-slider {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .static-slide {
        height: auto
    }

    html .top-nav-hidden {
        max-height: 0;
        -webkit-transition: max-height .3s;
        transition: max-height .3s;
        min-height: 0
    }

    .top-nav {
        max-height: 100vmax;
        height: auto;
        -webkit-transition: max-height .3s;
        transition: max-height .3s;
        background: #333
    }

    .top-nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
    }

    .top-nav .search-li {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-bottom: 2px solid #333
    }

    .top-nav ul li {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        border: none
    }

    .top-nav .text-a {
        line-height: 55px
    }

    .top-nav .social-panel {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .top-nav .social-panel img {
        margin-right: 10px;
        height: 50px
    }

    .top-nav .social-panel img:hover {
        -webkit-filter: brightness(120%);
        filter: brightness(120%)
    }

    .top-nav .nav-button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%
    }

    .top-nav .nav-button a {
        font-size: .7em;
        line-height: 20px;
        padding: 10px
    }

    .top-nav .nav-button img {
        vertical-align: middle;
        height: 30px;
        margin-right: 10px
    }

    .main-content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-content .right-nav {
        width: 100%;
        margin-top: -10px;
        margin-bottom: 5px
    }

    .main-content .right-nav .right-nav-element {
        height: 100px
    }

    .main-section .main-content {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .main-content-top .slider {
        margin-right: 0
    }

    .news .group-article {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news .one-article {
        max-width: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-height: 200px;
        padding-bottom: 0
    }

    .news .one-article {
        padding-bottom: 0;
        margin-left: 0
    }

    .one-article:nth-child(2n-1) {
        margin-left: 0
    }

    .one-article:nth-child(n+3) {
        margin-top: 5px
    }

    .one-article img {
        width: 33vw;
        float: left;
        margin-right: 15px;
        max-height: 100%
    }

    .banners {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    footer .site-map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .site-map .one-map {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 20px 0 20px 20px
    }

    footer .site-map .one-map:nth-child(2n) {
        padding-right: 20px
    }
}

@media screen and (max-width:700px) {
    .main-section .left-bar .left-nav a.text-a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        font-size: .8em;
        width: 100%
    }

    .table2na1 tbody tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-struct {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-struct>div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .top-struct>div:last-child {
        margin: 5px 0 0 0
    }
}

@media screen and (max-width:580px) {
    .main-section .left-bar .left-nav {
        margin: 0
    }

    .main-content .right-nav {
        margin-top: 0
    }

    .news .one-article.double-news {
        height: auto
    }

    .video-group .one-article .article-name {
        margin: 5px;
        font-weight: 700;
        font-size: .9em
    }

    .order-slider {
        margin-top: 5px
    }

    .table-spoiler {
        font-size: 1em
    }

    .main-content .right-nav .right-nav-element p {
        font-size: .9em
    }

    .struct-facult {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
        max-width: 48%
    }

    .swiper-container {
        height: 55vw
    }

    .group-article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .group-article.banners {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background-color: #fff
    }

    .one-article {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        max-width: 100%
    }

    .banners img {
        margin: 5px
    }

    .banners img {
        height: 50px;
        width: auto
    }

    .main-content .right-nav {
        max-height: initial;
        font-size: 1em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .main-content-top .slider,
    .main-content-top .slider .slick-list,
    .main-content-top .slider .slick-slide,
    .main-content-top .slider .slick-slider,
    .main-content-top .slider .slick-track,
    .main-content-top .slider .slide-item {
        height: 60vw
    }

    .main-slick-slider .slick-slide {
        margin-right: 0
    }

    .main-section .main-content .main-content-section .h2 {
        font-size: 2em
    }

    .main-content-top .slider {
        margin-top: 2px
    }

    .main-content .right-nav .obrazovanie {
        margin-right: 0
    }

    .nayka,
    .tvorchestvo {
        margin-top: 2px
    }

    .main-content .right-nav .right-nav-element {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .show580 {
        display: block
    }

    .top-nav ul li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .top-nav .nav-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .one-article {
        background-color: #fff;
        overflow: hidden
    }

    .one-article:nth-child(n) {
        margin-top: 3px;
        margin-left: 0
    }

    .main-section .main-content {
        padding: 0
    }

    .main-section .main-content .main-content-section {
        padding: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-section .main-content .main-content-section.no-bg {
        background-color: rgba(0, 0, 0, 0)
    }

    .main-section .main-content .main-content-section .show-all {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px;
        padding: 10px 0;
        text-align: center;
        background-color: #fff;
        border: 1px solid #bac2d4;
        text-decoration: none;
        color: #405a93
    }

    .main-section .main-content .main-content-section .show-all:hover {
        background-color: #194376;
        color: #fff
    }

    .main-content .right-nav {
        min-width: auto;
        height: auto;
        max-height: 100%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .main-content .right-nav .right-nav-element p {
        margin-bottom: 10px
    }

    .instityt-img,
    .nayka-img,
    .obrazovanie-img,
    .tvorchestvo-img {
        width: 50%;
        height: 50px;
        background-size: contain;
        background-position: center;
        margin-top: 10px
    }

    .one-article img {
        width: auto;
        float: left;
        height: 100%;
        margin-right: 15px
    }

    .news .one-article {
        padding-bottom: 0;
        height: 100px;
        font-size: .9em
    }

    .one-article h3 {
        font-weight: inherit;
        height: 100%;
        margin: 0;
        padding: 0
    }

    .news .one-article h3 a {
        text-decoration: none;
        color: #3e3e3e;
        padding: 10px;
        height: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .news .one-article h3 a:hover {
        background-color: #194376;
        color: #fff
    }

    .hide580 {
        display: none
    }

    .main-content-section .one-notice a {
        text-align: center
    }

    footer .site-map {
        padding: 5px
    }

    footer .site-map .one-map {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0;
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .site-map .one-map:nth-child(2n) {
        padding-right: 0
    }

    footer .site-map .one-map .spoiler {
        background-color: #fff0;
        border: none;
        font-size: 1.5em;
        color: #c7e1ff;
        margin-left: 5px;
        width: 50px;
        cursor: pointer
    }

    footer .site-map a {
        -ms-flex-preferred-size: calc(100% - 55px);
        flex-basis: calc(100% - 55px)
    }

    footer .site-map a h3 {
        background-color: #fff0;
        padding: 10px;
        color: #c7e1ff;
        font-size: 1.2em
    }

    footer .site-map .one-map .spoiler:hover,
    footer .site-map .one-map ul li a:hover,
    footer .site-map a h3:hover {
        background-color: #fff;
        color: #132d4b;
        border-radius: 10px
    }

    footer .site-map .one-map a:hover {
        text-decoration: none
    }

    footer .site-map .one-map ul {
        margin-left: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    footer .site-map .one-map ul li a {
        padding: 5px;
        display: block
    }
}

@media screen and (max-width:450px) {
    .main-content .right-nav .right-nav-element: hover p {
        font-size: 1em
    }

    .main-section .table-struct thead {
        height: auto
    }

    .main-section .table-struct tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .struct-detail .detail_picture {
        width: 100%;
        height: auto;
    }

    .news .one-article {
        height: 80px;
        font-size: .65em;
    }
}

@media screen and (max-width:400px) {
    .main-section .left-bar .left-nav a.text-a span {
        display: none;
        width: 100%;
    }

    .struct-facult {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .table-spoiler {
        font-size: .9em;
    }
}

header div {
    max-height: 150px;
}

header {
    display: flex;
    height: 150px;
    justify-content: space-between;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

@media screen and (max-width:1100px) {
    header {
        height: 100px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
    }
}

@media screen and (max-width:560px) {
    header {
        height: 60px;
    }
}

@media screen and (max-width:1100px) {
    header .top-main-menu {
        display: none;
    }
}

header .logotip {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    z-index: 1
}

@media screen and (max-width:1100px) {
    header .logotip {
        width: 100vw
    }
}

header .logotip a {
    height: 90%
}

header .logotip a .logotip {
    height: 100%;
    margin-left: 1em;
    width: 450px
}

@media screen and (max-width:560px) {
    header .logotip a .logotip {
        width: 60px
    }
}

header .logotip .main-logo {
    font-family: micrabold;
    font-size: 1.4rem;
    white-space: pre-line;
    color: #194376
}

@media screen and (max-width:1440px) {
    header .logotip .main-logo {
        font-size: 1.1rem
    }
}

@media screen and (max-width:1100px) {
    header .logotip .main-logo {
        display: none
    }
}

header .logotip .mobile-logo {
    font-family: micrabold;
    display: none;
    color: #194376
}

@media screen and (max-width:1100px) {
    header .logotip .mobile-logo {
        display: block;
        font-size: 2em;
        text-transform: uppercase;
        margin: 0;
        line-height: 100px
    }
}

@media screen and (max-width:560px) {
    header .logotip .mobile-logo {
        font-size: 1.2em;
        line-height: 60px
    }
}

header .slogan {
    position: absolute;
    right: 0;
    max-width: 800px;
    display: contents
}

@media screen and (max-width:1100px) {
    header .slogan {
        display: none
    }
}

header .slogan img {
    height: 100%
}

header .slogan .overlayed {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

header .svg-menu-phone {
    display: none;
    width: 100px;
    height: 100px;
    transform: rotate(0);
    transition: .5s
}

@media screen and (max-width:1100px) {
    header .svg-menu-phone {
        display: block
    }
}

@media screen and (max-width:560px) {
    header .svg-menu-phone {
        width: 60px;
        height: 60px
    }
}

header .svg-menu-phone path {
    fill: #194376;
    stroke: #194376;
    transition: .2s;
    stroke-width: 2.5;
    stroke-linecap: round
}

header .svg-menu-phone .x {
    stroke-linecap: unset;
    opacity: 0
}

header .svg-menu-phone-active {
    transform: rotate(180deg);
    transition: .5s
}

header .svg-menu-phone-active path {
    opacity: 0
}

header .svg-menu-phone-active .x {
    opacity: 1
}

.top-nav {
    min-height: 45px;
    background: #2ea4dc
}

@media screen and (max-width:1100px) {
    .top-nav {
        min-height: 0;
        max-height: 0;
        transition: .7s
    }

    .top-nav.show-menu {
        max-height: 100%
    }
}

.top-nav .top-nav-ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style-type: none
}

.top-nav .top-nav-ul .top-nav-ul-li {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 1%;
    margin-right: 1%;
    width: 23%;
    margin: 0;
    position: relative;
    text-align: center;
    border-right: 1px solid rgb(46 164 220);
    border-left: 1px solid rgba(255, 255, 255, .2)
}

@media screen and (max-width:1100px) {
    .top-nav .top-nav-ul .top-nav-ul-li {
        position: initial
    }

    .top-nav .top-nav-ul .top-nav-ul-li.active-mobile .top-nav-sub {
        margin: 0;
        right: 0;
        left: 0
    }
}

.top-nav .top-nav-ul .top-nav-ul-li.active {
    background-color: #0000005e
}

.top-nav .top-nav-ul .top-nav-ul-li.active .top-nav-sub {
    display: flex
}

.top-nav .top-nav-ul .top-nav-ul-li .text-a {
    font-family: Comfortaa, cursive;
    cursor: pointer;
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    line-height: 45px;
    width: 100%;
    display: inline-block
}

@media screen and (max-width:1440px) {
    .top-nav .top-nav-ul .top-nav-ul-li .text-a {
        font-size: .9em
    }
}

.top-nav .top-nav-ul .top-nav-ul-li .text-a:hover {
    background-color: #00000017;
    text-shadow: none
}

.top-nav .top-nav-ul .top-nav-ul-li .top-nav-sub {
    z-index: 100;
    display: none;
    background-color: #fff;
    position: absolute;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    box-shadow: 2px 4px 4px 0 rgba(62, 62, 62, .4);
    flex-direction: column;
    transition: .5s;
    overflow: hidden
}

@media screen and (max-width:1100px) {
    .top-nav .top-nav-ul .top-nav-ul-li .top-nav-sub {
        margin-left: 100%
    }
}

.top-nav .top-nav-ul .top-nav-ul-li .top-nav-sub li {
    border-top: 1px solid #d8d8d8;
    list-style-type: none
}

.top-nav .top-nav-ul .top-nav-ul-li .top-nav-sub li:first-child {
    border: none
}

.top-nav .top-nav-ul .top-nav-ul-li .top-nav-sub li a {
    font-size: 1em;
    color: #0060cb;
    width: 100%;
    display: block;
    height: 100%;
    padding: 10px;
    box-sizing: border-box
}

.top-nav .top-nav-ul .top-nav-ul-li .top-nav-sub li a:hover {
    background-color: rgba(242, 242, 242, .29)
}

.top-nav .top-nav-ul .search-li {
    padding-right: 1px
}

.top-nav .top-nav-ul .search-li form {
    display: flex
}

.top-nav .top-nav-ul .search-li form label {
    background-color: #fff;
    cursor: pointer
}

.top-nav .top-nav-ul .search-li form label svg {
    height: 37px;
    width: 37px;
    stroke-width: 0
}

.top-nav .top-nav-ul .search-li form .search {
    border: none;
    width: 100%
}

.top-nav .top-nav-ul .search-li form .search-b {
    width: 0;
    height: 0;
    border: none;
    position: absolute
}

.top-nav .top-nav-ul .nav-button {
    display: flex;
    justify-content: space-around;
    line-height: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 1%;
    margin-right: 1%;
    margin: 0;
    box-sizing: border-box
}

@media screen and (max-width:1440px) {
    .top-nav .top-nav-ul .nav-button {
        width: 31.3333333333%
    }
}

.top-nav .top-nav-ul .nav-button img {
    margin-right: 5px;
    height: 30px;
    vertical-align: middle
}

@media screen and (max-width:1440px) {
    .top-nav .top-nav-ul .nav-button img {
        font-size: .7em
    }
}

footer {
    background: #003553;
    color: #fff;
    display: flex
}

footer .left-bar {
    background: #003553;
    color: #fff;
    box-sizing: border-box;
    padding: 26px 22px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 115%;
    border-right: 1px solid #0f415e
}

footer .left-bar .left-bar-kom {
    margin-top: 15px
}

footer .left-bar .left-bar-soc {
    margin-top: 20px;
    display: flex
}

footer .left-bar .left-bar-soc a {
    text-decoration: none;
    height: 30px
}

footer .left-bar .left-bar-soc svg {
    height: 30px;
    width: 100%;
    fill: #fff;
    stroke: #fff;
    stroke-width: 0
}

footer .left-bar .left-bar-soc svg:hover {
    fill: #86d3ff;
    stroke: #86d3ff
}

footer .left-bar p {
    font-family: Roboto;
    color: #fff;
    text-align: left
}

@media screen and (max-width:1100px) {
    footer .left-bar p {
        text-align: center
    }
}

footer .site-map {
    background-color: #003553;
    flex-grow: 1;
    margin: 0;
    text-align: center;
    align-items: center;
}

footer .site-map .footer-text {
    width: 100%;
    margin: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem
}

footer .site-map .footer-text p.politika {
    margin-top: 50px
}

footer .site-map .footer-text p.politika b {
    font-weight: 500
}

footer .site-map .footer-text p.copyright {
    margin-top: 30px
}

.master-class {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1%;
    margin-right: -1%;
    justify-content: center
}

.master-class>div {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 1%;
    margin-right: 1%;
    width: 39.6666666667%;
    margin-top: 10px
}

@media screen and (max-width:960px) {
    .master-class>div {
        width: 64.6666666667%
    }
}

.master-class div.full {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 1%;
    margin-right: 1%;
    width: 81.3333333333%
}

.master-class p.profiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.master-class p.profiles img {
    margin: 5px 10px
}

.master-class img.profile,
.master-class p.profiles img {
    width: 150px;
    min-width: 80px;
    box-shadow: 5px 5px 10px #878e99
}

.online_afisha {
    width: 100%;
    display: flex
}

.online_afisha .col-2 {
    width: 15%;
    float: left;
    margin: .8%
}

.online_afisha .col-2 img {
    height: auto;
    max-height: 553px;
    transition: 2s;
    transform: scale(1)
}

.online_afisha .col-4 {
    width: 30%;
    margin: 0 20px;
    height: max-content
}

.online_afisha .col-2 img:hover {
    transition: 2s;
    transform: scale(1.05)
}

@media screen and (max-width:424px) {
    .online_afisha {
        width: 100%;
        display: contents
    }

    .online_afisha .col-2 {
        width: 48%;
        margin: .8%;
        height: 355px
    }

    .online_afisha .col-2 img {
        height: auto
    }

    .online_afisha .col-4 {
        width: 90%
    }
}

@media(min-width:425px)and (max-width:767px) {
    .online_afisha {
        width: 100%;
        display: contents
    }

    .online_afisha .col-2 {
        width: 31%;
        margin: .8%;
        float: left
    }

    .online_afisha .col-2 img {
        height: 307px
    }

    .online_afisha .col-4 {
        width: 90%;
        margin: 0 20px;
        height: max-content
    }
}

@media(min-width:768px)and (max-width:1199px) {
    .online_afisha .col-4 {
        width: 50%;
        margin: 0 20px;
        height: max-content
    }
}

.afisha_gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column
}

.afisha_gallery img {
    width: 48%;
    padding: 1%
}

@media screen and (max-width:338px) {
    .afisha_gallery {
        height: 1600px
    }
}

@media(min-width:339px)and (max-width:374px) {
    .afisha_gallery {
        height: 1800px
    }
}

@media(min-width:375px)and (max-width:424px) {
    .afisha_gallery {
        height: 2100px
    }
}

@media(min-width:425px) {
    .afisha_gallery {
        height: 2100px
    }
}

@media(min-width:768px) {
    .afisha_gallery {
        height: 3500px
    }
}

@media(min-width:992px) {
    .afisha_gallery {
        height: 4600px
    }
}

@media(min-width:1024px) {
    .afisha_gallery {
        height: 4700px
    }
}

@media(width:1200px) {
    .afisha_gallery {
        height: 4300px
    }
}

@media(min-width:1440px) {
    .afisha_gallery {
        height: 5500px
    }
}

@media(min-width:1441px) {
    .afisha_gallery {
        height: 7300px
    }
}

@media(min-width:1920px) {
    .afisha_gallery {
        height: 7600px
    }
}

@media(min-width:2560px) {
    .afisha_gallery {
        height: 10600px
    }
}

#spisok-post>div {
    margin-bottom: 20px
}

.table-wrapper {
    margin-top: 2em;
    overflow: auto
}

.spisok-post-table td,
.spisok-post-table th {
    font-size: .9em;
    border: 1px solid #dfdfdf
}

.spisok-post-table td {
    text-align: center
}

.spisok-post-table td:first-child {
    text-align: left
}

.d-select {
    width: 100%;
    max-width: 400px;
    position: relative
}

.d-select.open .d-select__dropdown {
    display: block
}

.d-select.open .d-select__input {
    border-bottom: none
}

.d-select.open .d-select__input .arrow {
    transform: rotate(.25turn)
}

.d-select.open .d-select__backdrop {
    display: block
}

.d-select__input {
    border: 1px solid #ccc;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
    cursor: pointer
}

.d-select__input:hover {
    background: #fbfbfb
}

.d-select__input .arrow {
    fill: #333;
    transform: rotate(.75turn)
}

.d-select__dropdown {
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    top: 40px;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1
}

.d-select__list {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff
}

.d-select__backdrop {
    position: fixed;
    display: none;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: 0 0
}

.d-select__item {
    padding: .6rem;
    border-bottom: 1px solid #ccc
}

.d-select__item:last-child {
    border-bottom: none
}

.d-select__item.selected {
    background-color: bisque
}

.d-select__item:hover {
    background-color: #eee;
    cursor: pointer;
    transition: .15s background-color ease-in
}

.main-section .main-content-section ul.d-select__list {
    margin: 0;
    padding: 0
}

.loader-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8888
}

.loader-wrap.hide {
    display: none
}

.loader-wrap>* {
    display: none
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #5a65c9;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #5a65c9 transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}