@font-face {
    font-family: 'Conv_10045';
    src: local('☺'),
    url('../fonts/10213.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body.gl-page {
    position: relative;
}
.sheet {
    width: 100% !important;
}
.content-layout .sidebar1 {
    display: none;
}
.nostyle {
    display: none;
}
div#imgslide {
    display: none;
}
/*.content-layout {
    display: none;
}*/
div#footer {
   /* display: none;*/
}
#scrollToTop > img {
    width: 50px;
}
.nostyle.logos > span:last-child {
    display: none!important;
}
.nostyle.logos {
    display: flex;
    font-size: 16pt;
    padding-top: 3px;
    padding-left: 13px;
}
div#main {
    /*font-family: system-ui!important;*/
    font-family: 'Conv_10045';
    background: #E5F7F7;
}
/*-------------head-------------------*/
.shapes {
    background-color: #006b6b;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nostyle.logos a {
    padding-left: 30px;
    color: white;
    font-family: 'Conv_10045' !important;
    font-size: 27px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 100;
}
.nostyle.opis {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    margin-right: 29px;
    order: 3;
}
.nostyle.opis div.custom.opis,
.nostyle.opis::before,
.nostyle.opis::after {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    /*background-color: #0d4477;*/
     background-color: white;

}
.nostyle.opis::before,
.nostyle.opis::after {
    content: "";
}
.nostyle.opis::before {
    top: 0;
}
.nostyle.opis::after {
    bottom: 0;
}
.nostyle.opis div.custom.opis {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
}
.nav.desktop-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 92%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 30px 30px 0px;
    /*transition: all 0.3s ease 0s;*/
    transition: left 0.3s ease 0s;
    overflow: auto;
    z-index: 9;
}
.nav.desktop-nav._active {
    left: 0;
}
.hmenu > li {
    margin: 0px 0px 15px 0px;
}
.hmenu > li:last-child {
    margin-bottom: 0;
}
.hmenu li {
    list-style-type: none;
}
.hmenu a {
    color: white;

}
.hmenu > li a {
    font-size: 24px;
    text-decoration: none;
    font-weight: 100;
}
ul.hmenu-right-to-left {
    width: 85%;
    margin-top: 11px;
    background-color: white;
    padding: 14px 10px 14px 25px;
}
ul.hmenu-right-to-left > li > a{
    color: black;
}
ul.hmenu-left-to-right a {
    font-size: 22px!important;
}

header.header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
}
.bg-f {
    margin-top: 60px;
}
.content2 {
    display: none;
}
.layout-wrapper, .content2 {
    overflow: auto;
}
body._lock{
    overflow: hidden;
}
.nostyle.opis._active  div.custom.opis {
    transform: scale(0) translate(0px, -50%);
}
.nostyle.opis._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
}
.nostyle.opis._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
}
/*----------------menu----------------------*/
.menu__arrow {
    display: block;
    width: 0;
    height: 0;
    transition: transform 0.3s ease 0s;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;    border-top: 10px solid white;
}
span.menu__arrow {
    display: inline-block;
    float: right;
    margin-top: -18px;
}
ul.hmenu-left-to-right {
    transform: translate(0px, 10%);
    padding-top: 12px;
    padding-left: 30px;
    margin-top: 10px;
    background-color: gray;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 0.3s ease 0s;
}

ul.hmenu-left-to-right > li {
    padding-bottom: 20px!important;
    line-height: 22px;
}


.deeper.parent._active span.menu__arrow {
    transform: rotate(-180deg);
}

