@font-face {
    font-family: "MyriadProBoldCond";
    src: url("../fonts/MyriadPro-BoldCond.woff2") format("woff2"),
           url("../fonts/MyriadPro-BoldCond.otf") format("truetype");
}
@font-face {
    font-family: "MyriadProSemiboldCond";
    src: url("../fonts/MyriadPro-SemiboldCond.woff2") format("woff2"),
           url("../fonts/MyriadPro-SemiboldCond.otf") format("truetype");
}
@font-face {
    font-family: "MyriadProCond";
    src: url("../fonts/MyriadPro-Cond.woff2") format("woff2"),
           url("../fonts/MyriadPro-Cond.otf") format("truetype");
}
@font-face {
    font-family: "MyriadProLightCond";
    src: url("../fonts/MyriadPro-LightCond.woff2") format("woff2"),
           url("../fonts/MyriadPro-LightCond.otf") format("truetype");
}
html, body {
    padding: 0;
    margin: 0;
    border: none;    
    display: flex;
    flex-direction: column;    
}
body {
    min-height: 100vh;
    font-family: MyriadProCond;
    font-size: 1.12vw;
}
img {
    max-width: 100%;
}
a {
    color: #05a48c;
}
a:visited, a:hover {
    color:  #036455;
}
.site-description {
    background: #404040;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
.site-description h3 {
    font-family:MyriadProCond;
    font-size: 1.22vw;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0.15em;
    color: #cccccc;
    letter-spacing: 0.4px;
}
.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100vh;
    width: 100%;
    background: #a0e6df;
    background: url(../images/top_bg.png), url(../images/bottm_bg.png), #a0e6df;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: top, bottom;
}
.wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 81%;
    min-height: 100vh;
    background: #b6e5de;
    box-shadow: 0px 0px 7px 2px rgb(0 0 0 / 40%);
}
div#header {
    display: flex; 
    flex-direction: column;
    width: 100%;
}
.header-content {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1% 2%;
    background: -webkit-linear-gradient(135deg, rgb(5, 164, 140), rgb(3, 94, 80));
    background: -moz-linear-gradient(135deg, rgb(5, 164, 140), rgb(3, 94, 80));
    background: linear-gradient(135deg, rgb(5, 164, 140), rgb(3, 94, 80));
}
.header-content_logo {
    width: 10%;
    margin-left: 1%;
}
.header-content_logo a {
    display: flex;
    width:100%;
    height: 100%;
}
.header-content_site-name {
    font-family: MyriadProCond;
    font-size: 2.25vw;
    color: white;
    text-shadow: 0px 3px 5px rgb(0 0 0 / 100%);
    line-height: 1.2;
    width: 44%;
}
.header-content_contact-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width:40%;
    height: 100%;
}  
.contact-area_form_question {
    border-radius: 7px;
    background-image: -moz-linear-gradient( 90deg, rgb(115,203,190) 0%, rgb(220,241,238) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(115,203,190) 0%, rgb(220,241,238) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(115,203,190) 0%, rgb(220,241,238) 100%);
    box-shadow: 0px 2px 5.4px 0.6px rgb(0 0 0 / 60%);
    width: 45%;
    height: 1.9vw;
    cursor: pointer;
    font-size: 1.598vw;
    font-family: MyriadProCond;
    color: rgb(3, 94, 80);
    line-height: 1.3;
    text-align: center;      
    text-transform: uppercase;
}
.contact-area_phone a {
    font-size: 2.25vw;
    font-family: MyriadProCond;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 1);
    text-decoration: none;
}
.contact-area_social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
}
.contact-area_social-icons a {
    width: 37px;
    height: 37px;
}
.contact-area_social-icons a > span {
    width: 100%;
    height:100%;
    display: flex;
}
span.social-icons_vk-icon {
    background: url(../images/VK_color.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
span.social-icons_ok-icon {
    background: url(../images/OK_color.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
span.social-icons_youtube-icon {
    background: url(../images/youtube_color.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
nav#navigation {
    display: flex;
    width: 100%;
    margin: 2px 0 2px;
}
.menu-desktop{
    display: flex;
    width: 100%;
}
nav#navigation a {
    text-decoration: none;

}
.start-main-menu {
    width: 2%;
    background-image: -moz-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    border-radius: 0 7px 7px 0;
    margin-right: 3px;
}  
nav#navigation .menu-desktop > ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 96%;
}
.end-main-menu {
    width: 2%;
    background-image: -moz-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    border-radius: 7px 0 0 7px;
}
nav#navigation .menu-desktop  > ul > li {
    border-radius: 7px;
    background-image: -moz-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    width: 100%;
    text-align: center;
    margin-right: 3px;
    position: relative;
}
nav#navigation .menu-desktop > ul > li.active {
    background-image: -moz-linear-gradient( 90deg, rgb(145,42,20) 0%, rgb(193,79,55) 59%, rgb(241,115,90) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(145,42,20) 0%, rgb(193,79,55) 59%, rgb(241,115,90) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(145,42,20) 0%, rgb(193,79,55) 59%, rgb(241,115,90) 100%);
}
nav#navigation .menu-desktop > ul > li ul.child-menu  {
    display: none;
}
nav#navigation .menu-desktop > ul > li:hover ul.child-menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 100%;
    padding-top: 4px;
    z-index: 9999;
}
.menu-desktop ul.child-menu > li {
    border-radius: 7px;
    background-color: rgb(227, 65, 32);
    opacity: 0.851;
    margin-bottom: 4px;
}
.menu-desktop ul.child-menu > li:hover, ul.child-menu > li.active-child  {
    background-color: rgb(3, 94, 80);
}
.menu-desktop ul.child-menu > li a {
    font-size: 1.146vw;
    font-family: MyriadProSemiboldCond;
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 7px 0 4px;
}
.menu-desktop ul.child-menu > li.active-child a {
    font-size: 1.146vw;
    font-family: MyriadProSemiboldCond;
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 7px 0 4px;
}
  
  
nav#navigation .menu-desktop > ul > li > a {
    font-size: 1.355vw;
    text-transform: uppercase;
    font-family: MyriadProBoldCond;
    color:white;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 12px 0 10px;
}



