﻿/* ======= Base ======= */
html,
body {
  height: 100%;
}
body {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -344px;
  /* equal to footer height */
}
.wrapper:after {
  content: "";
  display: block;
  height: 344px;
  /* must be the same height as footer */
}
.footer {
  height: 344px;
  /* must be the same height as footer */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
p {
  color: #444;
  font-size: 14px;
}
a {
  color: #6091ba;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  outline: none !important;
}
a:hover {
  text-decoration: none;
  color: #365d7e;
}
a:focus {
  text-decoration: none;
}
table:not(.table) {
  /*border: 1px solid #ebebeb;*/
  width: 100%;
}
table:not(.table) > thead > tr > th,
table:not(.table) > tbody > tr > th,
table:not(.table) > tfoot > tr > th,
table:not(.table) > thead > tr > td,
table:not(.table) > tbody > tr > td,
table:not(.table) > tfoot > tr > td {
  /*border: 1px solid #ebebeb;*/
  padding: 2px 5px;
}
table:not(.table) > thead > tr > th {
  /*border-bottom: 2px solid #a7c2d9;*/
  color: #365d7e;
}
input, input[type="text"], input[type="password"], textarea, select {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
input[type="text"], input[type="password"], input[type="number"], select {
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="number"] {
  padding-right: 2px;
}
textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="submit"] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #4889c0;
  color: #fff;
  padding: 7px 12px !important;
  margin: 0 2px 2px 0;
}
input[type="submit"]:hover {
  opacity: .8;
  color: #fff;
}
label {
  color: #1f4b99;
  margin: 10px 0 5px 5px;
}
label.anketa_label {
  font-size: medium;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn .fa.fa-search {
  margin-right: 0;
}
.btn-theme {
  background: #6091ba;
  border: 1px solid #6091ba;
  color: #fff;
}
.btn-theme:hover {
  background: #84aac9;
  border: 1px solid #84aac9;
  color: #fff;
}
.btn-dblue {
  background: #1F4B99;
  border: 1px solid #1F4B99;
  color: #fff;
}
.btn-dblue:hover {
  background: #0F3B89;
  border: 1px solid #0F3B89;
  color: #fff;
}
.btn-gray {
  background: #999999;
  border: 1px solid #999999;
  color: #fff;
}
.btn-gray:hover {
  background: #777777;
  border: 1px solid #777777;
  color: #fff;
}
.btn-pink {
  background: #e4097f;
  border: 1px solid #e4097f;
  color: #fff;
}
.btn-pink:hover {
  background: #d2006d;
  border: 1px solid #d2006d;
  color: #fff;
}
a.btn-cta,
.btn-cta {
  width:100%;
  background: #6091ba;
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.33;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #6091ba;
  font-family: 'open sans', arial, sans-serif;
}
a.btn-cta:hover,
.btn-cta:hover {
  color: #fff;
  background: #84aac9;
  border: 1px solid #84aac9;
}
a.btn-cta .fa,
.btn-cta .fa {
  margin-right: 10px;
  font-size: 22px;
  color: #fff;
}
.edit-page-btn, .buttons-on-page {
  background: #444;
  color: #fff !important;
  margin: 0 2px 2px 0;
}
.edit-page-btn:hover, .buttons-on-page:hover {
  opacity: 0.7;
}
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-control:focus {
  border-color: #6091ba;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form .description {
    color: #60676a;
    margin-bottom: 20px;
    font-size: 12px;
}
form .errors {
    font-size: 14px;
    font-weight: bold;
    color: #ff0000;
}
.error{
  font-size: 14px;
  font-weight: bold;
  color: #ff0000;
}
blockquote {
  font-size: 14px;
}
blockquote p {
  font-size: 14px;
  line-height: 1.5;
}
.RedDamask {
  background-color: #e27240;
}
.RedDamask:hover {
  background-color: #df622a;
}
.FireBush {
  background-color: #E28D40;
}
.FireBush:hover {
  background-color: #df802a;
}
.OliveDrab {
  background-color: #60A823;
}
.OliveDrab:hover {
  background-color: #54931f;
}
.Mojo {
  background-color: #C94139;
}
.Mojo:hover {
  background-color: #b73932;
}
.text-highlight {
  color: #27435a;
}
.highlight-border {
  border-color: #6091ba;
}
.read-more {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 13px;
  /*display: block;*/
}
.read-more .fa {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.read-more:hover {
  text-decoration: none;
}
.carousel-fade .item {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}
.carousel-fade .item.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#topcontrol {
  background: #84aac9;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
#topcontrol:hover {
  background: #6091ba;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.row-end {
  margin-right: 0;
  padding-right: 0;
}
ul.custom-list-style li {
  list-style: none;
}
.date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 40px;
  height: 50px;
  text-align: center;
  font-size: 13px;
}
.date-label .month {
  background: #6091ba;
  color: #fff;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
}
.date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 15px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #6091ba;
  border-color: #6091ba;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eef3f8;
  border-color: #a7c2d9;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs {
  border-bottom: none;
  position: relative;
  margin-bottom: -1px;
}
.tab-content {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 20px;
}
.nav > li > a {
  font-size: 13px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: inherit;
}
.nav-tabs > li > a {
  border: 1px solid #e8e8e8;
  border-bottom: none;
  background: #f5f5f5;
  padding: 5px 15px;
  margin-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #444;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.nav-tabs > li {
  margin-right: 2px;
}
.nav-tabs > li.active {
    border-top: 2px solid #6091ba;
    margin-bottom: -3px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:focus {
  border-bottom: 0;
  border-top: 0;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background: #f5f8fb;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #ebebeb;

}
.table > thead > tr > th {
  border-bottom: 2px solid #a7c2d9;
  color: #365d7e;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background: #f5f8fb;
}
.table-boxed,
.table-bordered {
  border: 1px solid #ebebeb;
}

.table.table-boxed > thead > tr > th {
  border-bottom: none;
  background: #6091ba;
  color: #fff;
}
.panel-group .panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-group .panel .panel-heading .panel-title a {
  color: #6091ba;
}
.panel-group .panel .panel-heading .panel-title a:before {
  font-family: FontAwesome;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f146";
  margin-right: 5px;
}
.panel-group .panel .panel-heading .panel-title a.collapsed:before {
  content: "\f0fe";
}
.panel-group .panel .panel-body {
  font-size: 13px;
}
.panel {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-heading h3.panel-title {
  font-weight: 500;
}
.panel .panel-heading .label {
  font-size: 10px;
}
.panel .panel-footer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel .panel-footer ul {
  margin-bottom: 0;
}
.panel .panel-footer ul.list-inline li {
  margin-bottom: 0;
}
.panel .panel-footer small {
  color: #999;
}
.panel > .list-group .list-group-item:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.panel-theme {
  border-color: #6091ba;
}
.panel-theme > .panel-heading,
.panel-theme > .panel-footer {
  color: #fff;
  background: #6091ba;
  border-color: #6091ba;
}
.no-margins {
  margin: 0;
}
.no-margin-left {
  margin-left: 0;
}
.no-margin-right {
  margin-right: 0;
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.label {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.label.label-theme {
  background: #6091ba;
}
.label.label-dblue {
  background: #1f4b99;
}
.label.label-gray {
  background: #999999;
}
.label.label-pink {
  background: #e4097f;
}
.label .fa {
  margin-right: 4px;
}
.label.label-icon-only .fa {
  margin-right: 0;
}
.badge.badge-theme {
  background: #6091ba;
}
.badge.badge-default {
  background: #999;
}
.badge.badge-primary {
  background: #428bca;
}
.badge.badge-success {
  background: #5cb85c;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-info {
  background: #5bc0de;
}
.badge.badge-warning {
  background: #f0ad4e;
}
.badge.badge-danger {
  background: #d9534f;
}
.badge.badge-dblue {
  background: #1f4b99;
}
.badge.badge-gray {
  background: #999999;
}
.badge.badge-pink {
  background: #e4097f;
}
.promo-badge {
  font-size: 20px;
  display: table;
}
.promo-badge a {
  color: #fff;
  display: table-cell;
  width: 135px;
  height: 135px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.promo-badge .percentage {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  font-family: 'open sans', arial, sans-serif;
}
.promo-badge .percentage .off {
  font-size: 11px;
  position: absolute;
  top: 15px;
  right: -15px;
}
.promo-badge .desc {
  font-size: 12px;
}
.progress-bar-theme {
  background: #6091ba;
}
.img-thumbnail {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #e8e8e8;
  margin-bottom: 15px;
}
#cboxLoadedContent,
#cboxContent {
  background: none;
}
.box {
  background: #f5f5f5;
  padding: 15px;
}
.box.box-border {
  border-left: 5px solid #6091ba;
}
.box.box-dark {
  background: #444;
  color: #fff;
}
.box.box-theme {
  background: #6091ba;
  color: #fff;
}
.box .date-label {
  background: #fff;
}
.social-icons {
  list-style: none;
  padding: 10px 0;
  margin-bottom: 0;
}
.social-icons li {
  float: left;
}
.social-icons li.row-end {
  margin-right: 0;
}
.social-icons a {
  display: inline-block;
  background: #95b6d1;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  margin-right: 10px;
  float: left;
}
.social-icons a:hover {
  background: #6091ba;
}
.social-icons a .fa {
  color: #fff;
}
.social-icons a .fa:before {
  font-size: 18px;
  text-align: center;
  padding: 0;
}
/* ======= Header ======= */
.header {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header .top-bar {
  background: #1F4B99;
  height: 30px;
}
.header .top-bar .nav {
    width: 100%;
}
.header .top-bar .nav li {
    width: 18%;
}
.header .top-bar .nav li.dostup {
    width: 8%;
}
.header .top-bar .nav li.dostup .btn {
    background: #ffe520;
    border: 1px solid #ffe520;
}
.header .top-bar .nav li.dostup .btn .fa {
    color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.header .top-bar .nav li.dostup .btn:hover {
    background: transparent;
    border: 1px solid #1F4B99;
}
.header .top-bar .nav li.dostup .btn:hover .fa {
    color: #fff;
}
.header .top-bar .btn {
  padding: 2px;
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  min-height: 30px;
}
.header .top-bar .btn:hover {
  border: 1px solid #1F4B99;
}
.header .top-bar #profiles-buttons {
    margin-left: -30px;
}
.header .top-bar #nav-icons {
  padding: 0;
}
.header .top-bar #nav-icons a {
    color: #f1fcff;
    display: inline-block;
    padding: 2px 10px;
    font-size: 16px;
    line-height: 26px;
}
.header .top-bar .languages {
    border-left: 1px solid #fff;
    padding-left: 5px;
}
.header .info {
    /*margin-left: -22px;*/
}
.header .social-icons li.row-end {
  margin-right: 0;
}
.header .social-icons a {
  background: #1F4B99;
  width: 25px;
  height: 25px;
  padding-top: 0px;
  font-size: 14px;
  margin-right: 3px;
}
.header .social-icons a:hover {
  opacity: 0.7;
}
.header .social-icons a:hover .fa {
  color: #FCFAFB;
}
.header .social-icons a .fa {
  color: #FCFAFB;
}
.header .social-icons a .fa:before {
  font-size: 14px;
  text-align: center;
  padding: 0;
}
.header .header-main {
  padding: 5px;
}
.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
}
.header .menu-top {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  float: right;
}
.header .menu-top li {
  list-style: none;
  float: left;
  font-size: 11px;
  font-family: 'open sans', arial, sans-serif;
}
.header .menu-top li:last-child a {
  padding-right: 0;
}
.header .menu-top li.divider a {
  border-right: 1px solid #c3c3c3;
}
.header .menu-top li a {
  display: inline-block;
  color: #777777;
  padding: 0px 10px;
}
.header .menu-top li a:hover {
  color: #6091ba;
}
.header .contact {
  font-size: 20px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 300;
}
.header .contact p {
  font-size: 16px;
  margin-bottom: 0;
}
.header .contact p.phone {
  margin-right: 30px;
}
.header .contact p a {
  color: #444;
  white-space: nowrap;
}
.header .contact p.auth-info a {
  text-decoration: underline;
}
.header .contact .fa {
  color: #1F4B99;
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.header .contact .fa {
  color: #1F4B99;
  margin-right: 8px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
.header .contact .fa.fa-phone {
  font-size: 18px;
  top: 2px;
}
.header .contact .fa.fa-sign-out {
  font-size: 20px;
  margin-left: 5px;
  top: 2px;
}
.header .turgenev {
  margin-bottom: -5px;
  padding-top: 1px;
}
.header .turgenev #turg-portret {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  filter: grayscale(100%);
}
.header .turgenev:hover #turg-portret {
  filter: grayscale(0%);
}
.header .turgenev span {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0.5%;
}
.header .turgenev span img {
  width: 100%;
}
.header .search-form {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header .search-form .form-control {
  width: 260px;
  background: #f5f5f5;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.header .search-form .form-control:focus {
  background: #fff;
  border-color: #6091ba;
}
.main-nav {
  background: #1F4B99;
  margin-bottom: 0px;
  width: 100%;
  z-index: 101;
}
.main-nav .nav-header-panel {
    height: 50px;
    width: 100%;
}
.main-nav button {
  background: #27435a;
  color: #fff !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.main-nav button:focus {
  outline: none;
}
.main-nav button .icon-bar {
  background-color: #fff;
}
.main-nav .navbar-collapse {
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    float: left;
}
.main-nav .nav #kinds-activities.nav-item {
    position: relative;
    /*padding: 15px;*/
    margin-right: 11px;
    /*color: #FFF;*/
    /*color: #174fa2;*/
    background-color: #3588e6;
    /*background-color: #e4097f;*/
    width: 129px;
    padding: 5px 10px;
    text-align: right;
    color: rgba(173, 223, 248, 1);
    font-weight: normal;
    font-size: 11px;
    height: 50px;
    padding-top: 10px;
}
.main-nav .nav #kinds-activities.nav-item::after {
    content: '';
    position: absolute;
    top: 0px;
    /*margin-left: 15px;*/
    margin-left: 10px;
    border: 25px solid transparent;
    /*border-left: 11px solid #e4097f;*/
    border-left: 11px solid #3588e6;
}
.main-nav .nav .nav-item {
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'open sans', arial, sans-serif;
  /*z-index: 100;*/
}
.main-nav .nav .nav-item.dropdown {
  text-decoration: underline #f1fcff;
  /*z-index: 101;*/
}
.main-nav .nav .nav-item a {
  color: #f1fcff;
  padding-left: 7px;
  padding-right: 7px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.main-nav .nav .nav-item a:hover {
  background: #6091ba;
  color: #fff;
}
.main-nav .nav .nav-item.active {
  position: relative;
}
.main-nav .nav .nav-item.active > a {
  background: #4678a1;
  color: #fff;
}
.main-nav .nav .nav-item.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
  display: none;

  /*text-decoration: underline;*/
}
.main-nav .nav .nav-item.open a {
  /*background: #4678a1;*/
  background: #1F4B99;
  color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0;
  border: none;
  padding: 0;
  text-transform: none;
  width: 300px;
}
.main-nav .nav .nav-item .dropdown-menu a {
  border-bottom: 1px solid #3e6a8f;
  padding: 8px 20px;
  white-space: pre-line;
}
.main-nav .nav .nav-item .dropdown-menu a:hover {
  /*background: #3e6a8f;*/
  opacity: 0.8;
  color: #fff;
  padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
  position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
  position: absolute;
  right: 15px;
  top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: -1px;
}

.header h1.logo {
  padding-bottom: 10px;
  padding-top: 10px;
}
/* ======= Footer ======= */
.footer {
  background: #444;
  color: #fff;
  margin-top: 30px;
}
.footer p {
  color: #dcdcdc;
}
.footer ul {
  padding-left: 0;
}
.footer li {
  list-style: none;
}
.footer h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.footer .footer-content {
  padding: 30px 0;
  font-size: 12px;
  min-height: 300px;
}
.footer .footer-content .footer-col .footer-col-inner {
  padding: 0 15px;
}
.footer .footer-content .footer-col .fa {
  margin-right: 10px;
  display: inline-block;
  color: #767676;
}
.footer .footer-content .footer-col .fa.fa-phone {
  font-size: 16px;
}
.footer .footer-content .footer-col li {
  margin-bottom: 10px;
  font-size: 12px;
}
.footer .footer-content .footer-col a {
  color: #dcdcdc;
}
.footer .footer-content .footer-col a:hover {
  color: #84aac9;
}
.footer .footer-content .adr {
  margin-bottom: 30px;
}
.footer .footer-content .adr .fa {
  font-size: 16px;
  margin-top: 2px;
}
.footer .footer-content .subscribe-form {
  padding: 0;
}
.footer .footer-content .subscribe-form .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.footer .footer-content .subscribe-form .form-control {
  width: 320px;
  background: #f5f5f5;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.footer .footer-content .subscribe-form .form-control:focus {
  background: #fff;
}
.footer .bottom-bar {
  background: #2b2b2b;
  padding: 5px 0;
}
.footer .bottom-bar .copyright {
  font-size: 11px;
  color: #dcdcdc;
  line-height: 3;
}
.footer .bottom-bar .copyright a:hover {
  color: #84aac9;
}
.footer .bottom-bar .social {
  margin: 0;
}
.footer .bottom-bar .social li {
  float: right;
  margin-left: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.footer .bottom-bar .social li a {
  color: #a9a9a9;
  padding: 0 5px;
}
.footer .bottom-bar .social li a:hover {
  color: #6091ba;
}
/* ======= FlexSlider ======= */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0;
}
.flexslider .flex-control-nav {
  bottom: -35px;
}
.flexslider .flex-control-paging li a {
  background: #a1a1a1;
}
.flexslider .flex-control-paging li a:hover {
  background: #6091ba;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #6091ba;
}
.flexslider .slides li {
  position: relative;
}
.flexslider .slides .flex-caption {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'open sans', arial, sans-serif;
}
.flexslider .slides .flex-caption .main {
  display: inline-block;
  background: #6091ba;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.9;
}
.flexslider .slides .flex-caption .secondary {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 15px;
  color: #fff;
  font-size: 16px;
}
.flexslider .slides .promo-badge {
  position: absolute;
  right: 60px;
  top: 30px;
}
/*===SLIDES EDITOR===*/
.slides-wrapper {
  border: 1px solid #e8e8e8;
}
.slide-item {
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}
.slide-item .slide-order {
  font-size: 17px;
  opacity: 0.7;
  border-radius: 3px;
  padding: 7px 0;
}

/*=======DEFENCE========*/
.defence-item {
padding: 5px 10px;
}


  /*======LEFT NAVIGATION====== */

#nav-left {
  display: none;
  background-color: #444;
  position: fixed;
  top:0;
  left:-260px;
  height: 100%;
  width: 540px;
  z-index: 100000;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  direction: rtl;
}
#nav-left h3 {
  color: #fff;
  font-size: 1.9em;
  padding: 8px 20px;
  margin: 0;
  font-weight: 300;
  text-align: right;
}
#nav-left ul {
  margin: 0;
  padding: 0;
  width: inherit;
  list-style-type: none;
}
#nav-left ul li a:link,
#nav-left ul li a:visited {
  border-bottom: 1px solid #387ab1;
  padding: 10px 25px;
  display: block;
  color: #f7f7f7;
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
}
#nav-left ul li a:hover,
#nav-left ul li a:active {
  color: #555 !important;
  background-color: #eee;
}
#nav-left .switch-display {
    color: #fff;
    padding: 20px;
    height: 80px;
}
#nav-left .switch-display p {
    float: right;
    font-size: 16px;
    color: #fff;
    width: 80%;
}
#nav-left .switch-display .fa {
    cursor: pointer;
    font-size: 30px;
    float: left;
}
#nav-left-btn-show {
  z-index: 110000;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  cursor: pointer;
  background: #ff7700;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: none;
  font-size: 20px;
}
#nav-left-btn-hide {
  display: none;
  z-index: 110000;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 1;
  cursor: pointer;
  background: #ff7700;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
  font-size: 20px;
}
#nav-left-content {
  padding-left: 243px;
  padding-bottom: 45px;
  direction: ltr;
}
.nav-left-current {
    background-color: #1F4B99;
    color: #b9dafb !important;
}
.nav-left-children {
    background-color: #6b9cc3;
    color: #fff !important;
}
.nav-left-siblings {
    background-color: #1F4B99;
}
/* ======= Page ======= */

