

/* Start:/local/templates/kemgik/css/app.css?175389233389264*/
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("/local/templates/kemgik/css/../images/instityt.png") no-repeat center;
    background-size: contain
}

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

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

.tvorchestvo-img {
    height: 30%;
    width: 30%;
    background: url("/local/templates/kemgik/css/../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
    }
}
/* End */


/* Start:/local/templates/kemgik/css/bootstrap-grid.min.css?175389233355585*/
:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray-900:#212529;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-primary-rgb:13,110,253;--bs-secondary-rgb:108,117,125;--bs-success-rgb:25,135,84;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:33,37,41;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-body-color-rgb:33,37,41;--bs-body-bg-rgb:255,255,255;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));--bs-body-font-family:var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-bg:#fff}
.container,.container-fluid,.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container-sm,.container{max-width:540px}}@media (min-width:768px){.container-md,.container-sm,.container{max-width:720px}}@media (min-width:992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media (min-width:1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media (min-width:1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}@media (min-width:1600px){.container-xxxl,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1560px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-.5*var(--bs-gutter-x));margin-left:calc(-.5*var(--bs-gutter-x))}
.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*0.5);padding-left:calc(var(--bs-gutter-x)*0.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}
.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}
.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}
.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}
.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}
.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}
.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}
.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}
.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}
.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}
.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}@media (min-width:1600px){.col-xxxl{flex:1 0 0%}.row-cols-xxxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxxl-2{flex:0 0 auto;width:16.66666667%}.col-xxxl-3{flex:0 0 auto;width:25%}.col-xxxl-4{flex:0 0 auto;width:33.33333333%}.col-xxxl-5{flex:0 0 auto;width:41.66666667%}.col-xxxl-6{flex:0 0 auto;width:50%}.col-xxxl-7{flex:0 0 auto;width:58.33333333%}.col-xxxl-8{flex:0 0 auto;width:66.66666667%}.col-xxxl-9{flex:0 0 auto;width:75%}
.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxxl-11{flex:0 0 auto;width:91.66666667%}.col-xxxl-12{flex:0 0 auto;width:100%}.offset-xxxl-0{margin-left:0}.offset-xxxl-1{margin-left:8.33333333%}.offset-xxxl-2{margin-left:16.66666667%}.offset-xxxl-3{margin-left:25%}.offset-xxxl-4{margin-left:33.33333333%}.offset-xxxl-5{margin-left:41.66666667%}.offset-xxxl-6{margin-left:50%}.offset-xxxl-7{margin-left:58.33333333%}.offset-xxxl-8{margin-left:66.66666667%}.offset-xxxl-9{margin-left:75%}.offset-xxxl-10{margin-left:83.33333333%}.offset-xxxl-11{margin-left:91.66666667%}.g-xxxl-0,.gx-xxxl-0{--bs-gutter-x:0}.g-xxxl-0,.gy-xxxl-0{--bs-gutter-y:0}.g-xxxl-1,.gx-xxxl-1{--bs-gutter-x:.25rem}.g-xxxl-1,.gy-xxxl-1{--bs-gutter-y:.25rem}.g-xxxl-2,.gx-xxxl-2{--bs-gutter-x:.5rem}.g-xxxl-2,.gy-xxxl-2{--bs-gutter-y:.5rem}.g-xxxl-3,.gx-xxxl-3{--bs-gutter-x:1rem}.g-xxxl-3,.gy-xxxl-3{--bs-gutter-y:1rem}.g-xxxl-4,.gx-xxxl-4{--bs-gutter-x:1.5rem}.g-xxxl-4,.gy-xxxl-4{--bs-gutter-y:1.5rem}.g-xxxl-5,.gx-xxxl-5{--bs-gutter-x:3rem}
.g-xxxl-5,.gy-xxxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}
.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}
.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}
.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}
.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}
.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}
.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media (min-width:576px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}
.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}
.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}
.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}
.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}
.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}
.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media (min-width:768px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}
.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}
.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}
.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}
.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}
.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}
.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}
.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media (min-width:992px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}
.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}
.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}
.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}
.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}
.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}
.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}
@media (min-width:1200px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}
.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}
.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}
.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}
.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}
.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}
.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media (min-width:1400px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}
.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}
.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}
.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}
.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}
.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}
.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}
.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}
/* End */


/* Start:/local/templates/kemgik/css/swiper-slider.min.css?175389233315325*/
@font-face{font-family:'swiper-icons';src:url('data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0 -(var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,0.2)}button.swiper-pagination-bullet{border:0;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/kemgik/css/header.css?17538923332473*/
.header .container-fluid {
  padding-right: 0;
  padding-left: 0; 
}

.header .container-fluid .logo {
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px; 
}

.header .container-fluid .logo img {
  width: 380px; 
}

.header .tooltip {
  display: flex;
  align-content: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  height: 140px;
  justify-content: flex-end;
  margin-right: 80px; 
}

.header .megamenu-open {
	cursor: pointer;
}

.header .tooltip .row {
  display: flex;
  margin-right: 0;
  margin-left: 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end; 
}

.header .tooltip .row .block {
  position: relative; 
}

.header .tooltip .row .block .hover img {
    vertical-align: middle;
    max-width: 36px;
}

.header .tooltip .row .block .hidden_header {
  display: none;
  position: absolute;
  bottom: 60px;
  font-size: 16px;
  left: 50%;
  background: white;
  color: #455158;
  text-align: center;
  min-width: 140px;
  width: 100%;
  transform: translate(-50%);
  padding: 5px 10px;
  border: 0.3px solid #cdcdcd;
  font-family: 'Raleway',sans-serif;
}

.header .tooltip .row .block .hover + .hidden_header:before {
  font-size: 0.688rem;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -9px;
  content: "";
  transform: rotate(45deg) translate(-50%);
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  background: white; 
}

.header .tooltip .row .block .hover:hover + .hidden_header {
  display: block; 
}

.header .tooltip .row .block a#specialButton {
    display: block !important;
}

@media screen and (max-width: 767px) {
  .header .tooltip {
    display: flex;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    height: 90px;
    justify-content: center;
    margin-right: 0px;
    padding-bottom: 40px;
  }

  .header .container-fluid .logo {
		margin-top: 30px;
		margin-bottom: 0px;
		display: flex;
		justify-content: center;
		margin-left: 0px;
	}
	.header .container-fluid .logo img {
	  width: 280px; 
	}
}

.t796__shape-border_bottom {
    bottom: -1px;
}

.t796__shape-border {
    left: 0;
    font-size: 0;
    width: 100%;
    overflow: hidden;
    display: none;
    pointer-events: none;
	margin-top: 40px;
}

.t796__svg {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 101%;
    fill: #fff;
}

.t796__svg path {
    pointer-events: initial;
}
/* End */


/* Start:/local/templates/kemgik/css/menu.css?175389233324206*/
:root {
  --scrollbarBgColor: #ffba002b;
  --scrollbarThumbColor: #097dc0;
  --scrollbarThumbColorSecond: #ffba00;
  --scrollbarWidth: 5px;
  --scrollbarBorder: 0px solid #097dc000;
  --scrollbarBorderRadius: 0px;
}

.scroll-content {
  scrollbar-width: var(--scrollbarWidth);
  scrollbar-color: var(--scrollbarThumbColor) var(--scrollbarBgColor);
}
.scroll-content::-webkit-scrollbar {
  width: var(--scrollbarWidth);
}
.scroll-content::-webkit-scrollbar-track {
  background: var(--scrollbarBgColor);
  border-radius: var(--scrollbarBorderRadius);
}
.scroll-content::-webkit-scrollbar-thumb {
  background-color: var(--scrollbarThumbColor);
  border-radius: var(--scrollbarBorderRadius);
  border: var(--scrollbarBorder);
  background-image: linear-gradient(
    180deg,
    var(--scrollbarThumbColor) 0%,
    var(--scrollbarThumbColorSecond) 90%
  );
  height: 30%;
}

.menu {
  height: 60px;
  background: #007EC4;
  z-index: 99; 
}

@media screen and (max-width: 1023px) {
  .menu {
      display: none;
  }
}

.menu .container-fluid {
  padding-right: 0;
  padding-left: 0; 
}

.menu .container-fluid .main-level {
  padding: 0 10%;
  position: relative;
  display: flex;
  height: 100%;
  margin-left: -40px; 
}

.menu .container-fluid .main-level .main-level-item {
  list-style-type: none;
  position: relative;
  height: 60px;
  transition: 0.5s; 
}

.menu .container-fluid .main-level .main-level-item:not(:first-child):before {
  position: absolute;
  content: " ";
  width: 1px;
  height: 4px;
  background: #fff;
  left: 0;
  top: 47%; 
}

.menu .container-fluid .main-level .main-level-item:hover + .sub-level, .menu .container-fluid .main-level .main-level-item:active + .sub-level, .menu .container-fluid .main-level .main-level-item:focus + .sub-level {
  display: block;
  transition: 0.5s; 
}

.menu .container-fluid .main-level .main-level-item a {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #f2f2f2;
  height: 100%;
  font-size: 1rem;
  padding: 0 40px;
  letter-spacing: -.025em;
  display: flex;
  align-items: center;
  transition: 0.5s; 
  cursor: pointer;
  font-weight: 500;
}

.menu .container-fluid .main-level .main-level-item a:hover, .menu .container-fluid .main-level .main-level-item a:active, .menu .container-fluid .main-level .main-level-item a:focus {
  background: rgba(69, 81, 88, 0.8);
  transition: 0.5s; 
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .menu .container-fluid .main-level .main-level-item a {
    padding: 0 15px; 
  } 
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .menu .container-fluid .main-level .main-level-item a {
    padding: 0 25px; 
  } 
}

.menu .container-fluid .main-level .sub-level {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 37px;
  background-color: #F2F8FC;
  box-shadow: 0 0 4px 0 #0000001a;
  transition: 0.5s; 
}

.menu .container-fluid .main-level .sub-level:hover, .menu .container-fluid .main-level .sub-level:active, .menu .container-fluid .main-level .sub-level:focus {
  display: block;
  transition: 0.5s; 
  z-index: 9999;
}

.menu .container-fluid .main-level .sub-level .container ul {
  padding: 0 40px; 
}

.menu .container-fluid .main-level .sub-level .container ul:not(:last-child) {
  border-right: 1px solid #00000008; 
}

.menu .container-fluid .main-level .sub-level .container ul li {
  font-family: 'Raleway', sans-serif;
  list-style-type: none;
  font-size: 16px;
  margin-bottom: 20px;
  position: relative; 
}

.menu .container-fluid .main-level .sub-level .container ul li.bold a {
  font-weight: 700;
}

.menu .container-fluid .main-level .sub-level .container ul li.vertical {
  position: absolute !important;
  transform: rotate(-90deg);
  left: 64.5%;
  top: 38%; 
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 66%; 
  } 
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 64%; 
  } 
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 67%; 
  } 
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 66%; 
  } 
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 68%; 
  } 
}

