@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Regular.eot") format("embedded-opentype"),
    url("fonts/ProximaNova-Regular.woff") format("woff"),
    url("fonts/ProximaNova-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("fonts/ProximaNova-Bold.eot") format("embedded-opentype"),
    url("fonts/ProximaNova-Bold.woff") format("woff"),
    url("fonts/ProximaNova-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Proxima Nova Condensed";
  src: url("fonts/ProximaNovaCond-Regular.eot") format("embedded-opentype"),
    url("fonts/ProximaNovaCond-Regular.woff") format("woff"),
    url("fonts/ProximaNovaCond-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Proxima Nova Condensed";
  src: url("fonts/ProximaNovaCond-Bold.eot") format("embedded-opentype"),
    url("fonts/ProximaNovaCond-Bold.woff") format("woff"),
    url("fonts/ProximaNovaCond-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Circle";
  src: url("fonts/Circe.eot") format("embedded-opentype"),
    url("fonts/Circe.woff") format("woff"),
    url("fonts/Circe.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Proxima Nova", "Open Sans", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background-color: #fff;
  /*background: #fff url(../../images/bg-ny.jpg) top no-repeat;*/
  margin: auto;
}

body>a {
  color: #3f8be3;
}

a {
  color: #3f8be3;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #0062cc;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a.side {
  color: #555;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.side {
  color: #f6a504;
  text-decoration: underline;
}

a.white,
li.white a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover.white,
li.white a:hover {
  color: #fff;
  text-decoration: none;
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eaeaea;
  padding: 0;
}

hr.side-hr {
  height: 1px;
  border: 1px solid #eee;
}

h2 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

h3 {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-bottom: 10px;
}

div {
  font-family: inherit;
  font-size: inherit;
}

pre {
  font-family: inherit;
  font-size: 11px;
}

img {
  border: none;
}

.adminpanel {
  background: #555;
  color: #ccc;
  padding: 10px 0;
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.adminpanel span {
  display: none;
}

.adminpanel a {
  font-size: 16px;
  width: 40px;
  height: 35px;
  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;
  color: #d6dfe2;
}

.adminpanel a:hover {
  color: #fff;
  text-decoration: none;
}

.form-signin-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  background: url(../../images/login-bg.svg) center center no-repeat, #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-form {
  background-color: #fff;
  width: 350px;
  max-width: 100%;
  margin: 0 5px;
  padding: 40px;
  border-radius: 5px;
}

.form-signin-desc a:not(.btn) {
  color: #0062cc;
}

.form-signin-desc a:not(.btn):hover {
  color: #157ae6;
}

.form-signin {
  max-width: 100%;
  width: 350px;
  padding: 15px;
  margin: 100px auto 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin-logo img {
  margin: 0 auto;
  margin-bottom: 40px;
}

.form-signin-desc {
  text-align: center;
  margin-top: 20px;
}

.container {
  max-width: 1310px;
}

.gdl-banner {
  margin-bottom: 100px;
  text-align: center;
}

.admin-message {
  font-size: 12px;
  color: #006699;
  background: #e8eef1 url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #1380b1;
  border-bottom: 2px solid #1380b1;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.noscript-message {
  font-size: 12px;
  color: #c54343;
  background: #f6b9b9 url(images/icons/info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #c54343;
  border-bottom: 2px solid #c54343;
  padding: 15px 0 15px 50px;
  margin-bottom: 10px;
}

.nocomments-message {
  font-size: 12px;
  color: #555;
  background: #fff url(images/icons/get_info.png) 0.8em 0.5em no-repeat;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 15px 0 15px 50px;
}

form {
  margin: 0px;
}

.form-control {
  border-radius: 0px;
}

.breadcrumbs {
  font-size: 14px;
  color: #b3b3b3;
  text-align: right;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #b3b3b3;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #0062cc;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 10px;
}

.button {
  display: inline-block;
  padding: 13px 17px;
  min-width: 200px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-weight: bold;
  background-color: #3f8be3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button:hover {
  color: #333;
  text-decoration: none;
  background-color: #dbf1ff;
}

.button.lg {
  padding: 22px 35px;
}

.button.bright {
  background-color: #ffeb33;
  color: #245996;
}

.button.bright:hover {
  background-color: #245996;
  color: #fff;
}

.button:focus {
  outline: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.slick-arrow,
.slider-arrow {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  padding: 0;
  margin: 0;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-arrow:focus,
.slider-arrow:focus {
  outline: none;
}

.slider-arrow,
.slick-arrow {
  color: #333333;
  padding: 5px;
  background-color: #fff;
}

.slider-arrow:before,
.slick-arrow:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #333333;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slider-arrow:hover,
.slider-arrow:hover::before,
.slick-arrow:hover,
.slick-arrow:hover::before {
  color: #ff0000;
}

.slider-arrow.next::before,
.slider-arrow.slick-next::before,
.slick-arrow.next::before,
.slick-arrow.slick-next::before {
  content: "\f105";
}

.slider-arrow.prev::before,
.slider-arrow.slick-prev::before,
.slick-arrow.prev::before,
.slick-arrow.slick-prev::before {
  content: "\f104";
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

header .links-field-wrapper {
  background-color: #3f8be3;
}

header .links-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
  color: #fff;
}

header .links-field a {
  color: inherit;
}

header .links-field a:hover {
  color: inherit;
}

.links-field .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.links-field .item .icon {
  font-size: 18px;
  line-height: 18px;
  margin-right: 8px;
}

.links-field .item .icon.self {
  font-weight: bold;
  line-height: 17px;
}

.links-field .item .icon.self:hover {
  color: #ff0000;
}

.links-field .item .title {
  font-size: 14px;
  position: relative;
}

.links-field .item .title:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.links-field .item:hover {
  text-decoration: none;
  color: #fff;
}

.links-field .item:hover .title:after {
  bottom: 0px;
  opacity: 1;
}

.links-field .item+.item {
  margin-left: 33px;
}

.links-field .item+.item.self {
  margin-left: 0;
  font-weight: bold;
}

.links-field .item+.item.self .icon {
  line-height: 17px;
}

.links-field .item:last-child .icon {
  margin-right: 0;
}

header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .h100 {
  height: 100%;
}

header .h100 a {
  color: inherit;
}

header .h100 a:hover {
  color: #0062cc;
}

header .phone-block,
header .additional-info {
  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;
}

header .phone-block .title {
  color: #808080;
}

header .phone-block .phone {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #555555;
}

header .iconed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .iconed-item .icon {
  color: #3f8be3;
  margin-right: 9px;
}

header .iconed-item .title {
  color: #555555;
  line-height: 16px;
}

.contact__container {
  display: flex;
  flex-direction: column;
}

.contact__container .iconed-item {
  display: flex;
  align-items: center;
}

.contact__container .icon {
  color: #3f8be3;
}

.contact__container a {
  color: #333;
}

.contact__container a:hover {
  color: #3f8be3;
}

.contact__container i {
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
}

.contact__container {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .contact__container .icon {
    margin-right: 14px !important;
  }

  .contact__container {
    text-align: start;
  }
}

.social-block {
  display: flex;
  flex-direction: column;
}

.vk-block {
  display: flex;
  gap: 15px;
  align-items: center;
}

.telegram-block {
  display: flex;
  gap: 15px;
  align-items: center;
}

.vk-block .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
}

.vk-block .description {
  font-size: 14px;
  color: #333;
}

.vk-block__qr-container {
  width: 45px;
  height: 57px;
}

.vk-block__qr {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 425px;
  flex: 0 0 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.header-logo img {
  max-width: 102px;
}

.header-logo .intro {
  padding-left: 25px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Proxima Nova Condensed";
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 5px;
}

.header-logo .intro span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
  color: #245996;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.navigation-wrapper .search-button {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff0000;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}

.navigation-wrapper .search-button:hover {
  text-decoration: none;
}

.navigation-wrapper .search-button:before {
  content: "\f002";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  font-size: 22px;
}

.navigation-wrapper .search-button:after {
  content: "";
  background-color: #3f8be3;
  z-index: -1;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navigation-wrapper .search-button:hover:after {
  width: 150%;
  height: 150%;
  opacity: 1;
}

.navigation-wrapper .search-button:focus {
  outline: none !important;
}

.nav-links {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 56px;
  border: 1px solid #eeeeee;
  border-right: none;
}

.nav-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.nav-links ul>li {
  height: 100%;
}

.nav-links ul>li>a {
  padding: 0 15px;
  color: #333333;
  font-size: 18px;
  line-height: 18px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links ul>li>a:hover {
  color: #fff;
  text-decoration: none;
}

.nav-links ul>li:hover .showup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-links ul>li:hover a {
  background-color: #3f8be3;
  color: #fff;
}

.nav-links ul>li:first-child a {
  padding-left: 20px;
}

.nav-links ul>li::last-child a {
  padding-right: 20px;
}

.nav-links .showup {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  padding: 20px 15px;
  background-color: #3f8be3;
  z-index: 200;
  border-bottom: 5px solid #67a8f1;
}

.nav-links .showup-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  font-size: 16px;
  color: #eee;
  padding: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-links .showup-item:hover {
  color: #fff;
}

.shield {
  text-transform: uppercase;
  font-size: 10px;
  color: #fff;
  line-height: 11px;
  padding: 7px 14px 5px 14px;
  background-color: #ddd;
  display: inline-block;
}

.shield.common {
  background-color: #ff0000;
}

.shield.bright {
  background-color: #ffeb33;
  color: #255996;
}

.shield.primary {
  background-color: #3f8be3;
}

.shield.important {
  background-color: #ff0000;
}

.shield.lg {
  font-size: 13px;
}

#main_news_slider {
  padding-left: 145px;
  padding-right: 50px;
}

.main-news-wrapper {
  position: relative;
  padding: 20px 0;
}

.main-news-wrapper>.title {
  color: #245996;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.main-news-wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-news-wrapper .item .title {
  font-size: 14px;
}

.main-news-wrapper .item a {
  color: inherit;
}

.main-news-wrapper .item a:hover {
  text-decoration: none;
  color: #3f8be3;
}

.main-news-wrapper .date {
  color: #808080;
  padding: 0 15px;
}

#main-news .navigation {
  position: absolute;
  right: 15px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-view-wrapper {
  height: 449px;
  overflow: hidden;
}

.main-view-wrapper .left-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41.6%;
  float: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-view-wrapper .right-part {
  width: 58.4%;
  float: left;
}

.main-view-wrapper .head-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 275px;
}

.main-view-wrapper .head-info img {
  max-width: 120%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-view-wrapper .head-info:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-view-wrapper .head-info .description {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  max-width: 60%;
  margin: 30px 0 50px;
}

.main-view-wrapper .overlay {
  padding: 30px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-view-wrapper .title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
}

.main-view-wrapper .title+.title {
  margin-top: 20px;
}

.main-view-wrapper .info-item {
  width: 50%;
  height: 174px;
  position: relative;
  overflow: hidden;
}

.main-view-wrapper .info-item img {
  max-width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-view-wrapper .info-item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.main-view-wrapper .slider {
  overflow: hidden;
  height: 100%;
  max-width: 100%;
}

.main-view-wrapper .slider .item {
  position: relative;
}

.main-view-wrapper .slider img {
  max-width: 100%;
}

.main-view-wrapper .slider .overlay {
  padding: 30px 45px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.2);
}

.main-view-wrapper .slider .description {
  color: #fff;
  font-size: 15px;
  line-height: 16px;
  padding: 10px 0 15px;
}

.main-view-wrapper .slider .button-field {
  text-align: right;
}

.main-view-wrapper .slick-dots {
  bottom: auto;
  top: 10px;
  right: 20px;
  text-align: right;
}

.main-view-wrapper .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.main-view-wrapper .slick-dots li+li {
  margin-left: 8px;
}

.main-view-wrapper .slick-dots li button {
  padding: 0;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.main-view-wrapper .slick-dots li button::before {
  content: '';
  display: none;
}

.main-view-wrapper .slick-dots li.slick-active button {
  opacity: 1;
  width: 12px;
  height: 12px;
}

.main-view-wrapper .slider-title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  text-transform: none;
}

.main-view-wrapper .slider-title span {
  display: block;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: bold;
}

section#latest-news,
section#media {
  position: relative;
}

section#latest-news:after,
section#media:after {
  content: url(../../images/linegerb.png);
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

section#latest-news:before,
section#media:before {
  content: "";
  height: 1px;
  background-color: #eeeeee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

section#latest-news {
  padding-top: 70px;
  padding-bottom: 50px;
}

.latest-news {
  margin-bottom: 30px;
}

.latest-news.bordered {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.latest-news .img-field {
  position: relative;
  height: 0;
  padding-top: 65%;
  overflow: hidden;
}

.latest-news .img-field img {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.latest-news .img-field .no-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #1380b1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-news .img-field .no-image::before {
  content: "\f05a";
  font-size: 40px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #fff;
}

.latest-news .img-field .date {
  padding: 10px 0;
}

.latest-news .img-field .date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.latest-news .img-field:hover .no-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.latest-news .img-field:hover img {
  -webkit-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

.latest-news .img-field .shield {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.latest-news .date {
  margin-top: 10px;
  color: #808080;
  font-size: 14px;
  line-height: 14px;
}

.latest-news .date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.latest-news a:hover {
  text-decoration: none;
}

.latest-news .title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 15px;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.latest-news .title:hover {
  color: #3f8be3;
}

.latest-news.expanded .img-field {
  margin-bottom: 20px;
}

.latest-news.expanded .title {
  font-size: 20px;
  line-height: 20px;
  margin: 0 0 20px;
}

.latest-news.expanded .description {
  font-size: 16px;
  line-height: 18px;
}

.getrequest-block {
  margin-bottom: 30px;
  background: url(../../images/request-bg.png) center bottom no-repeat, #3f8be3;
  background-size: contain;
  color: #fff;
  padding: 25px;
  text-align: center;
}

.getrequest-block .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}

.getrequest-block .description {
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
}

.side-link-block {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border: 1px solid #efefef;
  background: #f5f5f5;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}

.side-link-block:hover {
  text-decoration: none;
  color: inherit;
  background: #d4e8ff;
}

.side-link-block.stripped {
  border: 1px dashed #dfdfdf;
  background: url(../../images/pattern.png) top left repeat, #f5f5f5;
}

.side-link-block.stripped:hover {
  background: url(../../images/pattern.png) top left repeat, #d4e8ff;
}

.side-link-block .icon {
  margin-right: 14px;
}

.side-link-block .icon img {
  max-width: 55px;
}

.side-link-block .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.side-link-block .description {
  line-height: 14px;
}

.side-link-block_contact {
  background: white;
}

.side-link-block_contact:hover {
  background-color: white;
}

section#mo-faces {
  padding: 70px 0;
}

.newspaper {
  text-align: center;
}

.newspaper>a {
  color: #245996;
}

.newspaper .title {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  line-height: 16px;
  padding: 25px 0;
}

.newspaper .title span {
  color: #f00;
  display: block;
}

.newspaper .description {
  line-height: 15px;
  font-size: 15px;
}

.newspaper .button-field {
  padding: 25px 0 10px;
  text-align: center;
}

section#digits {
  padding: 110px 0 30px;
  background: url(../../images/digits-bg.jpg) top center no-repeat, #343c44;
  color: #fff;
}

section#digits .title {
  font-size: 72px;
  line-height: 60px;
  font-weight: bold;
  max-width: 50%;
  margin-bottom: 90px;
  font-family: "Circle";
}

section#digits .substance {
  font-size: 20px;
  line-height: 22px;
  padding-right: 130px;
  margin-bottom: 100px;
}

section#digits .substance p {
  margin-bottom: 30px;
}

section#digits .digits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section#digits .digit-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: center;
  margin-bottom: 70px;
}

section#digits .digit-block .digit {
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
}

section#digits .digit-block .text {
  font-size: 24px;
  line-height: 24px;
}

section#government {
  padding: 80px 0 50px;
  background-color: #efefef;
}