.content {
  overflow: hidden;
}
.content img {
    max-width: 100%;
    height: auto !important;
}
.contracts {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-right:15px;
  padding-left:15px;
}

.page-wrapper .page-heading {
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-heading h1.heading-title {
  margin-top: 0;
  display: inline-block;
  font-size: 28px;
}
.page-wrapper .breadcrumbs {
  display: inline-block;
}
.page-wrapper .breadcrumbs ul {
  padding-top: 25px;
  margin: 0;
}
.page-wrapper .breadcrumbs ul li {
  color: #6091ba;
  font-size: 12px;
  float: left;
  list-style: none;
  display: inline-block;
}
.page-wrapper .breadcrumbs ul li a {
  display: inline-block;
  padding: 0 5px;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li a:hover {
  color: #365d7e;
}
.page-wrapper .breadcrumbs ul li.breadcrumbs-label {
  padding-right: 0;
  color: #aaaaaa;
}
.page-wrapper .breadcrumbs ul li.current {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-wrapper .breadcrumbs ul li .fa {
  margin-right: 5px;
  color: #aaaaaa;
}
.page-wrapper ul li {
  margin-bottom: 5px;
}
.page-wrapper ul li .fa {
  margin-right: 5px;
  color: #6091ba;
}
.page-wrapper ul li.list-group-item {
  margin-bottom: -1px;
}
.page-wrapper ul.nav li {
  margin-bottom: 0;
}
.page-wrapper ul.social-icons li .fa {
  margin-right: 0;
  color: #fff;
}
.page-wrapper ol li {
  margin-bottom: 5px;
}
.page-wrapper dl dd {
  margin-bottom: 5px;
}
.page-wrapper .page-content {
    position: relative;
}
.page-wrapper .page-content h1 {
  font-size: 26px;
  font-weight: normal;
}
.page-wrapper .page-content h2 {
  font-size: 24px;
  font-weight: normal;
}
.page-wrapper .page-content h3 {
  font-size: 20px;
  font-weight: normal;
}
.page-wrapper .page-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.page-wrapper .page-content h5 {
  font-size: 16px;
  font-weight: normal;
}
.page-wrapper .page-content h6 {
  font-size: 14px;
  font-weight: normal;
}
.page-wrapper .page-content .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
}
.page-wrapper .page-content .page-row {
  margin-bottom: 30px;
}
.page-wrapper .page-content .custom-quote {
  border-color: #a7c2d9;
}
.page-wrapper .page-content .custom-quote p {
  font-size: 14px;
  color: #777777;
  line-height: 1.5;
}
.page-wrapper .page-content .custom-quote .fa {
  color: #6091ba;
  margin-right: 10px;
}
.page-wrapper .page-content .custom-quote .people {
  margin-top: 10px;
  font-size: 11px;
  color: #444;
  font-style: normal;
}
.page-wrapper .page-content .custom-quote .people .name {
  color: #6091ba;
}
.page-wrapper .page-content .has-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding-bottom: 15px;
}
.page-wrapper .page-content .has-divider-solid {
  border-bottom: 1px solid #e8e8e8;
}
.page-wrapper .page-content .row-divider {
  border-bottom: 1px dotted #e8e8e8;
  padding: 10px 0;
}
.page-wrapper .page-content .even-row {
  background: #f5f5f5;
}
.page-wrapper .page-content .read-more.btn {
  margin-bottom: 15px;
  display: inline-block;
}
.page-wrapper .page-content .panel-title {
  font-size: 16px;
  font-weight: 300;
}
.page-wrapper .page-content .video-iframe {
  max-width: 100%;
}
.page-wrapper .page-content .album-cover {
  border: 1px solid #e8e8e8;
  margin-bottom: 30px;
}
.page-wrapper .page-content .album-cover:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-content .album-cover > a:hover {
  position: relative;
}
.page-wrapper .page-content .album-cover > a:hover img {
  display: block;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.page-wrapper .page-content .album-cover .desc {
  padding: 15px;
  position: relative;
}
.page-wrapper .page-content .album-cover .desc:before {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -10px;
}
.page-wrapper .page-content .prettyphoto:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px #e8e8e8;
  -moz-box-shadow: 0px 0px 5px 0px #e8e8e8;
  box-shadow: 0px 0px 5px 0px #e8e8e8;
}
.page-wrapper .page-sidebar h3.title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}
.page-wrapper .page-sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.page-wrapper .page-sidebar .widget.has-divider {
  border-bottom: 1px dotted #e8e8e8;
}
.page-wrapper .page-sidebar .widget .iframe {
  height: auto;
  min-height: 200px;
  max-width: 100%;
}
.page-wrapper .page-sidebar .widget .fa {
  margin-right: 5px;
  color: #6091ba;
}
.page-wrapper .page-sidebar .widget .fa.fa-phone {
  font-size: 16px;
}
.page-wrapper .page-sidebar .widget .btn .fa {
  color: #fff;
}
.page-wrapper .page-sidebar .widget .nav li a {
  padding: 5px 15px;
  color: #444;
  margin-bottom: 10px;
  border-left: 5px solid transparent;
}
.page-wrapper .page-sidebar .widget .nav li a:hover {
  background: none;
  color: #6091ba;
}
.page-wrapper .page-sidebar .widget .nav li.active a {
  background: none;
  color: #6091ba;
  font-weight: bold;
  border-left: 5px solid #6091ba;
}
.page-wrapper .page-sidebar ul {
  padding-left: 0;
}
.page-wrapper .page-sidebar #flickr-photos li {
  list-style: none;
  float: left;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.page-wrapper .page-sidebar #flickr-photos li img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.page-wrapper .page-sidebar #flickr-photos li img:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.page-wrapper .page-sidebar .news-item {
  margin-bottom: 15px;
}
.page-wrapper .page-sidebar .news-item img {
  width: 40px;
  height: 40px;
}
.page-wrapper .page-sidebar .news-item .title {
  font-size: 14px;
  margin-top: 0;
}
.page-wrapper .page-sidebar .testimonials-carousel {
  position: relative;
}
.page-wrapper .page-sidebar .testimonials-carousel .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel .item {
  min-height: 300px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people {
  margin-top: 10px;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .name {
  color: #6091ba;
}
.page-wrapper .page-sidebar .testimonials-carousel .people .title {
  color: #999;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls {
  margin-top: 20px;
  text-align: right;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.next .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a.prev .fa {
  padding-top: 2px;
  padding-right: 1px;
}
.page-wrapper .page-sidebar .testimonials-carousel .carousel-controls a:hover .fa {
  background: #6091ba;
}
/* ======= Configure Style ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
}
.config-wrapper-inner {
  position: relative;
}
.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #444;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-trigger:hover {
  background: #000;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #fff;
}
.config-panel {
  display: none;
  background: #444;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel p {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  color: #fff;
}
.config-panel ul {
  margin-bottom: 0;
}
.config-panel li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}
.config-panel li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.config-panel li.active a {
  border: 2px solid #fff;
}
.config-panel li.default a {
  background: #6091ba;
}
.config-panel li.green a {
  background: #57a89a;
}
.config-panel li.purple a {
  background: #6f7a9f;
}
.config-panel li.red a {
  background: #a85770;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
.ie8 .footer .footer-content {
  min-height: 280px;
}
.ie8 .navbar-nav {
  position: relative;
  z-index: 100;
}
.see-all {
    font-size: 18px;
}
/* ======= Home Page ======= */
.home-page h1.section-heading {
  font-size: 22px;
  font-weight: 300;
  line-height: 2;
  margin-top: 0;
  color: #2f506c;
}
.home-page h1.section-heading .line {
  border-top: 2px solid #6091ba;
  display: inline-block;
  padding: 0 15px;
  padding-top: 5px;
}
.home-page section {
  background: #f5f5f5;
  overflow: hidden;
  margin-bottom: 30px;
}

.home-page .sliderMain {
    background: #ffffff;
    width: 100%;
    height: 400px;
}

.home-page .section-content {
  padding: 15px;
  padding-top: 0;

}
.home-page .events .carousel-controls {
  position: absolute;
  top: -40px;
  right: -15px;
}

.home-page .events .carousel-controls a .fa {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #dddddd;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 0;
  font-size: 15px;
  padding-top: 2px;
  padding-right: 1px;
}
.home-page .events .carousel-controls a:hover .fa {
  background: #6091ba;
    color: #fff;
}

.home-page .carousel-controls a .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background-color: rgba(0,0,0,0);
    color: #A7C2D9;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 0;
    font-size: 50px;
}

.home-page .carousel-controls a:hover .fa {
    background-color: rgba(0,0,0,0);
    color: #6091ba;
}

.home-page .carousel-indicators {
  position: absolute;
  bottom: -70px;
}
.home-page .carousel-indicators .active {
    background-color: #A7C2D9;
}
.home-page .carousel-indicators li {
  background-color: rgba(0,0,0,0);
  border: 1px solid #A7C2D9;
}

.home-page .promo {
  margin-bottom: 30px;
  margin-top: 10px;
}
.home-page .promo > div {
  padding: 0;
}
.home-page .promo .top-line {
    width: 150px;
    border-top: 2px solid #6091ba;
    margin: -15px 0 0 -15px;
}
.home-page .promo h1.section-heading {
  margin-top: 0;
  font-size: 24px;
  color: #fff;
}
.home-page .promo p {
  color: #f5f5f5;
}
.home-page .promo .btn-cta {
  font-size: 14px;
  margin: 5px 0;
  margin-top: 10px;
  font-family: 'Open Sans', arial, sans-serif;
}
.home-page #sveden-block {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
  /*background: rgba(236, 151, 31, 0.3);*/
  background: rgba(173, 223, 248, 1);
}
.home-page #sveden-block a {
  /*color: #555555;*/
  font-weight: bold;
  text-decoration: underline;
  color: rgb(59, 104, 154);
}
.home-page #entrance-comission {
    color: #555;
    background-color: rgba(236, 151, 31, 0.3);
}
.home-page #entrance-comission a {
    color: #555;
}
.home-page #entrance-comission .btn-cta {
    color: #fff;
    background-color: rgba(107, 190, 113, 0.8);
    border: none;
}
.home-page #entrance-comission .btn-cta:hover {
    background-color: rgba(107, 190, 113, 1);
}
.home-page .news-carousel-tabs {
    padding: 20px;
}
.home-page .news-carousel-tabs .nav-tabs > li > a {
    font-size: 20px;
    padding: 10px 0;
    border: none;
    width: 240px;
    height: 75px;
    text-align: center;
    box-shadow: 0px -2px 4px -2px #999;
}
.home-page .news-carousel-tabs .nav-tabs > li.active > a {
    color: #6091ba;
    box-shadow: none;
}
.home-page .news-carousel-tabs .tab-content {
    background-color: #fff;
    margin-bottom: 45px;
}
.home-page .news {
  position: relative;
}
.home-page .news .carousel-controls {
  bottom: -70px;
}