@media (min-width: 1500px) and (max-width: 1599px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 67%; 
  } 
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 66%; 
  } 
}

@media (min-width: 2560px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical {
    left: 60%; 
  } 
}

.menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
  position: absolute !important;
  transform: rotate(-90deg);
  left: 66%;
  top: 38%; 
}

@media (min-width: 1024px) and (max-width: 1099px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 70%; 
  } 
}

@media (min-width: 1100px) and (max-width: 1199px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 68%; 
  } 
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 70%; 
  } 
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 69%; 
  } 
}

@media (min-width: 1400px) and (max-width: 1499px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 71%; 
  } 
}

@media (min-width: 1500px) and (max-width: 1599px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 70%; 
  } 
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 69%; 
  } 
}

@media (min-width: 2560px) {
  .menu .container-fluid .main-level .sub-level .container ul li.vertical_2 {
    left: 62%; 
  } 
}

.menu .container-fluid .main-level .sub-level .container ul li.indent {
  margin-left: 30px; 
}

.menu .container-fluid .main-level .sub-level .container ul li.no_dot:before {
  position: absolute;
  content: " ";
  height: 0;
  width: 0; 
}

.menu .container-fluid .main-level .sub-level .container ul li:before {
  position: absolute;
  content: " ";
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #000000cc;
  left: -10px;
  top: 0.35em; 
}

.menu .container-fluid .main-level .sub-level .container ul li a {
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  transition: .5s;
  letter-spacing: 0.04rem; 
}

.menu .container-fluid .main-level .sub-level .container ul li a:hover, .menu .container-fluid .main-level .sub-level .container ul li a:active, .menu .container-fluid .main-level .sub-level .container ul li a:focus {
  color: #005aa5;
  transition: .5s;
}

.menu .container-fluid .main-level .sub-level .separator {
  height: 30px; 
}

.menu .container-fluid .main-level .sub-level .footer-level {
  box-shadow: 0 4px 4px 0 #00000040;
  border-top: 2px solid #eaf0f4;
  padding-top: 30px; 
}

@media (min-width: 1024px) {
  .menu .container-fluid .main-level .sub-level .footer-level .container {
    margin: 0 auto;
    max-width: 1024px;
    display: contents;
    padding: 0; 
  } 
}

.menu .container-fluid .main-level .sub-level .footer-level .container .row {
  margin-right: 0;
  margin-left: 0;
  padding-bottom: 10px; 
}

.menu .container-fluid .main-level .sub-level .footer-level .container .row li {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  text-align: center; 
}

.menu .container-fluid .main-level .sub-level .footer-level .container .row li:not(li.no-dot):before {
  position: absolute;
  content: " ";
  height: 0;
  width: 0; 
}

.menu .container-fluid .main-level .sub-level .footer-level .container .row li a {
  text-transform: uppercase;
  font-family: 'Spectral', serif;
  font-weight: 800; 
}

.menu .container-fluid .main-level .main-level-search {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.menu .container-fluid .main-level .main-level-search .search-button {
  float: right;
  font: normal 16px/30px "PT Sans", PTsans, Arial, sans-serif;
  color: #157fc4;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media (min-width: 992px) {
  .menu .container-fluid .main-level .main-level-search .search-button {
    font-size: 18px;
    padding: 15px 0px 15px 18px;
    color: white;
    width: 50px;
  }
}

@media (min-width: 1280px) {
  .menu .container-fluid .main-level .main-level-search .search-button {
    font-size: 20px;
    padding: 15px 0px 15px 20px;
  }
}

.menu .container-fluid .main-level .main-level-search .search-button:hover {
  background: #455158;
  color: #ffffff;
}

.menu .container-fluid .main-level .main-level-search .container-search {
  overflow: hidden;
  background: #007ec4;
  color: #ffffff;
  position: absolute;
  width: 0;
  top: 0;
  height: 50px;
  left: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.menu .container-fluid .main-level .main-level-search .opened {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 10;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.menu .container-fluid .main-level .main-level-search .container-search #searchTitle {
  width: 50%;
}

.menu .container-fluid .main-level .main-level-search .container-search #searchTitle .search-form-block {
  height: 60px;
  overflow: hidden;
}

.menu .container-fluid .main-level .main-level-search .container-search #searchTitle .search-close-button {
  float: right;
  width: 60px;
  height: 50px;
  cursor: pointer;
}

.menu .container-fluid .main-level .main-level-search .container-search #searchTitle .search-close-button .icon {
  margin: 5px 0px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='53.7' height='53.7' viewBox='0 0 53.7 53.7'><path opacity='1' fill='white' d='M35.6 34.4L28 26.8l7.6-7.6c.2-.2.2-.5 0-.7l-.5-.5c-.2-.2-.5-.2-.7 0l-7.6 7.6-7.5-7.6c-.2-.2-.5-.2-.7 0l-.6.6c-.2.2-.2.5 0 .7l7.6 7.6-7.6 7.5c-.2.2-.2.5 0 .7l.5.5c.2.2.5.2.7 0l7.6-7.6 7.6 7.6c.2.2.5.2.7 0l.5-.5c.2-.2.2-.5 0-.7z'/></svg>");
  width: 50px;
  height: 50px;
  background-position: 0;
  opacity: 0.6;
  background-size: contain;
}

.menu .container-fluid .main-level .main-level-search .container-search #searchTitle .search-close-button:hover .icon {
  opacity: 1;
}

.menu .container-fluid .main-level .main-level-search .container-search .ov-h {
  overflow: hidden;
}

.menu .container-fluid .main-level .main-level-search .container-search .ov-h .search-input {
  background: #ffffff;
  color: #007ec4;
  font-size: 20px;
  height: 40px;
  margin: 10px 0;
  border: 0;
  padding: 0;
  outline: 0;
  display: block;
  width: 70%;
  float: right;
  padding-left: 10px;
}

.menu .container-fluid .main-level .main-level-search .container-search .ov-h .search-input::-ms-clear {
  display: none;
}

.menu .container-fluid .main-level .main-level-search .container-search .search-suggestions {
  display: none;
  font-size: 20px;
  padding-left: 30%;
}

#title-search-input:valid + .search-suggestions { 
  display: block; 
}