.deeper.parent._active > ul {
    visibility: visible;
    opacity: 1;
    height: auto;
    transform: translate(0px, 0px);
}
ul.hmenu > li > a {
    width: 83%;
    display: block;
}
/*---------------Diplom---------------*/
h1.main_topic, article h1 {
    font-weight: 400!Important;
     font-size: 18px!Important;
    text-transform: uppercase;
    background: #9E9100;
    color: white!important;
    min-width: 207px;
    /*height: 33px;*/
    text-align: center;
    line-height: 18px;
    box-shadow: 0 0 10px 0 #bccdcc;
    padding: 5px 10px;
    font-weight: normal!Important;
    text-shadow: none!Important;
    display: table;
}
div.spisok {
    border: solid 1px #006b6b29;
    border-radius: 0px;
    background: white url(../images/kletochka.png);
    background-size: cover;
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px
}
.spisok h3 {
    font-weight: 400!Important;
    color: #006B70;
    font-size: 26px;
    margin: 15px 0 0 0;
    margin-bottom: 0px;
    line-height: 26px;
}
.spisok .zayavka {
    color: gray;
    margin-top: 15px;
}
.clear {
    clear: both;
}
.zayavka.zright {
    display: flex;
    justify-content: end;
    flex-direction: column;
    margin-bottom: 21px;
    margin-top: -58px;
    width: 80px;
    align-self: end;
}
span.vstext {
    margin: 0px 18px 5px 20px;
    align-self: end;
    color: #006b6b;
}
p.vznos {
    margin: 0px 13px 0px 0px;
    color: #fbf7f7;
    background-color: #006b6b;
    padding: 4px 15px;
    width: 55px;
    align-self: end;
}
.taking_works {
    color: #cb8888;
    font-weight: 500;
}
a#user-app {
    display: block;
}
.spisok a.user_button.display,
.spisok a.user_button.disp,
.spisok a.user_button.olymp {
    padding: 10px 16px!important;
    display: inline-block!important;
    background-color: #F0F798;
    color: #006b6b;
    text-decoration: none;
    font-size: 21px;
    margin: 24px 0 10px 0;
    font-weight: 600;
}
.content2 {
    width: 93vw;
    position: absolute;
    top: 77px;
    background: #E5F7F7;
    border: solid 1px #006b6b36;
    border-radius: 12px;
    padding: 5px;
    z-index: 9;

}