.home-page .news .carousel-controls .prev {
  position: absolute;
  right: 54%;
  z-index: 20;
}

.home-page .news .carousel-controls .next {
  position: absolute;
  left: 54%;
  z-index: 20;
}

.home-page .news h2.title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
}
.home-page .news h2.title a {
  color: #444;
}
.home-page .news h2.title a:hover {
  color: #365d7e;
}
.home-page .news .news-item {
  position: relative;
  margin-bottom: 0px;
  height: 280px;
  overflow: hidden;
  padding: 10px 20px;
}
.home-page .news .news-item .news-desc {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.home-page .news .news-item .news-img-wrapper  img{
  min-height: 163px;
  max-height: 163px;
  object-fit: cover;
  box-shadow: 0px 0px 10px #CCCCCC;
}
.home-page .news .thumb {
  width: 290px;
  height: 163px;
}
.home-page .news .fade-news {
    position: absolute;
    top: 247px;
    width: 100%;
    height: 110px;
    background: linear-gradient(to bottom, transparent 0%, #fff 90%);
}

.home-page .events .section-content {
  min-height: 375px;
  position: relative;
}
.home-page .events .carousel-controls {
  position: absolute;
  top: -40px;
  right: -5px;
}
.home-page .events .event-item {
  position: relative;
  padding-left: 55px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.home-page .events .event-item .date-label {
  background: #fff;
  position: absolute;
  left: 0;
}
.home-page .events .event-item h2.title {
  margin-bottom: 20px;
  font-size: 16px;
}
.home-page .events .event-item p {
  margin-bottom: 5px;
}
.home-page .events .event-item .fa {
  margin-right: 5px;
  font-size: 14px;
  min-width: 16px;
  color: #666;
}
.home-page .events .event-item .fa.fa-map-marker {
  font-size: 18px;
}
.home-page .events .read-more {
  float: right;
  font-weight:600;
  font-size:16px;
  margin: 0px 15px 15px;
}
.home-page .events .details p {
  color: #666;
}
/*.home-page .events .details {*/
/*  max-height: 170px;*/
/*}*/
/*.home-page .events .details .event-short {*/
/*  overflow: hidden;*/
/*  position: relative;*/
/*}*/
.home-page .course-finder .course-finder-form {
  margin-bottom: 15px;
}
.home-page .course-finder .keywords {
  padding-left: 0;
}
.home-page .course-finder .keywords input {
  width: 200px;
  margin-right: 5px;
}
.home-page .video {
  position: relative;
}
.home-page .video .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .video .video-iframe {
  max-width: 100%;
  width: 100%;
  height: 287px;
  margin-bottom: 5px;
}
.home-page .links .fa {
  margin-right: 5px;
}
.home-page .testimonials {
  position: relative;
}
.home-page .testimonials .carousel-controls {
  position: absolute;
  right: 10px;
  top: 10px;
}
.home-page .testimonials .fa {
  color: #6091ba;
  margin-right: 5px;
  font-size: 18px;
}
.home-page .testimonials .carousel .item {
  min-height: 298px;
}
.home-page .testimonials .people {
  margin-top: 10px;
}
.home-page .testimonials .people .name {
  color: #6091ba;
}
.home-page .testimonials .people .title {
  color: #999;
}
.home-page .awards {
  background: #fff;
}
.home-page .awards .logos {
  margin: 0;
  padding: 0;
}
.home-page .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.home-page .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
  max-height: 80px;
}
.home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.home-page .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.home-page .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.home-page .awards .carousel-control:hover .fa {
  color: #999;
}

.pagination-item{
  cursor:pointer;
}

/* News */
.news-item img.thumb {
    max-width: 290px;
}
.news-loader {
    display:none;
    margin-left:40%;
    margin-top:10%
}
.news-filter-form label{
    color: #4a6ca8;
    font-weight: 600;
}
.news-filter-form input[type=radio]{
    margin: 5px 0 10px 0;
}
.news-filter-form input[type=checkbox]{
    margin: 5px 0 10px 0;
}
.dateNews{
  font-size: 12px;
  color:rgba(0,0,0,0.5);
  font-style:italic;
}
.media-news-item .thumb img {
  width: 100%;
  min-height: 50px !important;
  max-height: 100px;
  object-fit: cover;
}
.media-news-item .label {
    margin-right: 10px;
    opacity: 0.65;
}
.old-item > *:not(.clearfix) {
  opacity: .3;
}

.like{
  position: relative;
  float: right;
  margin: 2% 2% 1% auto;
}
.like-toggle{
  outline:none;
  box-shadow:none;
  border: none;
  width: 30px;
  height: 30px;
  font-size: 1.3em;
  border-radius: 100px;
  background: white;
  color: #6091ba;
  border: 2px solid #6091ba;
}

.like-active.basic{
  background: #6091ba;
  color: white;
}

.media-news-item.old-item::before {
  content: "Устаревшее";
  margin-bottom: 10px;
  color: #8a6d3b;
  padding: 1px 10px;
  left: 50%;
  position: relative;
  z-index: 1;
  border: 1px solid #faebcc;
  border-radius: 4px;
  background-color: #fcf8e3;
}
.offerNews {
    margin-bottom: 45px;
}
.offerNews .fa{
    color: #6091ba;
}
.offerNews .editorProfile {
  margin-top: 15px;
  margin-bottom: 15px;
}
.offerNews .people {
    font-size: 13px;
    margin-top: 10px;
}
.offerNews .people .name {
    color: #6091ba;
}
.offerNews .people .title {
    color: #999;
}
.offerNews .profile img{
    /*width: 100px !important;*/
    object-fit: cover;
}

.topic-science {
  background: #0277BD;
}
.topic-education {
  background: #C62828;
}
.topic-sports {
  background: #2E7D32;
}
.topic-culture {
  background: #AD1457;
}
.topic-achievement {
  background: #6A1B9A;
}
.topic-graduate {
  background: #00695C;
}
.topic-university {
  background: #BF360C;
}
.topic-activism {
  background: #512DA8;
}
.topic-innovation {
  background: #4989C0;
}
.topic-partnership {
  background: #5D4037;
}
.topic-international {
  background: #827717;
}
.topic-baseuniversity {
  background: #1F4B99;
}
.topic-events, .topic-occasion {
  background: #ff0dd3;
}
.topic-contest {
  background: #99590d;
}
.topic-declaration {
  background: #0b9048;
}
.topic-strategy {
  background: #cdca2b;
}
.topic-import {
  background: #cd7430;
}
.topic-student {
  background: #58991f;
}
.topic-volonter {
  background: #1fc83d;
}
.topic-trud {
  background: #0d1053;
}
.topic-smi {
  background: #a55dd4;
}
.topic-profilactik {
  background: #6e0728;
}
.topic-campus {
  background: #e5620b;
}
/* ======= Courses Page ======= */
.courses-wrapper .tab-content {
  font-size: 12px;
}
.courses-wrapper .tab-content .item {
  margin-top: 15px;
}
.courses-wrapper .tab-content img {
  margin-bottom: 10px;
}
.courses-wrapper .course-finder {
  margin-bottom: 30px;
}
.courses-wrapper .course-finder .keywords input {
  width: 260px;
}
.courses-wrapper .course-list-header {
  font-size: 13px;
  margin-bottom: 15px;
}
.courses-wrapper .course-list-header .summary {
  padding-top: 10px;
}
.courses-wrapper .course-list-header .control-label {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-right: 10px;
  line-height: 2;
}
.courses-wrapper .course-list-header .sort {
  padding-top: 5px;
}
.courses-wrapper .course-list-header .sort-options {
  width: auto;
  height: 25px;
  font-size: 12px;
}
.courses-wrapper .course-item {
  font-size: 12px;
}
.courses-wrapper .course-item .col-meta {
  color: #777777;
}
/* ======= Events Page ======= */
.events-wrapper .events-item .date-label {
  background: #f5f5f5;
}
.events-wrapper .events-item .details .time {
  margin-right: 10px;
}
.events-wrapper .events-item .details .fa {
  margin-right: 5px;
}

.events-wrapper .events-item .date-block {
  position: relative;
  right: 15px;
  background: #798678;
}

.event-item {
	padding-right: 5px;
}

.date-block h4{
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 700 !important;
}
.event-time {
	font-size: 14px;
	display: block;
	margin: 10px 0;
	color: #7E7D7D;
}
.dark-text{
	color: #282a2c;
}
.event-figure {
	margin-top: 25px;
}

 .events-block{
	position: relative;
	padding-left: 65px;
	padding-top: 13px;
	border-bottom: 1px solid #e8e8e8;
}

.coming-events .title {
	margin-top: 25px !important;
	padding: 20px;
	background: #eef6fb;
	text-transform: uppercase;
	font-weight: 700 !important;
	color: #31708f;
	border-bottom: 1px solid;
	border-color: #c9d9e3;
	margin-bottom: 0 !important;
}

.coming-events .date-label{
	background: #fff;
	position: absolute;
	left: 0;
	border: 1px solid #E2F1F9;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.disabled-event-tab {
	color: #7E7D7D !important;
	background: #E4E4E4 !important;
}
/* ======= Contact Page ======= */
.contact-form .required {
  color: #E14B39;
  display: inline-block;
  font-weight: normal;
  padding-left: 2px;
}
#map {
  height: 300px;
}
#map,
#map *,
#map *:before,
#map *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*main-button-menu*/
@media  (min-width: 991px) and (max-width: 1199px) {
  .home-page .promo .btn-cta {
    font-size: 10px;
  }

}
@media (max-width: 990px) {
  .home-page .promo .btn-cta {
    font-size: 14px;
  }

}

/*main-nav*/

.navbar-header {
    float: right;
}
.navbar-header:after {
    content: '';
    display: block;
    clear: none;
}

/* page-structure */
.tn_subtree {
    border-left: 1px dotted gray;
    padding-left: 0.9em;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}

.tn_switcher {
    background-image: url("/img/ico/switcher16x16.gif");
    margin-right: 5px;
    padding-left: 16px;
    height: 16px;
    width: 16px;
}

/* general */
.link_inner {
    border-bottom: 1px dashed;
    cursor: pointer;
}

/* schedule */
.table-responsive {
    /*overflow-y: scroll;*/
}
.links-schedule {
    margin-top: 30px;
}
.links-schedule a {
    display: inline-block;
    background: #6091ba;
    border: 1px solid #6091ba;
    margin: 2px auto;
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.links-schedule a:hover {
    background: #84aac9;
    border: 1px solid #84aac9;
}
.schedule-select .panel .btn {
    margin: 1px;
}
.schedule-select .panel-group .panel .panel-heading {
    background-color: #1f4b99;
}
.schedule-select .panel-group .panel .panel-heading {
    padding: 0;
}
.schedule-select .panel-group .panel .panel-heading a {
    color: #eeeeee;
    display: block;
    padding: 10px 15px;
}
.schedule-select .tab-content {
    border: 1px solid #e8e8e8;
    padding: 15px;
    margin-bottom: 0;
    box-shadow: 0px 1px 7px 1px #ddd;
}
.schedule-select-toggle {
    margin: 0 auto 20px auto;
    width: 200px;
    height: 20px;
    background-color: #4889C0;
    text-align: center;
    border-radius: 0 0 10px 10px;
    color: #fff;
    cursor: pointer;
}
.schedule-content {
    display: none;
}
.schedule-content .table-responsive > .table > tbody > tr > td{
    white-space: normal;
}
/*#schedule_table tr th, #schedule_table tr td {
    border: 1px solid #ccc !important;
}*/
#schedule_table tr th, #schedule_table tr td {
    border-color: #ccc !important;
}
#schedule_table hr {
    border-top: 1px solid #ccc;
}
#schedule_table .fa {
  color: #27435a;
}
#schedule_table .fa.fa-users {
  opacity: .8;
}
.schedule-content .carousel-controls a .fa {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background: #f7f7f7;
    color: #6091BA;
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 0;
    font-size: 22px;
    padding-top: 5px;
    padding-right: 1px;
}
.schedule-content .carousel-controls a:hover .fa  {
    opacity: 0.7;
}
.schedule-content .week-schedule {
    font-size: 15px;
}

  /* Structure */