.slider__item {
    position: relative;
}
.slider__item img{
   height: 100%;
   width: 100%;
}
p.slider__item-desc {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    background: rgb(3, 94, 80, 0.7);
    padding: 0 2%;
    margin: 0;
    box-sizing: border-box;
    font-family: MyriadProBoldCond;
    font-size: 2.25vw;
}
  

div#banner_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.gosuslugi {
    width: 76%;
    display: flex;
}
.search-service {
    display: flex;
    flex-direction: column;
    width: 20%;
    margin-right: 2%;
    align-items: center;
    justify-content: center;
}
.search-service_advanced {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.search-service_advanced a {
    width: 48%;
    display: flex;
}
.search-service_schedule {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.search-service_schedule a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-decoration: none;
}
.search-service_form-schedule {
    border-radius: 7px;
    background: #bf0100;
    margin-top: 1vw;
    box-shadow: 0px 2px 5.4px 0.6px rgb(0 0 0 / 60%);
    width: 80%;
    height: 1.6vw;
    cursor: pointer;
    font-size: 1.3vw;
    font-family: MyriadProCond;
    color: rgb(247 247 247);
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 2px;
}
div#main_wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    background: #ebebeb;
    padding: 15px 2% 30px;
}
.sidemenu {
    width: 25%;
}
.sidemenu h3 {
    font-size: 1.355vw;
    font-family: 'MyriadProBoldCond';
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}
.sidemenu ul {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}
.sidemenu div:last-child  ul{
    margin-bottom: 15px;
}
.sidemenu ul li {
    width: 100%;
    background: #05a48c;
    border-radius: 7px;
    margin-bottom: 7px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sidemenu ul li:hover, .sidemenu ul li.active {
    background: #e34120;
}
.sidemenu ul li a {
    text-decoration: none;
    color: white;
    font-size: 1.14vw;
    font-family: 'MyriadProCond';
    display: flex;
    text-transform: uppercase;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 4px 0px;
}

main#main {
    display: flex;
    flex-direction: column;
    width: 73%;
    align-items: flex-start;
    justify-content: flex-start;
}
#main .tpl-block-list.tpl-component-med-news {
    width:100%;
}
#main .tpl-block-list.tpl-component-med-news > h3 {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-family: 'MyriadProBoldCond';
    font-size: 1.355vw;
    margin-bottom: 15px;
    margin-top: 0;
}
#main .tpl-block-list-objects.tpl-block-7-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
#main .tpl-block-full.tpl-component-med-news {
    width: 100%;
}
#main .tpl-block-full.tpl-component-med-news .object-full h2 {
    width: 100%;
}
#main .tpl-block-full.tpl-component-med-news .object-full .full-image {
    display: block;
    width: 25%;
    float: left;
    margin-right: 2%;
}
main#main > div[class^="tpl-block"] {
    width: 100%;
}
#main .item-list-single_news img {
    width: calc( 100% - 4px);
    display: flex;
    height: calc(100% - 4px);
    border-radius: 15px;
    border: 2px solid white;
}
#main .item-list-single_news .image {
    border: 2px solid #909090;
    border-radius: 15px;
    width: 100%;
    box-sizing: border-box;
}

#main .item-list-single_news {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 49%;
    height: 10.2vw;
    margin-bottom: 2vw;
}
#main .item-list-single_news > a {
    width: 35.5%;
    height: 7.82vw;
    display: flex;
}
#main .item-list-single_news .item-image {
    width: 100%;
    display: flex;
}
#main .item-list-single_news .item-info {
    width: 62.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#main .item-list-single_news .object-item-description {
    height: 65%;
    font-size: 1.05vw;
}
#main .item-list-single_news .object-item-description p {
    margin:0;
}
#main .item-list-single_news .more-link {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 8px;
}
#main .item-list-single_news .more-link a {
    text-decoration: none;
    font-size: 1vw;
    text-transform: uppercase;
    background: #cccccc;
    padding: 6px 6px;
    font-family: 'MyriadProLightCond';
    color: black;
}
#main .object-item-title.tpl-text-header4 {
    font-family: 'MyriadProBoldCond';
    font-size:  1.146vw;
    text-transform: uppercase;
    color: #05a48c;
    margin-top: 0;
    margin-bottom: 5px;
}
.object-gallery.tpl-gallery-default {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: start;
    align-items: stretch;
    margin-top: 20px;
}
.object-gallery.tpl-gallery-default a {
    margin-right: 15px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: 4px 4px 8px 0px #00000080;
}
.object-gallery.tpl-gallery-default a img {
    border-radius: 10px;
}
div#useful-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #cccccc;
}
div#useful-links h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'MyriadProBoldCond';
    font-size: 1.355vw;    
    padding: 15px 0px 10px;
    margin: 0;
}
.useful-links_items {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 5px 2% 15px;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-start;
}
.tpl-block-list-objects.tpl-block-11-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.useful-links_items-long-item {
    width: 49%;
    margin-bottom: 20px;
}
.useful-links_items-long-item a {
    display: flex;
}
.tpl-block-list-objects.tpl-block-12-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}
.useful-links_items-quadro-item {
    width: 31%;
    margin-bottom: 20px;
}
.useful-links_items-quadro-item a {
    display: flex;
}
div#hall-of-fame {
    display: flex;
    width: 100%;
    background: #ebebeb;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
div#hall-of-fame h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'MyriadProBoldCond';
    font-size: 1.355vw;
    padding: 15px 0px 0;
    margin: 0;
}
.tpl-block-list-objects.tpl-block-10-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 2% 30px;
    margin-bottom: 3%;
}
.hall-of-fame_items-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hall-of-fame_items-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hof-item-img {
    background: #05a48c;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 5.4px 0.6px rgba(0, 0, 0, 0.6);
}
.hof-item-img img {
    border-radius: 50%;
    box-sizing: border-box;
    padding: 4px;
}
  