section#government .government-links {
  margin-top: 45px;
}

.government-info {
  margin-bottom: 30px;
}

.government-info .tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fe0000;
}

.government-info .tools span {
  font-size: 14px;
}

.government-info .tools span+span:before {
  content: "\00B7";
  font-size: 20px;
  line-height: 16px;
  margin: 0 7px;
}

.government-info .tools a {
  color: inherit;
}

.government-info .title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
}

.government-info .title a {
  color: inherit;
}

.government-info .title>a:hover {
  text-decoration: none;
  color: #157ae6;
}

.government-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
  min-height: 100px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: inherit;
}

.government-link:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #157ae6;
}

.government-link .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}

.government-link .icon {
  margin-right: 5px;
}

section#media {
  padding: 70px 0 80px;
}

section#partners {
  padding: 70px 0;
}

section#partners .container {
  position: relative;
}

section#partners .item img {
  margin: 0 auto;
}

section#partners .slick-arrow {
  background-color: transparent;
}

section#partners .slick-arrow.slick-next {
  right: 0;
}

section#partners .slick-arrow.slick-prev {
  left: 0;
}

#partners-slider {
  padding: 0 10px;
}

#partners-slider .slick-slide>div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#partners-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer {
  background: #255996;
  color: #bbbbbb;
  line-height: 16px;

    .footer__cookie {
        position: fixed;
        left: 20px;
        bottom: 20px;
        width: 100%;
        max-width: 500px;
        font-size: small;
        z-index: 9999;
        color: #000;
        display: none;

        @media (max-width: 576px) {
            max-width: unset;
            left: 0;
            right: 0;
            padding: 0 15px;
        }

        .cookie__wrapper {
            background-color: white;
            -webkit-box-shadow: 0px 4px 18px 0px rgba(34, 60, 80, 0.2);
            -moz-box-shadow: 0px 4px 18px 0px rgba(34, 60, 80, 0.2);
            box-shadow: 0px 4px 18px 0px rgba(34, 60, 80, 0.2);
            padding: 20px;
        }

        .cookie__content {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .cookie__title {
            font-weight: 700;
        }

        .cookie__text {
            line-height: 1rem;
        }

        .cookie__accept {
            font-size: medium;
            font-weight: 400;
            height: 50px;
            width: 145px;
        }

        .cookie__link {
            font-size: medium;
        }

         .cookie__link:hover{
          color: #000;
         }

        .cookie__footer {
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 20px;
        }
    }

}