#structTree {
   overflow:hidden;
}
#structTree li {
   list-style:none outside none;
}
#structTree div {
    margin: 0;
}
ul.tree {
    display:none;
    border-left: solid 1px #999;
    margin-left: 5px;
    padding-left: 20px;
    overflow:hidden;
}
.table-struct-vuz {
    display: block;
    margin-top: 10px;
    width: inherit !important;
}
.table-sub-divis {
    padding-left: 20px;
}
.not-sub-divis {
    margin-left:5px !important;
    padding-left:15px;
    position:relative;
}
.not-sub-divis:before {
    margin: 0px;
    content: "";
    position: absolute;
    width: 12px;
    top: -12px;
    height: 22px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    left: 0px;
}
.sub-divis {
    position:relative;
}
.sub-divis:before {
    margin: 0px;
    content: "";
    position: absolute;
    width: 12px;
    top: -12px;
    height: 22px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    left: 5px;
}
.title-sub-divis {
    padding-left: 20px;
    display: inline;
    cursor:pointer;
    position: relative;
    z-index: 99;
}
.title-not-sub-divis {
    display: inline;
}
.hide-table {
    display:none;
}



.hide-table + label ~ div{
  display: none;
}
.hide-table + label{
  margin: 0px 0px 5px 0px;
  color: #6091ba;
  font-weight:normal;
  cursor: pointer;
}
/* вид текста label при активном переключателе */
.hide-table:checked + label {
  color: red;
  border-bottom: 0;
}
/* когда чекбокс активен показываем блоки с содержанием  */
.hide-table:checked + label + div {
  display: block;
}



