body {
min-width: 360px;
font-family: "Montserrat";
background-color: #fff;
}

.errors {
width: 100%;
min-height: 20px;
margin-top: 30px;
font-size: 20px;
}
img {
max-width: 100%;
}
.clear {
clear: both;
}


.top {
width: 100%;
height: 60px;
background-color: #262f38;
position: fixed;
top: 0;
left: 0;
z-index: 999;
box-shadow: 0 3px 10px #ccc;
}

.page-add-form .top {
position: absolute;
top: 0;
left: 0;
}


.top-container {
position: relative;
}

.top-logo {
float: left;
margin: 0 20px 0 0;
padding: 5px 0 0 0;
}

.top-logo img {
height: 50px;
}

.top-menu-mobile {
line-height: 50px;
font-size: 30px;
float: left;
margin: 5px 0 0 10px;
display: none;
}

.top-menu {
padding: 22px 0 0 0;
float: right;
}

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

.top-menu li{
display: inline-block;
vertical-align: top;
margin: 0 1px;
padding: 0;
}

.top-menu a{
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 14px;
line-height: 14px;
text-transform: uppercase;
text-decoration: none;
margin: 0 8px 5px 8px;
}

.top-menu a:hover {
text-decoration: underline;
color: #fff;
}

.top-right {
float: right;
}










.login-menu {
margin: 0 0 0 10px;
padding: 12px 0 0 0;
overflow: hidden;
}

.login-menu ul {
padding: 0;
margin: 0;
}

.login-menu li {
padding: 0;
display: block;
float: left;
margin: 0 0 0 5px;
}