footer div {
  font-size: 15px;
}

footer a {
  color: #bbb;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer .upper {
  padding: 70px 0;
}

footer .footer-copy {
  margin-top: 15px;
}

footer .bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
  border-top: 1px solid #0168b5;
}

footer .bot .delimeter:before {
  content: "\00B7";
  margin: 0 5px;
}

ul.hnp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.hnp>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
}

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

ul.hnp ul li {
  margin-bottom: 20px;
}

ul.hnp li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.hnp a {
  font-size: 15px;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

ul.hnp a:hover {
  padding-left: 5px;
}

.capmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
}

.capmain h1,
.capmain h2,
.capmain .title {
  font-size: 36px;
  font-family: "Circle", "Proxima Nova", sans-serif;
  line-height: 36px;
  font-weight: bold;
  color: #3f8be3;
}

.capmain .tools {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 8px;
}

.capmain .tools .arrowed-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fe0000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.capmain .tools .arrowed-link:before {
  content: "\f30b";
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  margin-right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.capmain .tools .arrowed-link:hover {
  color: #0062cc;
  text-decoration: none;
}

.capmain .tools .arrowed-link:hover::before {
  color: #0062cc;
  margin-right: 5px;
}

.news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #aaa;
  margin: 10px 0;
}

.news-info.sm {
  font-size: 14px;
  line-height: 14px;
}