.show-table {
    display:block !important;
}
.info-icon {
    position:relative;
    bottom: 0.3px;
    margin-left: 2px;
}
.plus {
    background-image: url('/img/plus.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
}
.minus {
    background-image: url('/img/minus.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
}

/* Autocomplete*/
.autocomplete-suggestions {
    background-color: #1F4B99;
    color: #fff;
    box-shadow: 2px 2px 4px #555;
}
.autocomplete-suggestion {
    cursor:pointer;
    padding: 4px 10px;
}
.autocomplete-suggestion:hover {
    background-color: #fff;
    color: #1F4B99;
}

/* Search-window */
.search-window table, .search-window td, .search-window th {
    border: 0 !important;
}
.search-window {
    display: none;
    position: fixed;
    left: 0;
    z-index: 1;
}
.search-window:target {
    display: block;
}
.close-search-window {
    position: absolute;
    right: 0;
    top: 12px;
}


/*кнопки "редактировать" "удалить" и т.д.*/
a.label {
    background: #286090;
    font-size: smaller;
}


/*Услуги*/
/*Оформление главной старницы услуг*/
.services__education{
    color:#1f4b99;
}
.services__education h2,.services__objects h2{
  margin-left:0.5em;
}
.services__education h2{
    color:#024f99;
}
.services__objects h2{
    color:#e4097f;
}
/*Оформление превью Объектов*/
.services_pre-image {
    margin-top:2em;
    width:360px;
    height:220px;
}
.services_pre-image {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    filter: brightness(100%);
}
.services_pre-image:hover{
    filter: brightness(70%);
}
@media (max-width: 600px) {
  .services_pre-image {
    width:100%;
    height:auto;
  }

}
/*Банер в объектах*/
.objects-top-banner{
    margin-bottom:1em;
}

/*Новости и объявление в услугах*/
.objects-news-notice{
    margin:10% 0;
}
.services_objects_news_block{
  margin: 15% 0 -8% 0;
}
.services_objects_news_block .services_objects_news{
    margin:3% 0 0 0;

}
.services_object_box{
  margin-top:2em;
  margin-bottom:1em;
}
/*Отзывы на услуги*/
.services_objects_review{
    width:100%;
    margin:1em;
}
.objects_review{
    width: 97%;
    margin-top:20px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);  /* Firefox 3.5 - 3.6 */
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    border-left: 5px solid #4889c0;

    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;

    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px){
    .objects_review{
        width:95%;
    }
    .main-nav .nav .nav-item a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 450px){
    .objects_review{
        width:90%;
        flex-direction: column;
    }
    .object_review .review_text{
      width: 100%;
    }
}
.objects_review .review_photo{
  margin:10px 0;
}
.objects_review .review_photo img{
    width:100px;
    height:auto;

    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius:100px;
}
.objects_review .review_text{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
    -ms-flex: 1;           /* IE 10 */
    flex: 1;

    margin:10px 10px 10px 10px;
    background-color: #edf5ff;
    font-size:16px;
    overflow: hidden;
}
.objects_review p{
    margin:10px 15px;
    overflow:hidden;
}
.objects_review .review_who p,.review_date p{
    font-size:12px;
}

/*блок приёмной комиссии на главной*/
#entrance-comission .col-md-9 {
  padding-left: 15px;
}

#entrance-comission .col-md-3 {
  padding-right: 15px;
}

/* подготовительные курсы (preparatory)*/
.preparatory_prepod_item {
  cursor: pointer;
  margin-top: 15px;
}

.preparatory_prepod_portrait{
  width: 240px;
  height: 240px;
}

.preparatory_prepod_info {
  text-align: center;
}

.preparatory_employee_item {
  cursor: pointer;
  margin-top: 15px;
}

.preparatory_employee_portrait{
  width: 240px;
  height: 240px;
}

.preparatory_employee_info {
  text-align: center;
}

.preparatory_digits {
  vertical-align: middle;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border-style: solid;
  border-color: #204A99;
  border-width: 6px;
  line-height: 208px;
  font-size: 64px;
  color: #204A99;
  cursor: pointer;
}

.preparatory_facts {
  /*margin-top: 10px;
  color: #204A99;
  font-weight: bolder;*/
}

.preparatory_digits_facts_item {
  margin: 10px 0;
}

.preparatory_advantages {

}

.preparatory_steps_item {
  margin-top: 5px;
  cursor: pointer;
}

.preparatory_step_button {
  vertical-align: middle;
  text-align: center;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border-style: solid;
  border-color: #204A99;
  border-width: 3px;
  line-height: 100px;
  font-size: 32px;
  font-style: italic;
  color: #204A99;
  cursor: pointer;
}

.preparatory_documents_list .list-group-item.active, .preparatory_documents_list .list-group-item.active:focus, .preparatory_documents_list .list-group-item.active:hover {
  background-color: #1F4B99;
  border-color: #1F4B99;
}

/* университетский лицей (lyceum)*/
.lyceum_top_block {
  text-align: center;
  background-image: url(/public/file/lyceum/files/top_block.png);
  background-size: cover;
}
.lyceum_top_block h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px !important;
  font-weight: 600 !important;
  padding: 30px;
}
.lyceum_lecture_item {
  cursor: pointer;
  margin-top: 15px;
}

.lyceum_lecture_portrait{
  width: 240px;
  height: 240px;
}

.lyceum_lecture_info {
  text-align: center;
}

.lyceum_employee_item {
  cursor: pointer;
  margin-top: 15px;
}

.lyceum_employee_portrait{
  width: 240px;
  height: 240px;
}

.lyceum_employee_info {
  text-align: center;
}

.lyceum_digits {
  vertical-align: middle;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border-style: solid;
  border-color: #204A99;
  border-width: 6px;
  line-height: 208px;
  font-size: 64px;
  color: #204A99;
  cursor: pointer;
}

.lyceum_facts {
  /*margin-top: 10px;
  color: #204A99;
  font-weight: bolder;*/
}

.lyceum_digits_facts_item {
  margin: 10px 0;
}

.lyceum_advantages {

}

.lyceum_steps_item {
  margin-top: 5px;
  cursor: pointer;
}

.lyceum_step_button {
  vertical-align: middle;
  text-align: center;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border-style: solid;
  border-color: #204A99;
  border-width: 3px;
  line-height: 100px;
  font-size: 32px;
  font-style: italic;
  color: #204A99;
  cursor: pointer;
}

.lyceum_documents_list .list-group-item.active, .lyceum_documents_list .list-group-item.active:focus, .lyceum_documents_list .list-group-item.active:hover {
  background-color: #1F4B99;
  border-color: #1F4B99;
}

/* Школы профориентации (careerguidance)*/
.careerguidance-tasks div {
	padding-left: 0;
}
.careerguidance-tasks .task {
	margin-bottom: 30px;
}

.careerguidance-schools a {
	margin-right: -4px;
}