.menu .container-fluid .main-level .main-level-search .container-search .search-suggestions .search-result {
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu .container-fluid .main-level .main-level-search .container-search .search-suggestions .search-result .search-result-item {
  padding: 5px 3px;
  display: block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-top: 10px;
}

.menu .container-fluid .main-level .main-level-search .container-search .search-suggestions .search-result .search-result-item:hover {
  background: #378295;
}

.menu .container-fluid .main-level .main-level-search .container-search .search-suggestions .search-count {
  opacity: .5;
  padding-left: 10px;
}

.menu .container-fluid .main-level .main-level-search .container-search .search-suggestions .btn {
  margin-left: 10px;
  margin-top: -20px;
  margin-bottom: 20px;
  display: inline-block;
  color: #157fc4;
  margin-bottom: 0;
  font: normal 16px/40px "PT Sans",PTsans,Arial,sans-serif;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 0;
  text-decoration: none;
  white-space: nowrap;
  height: 40px;
  padding: 0 20px;
  border-radius: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
  margin-bottom: 20px;
}

/* Меню Megamenu*/
.megamenu {
    display: none;
    position: fixed;
    z-index: 80000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #fff;
}

.megamenu.active {
    display: block;
}

.megamenu .container:before, .megamenu .container:after {
    content: " ";
    display: table;
}

.megamenu .container .row:before, .megamenu .container .row:after {
    content: " ";
    display: table;
}

.relative {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100vw;
}

.megamenu__main {
    padding: 10px 0px 10px 20px;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: 100vh;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: auto;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.megamenu .wrap {
    padding-right: 20px;
}

.megamenu__main .lvl-1 {
    margin-top: 10px;
}

.megamenu__main .lvl-1 .education {
    display: flex;
}

.megamenu__main .lvl-1 .item {
    margin-top: 15px;
}


.megamenu__main .lvl-1 a {
    border-bottom: 2px solid #333;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #000000;
    text-decoration: none;
    font-family: Raleway;
    font-weight: 900;
    font-size: 22px;
    cursor: pointer;
}

.megamenu__main .lvl-1 a:hover, .megamenu__main .lvl-1 a:active {
    border-bottom: 2px solid var(--scrollbarThumbColor);
}

.megamenu__main .lvl-1 a.active {
    color: var(--scrollbarThumbColor);
    border-bottom: 2px solid var(--scrollbarThumbColor);
}

.megamenu__main .lvl-2 {
    margin-top: 60px;
    font-family: Spectral;
    font-family: 'Spectral', serif;
    font-weight: 600;
    line-height: 18px;
    font-size: 18px;
}

.megamenu__main .lvl-2 a {
    margin-top: 60px;
    font-family: Spectral;
    font-family: 'Spectral', serif;
    font-weight: 600;
    line-height: 18px;
    font-size: 18px;
}

.megamenu__main .lvl-2 .item {
    margin-bottom: 15px;
}


.megamenu__main .lvl-3 {
    margin: 60px 0 100px;
    font-family: Raleway;
    font-size: 15px;
    font-weight: 500;
}

.megamenu__main .lvl-3 .item {
    margin: 10px 0;
}

.megamenu__main .lvl-3 .item a:hover {
    color: var(--scrollbarThumbColorSecond);
}

.megamenu__center {
    padding-left: 20px;
    padding-right: 0;
}

.megamenu__center .back {
    display: none;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Spectral';
    font-size: 14px;
    font-weight: 700;
    color: #097dc0;
}

.megamenu__center .back::before {
    content: "\00AB";
    display: inline-block;
    font-family: 'Raleway', serif;
    font-weight: 600;
    line-height: 18px;
    font-size: 20px;
    font-style: normal;
    margin-right: 10px;
    color: var(--scrollbarThumbColorSecond);
}

.megamenu__center .submenu {
    display: none;
    padding: 20px 0;
    height: 100vh;
}

.megamenu__center .submenu.active {
    display: block;
    padding-bottom: 1200px;
}

.megamenu .has-sub {
    position: relative;
    padding-right: 20px;
    color: #000;
}

.megamenu .has-sub::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "\003C";
    font-family: 'Raleway', serif;
    font-weight: 600;
    line-height: 18px;
    font-size: 20px;
    font-style: normal;
    text-decoration: inherit;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.megamenu .has-sub:hover {
    color: var(--scrollbarThumbColor);
}

.submenu .item {
  padding: 5px 0;
  padding-left: 30px;
}


.megamenu .has-sub.active {
    color: var(--scrollbarThumbColor);
}

.megamenu .has-sub.active::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.megamenu__center a {
    cursor: pointer;
    color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
    font-weight: 500;
}

.megamenu__center a:hover, .megamenu__center a:active, .megamenu__center a:focus {
    color: var(--scrollbarThumbColor);
    border-color: var(--scrollbarThumbColor);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

.megamenu .menu__tab {
    display: none;
    padding: 0px 0 15px 30px;
}

.megamenu .menu__tab.active {
    display: block;
}

.megamenu .menu__tab .item {
    padding: 5px 0;
}

.megamenu .menu__tab .item a {
    display: block;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5em;
}

.megamenu .menu__tab .item a:hover {
    color: var(--scrollbarThumbColorSecond);
}

.megamenu .borderLeft {
    border-left: 1px solid #eee;
}

.megamenu__add {
    position: relative;
    padding: 20px;
    line-height: 20px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
}

.megamenu__add .contacts .contacts__name, .address {
    position: relative;
    line-height: 20px;
    font-family: Spectral;
    font-size: 22px;
    font-weight: 900;
}

.megamenu__add .megamenu__add-relative .requisites a,  .megamenu__add .megamenu__add-relative .phonebook a {
    position: relative;
    line-height: 20px;
    font-family: Spectral;
    font-size: 22px;
    font-weight: 900;
    color: black;
}

.megamenu__add .megamenu__add-relative .requisites a:hover, .megamenu__add .megamenu__add-relative .phonebook a:hover {
    color: #000000;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.megamenu__add-relative {
    position: relative;
    bottom: 0;
}

.megamenu__add .megamenu__add-relative .contacts a {
    border-bottom: 1px solid #000;
    color: #000;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #000000;
    text-decoration: none;
}

.megamenu__add .megamenu__add-relative .contacts a:hover {
    color: var(--scrollbarThumbColor);
    border-bottom: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.phonebook, .requisites {
  margin-bottom: 30px;
}

.megamenu__add .contacts {
    margin: 30px 0;
}

.megamenu__main a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #000000;
    text-decoration: none;
}

.megamenu__main a:hover, .megamenu__main a:active {
    color: var(--scrollbarThumbColor);
    border-color: var(--scrollbarThumbColor);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
  .megamenu__footer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .megamenu__slide-xs {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 6px;
    background-color: #fff;
    z-index: 9999;
  }

  .megamenu__slide-xs.click {
    left: 0;
  }

  .megamenu__center .wrap .back {
    display: inline-block;
  }

  .submenu .item {
    padding: 5px 0;
    padding-right: 30px;
  }
}

.megamenu-open__open {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 24px;
    height: 30px;
    z-index: 999999999;
    vertical-align: middle;
    cursor: pointer;
}

.megamenu-open__open .megamenu-opener__bit-2:before {
    content: '';
    height: 2px;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 17px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    background: var(--scrollbarThumbColor);
    -webkit-transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.megamenu-open__open .megamenu-opener__bit-2:after {
    top: 2px;
    width: 17px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    background: var(--scrollbarThumbColor);
    -webkit-transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    content: '';
    position: absolute;
    right: 0px;
    height: 2px;
}

.megamenu-open__open .megamenu-opener__bit-3:before {
    content: '';
    position: absolute;
    bottom: 3px;
    width: 17px;
    left: 0px;
    height: 2px;
    background: var(--scrollbarThumbColor);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.megamenu-open__open .megamenu-opener__bit-3:after {
  content: '';
  right: 0px;
  height: 2px;
    position: absolute;
    bottom: 3px;
    width: 17px;
    background: var(--scrollbarThumbColor);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
    transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

/* End */


/* Start:/local/templates/kemgik/css/blok_info.css?17538923333891*/
#container-hr.container_hr hr, #container-hr-2.container_hr hr {
	border: 2px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#097dc0 100%);
    border-image-slice: 1;
    background: none;
    height: 0px;
    margin: 0;
    clear: both;
    position: relative;
    right: 0;
    top: 0;
    z-index: 0;
    width: auto;
}

#container-hr-3.container_hr hr {
	border: 5px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    background: none;
    height: 0px;
    margin: 0;
    clear: both;
    position: relative;
    right: 0;
    top: 0;
    z-index: 0;
    width: auto;
}

#index_block {
    padding: 120px 0px 10px 0px;
    background: url(/local/templates/kemgik/images/header/bg_1.svg);
    background-repeat: no-repeat;
    z-index: -1;
    margin-top: -30px;
}

#index_block .subscribes-and-services__cards-wrapper {
    justify-content: space-evenly;
    align-items: center;
}

#index_block .subscribes-and-services__card {
    display: flex;
    flex-wrap: nowrap;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative;
    justify-content: start;
    border: solid 2px transparent;
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%) border-box;
    border-radius: 24px;
}