.news-info .infos a {
  color: inherit;
}

.news-info .infos a:hover {
  color: #ff0000;
}

.news-info .infos i {
  margin-right: 5px;
}

.news-info .infos .item+.item {
  margin-left: 10px;
}

.photos-block {
  margin-bottom: 30px;
}

.photos-block .img-field {
  height: 0;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
}

.photos-block .img-field img {
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.photos-block .img-field.normal img {
  min-width: 0;
}

.photos-block .img-field .no-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #1380b1;
  background: linear-gradient(75deg, #1380b1, #6386faf3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.photos-block .img-field .no-image::before {
  content: "\f1c5";
  font-size: 40px;
  font-family: "Font Awesome\ 5 Free";
  font-weight: bold;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photos-block .img-field:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}

.photos-block .img-field:hover .no-image {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.photos-block .img-field .shield {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.photos-block .title {
  color: #000;
  font-weight: bold;
  padding: 10px 0;
  line-height: 16px;
}

.photos-block .title a {
  color: inherit;
}

.photos-block .title a:hover {
  color: #157ae6;
  text-decoration: none;
}

.photogallery_album_back,
.article-backhistory {
  margin: 20px 0;
}

.articles-title {
  font-weight: bold;
  color: #000;
  line-height: 17px;
}

.articles-title a {
  color: inherit;
}

.articles-title a:hover {
  text-decoration: none;
  color: #157ae6;
}

.slick-slide-array {
  width: 882px;
  background-color: #eeeeee;
}

.page-slider-wrapper {
  position: relative;
  width: 100%;
}

.page-slider-wrapper .slick-slide-array {
  width: 100%;
}

.page-slider-item {
  display: block !important;
  position: relative;
  padding-top: 51.7%;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #f7f8fa;
}

.page-slider-item img,
.page-slider-item a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

.slick-dots li button:before {
  font-size: 14px !important;
  content: "\2022" !important;
  color: #3f8be3 !important;
}

.article-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 15px;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aaa;
}

.article-infos a {
  color: #aaa;
}

.article-infos a:hover {
  color: #ff0000;
  text-decoration: none;
}

.article-infos .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article-infos .item+.item {
  margin-left: 10px;
}

.article-infos i {
  margin-right: 5px;
  line-height: 15px;
}

.articles-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  gap: 5px;
}

.articles-tools .article-infos {
  margin-top: 50px;
  font-size: 16px;
  line-height: 16px;
}

.files-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f8f8f8;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.files-block:hover {
  text-decoration: none;
}

.files-block:hover .icon::after {
  right: 0;
}

.files-block .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}

.files-block .icon:before {
  font-family: "Font Awesome 5 Free";
}

.files-block .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: auto;
  border: 1px solid;
  border-color: transparent;
}

.files-block .icon.category {
  background-color: #3f8be3;
  color: #fff;
}

.files-block .icon.category:hover:after {
  border-color: #3f8be3;
}

.files-block .icon.category::before {
  content: "\f233";
  font-weight: bold;
}

.files-block .icon.text {
  background-color: #979797;
  color: #fff;
}

.files-block .icon.text:before {
  content: "\f036";
  font-weight: bold;
}

.files-block .icon.text:hover:after {
  border-color: #979797;
}

.files-block .icon.pdf {
  background-color: #ff0000;
  color: #fff;
}

.files-block .icon.pdf:before {
  content: "\f1c1";
}

.files-block .icon.pdf:hover::after {
  border-color: #ff0000;
}

.files-block .icon.doc {
  background-color: #3d5fcef3;
  color: #fff;
}

.files-block .icon.doc:before {
  content: "\f1c2";
}