.careerguidance-schools img {
	width:20%;
}

.careerguidance_prepod_item {
  cursor: pointer;
  margin-top: 15px;
}

.careerguidance_prepod_portrait{
  width: 240px;
  height: 240px;
}

.careerguidance_prepod_info {
  text-align: center;
}

.careerguidance_employee_item {
  cursor: pointer;
  margin-top: 15px;
}

.careerguidance_employee_portrait{
  width: 240px;
  height: 240px;
}

.careerguidance_employee_info {
  text-align: center;
}

.careerguidance_digits {
  vertical-align: middle;
  text-align: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border-style: solid;
  border-color: #204A99;
  border-width: 6px;
  line-height: 208px;
  font-size: 64px;
  color: #204A99;
  cursor: pointer;
}

.careerguidance_facts {
  /*margin-top: 10px;
  color: #204A99;
  font-weight: bolder;*/
}

.careerguidance_digits_facts_item {
  margin: 10px 0;
}

.careerguidance_advantages {

}

.careerguidance_steps_item {
  margin-top: 5px;
  cursor: pointer;
}

.careerguidance_step_button {
  vertical-align: middle;
  text-align: center;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border-style: solid;
  border-color: #204A99;
  border-width: 3px;
  line-height: 100px;
  font-size: 32px;
  font-style: italic;
  color: #204A99;
  cursor: pointer;
}

.careerguidance_documents_list .list-group-item.active, .careerguidance_documents_list .list-group-item.active:focus, .careerguidance_documents_list .list-group-item.active:hover {
  background-color: #1F4B99;
  border-color: #1F4B99;
}
.careerguidance-partners {
	margin-top: 30px;
}
.careerguidance .awards {
  background: #fff;
}
.careerguidance .awards .logos {
  margin: 0;
  padding: 0;
}
.careerguidance .awards .logos li {
  list-style: none;
  margin-right: 0;
  width: 14%;
  text-align: center;
}
.careerguidance .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
  max-height: 80px;
}
.careerguidance .home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.careerguidance .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.careerguidance .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.careerguidance .awards .carousel-control:hover .fa {
  color: #999;
}

/* Центр содействия трудоустройству выпускников (careercenter) */
.careercenter .vk-btn {
    margin-top: 20px;
}
.careercenter .awards {
  background: #fff;
}
.careercenter .awards .logos {
  margin: 0;
  padding: 0;
}
.careercenter .awards .logos li {
  list-style: none;
  margin-right: 0;
  text-align: center;
}
.careercenter .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
  max-height: 80px;
}
.careercenter .home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.careercenter .awards .carousel-control {
  background: none;
  width: auto;
  top: 20px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.careercenter .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.careercenter .awards .carousel-control:hover .fa {
  color: #999;
}

/*studio*/

.studio_img {
    width:100% !important;
    margin-bottom: 10px;
}
.studio_header {
  margin-top: 10px;
  margin-bottom: 10px;
}
.studio a {
    margin-right: -4px;
}

/* preeducation */
.preeducation_top_block {
  margin-top: 20px;
  margin-bottom: 10px;
}
.preeducation_top_block h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 25px !important;
  font-weight: 600 !important;
  padding: 31px;
}
.preeducation_digits_facts_item img {
  width: 180px;
}
.preeducation_digits_facts_item .preeducation_facts {
  margin-top: 10px;
  color: #1F4B99;
}
.preeducation_description {
  margin-top: 40px;
}
.preeducation_description_item h3 {
  color: #28A83E;
  padding-bottom: 15px;
  border-bottom: 2px solid #28A83E;
}

/*Карта корпусов*/
.map-content .buildings-image img{
  /* padding: 5px 0px 15px;*/
  display: block;
  width: 100%;
  height: auto;
}
.map-content .buildings-list {
  list-style: none;
  padding: 0 !important;

}
.map-content .buildings-list li{
  line-height: 2.3;
  font-weight: 600;
  color: #6091BA;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
}
.map-content .buildings-list li:last-child {
  border-bottom: none;
  margin-bottom: -20px;
}
.map-content .buildings-list li:first-child {
  margin-top: -15px;
}
.map-content .buildings-map{
  height: 580px;
  margin-bottom: 7px;
}
.map-content .panel-group .panel .panel-heading {
  background: #ebf2f9;
}
.map-content .panel-group .panel {
  border-radius: 4px;
}

/*========ЛИЧНЫЕ КАБИНЕТЫ ПРЕПОДАВАТЕЛЕЙ===========*/
.employee-content #empl-content {
  /*display: flex;*/
  /*align-items: center;*/
  padding-right: 15px;
  padding-left: 15px
}
.employee-content #emploee-menu {
  /*margin: 0;*/
  width:75%;
  float:right;
}
.employee-content #emploee-menu #img-buttons{
  padding-top: 25px;
}
.employee-content #profile-left {
  padding: 0px;
}
.employee-content .img-employee {
  margin-bottom: 15px;
}
.employee-content .profile-key {
  padding-left: 15px;
}

.employee-content #profile-right {
  padding: 15px 0px 15px 15px;
}
.employeeModal {
    min-width: 930px;
}
.employee-content .edit-btn {
    padding-left: 15px;
}