.content2 a.close {
    position: absolute;
    top: 2px;
    right: 1px;
    background: #006b6b;
    padding: 7px;
    opacity: 0.9;
    border: solid 1px #006b6b;
    border-radius: 15px;
    font-size: 13px;
    line-height: 6px;
    text-decoration: none;
    color: white;
    font-weight: 700;
}
.content2 .concurs_wrap h3 {
    font-weight: 300;
    color: #006b6b;
}
.content2 h4.concurs {
    font-weight: 400;
    color: #006b6b;
    padding: 0;
    font-size: 12pt;
}
input[type="text"], input[type="email"], select {
    width: 97%;
    padding: 8px 0px;
    margin-bottom: 5px;
    font-size: inherit;
    border: solid 1px #006b6b4a;
}
.content2 .no_wrap {
    display: none;
}
.curatim, .masterim {
    display: flex;
    margin: 20px 0;
}
img.seal {
    width: 25%;
}
img.sign {
    width: 30%;
}
.topbl {
    width: 88vw !important;
}
.topblr {
    padding: 0!important;
}
.glider-contain {
    /*width: 86% !important;*/
    width: 82vw !important;
}
/*.yandex {
    display: none;
}*/
.yandex label {
    padding: 0px 10px;
    line-height: 20px;
    display: flex;
    align-items: baseline;
}
.content2 label, span.zagolovok {
    color: #006b6b;
    font-weight: 400;
}
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 3;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
    opacity: 0.4;
}
.content2 input.button.dbk {
    margin: 50px auto 30px auto;
    display: block;
    width: 82%;
    color: white;
    background-color: #006b6b;
    padding: 13px;
    border-radius: 5px;
    border: solid 1px #033737;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px #006b6ba6;
}
input.button.dbk {
    margin: 50px auto 30px auto;
    display: block;
    width: 82%;
    color: white;
    background-color: chocolate;
    padding: 13px;
    border-radius: 11px;
    border: solid 1px #a84a07;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: system-ui;
}
span.size, span.dop {
    font-weight: 400;
}
.content2 {
    color: #006b6b;
}
.content2 .yandex label {
    margin: 10px 0;
}
input[type="file"] {
    margin: 16px 0;
    /* background-color: chocolate; */
}
.column1 {
    margin: 10px 0;
}
.content2 .withcheck {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.buttons2 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.spisok .buttons2 span {
    /*display: none;*/
    margin: 0 5px;
}
.buttons2 a.user_button {
    margin: 18px 0px 0 0;
    padding: 5px 3px!important;
    flex-basis: auto;
    text-decoration: none;
    color: #006b6b;
}
.nostyle.logos a:after {
    background: url(../images/_logo.png);
    background-size: cover;
    width: 110px;
    height: 114px;
    content: "";
    position: absolute;
    top: -15px;
    left: -120px;
}
.nostyle.logos:before {
    content: "";
    width: 30px;
    height: 31px;
    background: url(../images/_logo.png);
    position: absolute;
    top: 11px;
    background-size: contain;
}
#warn {
    padding: 10px;
    border: solid 4px #558fab;
}
div.masterim, div.curatim {
    scale: 0.88;
    padding: 0;
    margin: 0;
}
.search.ssrch label {
    display: none;
}
.nostyle.ssrch {
    position: fixed;
    top: -50px;
    width: 97%;
    height: fit-content;
    background-color: rgb(0 107 107);
    padding: 12px 5px 4px 8px;
    transition: top 0.3s ease 0s;
    display: flex;
    justify-content: center;
    left: 0px !important;
    margin: 0;
}
input#mod-search-searchword {
    width: 95%;
    padding: 7px 8px !important;
    color: gray;
}
input.search-button.ssrch {
    width: 69px;
    height: 30px;
    display: none;
}
.nostyle.ssrch._active {
    top: 50px;
}
.nostyle.vopr {
    display: flex;
    width: 24px;
    height: 24px;
    background: url(../images/searchicon.png);
    background-size: cover;
    cursor: pointer;
}
.custom.vopr {
    display: none;
}
#filter-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}
.pagination.center {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.pager {
    display: flex;
    justify-content: space-evenly;
}
#limit {
    width: fit-content;
    margin: auto;
    font-size: 13px;
    padding: 2px;
}
.pager > * {
    border: 2px solid #0095B5 !important;
    color: #0095B5 !important;
    font-size: 14px;
    padding: 1px 3px;
    text-decoration: none;
}
.pager .active {
    background: #0095B5 !important;
    color: white !important;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable.ui-dialog-buttons {
    width: 97vw!Important;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
     display: flex!Important;
}
.topblr {
     width: 88vw !important;
    margin-left: -13px!important;
}
div#ya label {
    display: inline-table!Important;
    padding: 0px -7px!Important;
    line-height: 26px!Important;
    width: 66vw!Important;
}
div.pmt {
     padding: 10px 0!Important;
}
input#tel {
    width: 154px!Important;
}
.exh .item img {
    height: 88vw!Important;
    width: 88vw!Important;
}
#test-form fieldset label {
    display: initial!Important;
}
#ya fieldset label {
    display: inline-block!Important;
}
.pmt, .or {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}
.pmt input[type="radio"], .or input[type="radio"] {
    margin: 5px 7px 1px 6px!Important;
}
form#olymp li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    margin-left: -29px;
}
form#olymp li input[type="radio"] {
    margin-right: 10px;
}
.full_concurs {
    background: white url(../images/kletochka.png) center / 100%;
    padding: 40px;
}
.user_button.disp.publ {
    background-color: #006b70 !important;
    color: white !important;
    padding: 6px;
    /* border-radius: 25px !important; */
    -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
    box-shadow: 0 0 10px 0 #b3b3b3;
    text-align: center !important;
    width: 95.3%!Important;
    margin: 0px auto !important;
    display: block;
    /* border: 3px solid #fff; */
    font-style: normal !important;
    font-size: 14pt !important;
    line-height: inherit!Important;
}
#jform_qw {
    width: inherit !important;
}
#fld label {
    width: 66vw!Important;
}
#fld input[type="radio"] {
    margin: 4px 3px 10px 0px!Important;
}
#fld {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}
div#fld {
    width: 94%;
    padding: 10px 0;
}
.ui-accordion .ui-accordion-header {
    display: flow-root!Important;
}
.article, .archive, .full_concurs, .description {
    background: white url(../images/3.png);
    background-size: 100%;
    padding: 20px!important;
    box-shadow: 0 0 10px 0 #bccdcc;
    clear: both;
}
.layout-cell.content div.nostyle {
    display: block;
}
.nostyle .rules {
    display: none;
}
#test-form .description {
    display: none;
}
div#instr {
    padding: 10px;
}
#hdr h2 {
    font-weight: 400!Important;
    font-size: 16px!Important;
    text-transform: uppercase;
    background: #9E9100;
    color: white !important;
    min-width: 207px;
    height: 33px;
    text-align: center;
    line-height: 29px;
    box-shadow: 0 0 10px 0 #bccdcc;
    padding: 5px 10px;
    font-weight: normal!Important;
    text-shadow: none!Important;
    display: table;
}
#filter_search {
    padding: 2px 0px 4px 10px !important;
    margin-right: 5px !important;
    width: 88%!Important;
    float: left;
}
.btn.hasTooltip.button {
    padding: 10px 8px;
}
.highslide.how {
    display: none;
}
.publicac.blog > a.user_button.display.publ {
    background-color: #006b70 !important;
    color: white !important;
    padding: 6px;
    /* border-radius: 25px !important; */
    -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
    box-shadow: 0 0 10px 0 #b3b3b3;
    text-align: center !important;
    width: 98.3%;
    margin: 0px auto!important;
    display: block;
    /* border: 3px solid #fff; */
    font-style: normal!important;
    font-size: 14pt!important;
    height: inherit;
}
.publc.aut .postheader a {
    color: #2274BD;
    text-decoration: none;
}
.layout-cell.content {
    padding: 0 10px;
}
.onepubl a.button,
.onepubl a.button:link,
.onepubl a:link.button:link,
.onepubl a.button:visited,
.onepubl input.button,
.onepubl button.button {
    text-decoration: none;
    font-size: 15px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color: #FFFFFF;
    margin: 0 5px 0 0 !important;
    overflow: visible;
    cursor: pointer;
    text-indent: 0;
    line-height: 31px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.onepubl .button.hover,
.onepubl .button:hover {
    background: #2274BD url(../images/hoveredbutton.png) scroll;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 0;
    padding: 0 20px;
    margin: 0 auto;
}
.onepubl .button {
    border: 0;
    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border !important;
    background-origin: border-box !important;
    background: #FFFFFF url(../images/button.png) scroll;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-width: 0;
    padding: 0 20px;
    margin: 0 auto;
    height: 31px;
}
.exh .cnt {
    width: 87vw!Important;
    margin: 5px!Important;
}
.ico {
     font-size: 12px!Important;
}
.publicac.blog iframe {
    width: 92vw;
}
.article .person {
    border: none!Important;
    padding: 0!Important;
    margin: 0!Important;
}
fieldset label {
    display: contents;
}
label#check-lbl {
    width: 90%;
    display: contents;
}
input.search-button.ssrch {
    position: absolute;
    right: 14px;
    display: block;
    border: none;
    background: url(../images/searchicon.png) top no-repeat;
    width: 22px;
    height: 22px;
    padding: 0;
    color: #333333 !important;
    cursor: pointer;
    top: 19px;
    background-size: cover;
}
nav._active .ban-block {
    width: 95%;
    /*background: white;*/
    margin-left: 20px;
    display: flex!important;
    flex-direction: column;
}
.ban-block--items {
    display: flex;
    justify-content: space-around;
    height: 230px;
    width: auto;
    margin: 18px 0;
    opacity: 0.85;
}
.banb-lock--top, .banb-lock--sert {
    padding: 0px;
}
.banb-lock--top img, .banb-lock--sert img {
    height: 100%;
    width: auto;
}
.banb-lock--header {
    display: flex;
    justify-content: center;
    color: white;
    font-family: 'Roboto';
    font-size: 17pt;
    font-weight: 100;
    padding: 12px 0;
}
.footer-inner {
    border: solid 4px #558fab;
    padding: 10px;
    margin-top: 10px;
}
p.f-txtx {
    margin: 0;
    font-size: 8pt;
}