.files-block .icon.doc:hover::after {
  border-color: #3d5fcef3;
}

.files-block .icon.xls {
  background-color: #2bb849;
  color: #fff;
}

.files-block .icon.xls:before {
  content: "\f1c3";
}

.files-block .icon.xls:hover::after {
  border-color: #2bb849;
}

.files-block .icon.ppt {
  background-color: #ec9819;
  color: #fff;
}

.files-block .icon.ppt:before {
  content: "\f1c4";
}

.files-block .icon.ppt:hover::after {
  border-color: #ec9819;
}

.files-block .icon.zip {
  background-color: #ffdb29;
  color: #000;
}

.files-block .icon.zip:before {
  content: "\f1c6";
}

.files-block .icon.zip:hover::after {
  border-color: #ffdb29;
}

.files-block .icon.link {
  background: #81bcff;
  color: #fff;
}

.files-block .icon.link:before {
  content: "\f0c1";
  font-weight: bold;
}

.files-block .icon.link:hover::after {
  border-color: #81bcff;
}

.files-block .title {
  color: #000;
  padding: 5px 25px;
}

.files-block .desc {
  color: #555;
  font-size: 0.9em;
  line-height: 1em;
}

.files-years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  margin-bottom: 30px;
}

.files-years .item {
  background-color: #ff0000;
  color: inherit;
  padding: 5px 10px;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}

.files-years .item+.item {
  margin-left: 10px;
}

.files-years .item:hover {
  text-decoration: none;
  background-color: #3d5fcef3;
}

.files-years .item.active {
  background-color: #2bb849;
}

.sidetitle {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid;
  border-color: #3f8be3;
  border-left: none;
  padding: 10px 10px 10px 0px;
  color: #3f8be3;
  margin-bottom: 5px;
}

.sidenav-links {
  margin-bottom: 30px;
}

.sidenav-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidenav-links a {
  position: relative;
  display: block;
  padding: 7px 23px 7px 10px;
  color: #777;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 16px;
  z-index: 2;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.sidenav-links a:hover {
  text-decoration: none;
  color: #fff;
}

.sidenav-links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: #3f8be3;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidenav-links a:hover::before {
  width: 100%;
}

.sidenav-links li.current-link a {
  color: #fff;
}

.sidenav-links li.current-link a::before {
  width: 100%;
  background: #3f8be3;
}

.sidenav-links li.current-link a:after {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.deputates-img {
  margin-top: 30px;
  background-color: #f5f5f5;
  position: relative;
  height: 280px;
}

.deputates-img img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.deputates-title {
  padding: 10px 0;
  text-align: center;
  color: #333;
  line-height: 16px;
}

.deputates-desc {
  font-size: 13px;
  line-height: 14px;
  text-align: center;
  color: #777;
}

#main-bg {
  padding: 0 0 40px;
  font-size: 16px;
}

.side {
  font-size: 14px;
}

.video-title-mobile {
  display: none;
}

.video-wrapper {
  position: relative;
  height: 0;
  padding-top: 65%;
  margin-bottom: 30px;
}

.video-wrapper .frame {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
}

.tdn:hover {
  text-decoration: none;
}

.pagenav {
  font-size: 15px;
  padding: 4px;
  margin: 5px;
  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;
}

.pagenav i {
  margin-right: 5px;
}

.pagenav span,
.pagenav a {
  width: 30px;
  height: 30px;
  color: #fff;
  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;
  line-height: auto;
  margin: 0 5px;
  border-radius: 50px;
}

.pagenav span {
  background-color: #3f8be3;
  padding: 3px 8px 3px 8px;
}

.pagenav span+a,
.pagenav a+a,
.pagenav a+span {
  margin-left: 0;
}

.pagenav a {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
  padding: 3px 8px 3px 8px;
}

.pagenav a:hover {
  color: #fff;
  background-color: #3f8be3;
  text-decoration: none;
}

.links-field .item.side-menu-toggle {
  display: none;
}

.side-menu-toggle {
  display: none !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.side-menu-toggle:hover {
  background-color: #fff;
  color: #1380b1;
}

.side-menu-toggle:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-weight: bold;
}

.side-menu-toggle.open {
  background: #ff0000;
  color: #fff;
}

.side-menu-toggle.open:before {
  content: "\f00d";
}

.side-menu-toggle.open:hover {
  color: #fff;
}

.backward {
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: transparent;
  color: #3f8be3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.backward:hover {
  color: #fff;
  background-color: #3f8be3;
}

.backward:focus {
  outline: none;
}

.backward:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

@media (max-width: 1125px) {
  .links-field .item+.item {
    margin-left: 20px;
  }
}

@media (max-width: 1035px) {
  .links-field .item+.item {
    margin-left: 13px;
  }
}