/*businessedu_programs*/
.businessedu_program_container {
    width:auto;
    position: relative;
    overflow: hidden;
    margin-bottom:10px;
    opacity: 1;
    -webkit-transition: opacity 500ms;;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.businessedu_program_header {
    position: absolute;
    top: 0;
    height:0px;
    width:100%;
    background: #111111;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
}

.businessedu_program_footer {
    position: absolute;
    bottom: 0;
    height:0px;
    width:100%;
    background:#fe6400;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    transition: height 300ms;
}

.businessedu_program_container:hover  .businessedu_program_header {
    height: 50%;
}

.businessedu_program_container:hover  .businessedu_program_body {
    opacity: 0.3;
}

.businessedu_program_container:hover  .businessedu_program_footer {
    height: 50%;
}



.businessedu_program_img {
    width: 100% !important;
    height: auto !important;
}

.businessedu_program_signin {
  font-weight: bold;
  text-align: center;
}

.businessedu_program_signin a{
  color: #ffe0b0;
}

.businessedu_program_signin a:hover{
  color: #ffb05b;
}
/*-----------PROFKOM-------------*/
.profkom-top-nav {
  margin-top: 2em;
  margin-bottom: 5em;
  width: 100%;

}
.profkom-top-nav .btn {
  color: #616161;
  padding: 5px 15px;
}
.profkom-top-nav .btn:hover {
  color: #333;
}
.profkom-top-nav .btn.edustruc-nav-active {
  color: #989ca0;
}
.profkom-top-nav .dropdown-menu{
  top:95%;
}
/*-----------EDUSTRUC-------------*/
.edustruc-top-nav {
  margin-top: 20px;
  width: 100%;
}
.edustruc-top-nav .btn {
  color: #616161;
  padding: 0 11px;
  border-right: 1px dotted #616161;
}
.edustruc-top-nav .btn:last-child {
  border-right: none;
}
.edustruc-top-nav .btn .fa {
  color: inherit;
}
.edustruc-top-nav .btn:hover {
  color: #333;
}
.edustruc-top-nav .btn.edustruc-nav-active {
  color: #1F4B99;
}
.edustruc-back-btn {
  margin-top: 20px;
}
.edustruc .cols-wrapper{
    margin-bottom: 45px;
}
.edustruc .general-info {
    margin-bottom: 20px;
}
.edustruc .news {
    margin-bottom:20px;
}
.edustruc .news h2{
    padding-bottom: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.edustruc .news .news-title{
    font-size: 15px;
}
.edustruc .news .news-title a{
    color: #333;
}
.edustruc .news .img-wrapper img{
    min-height: 130px;
    max-height: 130px !important;
    object-fit: cover;
    width:230px;
}
.edustruc-leaders *:not(:first-child) {
  text-align: center;
}
.edustruc-man-avatar {
  width: 80px;
  height: 80px !important;
  object-fit: cover;
}
.edustruc-employee-avatar {
  margin: 15px 0px;
  width: 180px;
  object-fit: cover;
}
.edustruc-logo-avatar  img{
  width: 180px;
  height: 180px !important;
  object-fit: cover;
}
.edustruc-employee-item .employee-item {
  margin-top: 15px;
}
.edustruc-contacts .social-icons a{
   background: none;
}
.edustruc-contacts .social-icons a:not([href]) .fa{
  color: #888;
}
.edustruc-contacts .social-icons a:hover{
  background: none;
}

.edustruc-graduate-item {
  padding-top: 20px;
}
.edustruc .awards {
  background: #fff;
}
.edustruc .awards .logos {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.edustruc .awards .logos li {
  list-style: none;
  margin-right: 0;
  width: 14%;
  text-align: center;
}
.edustruc .awards .logos li img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin: 0 auto;
  max-height: 80px;
}
.edustruc .home-page .awards .logos li img:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.edustruc .awards .carousel-control {
  background: none;
  width: auto;
  top: 35px;
  text-shadow: none;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.edustruc .awards .carousel-control .fa {
  color: #e8e8e8;
  font-weight: bold;
}
.edustruc .awards .carousel-control:hover .fa {
  color: #999;
}

/* Extra-extra small devices (phones, less than 768px) */
@media (max-width: 420px) {
    .header {
      /*background: url("../images/NY_2024_www_2.png") top left/contain NO-REPEAT, url("../images/NY_2024_www_1.png") top right/contain NO-REPEAT, url("../images/background-420.png") top left/cover;*/
      background-image: url("../images/background-420.png");
    }
    .header #logo {
        width: 65%;
    }
    .header .turgenev {
        width: 65%!important;
    }
    .see-all {
        display: inline-block;
        margin-top: 30px;
    }
    .home-page .sliderMain {
        height: 120px;
    }
}

@media (min-width: 420px) {
    .header {
      background-image: url("../images/background-420.png");
    }
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  table {
    table-layout: auto;
  }

  #nav-left {
    display: none !important;
  }

  #nav-left-btn-hide {
    display: none !important;
  }

  #nav-left-btn-show {
    display: block !important;
  }

  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .pull-right,
  .pull-left {
    float: none !important;
  }
  .logo {
    text-align: center;
    /*padding-left: 10%;*/
  }
  .header .contact p {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    float: none;
  }
  .header .menu-top {
    text-align: center;
    margin-top: 10px;
  }
  .header .menu-top li {
    float: none;
    display: inline-block;
  }
  .header br {
    display: none;
  }
  .header .social-icons {
    text-align: center;
    margin: 0 auto;
  }
  .header .social-icons li {
    float: none;
    display: inline-block;
  }
  .header .top-bar .nav li {
    width: 100%;
  }
  .header .top-bar .nav li.dostup {
    width: 100%;
  }
  .header .top-bar #nav-icons a {
    font-size: 14px;
  }
  .header .top-bar #profiles-buttons-link {
    color: #fff;
    cursor: pointer;
    padding: 2px;
    line-height: 26px;
    margin: 0;
    float: none;
  }
  .header .turgenev {
    margin: auto auto -5px;
    width: 50%;
  }
  .navbar-header {
      width: 100%;
  }
  .navbar-nav {
    margin-top: 0;
  }
  .header .search-form {
    text-align: center;
  }
  .header .search-form .form-group {
    display: inline-block;
  }
  .header .search-form .form-control {
    width: 210px;
  }
  .main-nav .navbar-collapse {
    padding: 0;
    margin: 0 0 0 5px;
    box-shadow: none;
  }
  .main-nav .nav .nav-item.active > a:before {
    content: none;
  }
  .main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    position: static;
    left: auto;
    margin-left: 0;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a {
    padding-left: 30px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 34px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a {
    padding-left: 45px;
  }
  .main-nav .nav .nav-item .dropdown-submenu .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    padding-left: 49px;
  }
  .flexslider {
    margin-bottom: 15px;
  }
  /*.flex-direction-nav a {
    margin-top: -50px;
  }*/
  .flexslider .slides .flex-caption {
    position: static;
    display: block;
  }
  .flexslider .slides .flex-caption br {
    display: none;
  }
  .flexslider .slides .flex-caption .main {
    font-size: 13px;
    display: block;
    margin-bottom: 0;
  }
  .flexslider .slides .flex-caption .secondary {
    display: block;
    font-size: 12px;
    opacity: 0.6;
  }
  .flexslider .flex-control-nav {
    display: none;
  }
  .home-page .promo .btn-cta {
    margin-top: 0;
    font-size: 14px;
  }
  .home-page .promo .btn-cta:first-child {
      margin-top: 5px;
  }
  .home-page .news .thumb {
    width: 100%;
    /*height: 60px;*/
  }
  .home-page .news .news-item {
    padding: 10px 0;
  }
  .home-page .news .carousel-controls .prev {
      right: 62%;
  }
  .home-page .news .carousel-controls .next {
      left: 62%;
  }
  .home-page .course-finder .keywords {
    padding-left: 15px;
    margin-top: 10px;
  }
  .home-page .course-finder .keywords input {
    width: 180px;
  }
  .home-page .video .video-iframe {
    height: auto;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
  }
  .home-page .events .carousel-controls {
    position: absolute;
    top: -40px;
    right: -5px;
  }
  .home-page .awards .carousel-control {
    top: 50px;
  }
  .footer .footer-content .subscribe-form .form-control {
    width: 140px;
  }
  .footer #tweet .tweets-list-container {
    max-width: 100%;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 30px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .footer .footer-content .footer-col .fa-twitter {
    text-align: center;
    margin-bottom: 10px;
  }
  .page-wrapper .page-heading h1.heading-title {
    float: none;
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs {
    text-align: center;
    display: block;
  }
  .page-wrapper .breadcrumbs ul {
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
  }
  .page-wrapper .breadcrumbs ul li {
    float: none;
    display: inline-block;
  }
  .page-wrapper .breadcrumbs ul li.current {
    max-width: inherit;
    overflow: visible;
  }
  .home-page .course-finder .keywords input {
    float: left !important;
  }

  .media-news-item .thumb img {
    width:180px;
    margin-bottom: 15px;
    /*min-height: 100px; !important;
    max-height: 100px;
    object-fit: cover;*/
  }

  .schedule-select .btn {
    padding: 5px 7px;
    font-size: 12px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .schedule-content .panel-heading {
    height: 50px;
  }
  .header {
    /*background: url("../images/NY_2024_www_2.png") top left/contain NO-REPEAT, url("../images/NY_2024_www_1.png") top right/contain NO-REPEAT, url("../images/background-768.png") top left/cover;*/
    background-image: : url("../images/background-768.png");
  }
  .header h1.logo {
    /*padding-left: 137px;*/
    /*padding-left: 15%;*/
    padding-bottom: 2%;
  }
  .header .top-bar .nav li {
    width: 21%;
  }
  .main-nav .navbar-collapse {
      padding: 0;
  }
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
  }
  .footer .bottom-bar .social li {
    float: left;
  }
  .footer-col-inner {
    margin-bottom: 15px;
  }
  .home-page .testimonials .carousel .item {
    min-height: inherit;
  }
  .home-page .events .section-content {
    min-height: inherit;
    position: relative;
    margin: 10px 20px;
  }
  .home-page .events .carousel-controls {
    position: absolute;
    top: -40px;
    right: -15px;
  }
  .footer #tweet {
    min-height: inherit;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
}
/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
    .header h1.logo {
        margin-top: 0;
  	    margin-bottom: 0;
  	    /*float: left;*/
        /*padding-left: 10%;*/
        padding-bottom: 2%;
    }
    .header .top-bar #nav-icons a {
        padding: 2px 4px;
    }
    .header .top-bar .btn {
        padding: 2px 4px;
    }
}

@media (min-width: 992px) {
  .header h1.logo {
    /*padding-left: 247px;*/
    /*padding-left: 20%;*/
    padding-bottom: 2%;
  }
  .header {
    /*background: url("../images/NY_2024_www_2.png") top left/contain NO-REPEAT, url("../images/NY_2024_www_1.png") top right/contain NO-REPEAT, url("../images/background-1200.png") top left/cover;*/
    background-image: url("../images/background-1200.png");
  }
  .header .top-bar .nav li {
    width: 18%;
  }
  .home-page .testimonials .carousel .item {
    min-height: 298px;
  }
  .home-page .events .section-content {
    min-height: 375px;
    position: relative;
    margin: 10px 20px;
  }
  .home-page .events .carousel-controls {
    position: absolute;
    top: -40px;
    right: -10px;
  }
  .home-page .video .video-iframe {
    height: 287px;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer #tweet {
    min-height: 100px;
  }
  .page-wrapper .album-cover {
    min-height: 360px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  body {
    font-size: 14px;
  }
  .wrapper {
    min-height: 100%;
    margin-bottom: -344px;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    height: 344px;
    /* must be the same height as footer */
  }
  .footer {
    height: 344px;
    /* must be the same height as footer */
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}

@media (min-width: 1200px) {
  .header h1.logo {
    /*padding-left: 347px;*/
    /*padding-left: 25%;*/
    padding-bottom: 2%;
  }
  .home-page .course-finder .keywords input {
    width: 255px;
  }
}

@media (min-width: 1800px) {
  .home-page .course-finder .keywords input {
    width: 255px;
  }
  .header {
    /*background: url("../images/NY_2024_www_2.png") top left/contain NO-REPEAT, url("../images/NY_2024_www_1.png") top right/contain NO-REPEAT, url("../images/background-2200.png") top left/cover;*/
    background-image: url("../images/background-2200.png");
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 15px 10px;
    font-size: 11px;
  }
  .main-nav .nav .nav-item .dropdown-menu {
    width: 200px;
    font-size: 11px;


  }
  .edustruc .news .img-wrapper img{
    min-height: 115px;
    max-height: 115px !important;
    object-fit: cover;
    width: 185px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 15px 5px;
    font-size: 10px;
  }
  .main-nav .nav .nav-item .dropdown-menu {
    width: 200px;
    font-size: 11px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
    .home-page .sliderMain {
        height: 250px;
    }
}

@media (max-width: 767px) and (min-width: 420px) {
    .home-page .sliderMain {
        height: 220px;
    }
}




/*
@media (max-width: 1199px) {

.main-nav .navbar-collapse {
    padding: 0;
}
.main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    float: left;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.collapse {
    display: none;
}

.navbar-nav {
    margin-top: 0;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-nav .nav .nav-item.dropdown {
    z-index: 101;
}
.main-nav .nav .nav-item {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'open sans', arial, sans-serif;
    z-index: 100;
}
.nav > li {
    position: relative;
    display: block;
}
.dropdown, .dropup {
    position: relative;
}

.main-nav .nav .nav-item a {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.nav > li > a {
    font-size: 13px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.main-nav .nav .nav-item .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    padding: 0;
    text-transform: none;
    min-width: 220px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.main-nav .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #3e6a8f;
    padding: 8px 20px;
}
.main-nav .nav .nav-item a {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.main-nav button {
    background: #27435a;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.navbar-toggle {
    display: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
}

@media (min-width: 1200px) {
    .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}

.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-nav .nav .nav-item.dropdown {
    z-index: 101;
}
.main-nav .nav .nav-item {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'open sans', arial, sans-serif;
    z-index: 100;
}
.navbar-nav > li {
    float: left;
}
.nav > li {
    position: relative;
    display: block;
}
.dropdown, .dropup {
    position: relative;
}

.main-nav .nav .nav-item a {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.nav > li > a {
    font-size: 13px;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.main-nav .nav .nav-item .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    padding: 0;
    text-transform: none;
    min-width: 220px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}


.main-nav .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #3e6a8f;
    padding: 8px 20px;
}
.main-nav .nav .nav-item a {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

}


@media (min-width: 768px) {

.main-nav .navbar-collapse {
    padding: 0;
}
.main-nav .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    float: left;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.collapse {
    display: none;
}

.navbar-nav {
    margin-top: 0;
}
.navbar-nav {
    margin: 7.5px -15px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.main-nav .nav .nav-item.dropdown {
    z-index: 101;
}
.main-nav .nav .nav-item {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'open sans', arial, sans-serif;
    z-index: 100;
}
.nav > li {
    position: relative;
    display: block;
}
.dropdown, .dropup {
    position: relative;
}

.main-nav .nav .nav-item a {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.nav > li > a {
    font-size: 13px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.main-nav .nav .nav-item .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    border: none;
    padding: 0;
    text-transform: none;
    min-width: 220px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.main-nav .nav .nav-item .dropdown-menu a {
    border-bottom: 1px solid #3e6a8f;
    padding: 8px 20px;
}
.main-nav .nav .nav-item a {
    color: #dce7f0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.main-nav button {
    background: #27435a;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.navbar-toggle {
    display: none;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
}
*/

/* FeedBack_Form */

#feedback_form .topics, #feedback_form input[type="text"] {
  width: 100%;
}

#feedback_form textarea {
  height: 150px;
}

#feedback_form dt{
  display: none;
}