.login-menu a {
display: block;
padding: 10px 10px;
font-size: 13px;
line-height: 13px;
color: #fff;
text-decoration: none;
background-color: #0147a6;
background: linear-gradient(to top, #0147a6 0%,#1488d1 100%);
border-radius: 15px;
text-transform: uppercase;
}

.login-menu a:hover { 
background: linear-gradient(to bottom, #0147a6 0%,#1488d1 100%); color:#fff;
}









.left-panel {
width:255px;
position: fixed;
left: 0;
height: 100%;
background: #f5f4f0;
}

.logo  {
text-align: center;
padding: 40px 0 10px 0;
}

.logo img {
width: 200px;
}



.right-panel {
width: 100%;
padding: 0 0 0 255px;
box-sizing: border-box;
}

.wrap-content {
overflow: hidden;
min-height: 100vh;
}


.main-panel {
padding: 80px 0 0 0;
min-height: 400px;
min-height: calc(100vh - 303px);
}







.main-content {
overflow: hidden;
padding: 0 40px 0 40px;
}

.tours {
padding: 10px 0 0 0;
}


.tour-item {
border: 1px solid #E5F3F9;
background: #fff;
border-radius: 20px;
overflow: hidden;
box-shadow: 2px 7px 15px rgba(87, 87, 87, 0.05);
}



.tour-title {
background-color: #0147a6;
background: linear-gradient(to right, #0147a6 0%,#1488d1 100%);
color: #fff;
padding: 10px 15px;
text-align: center;
font-size: 15px;
font-weight: bold;
margin: 0;

}

.tour-date  {
font-size: 16px;
margin: 0;
padding: 10px 15px;
border-top: 1px solid #E5F3F9;
border-bottom: 1px solid #E5F3F9;
background: #e3ebf5;
text-align: center;
}

.tour-txt {
padding: 10px 15px;
}

.tour-image {
padding: 10px 15px;
}




.institutions-items {
padding-top: 10px;
}

.institution-item {
margin: 0 0 30px 0;
background: #fff;
}

.institution-item-link {
display: block;
color: #000;
text-decoration: none;
box-shadow: 2px 7px 15px rgba(87, 87, 87, 0.05);
transition: all 0.3s; 
border: 1px solid #E5F3F9;
border-radius: 20px;
overflow: hidden;
}

.institution-item-link:hover {
background: #0a68b4;
display: block;
color: #fff;
text-decoration: none;
box-shadow: 2px 7px 15px rgba(87, 87, 87, 0.15);
}

.institution-item-link:hover .institution-address  {
color: #000;
}



.institution-title {
background-color: #0147a6;
background: linear-gradient(to right, #0147a6 0%,#1488d1 100%);
color: #fff;
padding: 10px 15px;
text-align: center;
font-size: 15px;
font-weight: bold;
}

.institution-image {
padding: 10px 15px;
}

.institution-image img {
max-width: 100%;
display: block;
margin: 0;
}

.institution-address {
border-top: 1px solid #E5F3F9;
border-bottom: 1px solid #E5F3F9;
padding: 10px 15px;
background: #e3ebf5;
}

.institution-places {
padding: 10px 15px;
}

.institution-btn {
display: block;
background-color: #0147a6;
background: linear-gradient(to right, #0147a6 0%,#1488d1 100%);
color: #fff;
padding: 10px 15px;
text-align: center;
text-decoration: none;
}

.blue-btn {
width: 100%;
border: none;
outline: none;
background-color: #0147a6;
background: linear-gradient(to top, #0147a6 0%,#1488d1 100%);
color: #fff;
text-shadow: 1px 1px 0 #000000;
display: block;
margin: 0;
border-radius: 0;
padding: 15px 15px;
text-align: center;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
}

.blue-btn:hover { 
background: linear-gradient(to bottom, #0147a6 0%,#1488d1 100%); color:#fff;}
}


#application-form  {
margin: 0 0 20px 0;
}

#application-form ul {
list-style: none;
padding: 0;
margin: 0;
}


#application-form li {
margin: 0 0 20px 0;
}











.social {
float: right;
}

.social-icon {
color: #fff;
width: 40px;
height: 40px;
display: inline-block;
vertical-align: top;
margin: 0 5px 0 0;
text-align: center;
line-height: 40px;
border-radius: 40px;
font-size: 18px;
border: 1px solid hsla(0,0%,100%,.3);
}

.social-icon:hover {
color: #fff;
border: 1px solid #fff
}









.footer {
padding: 55px 0 35px 0;
background-color: #333;
color: #fff;
margin: 50px 0 0 0;
}

.footer-container {
position: relative;
}

.footer-logo {
margin: 0 50px 0 0;
float: left;
}

.footer-logo img {
width: 50px;
}

.footer-bottom {
margin-top: 24px;
padding-top: 18px;
border-top: 1px solid #384048;
color: #a0a9b3;
}

.footer-center {
float: left;
}

.footer-menu {
margin: 0 0 20px 0;
overflow: hidden;
}

.footer-menu ul {
margin: 0;
padding: 0;
}

.footer-menu li {
display: inline-block;
margin: 0 10px 10px 10px;
}

.footer-menu  a {
color: #fff;
}

.footer-text {
width: 250px;
float: right;
text-align: right;
}





.main-menu ul {
margin: 30px 0 0 0;
text-align: center;
padding: 0;
}   

.main-menu li {
list-style: none;
}

.main-menu a {
display: block;
color: #fff;
font-size: 20px;
background-color: #0a68b4;
text-transform: uppercase;
margin-bottom: 15px;
padding: 10px 0;
}

.form-input {
display: inline-block;
width: 300px;
}

#application-form .label{
color: #000;
font-size: 14px;
}

#application-form input:required:focus {
border: 2px solid red; /* Красная рамка для обязательных полей */
}


.top-title {
position: relative;
width: 100%;
margin-bottom: 36px;
display: flex;
}

.top-title:before {
content: "";
border-top: 1px solid #3c3c3c;
display: block;
width: 100%;
position: absolute;
top: 50%;
left: 0;
}

.top-title-text {
display: block;
background: #fff;
z-index: 1;
padding-right: 40px;
position: relative;
}
/*
.top-title-text:before {
content: "";
position: absolute;
width: 46px;
height: 17px;
background: #0a68b4;
left: 5px;
bottom: -8px;
}*/

.top-title-text-c {
display: block;
font-weight: 700;
font-size: 25px;
line-height: 29px;
color: #000;
text-shadow: 0 0 4px #fff;
position: relative;
z-index: 1;
text-indent: 0;
}






.leader-item {
border: 1px solid #E5F3F9;
border-radius: 20px;
overflow: hidden;
box-shadow: 2px 7px 15px rgba(87, 87, 87, 0.05);
}

.leader-photo {
border-bottom: 1px #ccc solid;
}

.leader-title {
background-color: #0147a6;
background: linear-gradient(to right, #0147a6 0%,#1488d1 100%);
color: #fff;
padding: 10px 15px;
text-align: center;
font-size: 15px;
font-weight: bold;
}


.leader-description {
text-align: center;
padding: 10px 0 15px 0;
}


.news-item {
margin: 0 0 30px 0;
}

.news-item-image {
margin: 0 0 20px 0;
}

.news-item-date {
color: #cd8e2b;
font-weight: bold;
margin-bottom: 15px;
text-transform: lowercase;
}

.news-item-title {
font-weight: bold;
margin-bottom: 15px;
font-weight: 600;
font-size: 18px;
color: #2F2E2D;
text-decoration: none;
}

.news-item-text {
margin-bottom: 15px;
font-size: 14px;
}

.news-button-all {
text-align: center;
}

.page-news-item {
margin: 0 0 40px 0;
overflow: hidden;
}

.page-news-item-image {
float: left;
margin: 0 30px 30px 0;
}

.page-news-item-image img {
width: 300px;
}

.page-news-item-date {
color: #cd8e2b;
font-weight: bold;
margin-bottom: 10px;
text-transform: lowercase;
}

.page-news-item-title {
font-weight: bold;
margin-bottom: 10px;
font-weight: 600;
font-size: 18px;
color: #2F2E2D;
text-decoration: none;
}

.page-news-item-title a {
color: #2F2E2D;
}

.page-news-item-descr {
margin-bottom: 15px;
font-size: 14px;
margin-bottom: 10px;
}


select.form-control {
width: auto;
}

.logout-btn {
float: right;
}


.tr-green td {
color: #28a745;
}
.tr-red td {
color: #dc3545;
}
.tr-yellow td {
color: #ffc107;
}
.tr-blue td {
color: #17a2b8;
}

.file {
display: inline-block;
vertical-align: top;
margin: 15px 15px 15px 0;
}

.applications-count span {
display: inline-block;
vertical-align: top;
margin: 0 20px 0 0;
}

.required { /* цвет для звёздочки  */
    font-weight: 600;
    color: #f00;

    
}


@media (max-width: 1200px) {

.top-menu-mobile {
display: block;
}

.top-menu {
display: none;
width: 100%;
padding: 17px 0 0 0;
float: none;
position: absolute;
top: 60px;
left: 0;
background: #f6f6f6;
}
.top-menu ul{
padding: 0 20px;
}
.top-menu li {
}

.top-menu a {
display: inline-block;
vertical-align: top;
color: #fff;
font-size: 13px;
line-height: 13px;
background-color: #0a68b4;
text-transform: uppercase;
margin-bottom: 15px;
padding: 6px 10px;
border-radius: 10px;
text-decoration: none;
}


.footer-center {
float: right;
margin: 0 0 0 150px;
text-align: right;
}

.footer-logo {
margin: 0;
float: none;
position: absolute;
top: 0;
left: 0;
}


}