@media (max-width: 760px) {
  body {
    padding-top: 40px;
  }

  #main-bg {
    font-size: 15px;
  }

  header .info {
    padding-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .links-field {
    padding: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  header .phone-block {
    margin-bottom: 15px;
  }

  .links-field-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 240;
  }

  .links-field-wrapper .container {
    padding: 0;
  }

  .side-menu-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .backward {
    top: 0;
    left: 15px;
  }

  .links-field .item {
    position: relative;
    z-index: 2;
  }

  .links-field .item+.item {
    margin-left: 0px !important;
  }

  .links-field .item .title {
    display: none;
  }

  .links-field .item .title::after {
    content: none;
  }

  .links-field .item .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    margin-right: 0px;
  }

  .links-field .item:hover,
  .links-field .item:focus {
    color: #1380b1;
    -webkit-box-shadow: 0px -2px 5px 0px #313233;
    box-shadow: 0px -2px 5px 0px #313233;

     svg {
            path{
             fill: #1380b1;
             stroke: #1380b1;
            }
          }
  }

  .links-field .item:hover .icon,
  .links-field .item:focus .icon {
    background-color: #fff;
  }

  .header-logo {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo .intro {
    padding-left: 15px;
    font-size: 14px;
    line-height: 15px;
    padding-bottom: 0;
  }

  .header-logo .intro span {
    font-size: 25px;
    line-height: 25px;
  }

  .header-logo img {
    max-width: 75px;
    margin-top: 0px;
  }

  .button {
    padding: 13px;
    min-width: 180px;
    font-size: 13px;
  }

  .nav-links ul {
    -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;
    padding: 30px 15px;
  }

  .nav-links ul li:first-child a {
    padding: 10px 0;
  }

  .nav-links ul>li {
    height: auto;
  }

  .nav-links ul>li a {
    height: auto;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
  }

  .nav-links ul>li a:hover {
    color: #ff0000;
  }

  .nav-links ul>li:hover a {
    background-color: transparent;
    color: #ff0000;
  }

  .nav-links ul>li:hover .showup {
    left: auto;
  }

  .navigation-wrapper,
  .nav-links .showup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 40px;
    bottom: 0;
    left: auto;
    right: -100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 230;
  }

  .navigation-wrapper.normal-left,
  .nav-links .showup.normal-left {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-links .showup {
    padding: 45px 15px 20px;
  }

  .nav-links .showup .showup-item {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-size: 14px;
    line-height: 14px;
  }

  .nav-links .showup .showup-item:hover {
    color: #ff0000;
    text-decoration: none;
  }

  .main-view-wrapper {
    overflow: visible;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-view-wrapper .left-part,
  .main-view-wrapper .right-part {
    width: auto;
    float: none;
    margin: 0 -15px;
  }

  .main-view-wrapper .left-part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-view-wrapper .right-part {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-height: none;
    overflow: hidden;
  }

  .main-view-wrapper .slider .overlay {
    position: static;
    padding: 25px 15px;
    background-color: transparent;
  }

  .main-view-wrapper .slider-title,
  .main-view-wrapper .slider .description {
    color: #333;
  }

  .main-view-wrapper .slider-title {
    font-size: 16px;
    line-height: 16px;
  }

  .main-view-wrapper .slider-title span {
    font-size: 22px;
    line-height: 22px;
  }

  .main-view-wrapper .head-info {
    display: none;
  }

  .main-view-wrapper .info-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: auto;
  }

  .main-view-wrapper .info-item img {
    width: 100%;
  }

  .main-view-wrapper .info-item .overlay img {
    width: auto;
  }

  #main_news_slider {
    padding-left: 0;
    padding-right: 0;
  }

  #main_news_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #main-news .navigation {
    top: 4px;
    -webkit-transform: none;
    transform: none;
  }

  .main-news-wrapper>.title {
    display: block;
    position: static;
    line-height: normal;
  }

  .main-news-wrapper .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-news-wrapper .item .shield,
  .main-news-wrapper .item .date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    text-align: center;
  }

  .main-news-wrapper .item .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
  }

  .shield {
    text-align: center;
  }

  .side-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .side-link-block .icon {
    margin-right: 0;
  }

  .side-link-block .title {
    margin-top: 10px;
  }

  .latest-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .latest-side .getrequest-block {
    margin: 0 -15px 30px;
  }

  .latest-side .side-link-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  section#digits {
    padding: 30px 0;
  }

  section#digits .title {
    margin-bottom: 30px;
    max-width: none;
    font-size: 32px;
    line-height: 32px;
  }

  section#digits .substance {
    padding-right: 0;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 30px;
  }

  section#digits .substance p {
    margin-bottom: 10px;
  }

  section#digits .button-field {
    text-align: center;
  }

  section#digits .digits {
    margin-top: 30px;
  }

  section#digits .digit-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 25px;
  }

  section#digits .digit-block .digit {
    font-size: 32px;
    line-height: 32px;
  }

  section#digits .digit-block .text {
    font-size: 18px;
    line-height: 19px;
  }

  .government-info .tools span {
    font-size: 4vw;
  }

  .government-info .title {
    font-size: 15px;
  }

  .side .getrequest-block {
    margin: 0 -15px 30px;
    padding: 26px;
  }

  .side .getrequest-block .title {
    font-size: 16px;
    line-height: 18px;
  }

  .government-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }

  .government-link .title {
    min-height: 32px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .deputates-img {
    height: 448px;
  }

  .latest-news .title,
  .latest-news .description {
    font-size: 14px;
    line-height: 16px;
  }

  .latest-news.expanded .title {
    font-size: 16px;
    line-height: 18px;
  }

  .latest-news.expanded .description {
    font-size: 14px;
    line-height: 16px;
  }

  .sidenav-links a {
    font-size: 15px;
  }

  .capmain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .capmain h1,
  .capmain h2,
  .capmain .title {
    text-align: right;
    font-size: 26px;
    line-height: 26px;
  }

  .breadcrumbs {
    font-size: 13px;
  }

  .articles-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-infos {
    margin-bottom: 20px;
    font-size: 14px;
    -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;
  }

  .article-infos .item {
    margin-bottom: 5px;
  }

  .article-infos .item+.item {
    margin-left: 0;
  }

  .news-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-info .infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .news-info .infos .item {
    display: block;
    margin-bottom: 5px;
  }

  .news-info .infos .item+.item {
    margin-left: 0;
  }

  .files-block .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    min-height: 50px;
    font-size: 26px;
  }

  .files-block .title {
    font-size: 14px;
    line-height: 15px;
    padding: 5px 15px;
  }

  .side {
    margin-top: 30px;
  }

  ul.hnp {
    margin-top: 30px;
  }

  ul.hnp>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  footer .upper {
    padding: 30px 0;
  }

  footer .bot {
    text-align: center;
  }

  footer .bot,
  footer .bot a {
    display: block;
    margin-bottom: 5px;
  }

  footer .bot .delimeter {
    display: none;
  }

  h2 {
    font-size: 16px;
  }
}