#index_block .subscribes-and-services__card:hover {
    -webkit-box-shadow: 0 125px 80px rgb(23 58 105 / 7%), 0 81.0185px 46.8519px rgb(23 58 105 / 5%), 0 48.1481px 25.4815px rgb(23 58 105 / 4%), 0 25px 13px rgb(23 58 105 / 4%), 0 10.1852px 6.51852px rgb(23 58 105 / 3%), 0 2.31481px 3.14815px rgb(23 58 105 / 2%);
    box-shadow: 0 125px 80px rgb(23 58 105 / 7%), 0 81.0185px 46.8519px rgb(23 58 105 / 5%), 0 48.1481px 25.4815px rgb(23 58 105 / 4%), 0 25px 13px rgb(23 58 105 / 4%), 0 10.1852px 6.51852px rgb(23 58 105 / 3%), 0 2.31481px 3.14815px rgb(23 58 105 / 2%);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

#index_block .subscribes-and-services .card__content {
	padding-top: 40px;
	padding-left: 40px;
	max-width: 67%;
}

#index_block .subscribes-and-services .card__content-heading a {
    margin-bottom: 8px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
	color: #000000;
	font-family: Spectral;
}

#index_block .subscribes-and-services .card__content-heading a:hover {
    text-decoration: none;
}

#index_block .subscribes-and-services .card__content-text {
    margin-top: 25px;
    margin-bottom: 15px;
}

#index_block .subscribes-and-services .card__content-text a {
    font-size: 16px;
	font-weight: 500;
    color: #525252;
}

#index_block .subscribes-and-services .card__content-text a p {
    line-height: 18px;
    margin-bottom: 20px;
	font-family: Raleway;
	color: #525252;
}

#index_block .subscribes-and-services .card__floating-img {
    margin-top: -17px;
    overflow: hidden;
    border-bottom-right-radius: 24px;
    min-width: 30%;
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 270px;
}

#index_block .subscribes-and-services .card__floating-img img {
    height: 100px;
    right: 0;
    bottom: 0;
    position: absolute;
}

@media screen and (max-width: 1199px) {
	#index_block .subscribes-and-services__card {
		margin-bottom: 20px;
	}
	#index_block .subscribes-and-services .card__content {
		padding-left: 20px;
	}
	#index_block .subscribes-and-services__cards-wrapper {
		align-items: stretch;
	}
}
@media (min-width: 1024px) {
	#container-hr-2.container_hr hr {
		display: none;
	}
}

@media screen and (max-width: 1024px){
	#index_block .container {
		padding: 0px;
		margin: 0 auto;
	}
}
/* End */


/* Start:/local/templates/kemgik/css/decree_block.css?17538923335151*/
            .decree_container {
                padding: 0;
                margin: 0;
                max-width: 99.3%;
            }

            .decree_block  {
                justify-content: space-evenly;
                padding: 0;
                margin: 0;
            }

            .decree_block-col {
                    display: flex;
                    justify-content: center;
                    height: 250px;
                    align-items: center;
            }
            #decree-col {
                justify-content: flex-end;
            }
            #notifies-col {
                justify-content: flex-start;
            }
            #notifies {
                position: relative;
                background-image: url(/local/templates/kemgik/images/notifies.svg);
                transform: scaleX(-1);
                background-size: contain;
                width: 300px;
                background-repeat: no-repeat;
                padding: 0;
                margin: 0;
            }
            #decree {
                    position: relative;
                    background-image: url(/local/templates/kemgik/images/notifies.svg);
                    background-size: contain;
                    width: 300px;
                    background-repeat: no-repeat;
                    padding: 0;
                    margin: 0;
            }

            #decree a {
                    height: 143px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 6px;
                    font-family: 'Raleway';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 23px;
                    background: linear-gradient(270deg, #097DC0 46.91%, #FFBA00 52.91%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-clip: text;
                    text-fill-color: transparent;
                    position: relative;
                    transition: all 0.4s;
                    margin-left: 40px;
            }

            #decree a:hover {
                    height: 143px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-top: 12px;
                    font-family: 'Raleway';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 23px;
                    background: linear-gradient(90deg, #097DC0 46.91%, #FFBA00 52.91%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-clip: text;
                    text-fill-color: transparent;
                    position: relative;
                    transition: all 0.4s;
                    margin-left: 10px;
            }

            #notifies a {
                    height: 143px;
                    margin-top: 6px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-family: 'Raleway';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 23px;
                    background: linear-gradient(90deg, #097DC0 46.91%, #FFBA00 52.91%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-clip: text;
                    text-fill-color: transparent;
                    position: relative;
                    transition: all 0.4s;
                    transform: scaleX(-1);
                    margin-left: 40px;
            }

            #notifies a:hover {
                    height: 143px;
                    display: flex;
                    margin-top: 12px;
                    justify-content: center;
                    align-items: center;
                    font-family: 'Raleway';
                    font-style: normal;
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 23px;
                    background: linear-gradient(270deg, #097DC0 46.91%, #FFBA00 52.91%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                    background-clip: text;
                    text-fill-color: transparent;
                    position: relative;
                    transition: all 0.4s;
                    margin-left: 10px;
            }

            @media screen and (max-width: 767px) {
                #notifies-col, #decree-col {
                    justify-content: center;
                    padding: 0;
                    margin: 0;
                }

                .decree_block-col {
                    height: 180px;
                }
                
            }
/* End */


/* Start:/local/templates/kemgik/css/rector.css?17538923338854*/
.section-rector {
    position: relative;
}

#feedback_rector {
    height: 500px;
    margin-bottom: 16px;
    margin-top: -60px;
    padding: 0;
}

#feedback_rector .row {
    padding: 0;
    margin: 0;
}

#feedback_rector .background_img {
    background: url(/local/templates/kemgik/images/footer/bg_0.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
    padding: 0;
    margin: 0;
    margin-bottom: -30px;
}

#feedback_rector .background_img_1 {
    background: url(/local/templates/kemgik/images/footer/bg_3.svg);
    background-repeat: no-repeat;
    background-position: 55% 130%;
}

.container_border {
    width: 350px;
    height: 295px;
    padding: 50px;
    transform: rotate(330deg);
    background: white;
    display: flex;
    justify-content: center;
    bottom: -100px;
    border: 5px solid transparent;
    border-image: linear-gradient(270deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    position: relative;
}

.rector_block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.container_hr hr {
    width: 65%;
    border: 2px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    background: none;
    height: 0px;
    margin: 0;
    clear: both;
    position: absolute;
    right: 0;
    top: 104px;
    z-index: -1;
}

h2.hr {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Spectral;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    margin-bottom: 40px;
} 

h2.hr:after {
    content: '';
    display: block;
    margin-top: -0.2em;
    border: 2px solid #000;
}

.rector-name {
    margin-bottom: 20px;
}

#feedback_rector .rector-name p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 0.045em;
    color: #000000;
}

.new_button .glow-on-hover {
    width: 230px;
    height: 40px;
    border: 0;
    outline: 0;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
}

.new_button .glow-on-hover:before {
    content: '';
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 100%;
    z-index: -1;
    width: 230px;
    height: 40px;
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

.new_button .glow-on-hover:hover:before {
    content: '';
    border: 1px solid transparent;
    border-image: linear-gradient(90deg,#097dc0 0,#ffba00 100%);
    border-image-slice: 1;
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 100%;
    z-index: -1;
    width: 230px;
    height: 40px;
    animation: glowing 20s linear infinite;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.new_button .glow-on-hover a {
    color: #000;
    text-decoration: none;
    font-family: Raleway;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.new_button .glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent;
}

.new_button .glow-on-hover:active {
    color: #0000;
}

.text_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotate(30deg);
}

@media screen and (max-width: 424px) {
    #feedback_rector {
        height: 400px;
        margin-bottom: 0px;
        margin-top: -60px;
        padding: 5px;
    }
    #feedback_rector .row {
        padding: 5px;
        margin: 5px;
    }

    #feedback_rector .background_img_1 {
        background: none;
        background-repeat: no-repeat;
        background-position: 55% 130%;
    }
    .rector_block {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .container_border {
        width: 230px;
        height: 240px;
        padding: 20px;
        transform: rotate(0deg);
        background: white;
        display: flex;
        justify-content: center;
        bottom: -75px;
        border: 5px solid transparent;
        border-image: linear-gradient(270deg,#097dc0 0,#ffba00 100%);
        border-image-slice: 1;
        position: relative;
    }
    .text_block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: rotate(0deg);
    }
    #feedback_rector .rector_block h2.hr {
        font-size: 1.5rem;
    }
    #feedback_rector .rector-name p {
        font-size: 20px;
    }
}