.hof-item-desc {
    position: absolute;
    bottom: -20%;
    color: white;
    border-radius: 7px;
    background-color: rgb(5, 164, 140);
    box-shadow: 0px 3px 5.4px 0.6px rgb(0 0 0 / 60%);
    text-transform: uppercase;
    font-size: 1.146vw;
    font-family: 'MyriadProBoldCond';
    padding: 3px 21%;
    box-sizing: border-box;
    text-align: center;
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tpl-block-list.tpl-component-map-component, .tpl-block-list.tpl-component-hof {
    width: 100%;
}
.tpl-block-11 {
    width: 66%;
}
.tpl-block-12 {
    width: 32%;
}
.tpl-block-9, .tpl-block-10 {
    width: 100%;
} 
div#colledge-map {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #cccccc;
}
div#colledge-map h3 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'MyriadProBoldCond';
    font-size: 1.355vw;
    padding: 5px 0px;
    margin: 0;
}
div#colledge-map_map {
    width: 100%;
}
footer#footer {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
    background: -webkit-linear-gradient(270deg, rgb(5, 164, 140), rgb(3, 94, 80));
    background: -moz-linear-gradient(270deg, rgb(5, 164, 140), rgb(3, 94, 80));
    background: linear-gradient(270deg, rgb(5, 164, 140), rgb(3, 94, 80));
}
.footer_desc {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
    padding: 15px 0 8px 2%;
}
.footer_desc a {
    color: white;
    text-decoration: none;
}
.footer_desc-site {
    margin-bottom: 25px;
}
p.footer_desc-site_info {
    font-size: 1.146vw;
    color: white;
    font-family: 'MyriadProLightCond';
    margin: 3px 0px;
}
p.footer_desc-site_name {
    font-size: 1.146vw;
    color: white;
    font-family: 'MyriadProCond';
    margin: 3px 0px;
    text-transform: uppercase;
}
p.footer_desc-contacts_address {
    font-size: 1.146vw;
    color: white;
    font-family: 'MyriadProCond';
    margin: 2px 0px;
}
p.footer_desc-contacts_phones {
    font-size: 1.146vw;
    color: white;
    font-family: 'MyriadProCond';
    margin: 2px 0px;
}
p.footer_desc-contacts_mail {
    font-size: 1.146vw;
    color: white;
    font-family: 'MyriadProCond';
    margin: 2px 0px;
}
.footer_menu {
    display: flex;
    flex-direction: row;
    width: 15%;
    background-color: rgb(0, 97, 83);
}
.footer_menu ul {
    display: flex;
    flex-direction: column;
    margin: 0 0 20px 0;
    padding: 0 0 0 25%;
    list-style-type: none;
    justify-content: space-evenly;
}
.footer_menu ul li a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'MyriadProBoldCond';
    font-size: 1.146vw;
}
.footer_social {
    display: flex;
    width: 31%;
    padding: 15px 2% 8px 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
.footer_social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 55%;
    margin-top: 5px;
}
.footer_social-icons-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
}
.footer_social-icons-area a {
    width: 37px;
    height: 37px;
}
.footer_social-icons-area a > span {
    width: 100%;
    height:100%;
    display: flex;
}
span.footer_social-icons-vk {
    background: url(../images/VK_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
span.footer_social-icons-ok {
    background: url(../images/OK_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
span.footer_social-icons-youtube {
    background: url(../images/youtube_white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.private-policy {
    margin-bottom: 5px;
}
.private-policy a {
    color: #ddfffa;
    font-family: 'MyriadProLightCond';
    font-size: 1.146vw;
    text-decoration: none;
}
@media screen and (min-width:2560) {
    .site-description h3 {
        font-family:MyriadProCond;
        font-size: 32px;
    }
}

.tpl-block-list.tpl-component-168 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.get-a-question_overlay {
    position: fixed;
    background: #000000a8;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
}
.overlay_form-wrapper {
    display: flex;
    flex-direction: column;
    background: white;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.overlay_form {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}
.overlay_form p {
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 1.5vw;
    line-height: 1;
    position: absolute;
    top: 2%;
    width: 25px;
    right: 4%;
}
.overlay_form h3{
    margin:10px 0 0;
}
.overlay_form form {
    display: flex;
    flex-direction: column;
    padding: 5px 20px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.overlay_form form label {
    font-size: 1.1vw;
}
.overlay_form form input {
    height: 30px;
    border: 1px solid #747474bf;
    margin-bottom: 10px;
    min-width: 300px;
    font-size: 0.8vw;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
}
.overlay_form form textarea {
    resize: none;
    font-size: 0.8vw;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 10px;
    margin-top: 5px;
}
.overlay_form form input[type="submit"] {
    height: 30px;
    background: #046d5d;
    color: white;
    cursor: pointer;
    line-height: 1;
    font-size: 1vw;
    margin: 10px 0;
    border-radius: 10px;
}

.fixed-overlay {
    display: flex;
}
.overlay_form form .questionagree_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
}
.overlay_form form input#questionagree {
    height: 25px;
    width: 25px;
    min-width: 25px;
    margin: 10px;
}

nav.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.prev-link-icon {
    display: flex;
    background: url(../images/prev-link-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.next-link-icon {
    display: flex;
    background: url(../images/next-link-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.prev-link-icon:hover {
    display: flex;
    background: url(../images/prev-link-icon-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.next-link-icon:hover {
    display: flex;
    background: url(../images/next-link-icon-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.first-link {
    display: flex;
    background: url(../images/first-link-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.last-link {
    display: flex;
    background: url(../images/last-link-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.first-link:hover {
    display: flex;
    background: url(../images/first-link-icon-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
.last-link:hover {
    display: flex;
    background: url(../images/last-link-icon-hover.png);
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}


.settings {
    position: fixed;
    z-index: 1;
    left: 15px;
    top: 40px;
  }
  
  .set1 {
    display: block!important;
    background: url(../images/eye.png)!important;
    width: 40px;
    height: 40px;
    cursor: pointer;
  } 
  span.set.set3 img {
        cursor: pointer;
    }
  
  p.logosv {
    display: none;
  }
  .sign-doc {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.sign-doc::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(../images/signature.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}
.sign-doc:hover::before {
    content: attr(data-title);
    position: absolute;
    top: -20px;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 4px;
}

 /* Search */
    form.nc_search {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    form.nc_search input[type=text] {
        border-radius: 7px;
        font-family: 'MyriadProCond';
        font-size: 1.6vw;
        padding: 5px 10px;
        width: 75%;
        box-sizing: border-box;
        height: 3vw;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.nc_search input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.nc_search input[type=text]::placeholder {
        color: #035e50;
    }
    form.nc_search input[type=submit] {
        border-radius: 7px;
        width: 3vw;
        box-sizing: border-box;
        height: 3vw;
        color: #035e50;
        border: #035e50 solid 5px;
        background: url(../images/search.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }

    form.search-form {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
    form.search-form input[type=text] {
        border-radius: 7px;
        font-family: 'MyriadProCond';
        font-size: 1.6vw;
        padding: 5px 10px;
        width: 75%;
        box-sizing: border-box;
        height: 2.5vw;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.search-form input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.search-form input[type=text]::placeholder {
        color: #035e50;
    }
    form.search-form .tpl-button {
        border-radius: 7px;
        width: 2.5vw;
        box-sizing: border-box;
        height: 2.5vw;
        color: #035e50;
        border: #035e50 solid 5px;
        background: url(../images/search.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    
@media screen and (min-width: 768px) and (max-width: 999px){

    form.nc_search input[type=submit], form.search-form .tpl-button {
        border: #035e50 solid 2px;
    }
    .search-service_search {
        width: 40%;
    }
    .search-service_schedule {
        width: 30%;
    }
    body {
        font-size: 18px;
    }
    .site-description h3 {
        font-size: 16px;
    }
    .wrapper {
        background: none;
    }
    .settings {
        display: none;
    }
    .wrap {
        width: 100%;
        box-shadow: none;
        background: #ffffff;
    }

    .header-content_site-name {
        font-size: 30px;
        line-height: 1;
        width: 60%;
    }
    .header-content_contact-area {
        width: 25%;
    }
    .contact-area_form_question {
        border-radius: 15px;
        width: 130px;
        height: 25px;
        font-size: 18px;
        font-family: MyriadProSemiboldCond;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .contact-area_phone a {
        font-size: 30px;
        font-family: MyriadProCond;
        color: rgb(255, 255, 255);
        line-height: 1.1;
        text-shadow: 0px 3px 5px rgb(0 0 0);
        text-decoration: none;
    }
    .contact-area_social-icons {
        display: none;
    }
    .menu-mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .menuheader {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 2%;
        justify-content: space-between;
        background-image: -moz-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    }
    .menuheader > div {
        font-size: 24px;
    }
    .hamburger {
        width: 25px;
        display: flex;
        flex-direction: column;
    }
    .hamburger span {
        width: 25px;
        margin-top: 2px;
        height: 4px;
        background: white;
        margin-bottom: 2px;
        border-radius: 5px;
    }
    .menu-mobile ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-mobile a {
        color: white;
    }
    .menu-mobile ul > li > a{
        background: #037362;
    }
    .menu-mobile ul  li.active > a, .menu-mobile ul  li.active-child > a {
        background: #e42828;
    }
    ul.first-level-ul {
        display: none;
    }
    ul.first-level-ul.active, ul.first-level-ul.open {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.first-level-ul > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 2px;
    }
    ul.first-level-ul > li > a {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size:24px;
        text-transform: uppercase;
        padding: 3px 2%;
        box-sizing: border-box;
    }    
    ul.first-level-ul > li > a::after  {
        content:"\2B9E";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li > a:only-child::after
    {
        content: "";
    }
    ul.first-level-ul > li.active > a::after  {
        content:"\2B9F";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li.active > a:only-child::after
    {
        content: "";
    }
    ul.child-menu {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .active ul.child-menu{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.child-menu > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #06bca0;
        margin-top: 1px;        
    }
    ul.child-menu > li > a {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size:18px;
        text-transform: uppercase;
        padding: 2px 4%;
        box-sizing: border-box;
        background: #06bca0;        
    }
    .tpl-block-13 { /*slider*/
        display: none;
    }
    .gosuslugi {
        width: 100%;
    }
    .pos-banner-fluid.bf-4 {
        display: flex!important;
        flex-direction: row-reverse;
    }
    .bf-4__decor {
        width: 30%;
    }
    .bf-4__content {
        width: 65%;
    }
    div#banner_area {
        flex-direction: column;
        background: #cccccc;
    }
    .search-service {
        flex-direction: row;
        width: 98%;
        margin-right: 0%;
        padding: 5px 0;
    }

    .search-service_advanced {
        margin-bottom: 0px;
        width: 20%;
    }
    .search-service_advanced a {
        width: 50%;
    }
    main#main {
        width: 100%;
    }
    #main .tpl-block-list.tpl-component-med-news > h3 {
        font-size: 22px;
    }
    #main .item-list-single_news {
        width: 100%;
        height: auto;
    }
    #main .item-list-single_news > a {
        width: 22.5%;
        height: auto;
        display: flex;
    }
    #main .item-list-single_news .item-info {
        width: 75.5%;
        justify-content: flex-start;
    }
    #main .object-item-title.tpl-text-header4 {
        font-size:20px;
    }
    #main .item-list-single_news .object-item-description {
        height: auto;
        font-size: 18px;
    }
    #main .item-list-single_news .more-link a {
        font-size: 16px;
        background: #037362;
        padding: 2px 4px;
        font-family: MyriadProSemiboldCond;
        color: white;
    }
    .tpl-component-med-news a.pagination-item {
        width: 4vw;
        height: 4vw;
        font-family: 'MyriadProBoldCond';
        font-size: 3.15vw;
    }

    div#useful-links h3 {
        font-size: 22px;
    }
    .useful-links_items {
        flex-direction: column;
    }
    .tpl-block-11 {
        width: auto;
    }
    .tpl-block-12 {
        width: auto;
    }
    .useful-links_items-quadro-item {
        width: 16%;
    }    
    div#hall-of-fame h3 {
        font-size: 22px;
    }
    .hall-of-fame_items-item {
        width: 23%;
    }
    .hof-item-desc {
        font-size: 18px;
    }
    div#colledge-map h3 {
        font-size: 22px;
    }
    div#colledge-map_map {
        height: 250px!important;
    }
    .footer_desc-site {
        margin-bottom: 15px;
    }
    p.footer_desc-site_info {
        font-size: 16px;
    }
    p.footer_desc-site_name {
        font-size: 16px;
    }
    p.footer_desc-contacts_address {
        font-size: 16px;
    }
    p.footer_desc-contacts_phones {
        font-size: 16px;
    }
    p.footer_desc-contacts_mail {
        font-size: 16px;
    }
    .private-policy {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .private-policy a {
        font-size: 16px;
    }
    .footer_desc {
        width: 70%;
    }
    .footer_menu {
        width: 25%;
        margin-right: 5%;
    }
    .footer_menu ul {
        padding: 0 0 0 20%;
        width: 100%;
    }
    .footer_menu ul li a {
        font-size: 16px;
    }
    .overlay_form form label {
        font-size: 18px;
    }
    .overlay_form form input {
        font-size: 16px;
    }
    .overlay_form form textarea {
        font-size: 14px;
    }
    .overlay_form form input[type="submit"] {
        font-size: 18px;
    }
    .overlay_form p {
        font-size: 30px;
    }
}
@media screen and (min-width: 540px) and (max-width: 767px){
    .search-service_form-schedule {
        height: 30px;
        font-size: 16px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    /* Search */
    form.nc_search input[type=text] {
        border-radius: 5px;
        font-family: 'MyriadProCond';
        font-size: 18px;
        padding: 5px 8px;
        width: 80%;
        box-sizing: border-box;
        height: 30px;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.nc_search input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.nc_search input[type=text]::placeholder {
        color: #035e50;
    }
    form.nc_search input[type=submit] {
        border-radius: 7px;
        width: 30px;
        box-sizing: border-box;
        height: 30px;
        color: #035e50;
        border: #035e50 solid 5px;
        background: url(../images/search.png),white;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.search-form input[type=text] {
        border-radius: 7px;
        font-family: 'MyriadProCond';
        font-size: 18px;
        padding: 5px 10px;
        width: 80%;
        box-sizing: border-box;
        height:35px;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.search-form input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.search-form input[type=text]::placeholder {
        color: #035e50;
    }
    form.search-form .tpl-button {
        border-radius: 7px;
        width: 35px;
        box-sizing: border-box;
        height: 35px;
        color: #035e50;
        border: #035e50 solid 2px;
        background: url(../images/search.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.nc_search input[type=submit], form.search-form .tpl-button {
        border: #035e50 solid 2px;
    }
    .search-service_search {
        width: 40%;
    }
    .search-service_schedule {
        width: 30%;
    }
    body {
        font-size: 18px;
    }
    .site-description h3 {
        font-size: 16px;
    }
    .wrapper {
        background: none;
    }
    .settings {
        display: none;
    }
    .wrap {
        width: 100%;
        box-shadow: none;
        background: #ffffff;
    }

    .header-content_site-name {
        font-size: 24px;
        line-height: 1;
        width: 60%;
    }
    .header-content_contact-area {
        width: 28%;
    }
    .contact-area_form_question {
        border-radius: 15px;
        width: 130px;
        height: 25px;
        font-size: 18px;
        font-family: MyriadProSemiboldCond;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .contact-area_phone a {
        font-size: 24px;
        font-family: MyriadProCond;
        color: rgb(255, 255, 255);
        line-height: 1.1;
        text-shadow: 0px 3px 5px rgb(0 0 0);
        text-decoration: none;
    }
    .contact-area_social-icons {
        display: none;
    }
    .menu-mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .menuheader {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 2%;
        justify-content: space-between;
        background-image: -moz-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    }
    .menuheader > div {
        font-size: 24px;
    }
    .hamburger {
        width: 25px;
        display: flex;
        flex-direction: column;
    }
    .hamburger span {
        width: 25px;
        margin-top: 2px;
        height: 4px;
        background: white;
        margin-bottom: 2px;
        border-radius: 5px;
    }
    .menu-mobile ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-mobile a {
        color: white;
    }
    .menu-mobile ul > li > a{
        background: #037362;
    }
    .menu-mobile ul  li.active > a, .menu-mobile ul  li.active-child > a {
        background: #e42828;
    }
    ul.first-level-ul {
        display: none;
    }
    ul.first-level-ul.active, ul.first-level-ul.open {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.first-level-ul > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 2px;
    }
    ul.first-level-ul > li > a {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size:24px;
        text-transform: uppercase;
        padding: 3px 2%;
        box-sizing: border-box;
    }    
    ul.first-level-ul > li > a::after  {
        content:"\2B9E";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li > a:only-child::after
    {
        content: "";
    }
    ul.first-level-ul > li.active > a::after  {
        content:"\2B9F";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li.active > a:only-child::after
    {
        content: "";
    }
    ul.child-menu {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .active ul.child-menu{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.child-menu > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #06bca0;
        margin-top: 1px;        
    }
    ul.child-menu > li > a {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size:18px;
        text-transform: uppercase;
        padding: 2px 4%;
        box-sizing: border-box;
        background: #06bca0;        
    }
    .tpl-block-13 { /*slider*/
        display: none;
    }
    .gosuslugi {
        width: 100%;
    }
    .pos-banner-fluid.bf-4 {
        display: flex!important;
        flex-direction: row-reverse;
    }
    .bf-4__decor {
        width: 30%;
    }
    .bf-4__content {
        width: 65%;
    }
    div#banner_area {
        flex-direction: column;
        background: #cccccc;
    }
    .search-service {
        flex-direction: row;
        width: 98%;
        margin-right: 0%;
        padding: 5px 0;
    }

    .search-service_advanced {
        margin-bottom: 0px;
        width: 20%;
    }
    .search-service_advanced a {
        width: 50%;
    }
    main#main {
        width: 100%;
    }
    #main .tpl-block-list.tpl-component-med-news > h3 {
        font-size: 22px;
    }
    #main .item-list-single_news {
        width: 100%;
        height: auto;
    }
    #main .item-list-single_news > a {
        width: 22.5%;
        height: auto;
        display: flex;
    }
    #main .item-list-single_news .item-info {
        width: 75.5%;
        justify-content: flex-start;
    }
    #main .object-item-title.tpl-text-header4 {
        font-size:20px;
    }
    #main .item-list-single_news .object-item-description {
        height: auto;
        font-size: 18px;
    }
    #main .item-list-single_news .more-link a {
        font-size: 16px;
        background: #037362;
        padding: 2px 4px;
        font-family: MyriadProSemiboldCond;
        color: white;
    }
    .tpl-component-med-news a.pagination-item {
        width: 4vw;
        height: 4vw;
        font-family: 'MyriadProBoldCond';
        font-size: 3.15vw;
    }

    div#useful-links h3 {
        font-size: 22px;
    }
    .useful-links_items {
        flex-direction: column;
    }
    .tpl-block-11 {
        width: auto;
    }
    .tpl-block-12 {
        width: auto;
    }
    .useful-links_items-quadro-item {
        width: 16%;
    }    
    div#hall-of-fame h3 {
        font-size: 22px;
    }
    .hall-of-fame_items-item {
        width: 23%;
    }
    .hof-item-desc {
        font-size: 18px;
    }
    div#colledge-map h3 {
        font-size: 22px;
    }
    div#colledge-map_map {
        height: 250px!important;
    }
    .footer_desc-site {
        margin-bottom: 15px;
    }
    p.footer_desc-site_info {
        font-size: 16px;
    }
    p.footer_desc-site_name {
        font-size: 16px;
    }
    p.footer_desc-contacts_address {
        font-size: 16px;
    }
    p.footer_desc-contacts_phones {
        font-size: 16px;
    }
    p.footer_desc-contacts_mail {
        font-size: 16px;
    }
    .private-policy {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .private-policy a {
        font-size: 16px;
    }
    .footer_desc {
        width: 70%;
    }
    .footer_menu {
        width: 25%;
        margin-right: 5%;
    }
    .footer_menu ul {
        padding: 0 0 0 20%;
        width: 100%;
    }
    .footer_menu ul li a {
        font-size: 16px;
    }
    .overlay_form form label {
        font-size: 16px;
    }
    .overlay_form form input {
        font-size: 14px;
    }
    .overlay_form form textarea {
        font-size: 14px;
    }
    .overlay_form form input[type="submit"] {
        font-size: 16px;
    }
    .overlay_form p {
        font-size: 30px;
    }
}
@media screen and (min-width: 401px) and (max-width: 539px){
    .search-service_schedule {
        width: 35%;
    }
    .search-service_form-schedule {
        height: 25px;
        font-size: 15px;
    }
    /* Search */
    form.nc_search input[type=text] {
        border-radius: 5px;
        font-family: 'MyriadProCond';
        font-size: 18px;
        padding: 5px 8px;
        width: 80%;
        box-sizing: border-box;
        height: 30px;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.nc_search input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.nc_search input[type=text]::placeholder {
        color: #035e50;
    }
    form.nc_search input[type=submit] {
        border-radius: 7px;
        width: 30px;
        box-sizing: border-box;
        height: 30px;
        color: #035e50;
        border: #035e50 solid 5px;
        background: url(../images/search.png),white;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.search-form input[type=text] {
        border-radius: 7px;
        font-family: 'MyriadProCond';
        font-size: 18px;
        padding: 5px 10px;
        width: 80%;
        box-sizing: border-box;
        height:35px;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.search-form input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.search-form input[type=text]::placeholder {
        color: #035e50;
    }
    form.search-form .tpl-button {
        border-radius: 7px;
        width: 35px;
        box-sizing: border-box;
        height: 35px;
        color: #035e50;
        border: #035e50 solid 2px;
        background: url(../images/search.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.nc_search input[type=submit], form.search-form .tpl-button {
        border: #035e50 solid 2px;
    }
    body {
        font-size: 16px;
    }
    .site-description h3 {
        font-size: 16px;
        text-align: center;
    }
    .wrapper {
        background: none;
    }
    .settings {
        display: none;
    }
    .wrap {
        width: 100%;
        box-shadow: none;
        background: #ffffff;
    }
    .header-content {
        flex-wrap: wrap;
    }
    .header-content_logo {
        width: 20%;
        margin-left: 1%;
    }
    .header-content_site-name {
        font-size: 20px;
        line-height: 1;
        width: 70%;
    }
    .header-content_contact-area {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }
    .contact-area_form_question {
        border-radius: 15px;
        width: 120px;
        height: 20px;
        font-size: 16px;
        font-family: MyriadProSemiboldCond;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .contact-area_phone a {
        font-size: 20px;
        font-family: MyriadProCond;
        color: rgb(255, 255, 255);
        line-height: 1.1;
        text-shadow: 0px 3px 5px rgb(0 0 0);
        text-decoration: none;
    }
    .contact-area_social-icons {
        display: none;
    }
    .menu-mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .menuheader {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 2%;
        justify-content: space-between;
        background-image: -moz-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    }
    .menuheader > div {
        font-size: 18px;
    }
    .hamburger {
        width: 25px;
        display: flex;
        flex-direction: column;
    }
    .hamburger span {
        width: 25px;
        margin-top: 2px;
        height: 4px;
        background: white;
        margin-bottom: 2px;
        border-radius: 5px;
    }
    .menu-mobile ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-mobile a {
        color: white;
    }
    .menu-mobile ul > li > a{
        background: #037362;
    }
    .menu-mobile ul  li.active > a, .menu-mobile ul  li.active-child > a {
        background: #e42828;
    }
    ul.first-level-ul {
        display: none;
    }
    ul.first-level-ul.active, ul.first-level-ul.open {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.first-level-ul > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 2px;
    }
    ul.first-level-ul > li > a {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size:18px;
        text-transform: uppercase;
        padding: 3px 2%;
        box-sizing: border-box;
    }    
    ul.first-level-ul > li > a::after  {
        content:"\2B9E";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li > a:only-child::after
    {
        content: "";
    }
    ul.first-level-ul > li.active > a::after  {
        content:"\2B9F";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li.active > a:only-child::after
    {
        content: "";
    }
    ul.child-menu {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .active ul.child-menu{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.child-menu > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #06bca0;
        margin-top: 1px;        
    }
    ul.child-menu > li > a {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size:16px;
        text-transform: uppercase;
        padding: 2px 4%;
        box-sizing: border-box;
        background: #06bca0;        
    }
    .tpl-block-13 { /*slider*/
        display: none;
    }
    .gosuslugi {
        width: 100%;
    }
    .pos-banner-fluid.bf-4 {
        display: flex!important;
        flex-direction: row-reverse;
    }
    .bf-4__decor {
        width: 30%;
    }
    .bf-4__content {
        width: 65%;
    }
    div#banner_area {
        flex-direction: column;
        background: #cccccc;
    }
    .search-service {
        flex-direction: row;
        width: 98%;
        margin-right: 0%;
        padding: 5px 0;
    }

    .search-service_advanced {
        margin-bottom: 0px;
        width: 20%;
    }
    .search-service_advanced a {
        width: 50%;
    }
    main#main {
        width: 100%;
    }
    #main .tpl-block-list.tpl-component-med-news > h3 {
        font-size: 18px;
    }
    #main .item-list-single_news {
        width: 100%;
        height: auto;
    }
    #main .item-list-single_news > a {
        width: 34.5%;
        height: 150px;
        display: flex;
    }
    #main .item-list-single_news .item-info {
        width: 60.5%;
        justify-content: flex-start;
    }
    #main .object-item-title.tpl-text-header4 {
        font-size:18px;
    }
    #main .item-list-single_news .object-item-description {
        height: auto;
        font-size: 16px;
    }
    #main .item-list-single_news .more-link a {
        font-size: 14px;
        background: #037362;
        padding: 2px 4px;
        font-family: MyriadProSemiboldCond;
        color: white;
    }
    .tpl-component-med-news a.pagination-item {
        width: 16px;
        height: 16px;
        font-family: 'MyriadProBoldCond';
        font-size: 14px;
    }

    div#useful-links h3 {
        font-size: 18px;
    }
    .useful-links_items {
        flex-direction: column;
    }
    .tpl-block-11 {
        width: auto;
    }
    .tpl-block-12 {
        width: auto;
    }
    .useful-links_items-quadro-item {
        width: 16%;
    }    
    div#hall-of-fame h3 {
        font-size: 18px;
    }
    .hall-of-fame_items-item {
        width: 23%;
    }
    .hof-item-desc {
        font-size: 14px;
        bottom: -35%;
    }
    div#colledge-map h3 {
        font-size: 18px;
    }
    div#colledge-map_map {
        height: 250px!important;
    }
    .footer_desc-site {
        margin-bottom: 15px;
    }
    p.footer_desc-site_info {
        font-size: 14px;
    }
    p.footer_desc-site_name {
        font-size: 14px;
    }
    p.footer_desc-contacts_address {
        font-size: 14px;
    }
    p.footer_desc-contacts_phones {
        font-size: 14px;
    }
    p.footer_desc-contacts_mail {
        font-size: 14px;
    }
    .private-policy {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .private-policy a {
        font-size: 14px;
    }
    .footer_desc {
        width: 70%;
    }
    .footer_menu {
        width: 25%;
        margin-right: 2%;
    }
    .footer_menu ul {
        padding: 0 0 0 10%;
        width: 100%;
    }
    .footer_menu ul li a {
        font-size: 14px;
    }
    .overlay_form form label {
        font-size: 16px;
    }
    .overlay_form form input {
        font-size: 14px;
    }
    .overlay_form form textarea {
        font-size: 14px;
    }
    .overlay_form form input[type="submit"] {
        font-size: 16px;
    }
    .overlay_form p {
        font-size: 30px;
    }
}
@media screen and (min-width: 300px) and (max-width: 400px){
    .search-service_schedule {
        width: 35%;
        
    }
    .search-service_form-schedule {
        height: 20px;
        font-size: 12px;
    }
    /* Search */
    form.nc_search input[type=text] {
        border-radius: 5px;
        font-family: 'MyriadProCond';
        font-size: 18px;
        padding: 5px 8px;
        width: 80%;
        box-sizing: border-box;
        height: 30px;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.nc_search input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.nc_search input[type=text]::placeholder {
        color: #035e50;
    }
    form.nc_search input[type=submit] {
        border-radius: 7px;
        width: 30px;
        box-sizing: border-box;
        height: 30px;
        color: #035e50;
        border: #035e50 solid 5px;
        background: url(../images/search.png),white;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.search-form input[type=text] {
        border-radius: 7px;
        font-family: 'MyriadProCond';
        font-size: 18px;
        padding: 5px 10px;
        width: 80%;
        box-sizing: border-box;
        height:35px;
        color: #035e50;
        border: #035e50 solid 2px;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.search-form input[type=text]:focus {
        outline: #035e50 solid 1px;;
    }
    form.search-form input[type=text]::placeholder {
        color: #035e50;
    }
    form.search-form .tpl-button {
        border-radius: 7px;
        width: 35px;
        box-sizing: border-box;
        height: 35px;
        color: #035e50;
        border: #035e50 solid 2px;
        background: url(../images/search.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 75%;
        cursor:pointer;
        box-shadow: 0px 2px 5.4px 0.6px rgba(0, 0, 0, 0.6);
    }
    form.nc_search input[type=submit], form.search-form .tpl-button {
        border: #035e50 solid 2px;
    }
    body {
        font-size: 16px;
    }
    .site-description h3 {
        font-size: 16px;
        text-align: center;
    }
    .wrapper {
        background: none;
    }
    .settings {
        display: none;
    }
    .wrap {
        width: 100%;
        box-shadow: none;
        background: #ffffff;
    }
    .header-content {
        flex-wrap: wrap;
    }
    .header-content_logo {
        width: 20%;
        margin-left: 1%;
    }
    .header-content_site-name {
        font-size: 20px;
        line-height: 1;
        width: 70%;
    }
    .header-content_contact-area {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }
    .contact-area_form_question {
        border-radius: 15px;
        width: 120px;
        height: 20px;
        font-size: 16px;
        font-family: MyriadProSemiboldCond;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    .contact-area_phone a {
        font-size: 20px;
        font-family: MyriadProCond;
        color: rgb(255, 255, 255);
        line-height: 1.1;
        text-shadow: 0px 3px 5px rgb(0 0 0);
        text-decoration: none;
    }
    .contact-area_social-icons {
        display: none;
    }
    .menu-mobile {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .menuheader {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 5px 2%;
        justify-content: space-between;
        background-image: -moz-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(3,89,76) 0%, rgb(5,168,144) 100%);
    }
    .menuheader > div {
        font-size: 18px;
    }
    .hamburger {
        width: 25px;
        display: flex;
        flex-direction: column;
    }
    .hamburger span {
        width: 25px;
        margin-top: 2px;
        height: 4px;
        background: white;
        margin-bottom: 2px;
        border-radius: 5px;
    }
    .menu-mobile ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }
    .menu-mobile a {
        color: white;
    }
    .menu-mobile ul > li > a{
        background: #037362;
    }
    .menu-mobile ul  li.active > a, .menu-mobile ul  li.active-child > a {
        background: #e42828;
    }
    ul.first-level-ul {
        display: none;
    }
    ul.first-level-ul.active, ul.first-level-ul.open {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.first-level-ul > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-top: 2px;
    }
    ul.first-level-ul > li > a {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size:18px;
        text-transform: uppercase;
        padding: 3px 2%;
        box-sizing: border-box;
    }    
    ul.first-level-ul > li > a::after  {
        content:"\2B9E";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li > a:only-child::after
    {
        content: "";
    }
    ul.first-level-ul > li.active > a::after  {
        content:"\2B9F";
        color:white;
        margin-left: 10px;
    }
    ul.first-level-ul > li.active > a:only-child::after
    {
        content: "";
    }
    ul.child-menu {
        width: 100%;
        display: none;
        flex-direction: column;
    }
    .active ul.child-menu{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    ul.child-menu > li {
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #06bca0;
        margin-top: 1px;        
    }
    ul.child-menu > li > a {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size:16px;
        text-transform: uppercase;
        padding: 2px 4%;
        box-sizing: border-box;
        background: #06bca0;        
    }
    .tpl-block-13 { /*slider*/
        display: none;
    }
    .gosuslugi {
        width: 100%;
    }
    .pos-banner-fluid.bf-4 {
        display: flex!important;
        flex-direction: row-reverse;
    }
    .bf-4__decor {
        width: 30%;
    }
    .bf-4__content {
        width: 65%;
    }
    div#banner_area {
        flex-direction: column;
        background: #cccccc;
    }
    .search-service {
        flex-direction: row;
        width: 98%;
        margin-right: 0%;
        padding: 5px 0;
    }

    .search-service_advanced {
        margin-bottom: 0px;
        width: 20%;
    }
    .search-service_advanced a {
        width: 50%;
    }
    main#main {
        width: 100%;
    }
    #main .tpl-block-list.tpl-component-med-news > h3 {
        font-size: 18px;
    }
    #main .item-list-single_news {
        width: 100%;
        height: auto;
    }
    #main .item-list-single_news > a {
        width: 34.5%;
        height: 150px;
        display: flex;
    }
    #main .item-list-single_news .item-info {
        width: 60.5%;
        justify-content: flex-start;
    }
    #main .object-item-title.tpl-text-header4 {
        font-size:18px;
    }
    #main .item-list-single_news .object-item-description {
        height: auto;
        font-size: 16px;
    }
    #main .item-list-single_news .more-link a {
        font-size: 14px;
        background: #037362;
        padding: 2px 4px;
        font-family: MyriadProSemiboldCond;
        color: white;
    }
    .tpl-component-med-news a.pagination-item {
        width: 16px;
        height: 16px;
        font-family: 'MyriadProBoldCond';
        font-size: 14px;
    }

    div#useful-links h3 {
        font-size: 18px;
    }
    .useful-links_items {
        flex-direction: column;
    }
    .tpl-block-11 {
        width: auto;
    }
    .tpl-block-12 {
        width: auto;
    }
    .useful-links_items-quadro-item {
        width: 16%;
    }    
    div#hall-of-fame h3 {
        font-size: 18px;
    }
    .hall-of-fame_items-item {
        width: 23%;
    }
    .hof-item-desc {
        font-size: 14px;
        bottom: -35%;
    }
    div#colledge-map h3 {
        font-size: 18px;
    }
    div#colledge-map_map {
        height: 250px!important;
    }
    .footer_desc-site {
        margin-bottom: 15px;
    }
    p.footer_desc-site_info {
        font-size: 14px;
    }
    p.footer_desc-site_name {
        font-size: 14px;
    }
    p.footer_desc-contacts_address {
        font-size: 14px;
    }
    p.footer_desc-contacts_phones {
        font-size: 14px;
    }
    p.footer_desc-contacts_mail {
        font-size: 14px;
    }
    .private-policy {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .private-policy a {
        font-size: 14px;
    }
    .footer_desc {
        width: 70%;
    }
    .footer_menu {
        width: 25%;
        margin-right: 2%;
    }
    .footer_menu ul {
        padding: 0 0 0 10%;
        width: 100%;
    }
    .footer_menu ul li a {
        font-size: 14px;
    }
    .overlay_form form label {
        font-size: 16px;
    }
    .overlay_form form input {
        font-size: 14px;
    }
    .overlay_form form textarea {
        font-size: 14px;
    }
    .overlay_form form input[type="submit"] {
        font-size: 16px;
    }
    .overlay_form p {
        font-size: 30px;
    }
}
img#specialButton {
    width: 60px;
    position: absolute;
    top: 40px;
    left: 10px;
    cursor: pointer;
}