#feedback_form * {
  border-radius: 5px;
  margin:30px 0;
}

#feedback_form{
  margin: 0 40px;
}

#feedback_modalbox .modal-header{
  padding-left: 60px;
}

#feedback_modalbox .modal-footer{
  padding-right: 55px;
}

#feedback_modalbox .btn{
   border-radius: 5px;
}

#feedback_form option {
  border-radius: 0px;
  margin: 0;
}

/* Feedback index*/
/**/
blockquote.left_block{
  border-left: 10px solid #337ab7;
}

.answer_question_block{
  border:2px solid #337ab7;
  border-radius: 5px;
  margin-bottom:30px;"
}

.left_block{
  border-bottom: 4px dotted #337ab7;
}

.right_block{
  border-right: 10px solid #337ab7;
  border-left: 5px solid #FFF;
  margin: 0px 0px 0px 5px;
}

.new_questions{
  border:2px solid #d9534f;
  border-left: 10px solid #d9534f;
  border-radius: 5px;
}

@media print
{
  .header, .main-nav, #nav-left-btn-show, #nav-left-btn-hide, #nav-left, .feedback_speech, .footer, .answer_button, .feedback_delete_button, .feedback_questions_with_answers, .is_responsible{
    display:none;
  }
}

/**/
.new_questions p, .answer_question_block p{
  font-size: 17px;
}

blockquote small{
  font-size: 90%;
}

.answer_question_block .left_block, .answer_question_block .right_block{
  margin:0;
}

#feedback_modalboxs .modal-dialog {
    margin-top: 10%;
}

/**/
.answer_button,.feedback_delete_button, .feedback_delete_button_blue{
  float:right;
}

.answer_button a{
  color:#FFF;
}

.feedback_delete_button, .newquestions_buttons .btn-default:hover{
  color: #d43f3a;
  background-color: #FFF;
  border-color: #d43f3a;
}

.questionsandanswer_buttons .btn-default:hover, .feedback_delete_button_blue{
  color: #337ab7;
  background-color: #FFF;
  border-color: #337ab7;
}

.assign_responsibility_button{
   float:left;
}

.newquestions_buttons{
  margin-top: 10px;
}

/*Feedback reply,edit */

.reply_back a, .ask_button a{
  color:#FFF;
  margin-top:20px;
  width:285px;
}

.border_edit_form{
  border:2px solid #337ab7;
  margin-top:20px;
  padding:20px;
}

#feedbackedit_form input[type="text"],#feedbackedit_form textarea, #feedbackedit_form select {
  margin-bottom:30px;
}

/*Feedback modalboxs*/
.panel-group .panel-heading{
  color: #FFF;
  background-color: #337ab7;
}

/*Employeranketa*/

.employeranketa_elem, .employeranketa_elem .dropdown-menu .open, .contracts_add_elem, .contracts_add_elem .dropdown-menu .open{
  width:100% !important;
}

.employeranketa{
  padding-left: 0;
  padding-right: 30px;
}

.employeranketa_form fieldset{
  margin:35px 0;
}

.employeranketa_elem .dropdown-menu, .contracts_add_elem .dropdown-menu{
  width:100%;
}


/*Baseuniversity layout*/

.medium {
    font-weight: 600;
}

.baseuniversity .main{
    background-color: #fff;
    z-index: 1;
    position: relative;
    width: 100%;
    min-height: 295px;
    margin-bottom: 20px;

}

.baseuniversity .main .hover, .baseuniversity .main:hover{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
}

.baseuniversity .main .hover:hover, .baseuniversity .main-150 .hover:hover{
    height: auto;
    position: absolute;
    z-index: 2;

}

.baseuniversity .main img{
    padding:0;
    margin: 0;
    width:100%;
    height:auto;

}
.baseuniversity .main-150{
    background-color: #fff;
    z-index: 1;
    position: relative;
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
    opacity:1;

}

.baseuniversity .main-150 img {
    padding: 25px 0px;
    margin: 0;
    width: auto;
    height: 100%;
    max-width: none;
}

.main-300{
    height: 300px;
}


@media (max-width: 1010px) {
    .baseuniversity .main, .main-300{
        height: auto;

    }

}

.baseuniversity .main h2{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.baseuniversity .main .title{
    color: #282a2c;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 10px;
}

.title-hover{
    color: #282a2c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 10px;
    display:none;
}

.baseuniversity .main-150 .title{
    color: #282a2c;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 20px;
}

.baseuniversity .main-150 .title-hover{
    color: #222;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 20px;
    display:none;
}

.title a, .title-hover a{
    color: #222;
}

.title a:hover, .title-hover a:hover{
    color: #555;
}

.baseuniversity .main:hover .title, .baseuniversity .main-150:hover .title{
    display:none;

}

.baseuniversity .main:hover .title-hover, .baseuniversity .main-150:hover .title-hover{
    display:block;
}


.baseuniversity .main:hover, .baseuniversity .main-150:hover{
    opacity:1;
}

.baseuniversity:hover .main, .baseuniversity:hover .main-150{
    cursor: pointer;
}

.baseuniversity .hover{
    position: absolute;
    display: none;
    background-color: #fff;
    width: 100%;

}

.baseuniversity .hover ul li a{
    line-height: 16px;
    text-decoration: underline;
    color: #282a2c;
    font-size: 14px;
    font-weight: 600;

}

.baseuniversity .hover .more:hover, .baseuniversity .hover ul li a:hover{
    text-decoration: none;
    color: #555;
}

.baseuniversity .hover ul li{
    padding: 5px 10px;
    line-height: 0;
    list-style: none;
}

.baseuniversity {
    position:relative;
}

.baseuniversity .hover ul{
    padding: 0;
}

.baseuniversity:hover .hover{display: block;}

.baseuniversity:hover .main-150 .hover{
    display: block;
    top: 100%;
}

/*Direction layout*/

.page-container{
    padding: 20px;
    background-color: #fff;
}

/* страница руководства*/
.contact-direction{
    padding: 15px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 2px 10px rgba(0,0,0,.05);
    margin-top: 15px;
    margin-bottom: 30px;
    -webkit-transition: box-shadow .4s,border-color .3s;
    transition: box-shadow .4s,border-color .3s;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.contact-direction dl dt {
    font-weight: 400;
    color: #676f79;
    font-size: 14px;
}

.contact-card-direction dl dt+dd {
    margin-bottom: 10px;
    margin-top: 0;
}

.contact-card-direction dl dd {
    font-size: 16px;
    word-wrap: break-word;
}

.contact-card-direction .name a{
    font-size:20px;
}


.contacts li i.fa-li {
    color: #b7bcc2;
    -webkit-transition: color .4s;
    transition: color .4s;
    cursor: default;
}

.contacts li:hover i.fa-li {
    color: #1F4B99;
}

.contacts li {
    position: relative;
    padding-left: 1em;
    margin-top: 1.3em;
    font-size: 16px;
}

/*Program_creation layout*/
.top-20 {
    margin-top: 20px;
}

/*Abiturient layout*/

@media (max-width: 1010px) {
    .abiturient_item .abiturient_main, .abiturient_main-300 {
        height: auto;
    }
}

.abiturient_item .abiturient_main{
    background-color: #fff;
    z-index: 1;
    position: relative;
    width: 100%;
    min-height: 295px;
    margin-bottom: 20px;
}

.abiturient_item .abiturient_main .title{
    color: #282a2c;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 10px;
}

.abiturient_main .title-hover{
    color: #282a2c;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 10px;
    display:none;
}

.abiturient_item .hover{
    position: absolute;
    display: none;
    background-color: #fff;
    width: 100%;
}

.abiturient_item .abiturient_main .hover, .abiturient_item .abiturient_main:hover{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.15);
}

.abiturient_item .abiturient_main img{
    padding:0;
    margin: 0;
    width:100%;
    height:auto;
}

.abiturient_item {
    position:relative;
}

.abiturient_item .hover ul li{
    padding: 5px 10px;
    line-height: 0;
    list-style: none;
}

.abiturient_item .hover ul li a{
    line-height: 16px;
    text-decoration: underline;
    color: #282a2c;
    font-size: 14px;
    font-weight: 600;
}

.abiturient_item .hover ul li{
    padding: 5px 10px;
    line-height: 0;
    list-style: none;
}

/*Personaldata*/

.personal-data-info{
  margin-top:10px;
}

/*Contracts*/
.contracts_add_row{
    margin-top:50px;
}

#contracts_add_index_name{
  height: auto;
}

.pk_oop_banners{
  padding-top: 30px;
}

.pk_oop_programs{
  padding-top: 40px;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five,
.col-xl-five {
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-five {
  width: 20%;
  float: left;
}

@media (min-width: 640px) {
  .col-sm-five {
    width: 100%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-md-five {
    width: 20%;
    float: left;
  }
}

.disable {
  opacity: .4;
  cursor: not-allowed;
}

/* Новыек стили новостей */
#news-carousel .item.active, .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
  display: flex;
  flex-wrap: wrap;
}

#news-carousel .news-item {
  height: auto;
}

#news-carousel .news-desc {
  max-height: 170px;
}

#news-carousel .news-item .label {
  margin-right: 10px;
  opacity: 0.65;
}

#news-carousel .news-item .tags {
  display: flex;
  flex-wrap: wrap;
}

.hashtag {
  border: 1px solid #6091ba;
  background: #fff;
  color: #6091ba;
}

.hashtag {
  border: 1px solid #365d7e;;
  background: #fff;
  color: #365d7e;;
}

.btn.btn-freshman {
  color: #fff;
  background: rgb(23, 84, 190);
  border-color: rgb(23, 84, 190);
}



/* Timeline  */
.timeline {
  margin: 20px auto;
  padding: 20px;
}
.timeline .outer {
  border-left: 2px solid #333;
}
.timeline .event {
  position: relative;
  margin: 0 0 20px 20px;
  padding: 10px;
}
.timeline .event::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #337ab7;
  border-radius: 999px;
  top: 20px;
  left: -28px;
  border: 3px solid #337ab7;
}
.timeline .event.current::before {
  background: white;
}
.anketaform dt>label {
  font-size: 18px;
}
.anketaform dl dd {
  margin-bottom: 30px!important;
}