@media (min-width: 425px) and (max-width: 575px) {
    #feedback_rector {
        height: 400px;
        margin-bottom: 0px;
        margin-top: -60px;
        padding: 5px;
    }
    #feedback_rector .row {
        padding: 5px;
        margin: 5px;
    }

    #feedback_rector .background_img_1 {
        background-position: right center;
        z-index: -1;
    }
    .rector_block {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .container_border {
        width: 230px;
        height: 240px;
        padding: 20px;
        transform: rotate(0deg);
        background: white;
        display: flex;
        justify-content: center;
        bottom: -75px;
        border: 5px solid transparent;
        border-image: linear-gradient(270deg,#097dc0 0,#ffba00 100%);
        border-image-slice: 1;
        position: relative;
    }
    .text_block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: rotate(0deg);
    }
    #feedback_rector .rector_block h2.hr {
        font-size: 1.5rem;
    }
    #feedback_rector .rector-name p {
        font-size: 20px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container_border {
        width: 330px;
        height: 300px;
        padding: 30px;
        bottom: -150px;
    }
    #feedback_rector .rector_block  h2.hr {
        font-size: 30px;
    }
    #feedback_rector .rector-name p {
        font-size: 22px;
    }
    .new_button .glow-on-hover {
        width: 160px;
        height: 50px;
    }
    .new_button .glow-on-hover:before {
        width: 160px;
        height: 50px;
    }
    .new_button .glow-on-hover:hover:before {
        width: 160px;
        height: 50px;
    }
    #feedback_rector .background_img {
        background: url(/local/templates/kemgik/images/footer/bg_0.svg);
        background-size: 600%;
        background-repeat: no-repeat;
        z-index: -1;
        margin-bottom: -190px;
    }
    #feedback_rector .background_img_1 {
        background-position: 0;
        z-index: -1;
    }
    .container_hr hr {
        top: 460px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #feedback_rector {
        height: 500px;
        margin-bottom: -41px;
        margin-top: -54px;
        padding: 0;
    }
    .rector_block {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    #feedback_rector .rector_block  h2.hr {
        font-size: 30px;
    }
    #feedback_rector .rector-name p {
        font-size: 22px;
    }
    .new_button .glow-on-hover {
        width: 160px;
        height: 50px;
    }
    .new_button .glow-on-hover:before {
        width: 160px;
        height: 50px;
    }
    .new_button .glow-on-hover:hover:before {
        width: 160px;
        height: 50px;
    }
    .container_border {
        width: 290px;
        height: 250px;
        padding: 45px;
        transform: rotate(310deg);
        background: white;
        display: flex;
        justify-content: center;
        bottom: -101px;
        border: 5px solid transparent;
        border-image: linear-gradient(270deg,#097dc0 0,#ffba00 100%);
        border-image-slice: 1;
        position: relative;
    }
    .text_block {
        display: flex;
        flex-direction: column;
        transform: rotate(50deg);
        align-items: center;
        justify-content: center;
    }
    .container_hr hr {
        top: 112px;
        width: 75%;
    }
    .rector_img {
        right: 0;
        position: absolute;
    }
    #feedback_rector .background_img {
        background-size: 300%;
        margin-bottom: -182px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    #feedback_rector .background_img {
        background-size: 300%;
        margin-bottom: -182px;
    }
}

@media screen and (max-width: 767px) {
    .rector_img {
        display: none;
    }
}
/* End */


/* Start:/local/templates/kemgik/css/footer.css?17538923336730*/
.bg_22 {
    background: url(/local/templates/kemgik/images/bg_2.svg);
    background-repeat: repeat-y;
    z-index: -1;
    background-position: right 0vw top 1vh;
}

@media screen and (max-width: 1024px) {
    ul.left-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
    .main-section .main-content .main-content-section .h3 {
        font-family: sans-serif;
        font-size: 20px;
        color: #000000;
        font-weight: bold;
    }
}

