a,
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
p {
  margin: 1em 0;
}
h1 {
  font-family: Georgia,serif;
  font-size: 1.7em;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 770px) {
  h1 {
    font-size: 1.3em;
  }
}
body.inner {
  background-color: #fff;
  line-height: 1.2;
  font-family: Arial, Georgia, sans-serif;
  font-size: 18px;
}
@media (max-width: 770px) {
  body {
    min-width: auto;
    font-size: 16px;
  }
}
header {
  padding: 0;
  border-bottom: none;
  height: 0;
}
.section {
  max-width: none;
  padding-left: 2em;
}
@media (max-width: 770px) {
  .section {
    padding-left: 1em;
  }
}
.main-section.section {
  padding-right: 2em;
}
@media (max-width: 770px) {
  .main-section.section {
    padding-right: 0;
  }
}
.blueline {
  margin-top: 1px;
  margin: 0 -12px;
  height: 2px;
  background-color: #3b5cb1;
}
.button {
  padding: 9px 29px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  margin-top: 15px;
  white-space: nowrap;
  display: inline-block;
}
.button.disabled {
  opacity: 0.5;
  cursor: auto;
}
.button-blue {
  background-color: #3b5cb1;
  color: #fff;
  border: 1px solid #3b5cb1;
}
.button-blue:hover,
.button-blue:active,
.button-blue:focus {
  background-color: #3b5cb1;
  color: #fff;
}
.button-white {
  border: 1px solid #3b5cb1;
  color: #3b5cb1;
}
.button-white:hover,
.button-white:active,
.button-white:focus {
  background-color: #fff;
  color: #3b5cb1;
}
.header-top {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.header-top.header-top-video {
  align-items: center;
}
.header-top .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.header-top .header-slogan {
  margin: 1.5em 0 3em -2em;
  font-size: 16px;
  font-weight: 600;
}
.header-top .header-slogan img {
  width: 100px;
}
.header-top .header-content {
  margin-right: 3em;
  margin-bottom: 2em;
}
@media (max-width: 770px) {
  .header-top .header-content {
    margin-right: 0;
  }
}
.header-top .header-content h1 {
  font-size: 2.2em;
  width: 80%;
}
@media (max-width: 770px) {
  .header-top .header-content h1 {
    font-size: 1.5em;
  }
}
.header-top .header-content a,
.header-top .header-content a:hover,
.header-top .header-content a:focus {
  color: #0f3c99;
  text-decoration: underline;
}
.header-top .header-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-top .header-banner.header-banner-detail {
  background-size: contain;
}
@media (max-width: 1024px) {
  .header-top .header-banner:not(.header-banner-detail):not(.header-banner-video) {
    display: none;
  }
}
.inner aside {
  z-index: 1000;
}
.article-text h3 {
  background-color: #efefef;
  padding: 10px;
}
.article-body {
  border-top: none;
  padding: 0 0 2.7em 0;
}
h3 {
  font-size: 2.1em;
  font-weight: 600;
}
@media (max-width: 770px) {
  h3 {
    font-size: 1.3em;
  }
}
h4 {
  font-weight: 600;
}
h5 {
  font-size: 1em;
}
.manual-text h5 {
  font-size: 1.1em;
  font-weight: 600;
}
.manual-text .img-title {
  text-align: center;
  font-size: 0.9em;
  font-style: italic;
}
.manual-text .attantion {
  background-color: #dedede;
  padding: 1em;
}
.menu-button {
  z-index: 1000;
  background-color: #fff;
  color: #0f3c99;
}
.menu-button:before {
  border-color: #0f3c99;
}
.menu-button.active:before {
  background-color: #0f3c99;
}
.menu-button:after {
  background-color: #0f3c99;
}
@media (max-width: 770px) {
  .menu-button {
    display: none;
  }
}
.menu-button .page-title {
  color: #0f3c99;
}
.menu-section {
  padding: 1px 0 1px 2em;
}
.menu-section .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.menu {
  color: #3b5cb1;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu li {
  display: inline-block;
  padding-right: 2.5em;
  line-height: 5em;
}
.menu li a {
  color: #3b5cb1;
}
.menu.menu-left {
  float: left;
}
.menu.menu-right {
  float: right;
}
.mfp-inline-holder .mfp-content {
  background-color: #3b5cb1;
  width: 50%;
  margin: 0 0 0 50%;
  color: #fff;
  font-weight: 500;
}
.mfp-inline-holder .mfp-content ::placeholder {
  color: #fff;
  opacity: 0.7;
}
.mfp-inline-holder .mfp-content :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.mfp-inline-holder .mfp-content ::-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}
.white-popup-block {
  background-color: #3b5cb1;
}
#insert-project-form {
  margin-bottom: 30px;
}
#contact-popap {
  padding: 30px;
}
#contact-popap a {
  color: #fff;
}
.text-input {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
}
.text-input input[type=text],
.text-input textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  font-size: 14px;
  text-align: left;
  padding: 8px 4px;
  transition: opacity 100ms ease-in;
  position: relative;
  z-index: 1;
}
.text-input i {
  position: absolute;
  top: 5px;
  left: -15px;
  color: red;
  font-size: 1.3em;
}
.text-input input[type=file] {
  background: none;
  border: none;
  font-size: 14px;
  text-align: left;
  border-radius: 3px;
  transition: opacity 100ms ease-in;
  position: relative;
  z-index: 1;
}
.text-input textarea {
  border: 1px solid #fff;
}
input[type=button].send-new-project-form {
  font-size: 14px;
  color: #333;
}
label {
  font-weight: 500;
  display: inline;
  font-size: 16px;
}
.message-container {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #3b5cb1;
  color: #fff;
  border: 1px solid yellow;
  border-radius: 3px;
  padding: 15px 30px;
  z-index: 5000;
}
.message-container .message-text {
  opacity: 0.7;
}
.project-name {
  position: relative;
  display: inline-block;
}
.vote-num {
  position: absolute;
  top: 5px;
  right: -60px;
  font-size: 0.7em;
  color: #3b5cb1;
}
.vote-num img {
  width: 25px;
}
.is_znak {
  display: none;
  position: absolute;
  top: 5px;
  left: 20px;
}
.main-projets {
  border-top: 1px solid #a2a2a2;
}
.main-projects-item {
  border-bottom: 1px solid #a2a2a2;
  padding: 15px 0 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  min-height: 135px;
  position: relative;
}
.main-projects-item .main-projects-item-fotos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-projects-item .main-projects-item-name {
  width: 40%;
  font-size: 1.5em;
  font-weight: 600;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .main-projects-item .main-projects-item-name {
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 770px) {
  .main-projects-item .main-projects-item-name {
    font-size: 1.2em;
  }
}
.main-projects-item .main-projects-item-name .shool-target {
  font-size: 0.8em;
  color: #777;
  white-space: nowrap;
}
.main-projects-item .main-projects-item-foto {
  width: 186px;
  height: 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 10px 0;
}
.main-projects-item .main-projects-item-foto-last {
  width: 174px;
  height: 114px;
  border: 2px solid #3b5cb1;
  color: #3b5cb1;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.main-projects-item .main-projects-item-vote {
  text-align: right;
  font-weight: 600;
  border-left: 16px solid #fff;
}
.main-projects-item .main-projects-item-vote img {
  margin-right: 16px;
  margin-bottom: 10px;
}
.main-projects-item .main-projects-item-vote a,
.main-projects-item .main-projects-item-vote a:hover,
.main-projects-item .main-projects-item-vote a:active,
.main-projects-item .main-projects-item-vote a:focus {
  color: #3b5cb1;
}
.main-projects-item .main-projects-item-znak {
  position: absolute;
  top: 50%;
  right: 0;
  height: 110px;
  width: 110px;
  margin-top: -55px;
}
.main-projects-item .main-projects-item-znak img {
  max-width: 100%;
}
.popup-gallery {
  overflow-x: hidden;
}
.popup-gallery img {
  padding: 0 10px 10px 0;
}
/*# sourceMappingURL=custom.css.map */