@media (max-width: 360px) {
  header .info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  body {
    padding-left: 40px;
  }

  header .info {
    padding-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .social-block {
    margin-left: 30px;
  }

  .links-field-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 240;
  }

  .links-field-wrapper .container {
    padding: 0;
  }

  .side-menu-toggle {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .links-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .links-field .item {
    position: relative;
    z-index: 2;
  }

  .links-field .item+.item {
    margin-left: 0px;
  }

  .links-field .item .title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 37px;
    display: none;
    background-color: #fff;
    padding: 10px 10px 10px 13px;
    min-width: 195px;
    white-space: nowrap;
    line-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 5px 0px #313233;
    box-shadow: 0px 0px 5px 0px #313233;
    z-index: -1;
  }

  .links-field .item .title::after {
    content: none;
  }

  .links-field .item .icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    margin-right: 0px;
  }

  .links-field .item:hover {
    color: #1380b1;
    -webkit-box-shadow: -2px 0px 5px 0px #313233;
    box-shadow: -2px 0px 5px 0px #313233;

     svg {
            path{
             fill: #1380b1;
             stroke: #1380b1;
            }
          }
  }

  .links-field .item:hover .icon {
    background-color: #fff;
  }

  .links-field .item:hover .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
  }

  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo img {
    margin-top: 0px;
  }

  .button {
    padding: 13px;
    min-width: 180px;
    font-size: 13px;
  }

  .nav-links ul {
    -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;
  }

  .nav-links ul li:first-child a {
    padding: 20px;
  }

  .nav-links ul>li {
    height: auto;
  }

  .nav-links ul>li a {
    height: auto;
    padding: 20px;
  }

  .nav-links ul>li a:hover {
    color: #ff0000;
  }

  .nav-links ul>li:hover a {
    background-color: transparent;
    color: #000;
  }

  .nav-links ul>li:hover .showup {
    left: auto;
  }

  .navigation-wrapper,
  .nav-links .showup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    width: calc(100% - 40px);
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 230;
  }

  .navigation-wrapper.normal-left,
  .nav-links .showup.normal-left {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-links .showup {
    padding: 55px 0 40px;
  }

  .nav-links .showup .showup-item {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
  }

  .nav-links .showup .showup-item:hover {
    color: #ff0000;
    text-decoration: none;
  }

  .main-news-wrapper>.title {
    display: none;
  }

  .main-news-wrapper .item .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }

  .main-news-wrapper .item .title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75px;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(transparent),
        to(#fff));
    background: linear-gradient(90deg, transparent, #fff);
  }

  .main-news-wrapper .item a {
    display: block;
    width: 600%;
  }

  .main-view-wrapper {
    overflow: visible;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-view-wrapper .left-part,
  .main-view-wrapper .right-part {
    width: auto;
    float: none;
  }

  .main-view-wrapper .left-part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-view-wrapper .right-part {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-height: 445px;
    overflow: hidden;
  }

  .main-view-wrapper .head-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
  }

  .main-view-wrapper .head-info img {
    display: none;
  }

  .main-view-wrapper .head-info .overlay {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    background: #3f8be3;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#1961b3),
        to(#3f8be3));
    background: linear-gradient(90deg, #1961b3, #3f8be3);
  }

  .main-view-wrapper .head-info .description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 10px;
    max-width: none;
    color: #fff;
  }

  .main-view-wrapper .head-info .title {
    text-transform: none;
    font-style: italic;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
  }

  .main-view-wrapper .info-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: auto;
  }

  .main-view-wrapper .info-item img {
    width: 100%;
  }

  .main-view-wrapper .info-item .overlay img {
    width: auto;
  }

  #main_news_slider {
    padding-left: 0;
  }

  #main_news_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shield {
    text-align: center;
  }

  .side-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .side-link-block .icon {
    margin-right: 0;
  }

  .side-link-block .title {
    margin-top: 10px;
  }

  .latest-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .latest-side .getrequest-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 0;
    background-size: 35%;
    background-position: left 50% bottom -80px;
    flex-basis: 100%;
  }

  .latest-side .side-link-block {
    /* height: 100%; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  section#digits {
    padding: 30px 0;
  }

  section#digits .title {
    margin-bottom: 30px;
    max-width: none;
  }

  section#digits .substance {
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 40px;
  }

  section#digits .substance p {
    margin-bottom: 10px;
  }

  section#digits .digits {
    margin-top: 30px;
  }

  section#digits .digit-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  section#digits .digit-block .text {
    font-size: 18px;
    line-height: 19px;
  }

  .side .getrequest-block {
    padding: 55px;
  }

  .side .getrequest-block .title {
    font-size: 16px;
    line-height: 18px;
  }

  .government-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }

  .government-link .title {
    min-height: 32px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .deputates-img {
    height: 410px;
  }

  .latest-news .title,
  .latest-news .description {
    font-size: 14px;
    line-height: 16px;
  }

  .latest-news.expanded .title {
    font-size: 16px;
    line-height: 18px;
  }

  .latest-news.expanded .description {
    font-size: 14px;
    line-height: 16px;
  }

  .sidenav-links a {
    font-size: 15px;
  }

  .capmain h1,
  .capmain h2,
  .capmain .title {
    font-size: 28px;
    line-height: 28px;
  }

  .breadcrumbs {
    font-size: 13px;
  }

  .articles-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .articles-tools .article-infos {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .news-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-info .infos {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .files-block .title {
    font-size: 15px;
    line-height: 16px;
  }

  .side {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .side>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .side .side-link-block,
  .side .newspaper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ul.hnp {
    margin-top: 30px;
  }
}

@media (min-width: 980px) and (max-width: 1200px) {
  header .info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .h100+.h100 {
    margin-left: 30px;
  }

  .header-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .header-logo img {
    margin-top: -45px;
  }

  .social-block {
    flex-direction: row;
  }

  .button {
    padding: 13px;
    min-width: 180px;
    font-size: 13px;
  }

  .nav-links ul>li>a {
    font-size: 14px;
    padding: 0 10px;
  }

  .nav-links ul>li:first-child a {
    padding-left: 15px;
  }

  .nav-links .showup-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    font-size: 14px;
  }

  .main-news-wrapper>.title {
    display: none;
  }

  .main-news-wrapper .item .title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }

  .main-news-wrapper .item .title:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 75px;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(transparent),
        to(#fff));
    background: linear-gradient(90deg, transparent, #fff);
  }

  .main-news-wrapper .item a {
    display: block;
    width: 600%;
  }

  .main-view-wrapper {
    overflow: visible;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-view-wrapper .left-part,
  .main-view-wrapper .right-part {
    width: auto;
    float: none;
  }

  .main-view-wrapper .left-part {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-view-wrapper .right-part {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-height: 580px;
    overflow: hidden;
  }

  .main-view-wrapper .head-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: auto;
  }

  .main-view-wrapper .head-info img {
    display: none;
  }

  .main-view-wrapper .head-info .overlay {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    background: #3f8be3;
    background: -webkit-gradient(linear,
        left top,
        right top,
        from(#1961b3),
        to(#3f8be3));
    background: linear-gradient(90deg, #1961b3, #3f8be3);
  }

  .main-view-wrapper .head-info .description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 0 10px;
    max-width: none;
    color: #fff;
  }

  .main-view-wrapper .head-info .title {
    text-transform: none;
    font-style: italic;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
  }

  .main-view-wrapper .info-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  #main_news_slider {
    padding-left: 0;
  }

  #main_news_slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .shield {
    text-align: center;
  }

  .side-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .side-link-block .icon {
    margin-right: 0;
  }

  .side-link-block .title {
    margin-top: 10px;
  }

  .latest-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .latest-side .getrequest-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 0;
    background-size: 35%;
    background-position: left 50% bottom -80px;
    flex-basis: 100%;
  }

  .latest-side .side-link-block {
    /* height: 100%; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
  }

  section#digits .title {
    margin-bottom: 60px;
  }

  section#digits .substance {
    padding-right: 0;
    font-size: 18px;
    line-height: 20px;
  }

  section#digits .digit-block .text {
    font-size: 18px;
    line-height: 19px;
  }

  .side .getrequest-block {
    padding: 15px;
  }

  .side .getrequest-block .title {
    font-size: 16px;
    line-height: 18px;
  }

  .government-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }

  .government-link .title {
    min-height: 32px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .deputates-img {
    height: 410px;
  }

  .latest-news .title,
  .latest-news .description {
    font-size: 14px;
    line-height: 16px;
  }

  .latest-news.expanded .title {
    font-size: 16px;
    line-height: 18px;
  }

  .latest-news.expanded .description {
    font-size: 14px;
    line-height: 16px;
  }

  .sidenav-links a {
    font-size: 15px;
  }

  .capmain h1,
  .capmain h2,
  .capmain .title {
    font-size: 28px;
    line-height: 28px;
  }

  .breadcrumbs {
    font-size: 13px;
  }

  .articles-tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .articles-tools .article-infos {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .news-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-info .infos {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .files-block .title {
    font-size: 15px;
    line-height: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-view-wrapper .head-info {
    height: 263px;
  }

  .main-view-wrapper .head-info .description {
    margin: 15px 0 25px;
  }

  .main-view-wrapper .info-item {
    height: 166px;
  }
}

.news-img #page-slider {
  margin-bottom: 35px !important;
}

.news-img #page-slider {
  margin-bottom: 35px !important;
}

.news-img #page-slider .slick-dots .slick-active button::before {
  color: #3f8be3;
}

.news-img #page-slider .slick-dots li {
  border-radius: 100%;
  border: 2px solid transparent;
  height: 25px;
  width: 25px;
}

header .phone-block .phone {
  font-size: 16px;
  margin-top: 20px;
}

/*# sourceMappingURL=styles.min.css.map */
@media (max-width: 760px) {
  .capmain {
    align-items: flex-start;
  }

  .government-link {
    height: 165px;
  }

  .government-links {
    justify-content: center;
  }

  .government-links .col-lg-4:last-child .government-link {
    height: 185px;
  }

  .government-links .col-lg-4 {
    width: 50%;
  }

  .government-link .title {
    font-size: 12px;
  }

  footer .upper {
    text-align: center;
  }

  .capmain h1,
  .capmain h2,
  .capmain .title {
    text-align: left;
  }
}

.news-img .slick-slide {
  height: 400px;
}

.news-img .slick-slide * {
  height: inherit;
}

.news-img .slick-slide .img-fluid {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.news-img .slick-dots {
  bottom: -35px;
}

.news-img #page-slider {
  margin-top: 35px !important;
  margin-bottom: 55px !important;
}

.container-vybory {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-vybory img {
  max-width: 100%;
  height: auto;
}

.gos-wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}

.gos-wrapper__left {
  margin-bottom: 6px;
}

@media (max-width: 1199px) {
  #widgetPosId {
    width: 300px !important;
    height: 400px !important;
  }
}

@media (max-width: 991px) {
  .gos-wrapper {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
  }

  .gos-wrapper__right {
    text-align: center;
  }

  #widgetPosId {
    width: 350px !important;
    height: 400px !important;
  }
}

.image-text__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.image-text__title {
  display: flex;
  justify-content: center;

  p {
    width: 550px;
    text-align: center;
  }
}

.image-text__content {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.image-text__item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  align-items: center;
}

.image-text__item.even {
  grid-template-columns: 2fr 1fr;
}

.image-text__item.even .image-text__left {
  order: 2;
}

.image-text__item.even .image-text__right {
  order: 1;
}

.image-text__left {
  height: 250px;
  width: 100%;
}

.image-text__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 576px) {
  .image-text__item {
    grid-template-columns: 1fr !important;
  }

  .image-text__item.even .image-text__left {
    order: 1;
  }

  .image-text__item.even .image-text__right {
    order: 2;
  }

  .image-text__left {
    height: 200px;
  }
}

