@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff"),
    url("../fonts/ProximaNova-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Bold.woff") format("woff"),
    url("../fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/ProximaNova-Regular.woff") format("woff"),
    url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova Light";
  src: url("../fonts/ProximaNova-Light.eot");
  src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ProximaNova-Light.woff") format("woff"),
    url("../fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* Общие стили */
body {
  font-family: "Proxima Nova Semibold";
  font-size: 20px;
  background-color: #fff;
}

.site-color {
  background-color: #005bdd;
}

.page-title {
  font-family: "Proxima Nova Bold";
  font-size: 22px;
  line-height: 1.25;
  margin-bottom: 35px;
  color: #000;
}
@media (max-width: 1000px) {
  .page-title {
    text-align: center;
  }
}
@media (max-width: 584px) {
  .page-title {
    font-size: 22px;
  }
}

/* My grid */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* Breadcrumbs */
.breadcrumbs__item {
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  color: #000;
  position: relative;
}
.breadcrumbs__active {
  color: #005bdd;
  font-family: "Proxima Nova Bold";
}
.breadcrumbs__arrow {
  font-size: 12px;
  margin: 0 15px;
}

.site_map_c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site_map_c div {
  margin-top: 50px;
}
.site_map_c div:first-child a {
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  color: #000;
  position: relative;
}
.site_map_c div:last-child a:hover {
  text-decoration: none;
}
.site_map_c a:hover {
  text-decoration: underline;
}

/* Опросы */
.quiz {
  margin-bottom: 24px;
  background-color: #005193;
  border-radius: 5px;
  padding: 34px;
}
.quiz .title {
  margin-bottom: 20px;
}
.quiz__answer-block {
  margin-bottom: 10px;
}
.quiz__radio {
  display: none !important;
}
.quiz .dem__radio_label {
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  cursor: pointer;
}
.quiz .dem__spot {
  width: 18px !important;
  height: 18px !important;
  margin: -2px 10px 0 0 !important;
  vertical-align: middle !important;
  background-color: #005bdd !important;
  border-radius: 50%;
  cursor: pointer !important;
}
.quiz .dem__spot:after {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
}
.quiz .dem-copyright {
  color: #005193 !important;
}
.quiz .dem-button {
  background-color: #005bdd !important;
  border-radius: 3px;
  padding: 17px 25px !important;
  display: block;
  font-size: 16px !important;
  font-family: "Proxima Nova Semibold" !important;
  text-decoration: none !important;
  text-transform: none !important;
}

/* Форма */
.form-title {
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  margin-bottom: 35px;
  color: #000;
}
@media (max-width: 1000px) {
  .form-title {
    text-align: center;
  }
}
@media (max-width: 584px) {
  .form-title {
    font-size: 22px;
  }
}

.wpcf7-form {
  background-color: #005193;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 50px;
  position: relative;
}
.wpcf7-form p {
  margin-bottom: 25px;
}
.wpcf7-form label {
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.wpcf7-form label input,
.wpcf7-form label textarea {
  margin-top: 14px;
  background: #ffffff;
  border-radius: 3px;
  height: 10px;
  border: none;
  width: 90%;
  padding: 20px;
  font-size: 18px;
}
.wpcf7-form label textarea {
  height: 200px;
}

.wpcf7-submit {
  margin-top: 10px;
  width: 96%;
  background-color: #005bdd;
  color: #fff;
  border-radius: 3px;
  padding: 17px 25px;
  display: block;
  border: none;
  font-family: "Proxima Nova Semibold";
}
@media (max-width: 350px) {
  .wpcf7-submit {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .wpcf7-submit {
    width: 98%;
  }
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
}

.wpcf7-validation-errors {
  width: 90%;
}

.wpcf7-response-output {
  margin-left: 0 !important;
}

/* Форма комментариев */
.comments-container {
  padding: 50px;
  background-color: #c9e0f2;
  border-radius: 5px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .comments-container {
    padding: 30px;
  }
}
@media (max-width: 1000px) {
  .comments-container {
    padding: 40px;
  }
}
@media (max-width: 586px) {
  .comments-container {
    padding: 30px;
  }
}
@media (max-width: 350px) {
  .comments-container {
    padding: 15px;
  }
}

.comment-notes {
  display: none;
}

.comment-reply-title {
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  margin-bottom: 35px;
  color: #000;
}
@media (max-width: 1000px) {
  .comment-reply-title {
    text-align: center;
  }
}
@media (max-width: 584px) {
  .comment-reply-title {
    font-size: 22px;
  }
}

.comment-respond {
  position: relative;
}
.comment-respond p {
  margin-bottom: 25px;
}
.comment-respond label {
  font-size: 16px;
  line-height: 16px;
  position: relative;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  margin-top: 14px;
  background: #ffffff;
  border-radius: 3px;
  height: 10px;
  border: none;
  width: 90%;
  padding: 20px;
  font-size: 18px;
}
@media (max-width: 586px) {
  .comment-respond input[type="text"],
  .comment-respond textarea {
    width: 84%;
  }
}
.comment-respond textarea {
  height: 180px;
}
.comment-respond .form-submit input[type="submit"] {
  margin-top: 10px;
  width: 96%;
  background-color: #005bdd;
  color: #fff;
  border-radius: 3px;
  padding: 17px 25px;
  display: block;
  border: none;
  font-family: "Proxima Nova Semibold";
}
@media (max-width: 350px) {
  .comment-respond .form-submit input[type="submit"] {
    font-size: 18px;
  }
}
.comment-respond .comment-form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comment-respond .comment-form-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*Сами комментарии*/
.comment-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  position: relative;
}
.comment-body .reply a {
  color: #484848;
  font-family: "Proxima Nova Semibold";
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.comment {
  list-style-type: none;
}

.comment-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.comment-author .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: hidden;
  margin-right: 60px;
}
.comment-author cite {
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  color: #424242;
  margin-top: 10px;
  margin-bottom: 5px;
  max-width: 100px;
  display: block;
  line-height: 18px;
}

.comment-date {
  font-family: "Proxima Nova Light";
  font-size: 13px;
  color: #525252;
}

.comment-content {
  padding: 20px;
  color: #676767;
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  line-height: 25px;
  background: #f5f5f5;
  border-radius: 5px;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding-bottom: 46px;
  position: relative;
}
.comment-content:before {
  position: absolute;
  display: block;
  background: #f5f5f5;
  width: 21px;
  height: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  left: -11px;
}

.depth-2 {
  margin-left: 15%;
}
@media (max-width: 1000px) {
  .depth-2 {
    margin-left: 19%;
  }
}

.depth-3 {
  margin-left: 18%;
}
@media (max-width: 1000px) {
  .depth-3 {
    margin-left: 23%;
  }
}

.comment-edit-link {
  display: none;
}

.comment-time {
  display: none;
}

/* Смена лого WP при входе */
.login-action-login .login h1 a {
  background-image: url(../base/img/wp/dagestan.jpg) !important;
}

/* Сраница 404 */
.error-404 {
  margin-bottom: 50px;
}

.page-content {
  margin-bottom: 50px;
}

/*Карта сайта*/
.sitemap-block {
  background-color: #005193;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 40px;
}

.wsp-container h2 {
  font-size: 25px;
  margin-bottom: 15px;
}
@media (max-width: 584px) {
  .wsp-container h2 {
    font-size: 20px;
  }
}
.wsp-container ul {
  margin-bottom: 40px;
  padding-left: 25px;
}
.wsp-container li {
  margin-bottom: 8px;
}
@media (max-width: 584px) {
  .wsp-container li {
    margin-bottom: 3px;
  }
}
.wsp-container li a {
  color: #4c4949;
  font-size: 18px;
}
@media (max-width: 584px) {
  .wsp-container li a {
    font-size: 16px;
  }
}
.wsp-container li a:hover {
  text-decoration: underline;
}


.main-block .page-content {
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  color: #383838;
  line-height: 25px;
  margin-bottom: 25px;
  /* padding: 30px 35px 30px 35px; */
}
.main-block .page-content__container {
  background-color: #005193;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 5px;
  margin-bottom: 50px;
}
.main-block .page-content strong {
  font-family: "Proxima Nova Bold";
  font-size: 19px;
}
.main-block .page-content ol {
  list-style: decimal inside;
}
.main-block .page-content table {
  width: 100% !important;
}
.main-block .page-content table tbody {
  background-color: #fff;
}
.main-block .page-content table tbody tr:first-child {
  background-color: #005bdd;
}
.main-block .page-content table tbody tr:first-child td {
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.main-block .page-content table tbody tr:first-child td strong {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
}
.main-block .page-content table td {
  border: 0.5px solid #a3a3a3;
  font-family: "Proxima Nova Regular";
  font-size: 15px;
  line-height: 18px;
  color: #000;
  vertical-align: middle;
  padding: 5px;
}
.main-block .page-content table td span {
  font-size: 11pt !important;
}

/* Header */
.header {
  background-color: #929292;
}
.header__bg {
  position: absolute;
  background-size: cover;
  /*
  background: rgba(0, 0, 0, 0.3);
  */
  width: 100%;
  height: 100%;
}
.header__top-container {
  position: relative;
  background-size: cover;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100%;
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding: 20px 0;
  position: relative;
}
.header__logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
}
@media (max-width: 1200px) {
  .header__logo-container {
    width: 413px;
  }
}
@media (max-width: 767px) {
  .header__logo-container {
    width: 360px;
  }
}
.header__logo {
  margin-right: 22px;
}
.header__logo__img {
  height: auto;
}
.header__logo__title {
  font-family: "Proxima Nova Semibold";
  font-size: 28px;
  color: #fff;
  line-height: 34px;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header__logo__title__link {
  color: #fff;
}
.header__logo__desc {
  font-size: 20px;
  color: #fff;
}
.header__contacts-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  /*
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
    */
}
.header__number-block {
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__number {
  font-size: 17px;
  color: #fff;
  line-height: 22px;
}
.header__number:hover {
  text-decoration: underline;
}
.header__number__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.header__number__icon {
  height: 16px;
}
.header__adress-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__adress {
  font-size: 17px;
  color: #fff;
  line-height: 22px;
  max-width: 274px;
  display: block;
  max-height: 86px;
  overflow: hidden;
}
.header__adress__icon {
  height: 18px;
}
.header__adress__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.header__button-container {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.ask-question {
  margin-right: 20px;
}
.ask-question__button {
  background-color: #005bdd;
  color: #fff;
  border-radius: 3px;
  padding: 17px 25px;
  display: block;
  font-size: 16px;
  min-width: 124px;
  text-align: center;
}
@media (max-width: 350px) {
  .ask-question__button {
    font-size: 18px;
  }
}

.visually-impaired__button {
  background-color: #005bdd;
  color: #fff;
  border-radius: 3px;
  padding: 17px 25px;
  display: block;
  font-size: 16px;
  background-image: url(../img/icons/visually-impaired.svg);
  background-repeat: no-repeat;
  background-position: 23px center;
  padding-left: 74px;
}
@media (max-width: 350px) {
  .visually-impaired__button {
    font-size: 18px;
  }
}

.navigation-container {
  background-color: #005bdda6;
  /* background-color: #00265d; */
}

.navigation {
  height: 60px;
  position: relative;
}
.navigation__burger {
  display: none;
  -ms-flex-item-align: center;
  align-self: center;
}
.navigation__burger__icon {
  margin: auto 0;
}
.navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 1000px) {
  .navigation > ul {
    display: none;
  }
}
.navigation > ul > li {
  position: relative;
  padding: 0 40px;
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 1200px) {
  .navigation > ul > li {
    padding: 0 30px;
  }
}
@media (max-width: 1000px) {
  .navigation > ul > li {
    padding: 0 6px;
  }
}
.navigation > ul > li:hover {
  background-color: #0c8be7;
}
.navigation > ul > li:hover > a {
  color: white;
  text-decoration: none;
}
.navigation > ul > li:hover .sub-menu {
  display: block;
}
.navigation > ul > li > a {
  font-family: "Proxima Nova Semibold";
  font-size: 17px;
  color: #fff;
  line-height: 60px;
  /*
  text-transform: uppercase;
  */
  padding: 19px 0;
}
.navigation__contacts {
  display: none;
}
.navigation__number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 48px;
  -ms-flex-item-align: center;
  align-self: center;
}
.navigation__numbers-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.navigation__number {
  color: #fff;
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  -ms-flex-item-align: center;
  align-self: center;
}
.navigation__number__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation__number__icon-border i {
  color: #005bdd;
  font-size: 16px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.navigation__number__icon {
  width: 14px;
}
.navigation__adress-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
.navigation__adress {
  color: #fff;
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 350px;
}
.navigation__adress__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation__adress__icon-border i {
  color: #005bdd;
  font-size: 18px;
}
.navigation__adress__icon {
  width: 12px;
}
.navigation__search {
  height: 100%;
}

.navigation .sub-menu {
  background-color: #005bdd;
  padding: 20px;
  position: absolute;
  z-index: 200;
  width: auto;
  left: 0;
  display: none;
  min-width: 88%;
  /* 	&:before {
  	content: '';
  	background-color: $blue;
  	width: 20px;
  	height: 20px;
  	display: block;
  	position: absolute;
  	top: -9px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	transform: rotate(45deg);
  } */
}
.sub-menu > li {
  margin: 10px 0;

}
.sub-menu > li > a {
  color: #fff;
  font-family: "Proxima Nova Semibold";
  font-size: 17px;
  width: 100%;
}
.sub-menu > li > a:hover {
}

.fa-chevron-down {
  color: #fff;
  font-size: 14px;
}

.menu li > a:not(:only-child):after {
  content: url(../img/icons/menu-arrow.svg);
  margin-left: 8px;
}

.nav-menu li > a:only-child:after {
  content: "";
}

/* Мобильное меню */
.mob-menu {
  background-color: #0d1522;
  position: absolute;
  z-index: 200;
  min-width: 44%;
  width: auto;
  color: #fff;
  height: 100vh;
  left: -100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  position: fixed;
}
.mob-menu__open {
  left: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mob-menu__closed {
  padding: 20px 10px 0 20px;
}
.mob-menu__scroll > ul {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mob-menu__scroll > ul > li > a {
  font-size: 21px;
  line-height: 22px;
  color: #fff;
  font-family: "Proxima Nova Regular";
  text-transform: uppercase;
  padding: 16px 20px;
  border-bottom: 1px solid #fff;
  background-color: #0d1522;
  display: block;
}
@media (max-width: 584px) {
  .mob-menu__scroll > ul > li > a {
    font-size: 19px;
  }
}
.mob-menu__scroll > ul > li > a:hover {
  background-color: #000;
}
.mob-menu__scroll > ul .sub-menu {
  position: relative;
  background-color: inherit;
  min-width: auto;
  display: none;
  padding: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow: hidden;
}
.mob-menu__scroll > ul .sub-menu__active {
  display: block;
}
.mob-menu__scroll > ul .sub-menu > li {
  margin: 0;
  width: 100%;
}
.mob-menu__scroll > ul .sub-menu > li:last-child {
  border-bottom: 1px solid #fff !important;
}
.mob-menu__scroll > ul .sub-menu > li > a {
  font-family: "Proxima Nova Regular";
  font-size: 20px;
  padding: 16px 20px 16px 35px;
  background-color: #16243c;
  display: block;
  width: 100%;
}
.mob-menu__scroll > ul .sub-menu > li > a:hover {
  background-color: #000;
}
@media (max-width: 584px) {
  .mob-menu__scroll > ul .sub-menu > li > a {
    font-size: 18px;
  }
}
.mob-menu .menu-item-has-children__active ul {
  background-color: #16243c !important;
}
.mob-menu .menu-item-has-children__active > a {
  border-bottom: 0px !important;
  background-color: #16243c !important;
}

/* Footer */
.footer {
  background-color: #171717;
  color: #fff;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}
.footer__logo {
  width: 33%;
}
.footer__logo__img {
  width: 250px;
}
.footer__logo__title {
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  margin-top: 25px;
  line-height: 1.25;
  padding-right: 10px;
}
.footer__logo__title a {
  color: #fff;
}
.footer__about-village {
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  width: 33%;
}
.footer__about-village__title {
  margin-bottom: 20px;
  font-family: "Proxima Nova Semibold";
  font-size: 20px;
}
.footer-nav ul li {
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.25;
}
.footer-nav ul li a {
  color: #fff;
}
.footer-nav ul li a:hover {
  text-decoration: underline;
}
.footer__contacts {
  color: #fff;
  width: 33%;
}
.footer__contacts__title {
  margin-bottom: 20px;
  font-family: "Proxima Nova Semibold";
  font-size: 20px;
}
.footer__number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer__number {
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  color: #fff;
}
.footer__number__icon {
  height: 16px;
}
.footer__number__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer__adress-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer__adress {
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  color: #fff;
}
.footer__adress__icon {
  height: 18px;
}
.footer__adress__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  min-width: 33px;
}
.footer__mail-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__mail {
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  color: #fff;
}
.footer__mail__icon {
  height: 16px;
}
.footer__mail__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
.footer__social {
  color: #fff;
  width: 22%;
}
.footer__social__title {
  margin-bottom: 20px;
  font-family: "Proxima Nova Semibold";
  font-size: 20px;
}
.footer__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social-icon__border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-right: 16px;
}
.footer__social-icon__border img {
  height: 16px;
}
.footer__copyright-block {
  background-color: #000000;
  color: #fff;
  padding: 15px;
}
.footer__copyright {
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  width: 60%;
  align-self: center;
}
.footer__copyright__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 22px;
}
.footer__button {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer__sitemap {
  margin: 0 20px;
}
.footer__documents {
  display: none;
}

.dev_logo {
  width: 100%;
  max-width: 200px;
}
.dev_logo img{
  max-width: 200px;
}

.sitemap-icon {
  color: #fff;
  font-size: 20px;
}
.sitemap-icon:hover {
  color: #005bdd;
}

/* Стили главной страницы */
.main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

/* Slider */
.slider {
  width: 100%;
  /*
  height: 468px;
  */
  border-radius: 5px;
  margin-bottom: 24px;
  overflow: hidden;
  color: #fff;
}
.slider__item {
  position: relative;
}
.slider__item__img {
  z-index: 1;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
}
.slider__item__bg {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
}
.slider__item__info {
  padding: 20px 30px;
  width: 500px;
}
.slider__item__title {
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  line-height: 38px;
}
.slider__item__desc {
  line-height: 30px;
  margin-bottom: 55px;
}
.slider__item__button {
  height: 45px;
  padding: 12px 28px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
.slider__item__button:hover {
  background-color: #005bdd;
  border: 1px solid #005bdd;
}

.slick-dots {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.slick-dots li {
  padding: 0 7.5px;
}
.slick-dots li button {
  background: #fff;
  border: none;
  color: #fff;
  border-radius: 3px;
  width: 52px;
  height: 9px;
  font-size: 0;
}
.slick-dots li.slick-active button {
  background: #005bdd;
}

/* Новости */
.latest-news,
.latest-news-home,
.contacts-content {
  width: 768px;
}
.latest-news__title,
.latest-news-home__title {
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  margin-bottom: 35px;
  color: #000;
}
@media (max-width: 1000px) {
  .latest-news__title,
  .latest-news-home__title {
    text-align: center;
  }
}
@media (max-width: 584px) {
  .latest-news__title,
  .latest-news-home__title {
    font-size: 22px;
  }
}
.latest-news__all__button,
.latest-news-home__all__button {
  width: 100%;
  background-color: #005bdd;
  color: #fff;
  border-radius: 3px;
  padding: 17px 25px;
  display: block;
  padding: 19.5px 0;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media (max-width: 350px) {
  .latest-news__all__button,
  .latest-news-home__all__button {
    font-size: 18px;
  }
}
.latest-news__full-width__item-block,
.latest-news-home__full-width__item-block {
  width: 100%;
  background-color: #005bdd;
  margin-bottom: 24px;
  border-radius: 5px;
  height: 235px;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  color: #fff;
  -webkit-transition: top 1s ease-out 0.5s;
  transition: top 1s ease-out 0.5s;
  overflow: hidden;
  position: relative;
}
.latest-news__full-width__item-block:hover .latest-news__bg,
.latest-news-home__full-width__item-block:hover .latest-news__bg {
  background-color: #005bdd;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.latest-news__full-width__img,
.latest-news-home__full-width__img {
  z-index: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.latest-news__full-width__desc,
.latest-news-home__full-width__desc {
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  line-height: 40px;
  padding-right: 40px;
}
@media (max-width: 1200px) {
  .latest-news__full-width__desc,
  .latest-news-home__full-width__desc {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .latest-news__full-width__desc,
  .latest-news-home__full-width__desc {
    line-height: 28px;
    font-size: 22px;
  }
}
@media (max-width: 584px) {
  .latest-news__full-width__desc,
  .latest-news-home__full-width__desc {
    line-height: 25px;
    font-size: 17px;
  }
}
.latest-news__week-day,
.latest-news-home__week-day {
  text-transform: lowercase;
}
.latest-news__list,
.latest-news-home__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.latest-news__list:last-child,
.latest-news-home__list:last-child {
  margin-bottom: 25px;
}
.latest-news__bg,
.latest-news-home__bg {
  background-color: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.latest-news__item-block,
.latest-news-home__item-block {
  background-color: #005bdd;
  margin-bottom: 24px;
  border-radius: 5px;
  height: 300px;
  display: block;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.latest-news__bg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.latest-news__item-block:hover .latest-news__bg,
.latest-news-home__item-block:hover .latest-news__bg {
  background-color: rgba(0, 0, 0, 0.76);
  opacity: 1;
  color: white !important;
}
.latest-news__item,
.latest-news-home__item {
  padding: 20px 30px;
}
.latest-news__item__img,
.latest-news-home__item__img {
  z-index: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  
}
.latest-news__date,
.latest-news-home__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .latest-news__date,
  .latest-news-home__date {
    margin-bottom: 10px;
  }
}
@media (max-width: 1000px) {
  .latest-news__date,
  .latest-news-home__date {
    margin-bottom: 24px;
  }
}
.latest-news__day,
.latest-news-home__day {
  font-family: "Proxima Nova Semibold";
  font-size: 40px;
}
.latest-news__day-block,
.latest-news-home__day-block {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  line-height: 16px;
  padding-top: 2px;
  padding-left: 10px;
}
.latest-news__desc,
.latest-news-home__desc {
  line-height: 28px;
  font-size: 24px;
}
@media (max-width: 1200px) {
  .latest-news__desc,
  .latest-news-home__desc {
    line-height: 22px;
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .latest-news__desc,
  .latest-news-home__desc {
    line-height: 24px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .latest-news__desc,
  .latest-news-home__desc {
    line-height: 28px;
    font-size: 22px;
  }
}
@media (max-width: 584px) {
  .latest-news__desc,
  .latest-news-home__desc {
    line-height: 25px;
    font-size: 17px;
  }
}

/* Ближайщие мероприятия */
.upcoming-events {
  background: #000;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.upcoming-events__container {
  padding: 60px 0 80px 0;
}
.upcoming-events__title {
  font-family: "Proxima Nova Bold";
  font-size: 34px;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 350px) {
  .upcoming-events__title {
    margin-bottom: 30px;
  }
}
.upcoming-events__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.upcoming-events__bg {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.upcoming-events__item-block {
  width: 373px;
  margin-bottom: 24px;
  border-radius: 5px;
  height: 235px;
  display: block;
  color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.upcoming-events__item-block:hover .upcoming-events__bg {
  background-color: #005bdd;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.upcoming-events__item {
  padding: 20px 30px;
}
.upcoming-events__item__img {
  z-index: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.upcoming-events__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.upcoming-events__day {
  font-family: "Proxima Nova Semibold";
  font-size: 40px;
}
.upcoming-events__day-block {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  line-height: 16px;
  padding-top: 2px;
  padding-left: 10px;
}
.upcoming-events__desc {
  line-height: 30px;
}
.upcoming-events__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.upcoming-events__all__button {
  background-color: #005bdd;
  color: #fff;
  border-radius: 3px;
  padding: 17px 25px;
  display: block;
  padding: 19.5px 25px;
}
@media (max-width: 350px) {
  .upcoming-events__all__button {
    font-size: 18px;
  }
}
.upcoming-events__week-day {
  text-transform: lowercase;
}
.upcoming-events__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 25px 30px;
  font-size: 16px;
  font-family: "Proxima Nova Semibold";
  position: absolute;
  bottom: 0;
}
.upcoming-events__views {
  margin-right: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upcoming-events__views__icon {
  font-size: 23px;
  margin-right: 5px;
}
.upcoming-events__comments {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.upcoming-events__comments__icon {
  font-size: 22px;
  margin-right: 5px;
}

/* Жизнь села */
.village-life {
  background-color: #005193;
  padding: 60px 0 80px 0;
}
.village-life__title {
  font-family: "Proxima Nova Bold";
  font-size: 34px;
  margin-bottom: 40px;
  color: #000;
}
@media (max-width: 350px) {
  .village-life__title {
    margin-bottom: 30px;
  }
}
.village-life__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.village-life__item-block {
  width: 273px;
}
.village-life__item {
  background-color: #005bdd;
  border-radius: 5px;
  margin-bottom: 25px;
  height: 86px;
  border: 2px solid #005bdd;
}
.village-life__item:hover {
  background-color: #fff;
  color: #ffffff;
  border: 2px solid #005bdd;
  height: 86px;
}
.village-life__item__link {
  color: #fff;
  font-size: 20px;
  display: block;
  line-height: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 0 30px;
}
.village-life__item__link:hover {
  color: #005bdd;
}

/* Стили траницы с новостью */
.single-news {
  color: #000;
  width: 100%;
  position: relative;
}
.single-news__tegs-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-news__teg {
  color: #005bdd;
  font-size: 16px;
  border: 1px solid #005bdd;
  border-radius: 3px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.single-news__title {
  font-family: "Proxima Nova Bold";
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 12px;
}
.single-news__date {
  font-family: "Proxima Nova Light";
  font-size: 15px;
  line-height: 18px;
  margin-right: 24px;
}
.single-news__img-block {
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.single-news__img {
  width: 100%;
  height: auto;
}
.single-news__img__bg {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.single-news__text {
  font-family: "Proxima Nova Regular";
  font-size: 17px;
  color: #383838;
  line-height: 27px;
  margin-bottom: 25px;
}
.single-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-family: "Proxima Nova Regular";
  color: #aaaaaa;
  margin-bottom: 28px;
}
.single-news__views {
  margin-right: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-news__views__icon {
  font-size: 18px;
  margin-right: 5px;
}
.single-news__comments {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-news__comments__icon {
  font-size: 18px;
  margin-right: 5px;
}

.share__title {
  font-family: "Proxima Nova Regular";
  font-size: 17px;
}

.button-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
}

.all-news-button {
  color: #005bdd;
  font-size: 16px;
  border: 1px solid #005bdd;
  border-radius: 3px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/* Контакты */
.contacts-container {
  background-color: #005193;
  border-radius: 5px;
  margin-bottom: 30px;
}

.contacts-container,
.contacts-container > * {
  box-sizing: border-box !important;
}
.contacts-wrp {
  padding: 30px;
}
.contacts {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contacts__title {
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  margin-bottom: 35px;
  color: #000;
  padding: 30px 35px 0px 35px;
  margin-bottom: 0px;
}
@media (max-width: 1000px) {
  .contacts__title {
    text-align: center;
  }
}
@media (max-width: 584px) {
  .contacts__title {
    font-size: 22px;
  }
}

.contacts__base-block {
  width: calc(100% / 3);
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}

.contacts__number-block {
  /*
  width: 35%;
  */
}
.contacts__number {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.contacts__number__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__number__icon {
  color: #fff;
  font-size: 28px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.contacts__adress-block {
  /*
  width: 40%;
  */
}
.contacts__adress {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #000;
  line-height: 20px;
  display: block;
}
.contacts__adress__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__adress__icon {
  color: #fff;
  font-size: 30px;
}
.contacts__mail-block {
  /*
  width: 30%;
  */
}
.contacts__mail {
  font-family: "Proxima Nova Semibold";
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.contacts__mail__icon-border {
  width: 33px;
  height: 33px;
  background-color: #005bdd;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts__mail__icon {
  color: #fff;
  font-size: 30px;
}

.map-container {
  position: relative;
}

.map {
  width: 100%;
  height: 400px;
}
.map__adress {
  font-family: "Proxima Nova Bold";
  color: #fff;
  font-size: 16px;
  background: #005bdd;
  border-radius: 5px 5px 0px 0px;
  padding: 15px;
  line-height: 20px;
}

/* Документы */
.documents-block {
  background-color: #005193;
  padding: 30px 40px 50px 40px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 5px;
  margin-bottom: 50px;
}
@media (max-width: 584px) {
  .documents-block {
    padding: 40px 20px 40px 20px;
  }
}

.documents__category {
  font-family: "Proxima Nova Bold";
  font-size: 30px;
  margin-bottom: 35px;
  color: white;
}
@media (max-width: 1000px) {
  .documents__category {
    text-align: center;
  }
}
@media (max-width: 584px) {
  .documents__category {
    font-size: 22px;
  }
}
.documents__table {
  width: 100%;
  border-radius: 3px 3px 3px 3px;
  overflow: hidden;
  background-color: #fff;
}
.documents__table__titles {
  background-color: #005bdd;
  color: #fff;
  font-size: "Proxima Nova Semibold";
  font-size: 16px;
}
@media (max-width: 584px) {
  .documents__table__titles {
    display: none;
  }
}
.documents__table__titles th {
  text-align: center;
  padding: 17px 34px;
}
@media (max-width: 1200px) {
  .documents__table__titles th {
    padding: 17px 15px;
  }
}
.documents__table td {
  font-family: "Proxima Nova Regular";
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 15px;
  border: 0.5px solid #a3a3a3;
}
.documents__table td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}
.documents__table td a img {
  margin-right: 10px;
  height: 30px;
}
.documents__table td a span {
  padding-right: 30px;
}
.documents__name {
  padding-right: 70px !important;
}
@media (max-width: 1200px) {
  .documents__name {
    padding-right: 0 !important;
  }
}
.documents__name__block:hover {
  text-decoration: underline;
  color: #005bdd;
}
.documents__size {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 584px) {
  .documents__size {
    display: none;
  }
}
.documents__date {
  text-align: center;
  vertical-align: middle;
  padding: 0 68px !important;
  border-right: 2px solid #a3a3a3 !important;
}
@media (max-width: 1200px) {
  .documents__date {
    padding: 0 45px !important;
  }
}
@media (max-width: 584px) {
  .documents__date {
    display: none;
  }
}
.documents__info-mob {
  display: none;
}
@media (max-width: 584px) {
  .documents__info-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.documents__info-mob span {
  font-family: "Proxima Nova Regular";
  font-size: 13px;
  color: #aaaaaa;
}
.documents__info-mob span:last-child {
  margin-left: 10px;
}

/* Страница и форма поиска */
.search__page {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__result-block {
  position: relative;
  width: 100%;
}
.search__form {
  left: 0;
  top: 0;
  position: absolute;
  /*
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
    */
  width: 0px;
  height: 50px;
  background: #005bdd;
  line-height: 50px;
  padding-right: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-sizing: border-box;
}
@media (max-width: 1000px) {
  .search__form {
    display: none;
  }
}
.search__form.active {
  width: 100%;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
.search__form.active .search__form__close-button,
.search__form.active .search__form__search-button {
  display: block;
}
.search__form.active .search__form__hover-button {
  display: none;
}
.search__form__input {
  border: 0;
  background: #fff;
  width: 0%;
  outline: none;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.search__form__input.active {
  width: 100%;
  -webkit-transition: all 0.5s 0.8s ease;
  transition: all 0.5s 0.8s ease;
  padding-left: 14px;
}
.search__form__input::-webkit-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__input:-ms-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__input::-ms-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__input::placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__hover-button {
  background: url(../img/icons/search.svg);
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
  top: 14px;
  right: 13px;
}
.search__form__close-button {
  background: url(../img/icons/serach-close-button.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 15px;
  top: 17px;
  display: none;
  cursor: pointer;
}
.search__form__search-button {
  background: url(../img/icons/search-search-button.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 18px;
  top: 14px;
  display: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: none;
}
.search__form__mob {
  right: -8px;
  top: 8px;
  position: absolute;
  -webkit-transform: translate(-2%, 0%);
  transform: translate(-2%, 0%);
  width: 0px;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}
@media (max-width: 1000px) {
  .search__form__mob {
    display: block;
  }
}
.search__form__mob.active {
  width: 80%;
  padding-left: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #fff;
}
@media (max-width: 767px) {
  .search__form__mob.active {
    width: 74%;
  }
}
@media (max-width: 584px) {
  .search__form__mob.active {
    width: 63%;
  }
}
.search__form__mob.active .search__form__mob__close-button,
.search__form__mob.active .search__form__mob__search-button {
  display: block;
}
.search__form__mob.active .search__form__mob__hover-button {
  display: none;
}
.search__form__mob__input {
  border: 0;
  background: #fff;
  width: 0%;
  outline: none;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.search__form__mob__input.active {
  width: 100%;
  -webkit-transition: all 0.5s 0.8s ease;
  transition: all 0.5s 0.8s ease;
  padding-left: 14px;
}
.search__form__mob__input::-webkit-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__mob__input:-ms-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__mob__input::-ms-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__mob__input::placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__mob__hover-button {
  background: url(../img/icons/search.svg);
  background-repeat: no-repeat;
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 23px;
  top: 14px;
  right: 13px;
}
.search__form__mob__close-button {
  background: url(../img/icons/serach-close-button.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 15px;
  top: 17px;
  display: none;
  cursor: pointer;
}
.search__form__mob__search-button {
  background: url(../img/icons/search-search-button.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 18px;
  top: 14px;
  display: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: none;
}
.search__form__page {
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  padding-left: 18px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
  border: 0.5px solid #6a6a6a;
  margin-bottom: 30px;
  position: relative;
}
.search__form__page__search-button {
  background: url(../img/icons/search-search-button.svg);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 18px;
  top: 14px;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: none;
}
.search__form__page__input {
  border: 0;
  background: #fff;
  width: 96%;
  outline: none;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.search__form__page__input::-webkit-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__page__input:-ms-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__page__input::-ms-input-placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__form__page__input::placeholder {
  color: #6a6a6a;
  font-family: "Proxima Nova Regular";
  font-size: 18px;
}
.search__result__number {
  font-family: "Proxima Nova Regular";
  font-size: 16px;
  color: #2b1c1c;
}
.search__result__item {
  padding: 30px 60px 30px 0;
  border-bottom: 0.5px solid #afafaf;
}
.search__result__title {
  margin-bottom: 10px;
}
.search__result__link {
  font-size: 26px;
  font-family: "Proxima Nova Bold";
  line-height: 30px;
  color: #000;
}
.search__result__link:hover {
  color: #005bdd;
}
.search__result__date-block {
  font-size: 14px;
  font-family: "Proxima Nova Regular";
  color: #6a6a6a;
}

/* Сайдбар */
/* Сайдбар */
.sidebar {
  width: 372px;
  margin-right: 24px;
  padding-bottom: 26px;
}
.sidebar__nav-block {
  margin-bottom: 24px;
  background-color: #005193;
  padding: 40px 35px;
  border-radius: 5px;
}
.sidebar__nav a {
  font-family: "Proxima Nova Regular";
  font-size: 18px;
  color: white;
}
.sidebar__nav a:hover,
.sidebar__nav .current-menu-item a {
  color: #fbd563;
}

/*Глава администрации*/
.head-admin {
  margin-bottom: 24px;
  background-color: #005193;
  border-radius: 5px;
  height: auto;
}
.head-admin__title {
  background-color: #005bdd;
  padding: 0 35px;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  padding: 17.5px 35px;
}
.head-admin__title a {
  color: #fff;
}
.head-admin__name {
  color: #000;
  margin-bottom: 10px;
  line-height: 24px;
}
.head-admin__photo-block {
  overflow: hidden;
  /*
  height: 240px;
  */
  position: relative;
}
.head-admin__photo {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.head-admin__info-block {
  padding: 35px;
  border-radius: 0px 0px 5px 5px;
}
.head-admin__info {
  font-family: "Proxima Nova Light";
  font-size: 16px;
  line-height: 27px;
}

.header-admin-container {
  margin-bottom: 40px;
}

.header-admin__name {
  font-size: 32px;
  font-family: "Proxima Nova Bold";
  color: #000;
  line-height: 40px;
  margin-bottom: 30px;
}
.header-admin__photo-block {
  margin-bottom: 30px;
}
.header-admin__photo {
  width: 100%;
  height: auto;
}
.header-admin__info {
  font-family: "Proxima Nova Regular";
}

/*Полезные ссылки*/
.useful-links {
  margin-bottom: 24px;
  background-color: #005193;
  border-radius: 5px;
  padding: 34px;
}
.useful-links__title {
  color: #000;
  margin-bottom: 30px;
}
.useful-links__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.useful-links img {
  max-width: 90%;
  max-height: 90%;
}

.useful-link {
  width: 140px;
  height: 90px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1),
    0px -1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px -1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.useful-link__title {
  display: none;
  color: #fff;
  padding: 10px;
}
.useful-link__title__demo {
  color: #000;
}
.useful-link:hover {
  background-color: #005bdd;
}
.useful-link:hover img {
  display: none;
}
.useful-link:hover span {
  display: block;
}
.useful-link:hover .useful-link__title__demo {
  display: none;
}

/* Adaptive */
@media (max-width: 1200px) {
  /* My grid */
  .container {
    max-width: 984px;
  }

  /* Header */
  .header__top {
    height: auto;
    padding: 38px 0;
  }
  .header__logo__img {
    height: auto;
  }
  .header__logo__title {
    font-size: 22px;
    width: 320px;
  }
  .header__logo__desc {
    font-size: 16px;
  }

  .navigation__link {
    margin-right: 50px;
  }

  /* SIDEBAR */
  .sidebar {
    width: 340px;
  }

  .useful-link {
    width: 126px;
    height: 84px;
  }

  /* Главная */
  .latest-news,
  .latest-news-home,
  .contacts-content {
    width: 620px !important;
  }
  .latest-news__item-block,
  .latest-news-home__item-block {
 
  }
  .latest-news__item,
  .latest-news-home__item {
    padding: 20px 24px;
  }
  .latest-news__day-block,
  .latest-news-home__day-block {
    font-size: 14px;
    padding-top: 0;
  }
  .latest-news__day,
  .latest-news-home__day {
    font-size: 36px;
  }

  .upcoming-events__item-block:nth-last-child(-n + 2) {
    display: none;
  }

  .village-life__item-block:nth-last-child(-n + 2) {
    display: none;
  }

  /* Single news */
  .single-news {
    width: 620px;
  }
  .single-news__title {
    font-size: 28px;
  }
}

.latest-news,
.latest-news-home,
.contacts-content,
.single-news {
  width: 768px;
}

@media (max-width: 1000px) {
  /* General */
  /* My grid */
  .container {
    max-width: 738px;
  }

  /* Главная */
  .sidebar {
    display: none;
  }

  .slider {
    display: none !important;
  }

  .latest-news,
  .latest-news-home,
  .contacts-content,
  .single-news {
    width: 738px !important;
  }
  .latest-news__item-block,
  .latest-news-home__item-block {
  
  }
  .latest-news__item,
  .latest-news-home__item {
    padding: 20px 30px;
  }
  .latest-news__day-block,
  .latest-news-home__day-block {
    font-size: 16px;
    padding-top: 2px;
  }
  .latest-news__day,
  .latest-news-home__day {
    font-size: 40px;
  }

  .upcoming-events__item-block {
    width: 357px;
    height: 224px;
  }

  .village-life__item__link {
    font-size: 18px;
    padding: 0 22px;
  }

  /* Header */
  .header {
    /*         &__logo {
    
        &__title {
            font-size: 22px;
            width: 320px;
        }
    } */
  }
  .header__contacts {
    display: none;
  }
  .header__button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .ask-question {
    margin-bottom: 24px;
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ask-question__button {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }

  .visually-impaired {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .visually-impaired__button {
    padding-top: 19.5px;
    padding-bottom: 19.5px;
  }

  .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 66px;
  }
  .navigation__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navigation #menu-header-menu {
    display: none;
  }
  .navigation__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }

  /* Мобильное меню*/
  .mob-menu {
    display: block;
    min-width: 48%;
  }

  /* Хлебные крошки */
  .breadcrumbs {
    display: none;
  }

  /* Footer */
  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo {
    width: 254px;
    margin-bottom: 40px;
  }
  .footer__logo__img {
    width: 200px;
  }
  .footer__about-village {
    width: 240px;
  }
  .footer__about-village__title {
    font-size: 18px;
  }
  .footer__about-village__link {
    font-size: 16px;
  }
  .footer__documents {
    /* display: block;
    width: 240px; */
  }
  .footer__documents__title {
    font-size: 18px;
  }
  .footer__documents__link {
    font-size: 16px;
  }
  .footer__contacts {
    width: 254px;
  }

  /*Форма обратной связи*/
  .wpcf7-submit {
    width: 99%;
  }

  .wpcf7-form label input,
  .wpcf7-form label textarea {
    width: 93%;
  }
}
@media (max-width: 767px) {
  /* My grid */
  .container {
    max-width: 564px;
  }

  /* Главная */
  .latest-news,
  .latest-news-home,
  .contacts-content,
  .single-news {
    width: 564px !important;
  }
  .latest-news__item-block,
  .latest-news-home__item-block {

  }
  .latest-news__title,
  .latest-news-home__title {
    display: none;
  }

  .latest-news-home__item-block:nth-last-child(-n + 4) {
    display: none;
  }

  .upcoming-events__item-block {
    width: 564px;
    height: 226px;
  }
  .upcoming-events__item-block:nth-last-child(-n + 3) {
    display: none;
  }
  .upcoming-events__all__button {
    width: 100%;
    text-align: center;
  }

  /* Header */
  .header__logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header__logo {
    margin-bottom: 20px;
  }
  .header__logo__title {
    width: 100%;
  }
  .header__contacts-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
    position: absolute;
    right: 0;
  }

  .navigation__adress-block {
    display: none;
  }
  .navigation__number-block {
    margin: 0px 166px;
  }
  .navigation__search__icon {
    width: 25px;
  }

  .ask-question__button {
    padding: 17px 20px;
    font-size: 15px;
  }

  .visually-impaired__button {
    background-image: none;
    padding: 17px 20px;
    font-size: 15px;
  }

  /* Мобильное меню*/
  .mob-menu {
    width: 100%;
  }
  .mob-menu__scroll > ul > li > a {
    font-size: 18px;
  }
  .mob-menu__scroll > ul .sub-menu > li > a {
    font-size: 18px;
  }

  /* Footer */
  .footer__copyright-block {
    padding: 22px;
  }
  .footer__copyright {
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 25px;
  }
  .footer__copyright__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__button {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  /* Глава администрации */
  .header-admin__name {
    font-size: 26px;
  }

  /*Форма обратной связи */
  .wpcf7-submit {
    width: 99%;
  }

  .wpcf7-form label input,
  .wpcf7-form label textarea {
    width: 93%;
  }
}
@media (max-width: 584px) {
  .header__logo__img {
  }
  /* My grid */
  .container {
    max-width: 346px;
  }

  /* Header */
  .header__top {
    position: relative;
  }
  .header__logo__title-block {
    margin-top: 10px;
  }

  /*     .navigation-container {
      margin-top: 80px;
  } */
  .navigation__number-block {
    margin: 0px 58px;
  }

  /* Мобильное меню*/
  .mob-menu {
    width: 100%;
  }
  .mob-menu__scroll > ul > li > a {
    font-size: 16px;
    padding: 14px 15px;
  }
  .mob-menu__scroll > ul .sub-menu > li > a {
    font-size: 16px;
    padding: 12px 20px 12px 30px;
  }

  /* Главная */
  .latest-news,
  .latest-news-home,
  .contacts-content,
  .single-news {
    width: 346px !important;
  }
  .latest-news__full-width__item-block,
  .latest-news-home__full-width__item-block {
    height: 220px;
  }
  .latest-news__item-block,
  .latest-news-home__item-block {
    height: 220px;
  }
  .latest-news__date,
  .latest-news-home__date {
    margin-bottom: 20px;
  }
  .latest-news__all__button,
  .latest-news-home__all__button {
    margin-top: 30px;
  }

  .upcoming-events {
    margin-top: 60px;
  }
  .upcoming-events__title {
    font-size: 24px;
    font-family: "Proxima Nova Semibold";
  }
  .upcoming-events__item-block {
    height: 220px;
  }
  .upcoming-events__all {
    margin-top: 30px;
  }

  .village-life {
    padding-bottom: 50px;
  }
  .village-life__title {
    font-size: 24px;
    font-family: "Proxima Nova Semibold";
  }
  .village-life__item-block {
    width: 161px;
  }
  .village-life__item__link {
    font-size: 16px;
  }

  /* Footer */
  .footer__about-village__links {
    margin-bottom: 30px;
  }
  .footer__contacts {
    width: 100%;
  }
  .footer__social {
    margin-top: 20px;
    width: auto;
  }
  .footer__social__title {
    display: none;
  }
  .footer__copyright {
    font-size: 16px;
  }
  .footer__button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__sitemap {
    margin-left: 0;
  }

  .dev_logo {
    margin-bottom: 25px;
    width: 100%;
    font-size: 16px;
  }

  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__number-block,
  .contacts__adress-block,
  .contacts__mail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
  }
  .contacts__number,
  .contacts__adress,
  .contacts__mail {
    text-align: center;
  }

  /* Глава администрации */
  .header-admin__name {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
  }
  .header-admin__info-block {
    font-size: 16px;
    line-height: 18px;
  }

  .main-block .page-content {
    padding: 0;
  }
  .main-block .page-content__container {
    background-color: #fff;
  }
}
@media (max-width: 346px) {
  /* My grid */
  .container {
    max-width: 300px;
  }

  .header__top {
    padding: 30px 0;
  }
  .header__contacts-container {
    margin-top: 12px;
  }
  .header__logo__title {
    font-size: 19px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .header__logo__img {
  }

  .latest-news__item-block,
  .latest-news-home__item-block {
    width: 100%;
  }

  .navigation__number-block {
    margin: 0px 42px;
  }
  .navigation__number {
    font-size: 16px;
  }

  .search__form__mob.active {
    width: 60%;
  }

  .ask-question__button {
    padding: 15px 15px;
    font-size: 14px;
  }

  .visually-impaired__button {
    background-image: none;
    padding: 15px 15px;
    font-size: 14px;
  }

  .village-life {
    padding: 50px 0 50px 0;
  }
  .village-life__item-block {
    width: 142.5px;
  }
  .village-life__item__link {
    font-size: 15.6px;
    padding: 0 10px;
  }

  .latest-news__all__button,
  .latest-news-home__all__button {
    margin-top: 10px;
  }

  .latest-news__full-width__item-block,
  .latest-news-home__full-width__item-block {
    height: 200px;
  }

  .latest-news__item,
  .latest-news-home__item {
    padding: 15px 20px;
  }
  .latest-news__day,
  .latest-news-home__day {
    font-size: 38px;
  }
  .latest-news__date,
  .latest-news-home__date {
    margin-bottom: 8px;
  }

  .upcoming-events__info {
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .single-news__title {
    font-size: 22px;
  }

  /* Мобильное меню*/
  .mob-menu {
    width: 100%;
  }
  .mob-menu__scroll > ul {
    margin: 30px 0;
  }
  .mob-menu__scroll > ul > li > a {
    font-size: 15px;
    padding: 14px 15px;
  }
  .mob-menu__scroll > ul .sub-menu > li > a {
    font-size: 14px;
    padding: 14px 30px 14px 30px;
  }
}
@media (min-width: 1200px) {
  /* My grid */
  .container {
    max-width: 1164px;
  }
}

/*# sourceMappingURL=style.css.map */

.header-search {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.page-content p,
.single-news__text p {
  margin: 15px 0;
}

.page-content ul,
.single-news__text ul {
  margin: 15px 0 15px 20px;
}

.page-content ul li,
.single-news__text ul li {
  list-style: disc;
}

.page-content ol li,
.single-news__text ol li {
  list-style: decimal;
}

.page-content a,
.single-news__text a {
  color: #005bdd;
}

.page-content a:hover,
.single-news__text a:hover {
  color: #383838;
}

.page-content ol,
.single-news__text ol {
  margin: 15px 0 15px 20px;
}