.tg_icon {
    background: url(/local/templates/kemgik/images/footer/tg1.png) no-repeat;
    height: 25px;
    width: 35px;
    display: block;
    margin-right: 5px;
    float: left;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vk_icon {
    background: url(/local/templates/kemgik/images/footer/vk1.png) no-repeat;
    height: 25px;
    width: 35px;
    display: block;
    margin-right: 5px;
    float: left;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.rutube_icon {
    background: url(/local/templates/kemgik/images/footer/rutube1.png) no-repeat;
    height: 25px;
    width: 35px;
    display: block;
    margin-right: 5px;
    float: left;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tg_icon:hover {
    background: url(/local/templates/kemgik/images/footer/tg.png) no-repeat;
    height: 25px;
    width: 35px;
    display: block;
    margin-right: 5px;
    float: left;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vk_icon:hover {
    background: url(/local/templates/kemgik/images/footer/vk.png) no-repeat;
    height: 25px;
    width: 35px;
    display: block;
    margin-right: 5px;
    float: left;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.rutube_icon:hover {
    background: url(/local/templates/kemgik/images/footer/rutube.png) no-repeat;
    height: 25px;
    width: 35px;
    display: block;
    margin-right: 5px;
    float: left;
    background-size: contain;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (min-width: 768px) {
  .container-footer {
    padding: 30px 0;
    line-height: 30px;
  }
}

.footer-wrapper {
  background: #181818;
  color: #fff;
  padding: 70px 20px;
  line-height: 25px;
}

footer {
    background: #00355300;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.footer-wrapper .contacts .contacts__name, .address {
    position: relative;
    line-height: 20px;
    font-family: Spectral;
    font-size: 22px;
    font-weight: 900;
}

.footer-wrapper .contacts .contacts__name, .address p {
    position: relative;
    line-height: 20px;
    font-family: Spectral;
    font-size: 22px;
    font-weight: 900;
}

.footer-wrapper .contacts {
    margin: 30px 0;
}

.footer-wrapper .address {
  margin-bottom: 15px;
  color: #ababab;
}

.footer-wrapper .address p {
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-wrapper .contacts__phone {
  margin-top: 15px;
}

.footer-wrapper .contacts__phone, .footer-wrapper .contacts__mail {
    position: relative;
    line-height: 20px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    color: #ababab;
}

.footer-wrapper ul li ul li {
    cursor: pointer;
    font-family: Raleway;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
    color: #727272;

}

.footer-wrapper ul li ul li a {
    border-bottom: none;
    color: #ababab;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

.footer-wrapper ul li ul li a:hover {
    color: var(--scrollbarThumbColorSecond);
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-wrapper .contacts__phone a, .footer-wrapper .contacts__mail a {
    border-bottom: 1px solid #fff;
    color: #ababab;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: var(--scrollbarThumbColorSecond);
    border-bottom: 1px solid transparent;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.footer-menu-content .h4 {
    margin-bottom: 20px;
    color: #ffffff;
    text-decoration: none;
    font-family: Raleway;
    font-weight: 900;
    font-size: 22px;
}

.footer-menu-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu-content ul ul {
    display: none;
}

@media (min-width: 768px) {
  .footer-menu-content ul ul {
    display: block;
  }
} 

#footer {
  margin-top: 50px;
}

#footer .row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.footer-wrapper .social-networks {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}

.footer-wrapper .feedback {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-wrapper .feedback-col {
  margin-top: 50px;
}

@media (min-width: 1280px) {
  .footer-wrapper .col-margin-bottom {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-wrapper .feedback {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer-menu-content h4:after, .footer-menu-content .h4_vuz:after, .footer-menu-content .h4_abitur:after, .footer-menu-content .h4_student:after {
    position: absolute;
    content: "\003C";
    font-family: 'Raleway', serif;
    font-weight: 600;
    /* line-height: 18px; */
    font-size: 16px;
    font-style: normal;
    text-decoration: inherit;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 0px 5px;
  }

  .footer-menu-content .h4_vuz.opened:after, .footer-menu-content .h4_abitur.opened:after, .footer-menu-content .h4_student.opened:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
  }

  .footer_block_vuz, .footer_block_abitur, .footer_block_student {
    display: none;
  }

  .footer_block_vuz.active, .footer_block_abitur.active, .footer_block_student.active {
    display: block;
    margin-bottom: 20px;
  }
}

div.bx-component-opener {
    position: absolute!important;
    z-index: 999999999999999999996!important;
}
/* End */


/* Start:/local/templates/kemgik/components/bitrix/search.title/modern_search/style.css?17538923332108*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/kemgik/components/bitrix/search.title/modern_search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/kemgik/components/bitrix/breadcrumb/template1/style.min.css?1753892333467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/kemgik/styles.css?175576164434962*/
.megamenu__center a:visited,
.megamenu__main .lvl-2 a:visited,
.megamenu__main .lvl-3 .item a:visited {
    color: #000000;
}

.megamenu__center a:visited:hover {
    color: var(--scrollbarThumbColor);
}

.megamenu__main .lvl-3 .item a:visited:hover {
    color: var(--scrollbarThumbColorSecond);
}

.megamenu__main .lvl-2 a:visited:hover {
    color: var(--scrollbarThumbColor);
}

.tab-atricle.active {
    background: #007ec4;
    color: #fff;
    font-family: 'Raleway';
}

tr td body {
font-family: 'Raleway';
overflow-x:hidden;
}

.table-sved tr td a {
    display: flex;
    align-items: center;
    align-content: center;
}

a:link {
    color: #333333;
}

a:visited {
    color: #2a3174;
}

a.show-all {
    border: solid 1px transparent;
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(49deg, #097DC0 1.03%, #FFBA00 100%) border-box;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #455158;
    margin-left: 20px;
    padding: 10px 15px;
    border-radius: 5px 0px 5px 5px;
    transition: all 0.4s;
}

a.show-all:hover {
    background: linear-gradient(90deg, #097DC0 70%, #FFBA00 100%) padding-box, linear-gradient(49deg, #097DC0 1.03%, #FFBA00 100%) border-box;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.4s;
}

h2.hr {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Spectral;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 100%;
}

h2.hr:after {
    content: '';
    display: block;
    margin-top: 0.2em;
    border: 2px solid #000;
}

h3, h3.h4, h3 a {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 115%;
    letter-spacing: 0.05em;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
    word-break: break-word;
}

h3 a:link {
    color: #333333;
}

h3.hr {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Spectral;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    text-transform: none;
    margin-bottom: 60px;
}

h3.hr:after {
    content: '';
    display: block;
    margin-top: 0.5em;
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
}

h4.hr, .main-section .main-content .main-content-section .h3 {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: Spectral;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    color: #455158;
    margin-bottom: 45px;
    text-transform: none;
}

h4.hr:after, .main-section .main-content .main-content-section .h3:after {
    content: '';
    display: block;
    margin-top: 0em;
    border: 2px solid;
    border-image-source: linear-gradient(270deg, #097DC0 1.03%, #FFBA00 100%);
    border-image-slice: 1;
}

.h4 {
    font-size: 1rem;
    padding-left: 0;
    color: #0055a4;
    font-weight: 600;
}

p, .main-section table td, table td, .main-section table tr.backgrond_blue th, .main-section table th, .word.fancybox-content {
    font-family: 'Raleway';
}

a, .menu_sveden ul li a, .main-section table tr td a {
    font-family: 'Raleway';
    font-weight: 500;
    color: black;
}

.table-responsuve {
    overflow-x: auto;
    width: 100%;
    display: grid;
    font-family: sans-serif;
}

.main-section table tr td a {
    color: #000000;
    display: flex;
    align-items: center;
}

.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%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: stretch;
}

.main-section .main-content .main-content-section {
    padding: 15px;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}

.main-section .main-content {
    background: #ffffff00;
    padding: 0px;
    position: relative;
    width: 100%;
}

.main-section .left-bar {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 0;
    border-right: none;
    box-sizing: border-box;
    margin-top: 30px;
    background: #fff;
    color: #828282;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
    padding-right: 0px;
}

ul.left-menu li a,
ul.left-menu li span {
    color: #000000;
    text-decoration: none;
    display: block;
    font-size: .9em;
    padding: 8px 10px 8px 20px;
    margin: 0px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

ul.left-menu li a:hover {
    color: #ffffff;
    background-color: #007ec4;
    text-decoration: underline;
    margin: 0;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

ul.left-menu li .selected {
    text-decoration: none;
    color: #007ec4;
    background: none;
    border-left: 4px solid #007ec4;
    margin: 0px;
    display: block;
    padding: 8px 10px 8px 16px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

ul.left-menu li ul li {
    list-style: none;
}

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

ul.left-menu li a.selectedlvlTwo {
    text-decoration: none;
    color: #007ec4;
    background: none;
    border-left: 4px solid #efb60d;
    margin: 0px;
    display: block;
    padding: 8px 10px 8px 26px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.main-content-section ul li a span,
.main-content-section ul li span {
    color: #000;
    font-weight: 500;
}

.main-section .main-content-section p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.main-section .main-content-section p.spoiler-trigger {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0.5%;
}

.main-section .main-content-section .table-sved p {
    font-size: 12px;
}

.main-section .main-content-section ol, .main-section .main-content-section ul {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-left: 55px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
    .main-section .main-content-section p {
        margin-bottom: 20px;
    }

    .main-section .main-content-section ol, .main-section .main-content-section ul {
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .tab_content {
        padding: 18px 18px 18px 18px;
    }
}

.main-section .main-content-section ul li {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    list-style-type: square;
}

.main-section .main-content-section ul li:not(:first-child) {
    margin-top: 15px;
}

/*Рамка 1 */
.blockquote-4 {
    position: relative;
    font-size: 16px;
    border: 2px solid #007ec4;
    border-radius: 20px;
    padding: 25px;
    width: 50%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 80px;
}
.blockquote-4::after {
    content:"";
    position: absolute;
    border: 2px solid #007ec4;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2; 
    box-sizing: border-box;
} 
.blockquote-4::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFF;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
.blockquote-4 cite {
    position: absolute;
    bottom: -30px;
    left: 110px;
    font-size: 13px;
    font-weight: 800;
    color: #ff0000;
    font-style: normal;
}

/*Секция*/
.wave-divider {
    width: 100%;
    height: 60px;
    display:block;  
}
.wave-parallax1 {
    animation: wave-move1 10s linear infinite;
}
.wave-parallax2 {
    animation: wave-move2 8s linear infinite;
}
.wave-parallax3 {
    animation: wave-move3 6s linear infinite;
}
.wave-parallax4 {
    animation: wave-move4 4s linear infinite;
}
@keyframes wave-move1 {
    0% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-90px);
    }
}
@keyframes wave-move2 {
    0% {
        transform: translateX(-90px);
    }
    100% {
        transform: translateX(85px);
    }
}
@keyframes wave-move3 {
    0% {
        transform: translateX(85px);
    }
    100% {
        transform: translateX(-90px);
    }
}
@keyframes wave-move4 {
    0% {
        transform: translateX(-90px);
    }
    100% {
        transform: translateX(85px);
    }
}
.dark-block {
    background: #337AB7;
    padding: 50px 0;
    text-align: center;
    color: #FFF;
}
.dark-bg {
    background: #337AB7;
}

.clock_icon {
    background: url(/local/templates/kemgik/images/video/clock.svg) no-repeat;
    height: 15px;
    width: 15px;
    display: block;
}

#triangle {
    height: 0;
    border-left: 50vw solid #f5f5f5;
    border-right: 50vw solid #f5f5f5;
    border-top: 100px solid #ffffff00;
    width: 0;
}

#triangle.dark{
    height: 0;
    border-left: 50vw solid #181818;
    border-right: 50vw solid #181818;
    border-top: 100px solid #ffffff00;
    width: 0;
}

#news_block {
    padding-top: 140px;
}

#news_full {
    margin: 0 auto;
}

#news_block .section-container {
    margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
    #news_block {
        padding-top: 80px;
    }
}



#rutube, #youtube, #in_struct, #vkontakte, #file_modal {
    width: 50vw;
    height: 70vh;
}    

@media screen and (max-width: 374px) {
  #rutube, #youtube, #in_struct, #vkontakte, #file_modal {
    width: 80vw;
    height: 50vh;
  }
}

@media (min-width: 375px) and (max-width: 1023px) {
  #rutube, #youtube, #in_struct, #vkontakte, #file_modal {
    width: 80vw;
    height: 50vh;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #rutube, #youtube, #in_struct, #vkontakte, #file_modal {
    width: 60vw;
    height: 70vh;
  }
}

#img_modal {
    width: 50vw;
}    

@media screen and (max-width: 374px) {
  #img_modal {
    width: 80vw;
    height: 50vh;
  }
}

@media (min-width: 375px) and (max-width: 1023px) {
  #img_modal {
    width: 80vw;
    height: 50vh;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  #img_modal {
    width: 60vw;
    height: 70vh;
  }
}

.bg_footer_22 {
    background: url(/local/templates/kemgik/images/bg_footer_22.svg);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left 0vw bottom -3vh;
}

@media screen and (max-width: 1024px) {
    .hidden, .hidden-mobile, html .top-nav .hidden-mobile, html ul.left-menu ul.levelTwoUlBlock {
        display: block;
    }

.bg_footer_22 .container {
    padding: 0;
    margin: 0;
    min-width: 100%;
    }
}
.main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    position: relative;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    }

/*Документы*/
.pdf_icon, .pdf_icon_doc {
    background-image: url(/local/templates/kemgik/images/icon/pdf8.svg);
    width: 32px;
    min-width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.doc_icon {
    background-image: url(/local/templates/kemgik/images/icon/doc5.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.docx_icon {
    background-image: url(/local/templates/kemgik/images/icon/docx.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.mp4_icon {
    background-image: url(/local/templates/kemgik/images/icon/mp4.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.cdr_icon {
    background-image: url(/local/templates/kemgik/images/icon/cdr.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.ai_icon {
    background-image: url(/local/templates/kemgik/images/icon/ai.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.xsl_icon {
    background-image: url(/local/templates/kemgik/images/icon/xlsx5.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.xslx_icon {
    background-image: url(/local/templates/kemgik/images/icon/xlsx.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.rar_icon {
    background-image: url(/local/templates/kemgik/images/icon/rar.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.zip_icon {
    background-image: url(/local/templates/kemgik/images/icon/zip.svg);
    min-width: 32px;
    width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

.doc_item:first-child{
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: auto;
    text-decoration: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 13px 15px 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: 13px 15px 20px rgba(0,0,0,.05);
    box-shadow: 13px 15px 20px rgb(0 0 0 / 5%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    align-items: center;
}

.doc_item:not(:first-child){
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    width: auto;
    text-decoration: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 13px 15px 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: 13px 15px 20px rgba(0,0,0,.05);
    box-shadow: 13px 15px 20px rgb(0 0 0 / 5%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    align-items: center;
}

.doc_item:hover {
    -webkit-box-shadow: 13px 15px 20px rgb(0 0 0 / 15%);
    -moz-box-shadow: 13px 15px 20px rgba(0,0,0,.15);
    box-shadow: 13px 15px 20px rgb(0 0 0 / 15%);
}

.doc_item a.link_doc {
    display: block;
    padding: 12px 12px 0px 10px;
    -webkit-background-size: 55px 55px;
    -moz-background-size: 55px;
    -o-background-size: 55px;
    background-size: 55px;
    background-repeat: no-repeat;
    background-position: left center;
}

.doc_item a.link_doc:hover {
    text-decoration: none;
}

.doc_item p {
    display: block;
    color: #000;
    line-height: 24px;
}

.doc_item em {
    display: block;
    color: #6d6e71;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.link_docs {
    display: flex;
    flex-direction: column;
}

.doc_item .link_docs a p {
    margin-bottom: 5px;
}

.doc_item .info_docs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0px 20px 10px 10px;
    align-content: center;
    height: 12px;
    align-items: center;
}

.wrapper_ecp {
    display: contents;
}

.content_text { /* Скрываем сразу контент */
    min-width: 280px;
    display: none;
    z-index: 1010;
    max-width: 370px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: solid 1px transparent;
    background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%) border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin-top: 30px;
    min-height: 200px;
    height: fit-content;
    position: absolute;
    right: 10%;
}

@media screen and (max-width: 767px) {
    .content_text {
        margin: auto;
        left: 0;
        right: 0;
    }
}

.wrapper_ecp a:hover ~ .content_text{ /* При наведении на ссылку в раппере, откроется контент */
  display: block;
}

.popover-title {
    padding: 15px 14px;
    margin-bottom: 0;
    font-family: 'Raleway';
    color: #007ec4;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px dashed #097dc033;
}

.popover-content {
    padding: 9px 14px;
    margin-bottom: 0;
}

.wrapper_ecp .content_text .popover-content p {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    color: #333333;
    margin-bottom: 10px;
    word-break: break-word;
}

.doc_item_reg:not(:last-child) {
    margin-bottom: 10px;
}

.doc_item_reg {
    display: flex;
    align-items: center;
}

.link_docs a.link_doc {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #1B1B1B;
}

/*Конец*/

.opzr.napr-item-border_grad-097DC0-455158 {
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, rgba(9, 125, 192, 0.2) 0%, rgba(69, 81, 88, 0.2) 100%);
    border-image-slice: 1;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    margin-top: 14px;
}

.opzr.napr-item-border_grad-097DC0-455158 p {
    margin-bottom: 0;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #333333;
}

.opzr.napr-item-border_grad-097DC0-455158 p.napr-item_text-bold {
    font-weight: 800;
    text-align: end;
    word-break: break-word;
}

.opzr.napr-item-border_grad-097DC0-455158 p.napr-item_text-blue {
    color: #097DC0;
}

.opzr p a {
    color: #097dc0;
}

@media screen and (max-width: 767px) {
    .opzr .col-6 {
        width: 100%;
    }

    .opzr.napr-item-border_grad-097DC0-455158 p {
        margin-bottom: 10px;
    }

    .opzr p.napr-item_text-black {
        margin-bottom: 20px;
    }
}

.documents .about_kafs ul li {
    margin-top: 0px;
}

.web_icon {
    background-image: url(/local/templates/kemgik/images/icon/web4.svg);
    width: 33.9px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
}

.ecp_icon {
    background-image: url(/local/templates/kemgik/images/icon/ecp.svg);
    height: 30px;
    width: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

.struct-head:last-child {
    display: none;
}


table.iksweb th {font-weight: normal; font-size: 13px; color: #000000; background-color: #ffffff; margin-left: -150px; padding: 8px 10px; position: absolute; width: 125px; line-height: 13px; vertical-align: middle; border: 1px solid #007ec429;}
.outer {position: relative}
.inner {overflow-x: scroll; overflow-y: visible; width: revert; margin-left: 140px;}
table.iksweb {text-decoration: none;border-collapse:collapse;width:100%;text-align:center;margin-bottom: 10px;margin-right: 10px;margin-left: 10px;}
table.iksweb td {font-size:13px;color:#000000;}
table.iksweb td {white-space:pre-wrap;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #e3e3e3;}
table.iksweb tr:hover {background-color:#f9fafb}
table.iksweb tr:hover td {color:#000000;cursor:default;}
table.iksweb tr td.background-chet {background: #ffba002e;}
table.iksweb tr td.background-nechet {background: #007ec414;}
table.iksweb tr.border-none td {border:none;}

.inner::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumbColor);
    border-radius: 5px;
    border: var(--scrollbarBorder);
    background-image: linear-gradient( 270deg, var(--scrollbarThumbColor) 0%, var(--scrollbarThumbColorSecond) 90% );
    height: 30%;
}

.inner::-webkit-scrollbar {
    width: var(--scrollbarWidth);
    height: 5px;
}

.inner::-webkit-scrollbar-track {
    background: #fff;
    border-radius: var(--scrollbarBorderRadius);
}

.work-time {
    padding: 0;
    margin: 0;
}

.work-time .row .col-md-4 {
    padding: 0 2%;
    width: 33.3%;
    display: flex;
}

.work-time .row .col-md-4 .row {
    border: 1px solid #d6eaf6;
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
}

.work-time .row .col-md-4 .row .parablok {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.work-time .row .col-md-4 .row hr {
    height: 1px;
    color: #d4e1e8;
    background-color: #d4e1e8;
}

.work-time .row .col-md-4 .row .parablok .col-4,
.work-time .row .col-md-4 .row .parablok .col-8 {
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .work-time .row .col-md-4 {
        padding: 0 5%;
        width: 100%;
        display: flex;
        margin-top: -1px;
        flex-direction: column;
    }
}



/*Таблица*/

#outer_table_2::-webkit-scrollbar {
    width: var(--scrollbarWidth);
    height: 5px;
}

#outer_table_2::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumbColor);
    border-radius: 5px;
    border: var(--scrollbarBorder);
    background-image: linear-gradient( 250deg, var(--scrollbarThumbColor) 0%, var(--scrollbarThumbColorSecond) 90% );
    height: 30%;
}

#edutable tbody tr .pdf_icon_doc {
    background-image: url(/local/templates/kemgik/images/icon/pdf8.svg);
    min-width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

#edutable tbody tr .pdf_icon {
    background-image: url(/local/templates/kemgik/images/icon/pdf6.svg);
    width: 26.54px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
}

#edutable tbody tr .web_icon {
    background-image: url(/local/templates/kemgik/images/icon/web4.svg);
    width: 33.9px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
}

#edutable tbody tr .position_even {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

#edutable tbody tr .position_even div {
    margin-bottom: 5px;
}


#outer_table_2::-webkit-scrollbar-track {
    background: #fff;
    border-radius: var(--scrollbarBorderRadius);
}

#outer_table_2 {
  max-width: 100%;
  max-height: 700px;
  overflow: scroll;
}

#edutable thead th {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    padding: 8px 10px;
    line-height: 13px;
    z-index: 1;
    background: #ffffff;
    border: none;
    box-shadow: inset 2px 2px 0px #097dc0, inset 1px -6px 0 #097dc0;
}

#edutable tbody tr.backgrond_yellow th:nth-child(even) {
    border: none;
    box-shadow: inset -2px -2px 0 #ffba00, inset 1px 0px 0 #e3e3e3;
    background: #fff;
    text-align: left;
}

#edutable tbody tr.backgrond_yellow th:nth-child(odd) {
    border: none;
    box-shadow: inset 6px -2px 0 #ffba00, inset 0px 0px 0 #ffba00;
    background: #fff;
    text-align: left;
}

#edutable thead tr.str_2 th:nth-child(2),
#edutable thead tr.str_2 th:nth-child(1) {
    box-shadow: inset 2px 2px 0px #097dc0, inset 1px -6px 0 #097dc0;
}

#edutable tbody th {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  left: 0;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  padding: 8px 10px;
  line-height: 13px;
  border: 1px solid #007ec429;
}

#edutable tbody tr.backgrond_blue {
    background: #ffba00;
}

#edutable tbody tr.backgrond_blue td {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

#edutable tbody tr td li {
    display: flex;
}

#edutable tbody tr td li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}


/* To have the header in the first column stick to the left: */

#edutable thead th:nth-child(-n+2) {
  left: 0;
  z-index: 2;
}

#edutable thead th:nth-child(1) {
  box-shadow: inset 3px -3px 0 3px #097dc0, inset 0px 2px 0 #097dc0;
}

#edutable thead th:nth-child(2) {
  box-shadow: inset 1px 0px 0 #e3e3e3, inset -3px -2px 0 4px #097dc0;
}

#edutable  {
  border-collapse: collapse;
}

#edutable td {
    white-space: unset;
    padding: 10px 5px;
    line-height: 13px;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    color: #000000;
}

#edutable td p {
    line-height: 13px;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
}

#edutable tr:hover {
    background-color: #f9fafb;
}

#edutable td,
#edutable th {
  padding: 0.5em;
}

.modal_icon {
    background-image: url(/local/templates/kemgik/images/icon/modal7.svg);
    width: 25px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 27.85px;
}

/*Аккордион*/
.accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion__item {
    margin-bottom: 1rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    font-size: 16px;
    transition: 0.2s;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.accordion__item_show .accordion__header {
    border: 1px solid #097dc0;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg);
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.accordion__header:hover {
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion__content {
    padding: 20px 40px;
    background: #fff;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.accordion__body {
    padding-top: 20px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    margin-top: 10px;
}

.accordion__content .tabs-contaiter .tab-source.active {
    display: block;
    margin-top: -15px;
    padding: 45px 50px 20px;
    border: none;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    font-size: 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    margin-right: -41px;
    margin-left: -41px;
}

.accordion__content .tabs-container-links {
    display: flex;
    flex-direction: row;
    margin-left: -30px;
}

.accordion__content .tabs-container-links .tab-atricle {
    display: inline-block;
    padding: 15px 25px;
    background: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion__content .tabs-container-links .tab-atricle:not(:first-child) {
    margin-left: 0.5%;
}


.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle.active {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.4%;
    margin-bottom: 0%;
    background: #ffffff;
    color: #363636;
    border-bottom: 2px solid #097dc0;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 15px;
    border-top: 1px solid #097dc0;
    border-right: 1px solid #097dc0;
    border-left: 1px solid #097dc0;
}

.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    background: #ffffff;
    color: #898989;
    border-top: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 15px 15px;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    line-height: 103.4%;
}

.accordion__content .tabs-contaiter hr {
    color: #d3e1ea;
    background-color: #d3e1ea;
    border: 0 none;
    height: 1px;
}

@media screen and (max-width: 767px) {
    .accordion__content .tabs-container-links,
    .tabs-container-links {
        flex-direction: column;
        margin-left: 0;
    }

    .accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle.active,
    .tabs-contaiter .tabs-container-links p.tab-atricle.active {
        margin-bottom: 4%;
    }

    .accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle,
    .tabs-contaiter .tabs-container-links p.tab-atricle {
        background: #ffffff;
        color: #898989;
        border-bottom: 2px solid #c3c3c3;
        border-radius: 20px 20px 20px 20px;
        padding: 10px 15px;
        border-top: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
        border-left: 1px solid #c3c3c3;
        margin-bottom: 4%

    }

    .accordion__content .tabs-contaiter .tab-source.active {
        padding: 45px 20px 20px;
        margin-right: -21px;
        margin-left: -21px;
        margin-top: -30px;
    }

    .accordion__content,
    .tabcontent {
        padding: 20px 20px;
    }

    #edutable thead th:nth-child(-n+2) {
        left: revert;
        z-index: 1;
    }

    #edutable tbody th {
        position: relative;
    }
}

.accordion__content .tabs-contaiter .tab-source ul {
    margin-top: 20px;
}

/**/

#pag {
    display: flex;
    justify-content: center;
    height: 100px;
    margin-top: 20px;
}

#pag .load-more-items {
    background: url(/local/templates/kemgik/images/news/more_button.svg) no-repeat;
    height: 78px;
    width: 230px;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

#pag .load-more-items:hover {
    background: url(/local/templates/kemgik/images/news/more_button_hover.svg) no-repeat;
    height: 70px;
    width: 230px;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    margin-top: 10px;
}

#pag p {
    padding: 15px;
    display: flex;
    justify-content: center;
}

#pag .load-more-items:hover p {
    padding: 25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.que {
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
    justify-content: center;
    flex-wrap: wrap;
}

.que button {
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    padding: 10px 0px 10px 15px;
    background: white;
    font-family: Raleway;
    font-weight: 400;
    font-size: 15px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    display: flex;
    align-items: center;
    width: 289px;
    justify-content: flex-start;
    align-content: center;
}

.que button img {
    margin-right: 10px;
}

.que button:hover, .que button:active, .que button:focus {
    border: 3px solid transparent;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    background: white;
    font-family: Raleway;
    font-weight: 600;
    font-size: 15px;
    color: #455158;
    margin-right: 23px;
    transition: 0.4s;
    cursor: pointer;
    padding: 8px 0px 8px 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    align-content: center;
}

.news-list .news-item {
    margin-bottom: 40px;
}

.news-list .news-item-date {
    font-family: 'Spectral';
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 100%;
    color: #333;
    margin-bottom: 10px;
}

.news-list .news-item-text a {
    transition: 0.5s;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    margin-left: 20px;
    line-height: 1.5;
    text-transform: none;
    letter-spacing: 0em;
}
/* End */
/* /local/templates/kemgik/css/app.css?175389233389264 */
/* /local/templates/kemgik/css/bootstrap-grid.min.css?175389233355585 */
/* /local/templates/kemgik/css/swiper-slider.min.css?175389233315325 */
/* /local/templates/kemgik/css/header.css?17538923332473 */
/* /local/templates/kemgik/css/menu.css?175389233324206 */
/* /local/templates/kemgik/css/blok_info.css?17538923333891 */
/* /local/templates/kemgik/css/decree_block.css?17538923335151 */
/* /local/templates/kemgik/css/rector.css?17538923338854 */
/* /local/templates/kemgik/css/footer.css?17538923336730 */
/* /local/templates/kemgik/components/bitrix/search.title/modern_search/style.css?17538923332108 */
/* /local/templates/kemgik/components/bitrix/breadcrumb/template1/style.min.css?1753892333467 */
/* /local/templates/kemgik/styles.css?175576164434962 */
