html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  color: #555;
  background: #f7f7f7 url(../../images/bg-body.png) top repeat-y;
  margin: auto;
}

/*body { font-family: 'Roboto', 'Open Sans', Arial, sans-serif; font-size: 15px; color: #555; background: #f7f7f7 url(../../images/bg-body-ny.jpg) top repeat-x; margin: auto; }*/

#page-bg {
  background: url(../../images/bg-page-bottom.png) bottom no-repeat;
}

/* Adminpanel */
.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-wrapper {
  width: 100%;
  max-height: 100%;
}

.form-signin-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  background: url(../../images/login-bg.svg) center center no-repeat, #fff;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup-form {
  background-color: #fff;
  width: 350px;
  max-width: 100%;
  margin: 0px auto 0;
  padding: 40px;
  border-radius: 5px;
}

.signup-form.register {
  width: 600px;
  max-width: 100%;
}

.signup-form h1 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}

.form-signin-desc a:not(.btn) {
  color: #0062cc;
}

.form-signin-desc a:not(.btn):hover {
  color: #157ae6;
}

.form-signin-desc a:not(.btn):focus {
  text-decoration: none;
}

.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;
  -moz-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;
}

.text-sm {
  font-size: 12px;
  margin-bottom: 15px;
}

input.is-invalid {
  border-color: #f60043;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

input.is-invalid+.invalid-feedback {
  display: block;
}

.wrapper {
  max-width: 1130px;
  margin: 0 auto;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #eb8300;
  text-decoration: underline;
}

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 #eee;
  margin: 20px 0;
  padding: 0;
}

hr.side-hr {
  height: 1px;
  border: 1px solid #eee;
}

div {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

pre {
  font-family: "Roboto", "Open Sans", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

img {
  border: none;
}

p {
  margin: 0 0 15px;
}

.alt {
  color: #22c1f8;
}

.spacer {
  margin-bottom: 5px;
}

.spacer2 {
  margin-bottom: 10px;
}

.bullet {
  filter: alpha(opacity=30);
  opacity: 0.3;
}

/* Attention messages properties */
.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 element properties */
form {
  margin: 0px;
}

.form-control {
  border-radius: 0px;
}

input.form-control::-webkit-input-placeholder {
  color: #555;
}

input.form-control::-moz-placeholder {
  color: #555;
}

input.form-control:-moz-placeholder {
  color: #555;
}

input.form-control:-ms-input-placeholder {
  color: #555;
}

.button {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  line-height: 1;
  color: #fff;
  background-color: #eb8300;
  border: 2px solid #fff;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:focus,
.button:hover {
  color: white;
  text-decoration: none;
  background-color: #ffaf39;
  outline: none;
}

.button:active,
.button.active {
  color: #eb8300;
  text-decoration: none;
  background-color: #fff;
  outline: none;
}

.button-all {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  padding: 10px 20px;
  color: #eb8300;
  background-color: #fff;
  white-space: nowrap;
  cursor: pointer;
  overflow: visible;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button-all:focus,
.button-all:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffaf39;
  outline: none;
}

.button-all:active,
.button-all.active {
  color: #fff;
  text-decoration: none;
  background-color: #eb8300;
  outline: none;
}

.table {
  overflow-x: auto;
  width: 100%;
}

/* Header properties */
#header {
  background: url(../../images/bg-header.jpg) top repeat-x;
  padding: 15px 0;
}

.header-top {
  text-align: right;
  margin-bottom: 10px;
}

.header-top a {
  display: inline-block;
  min-height: 27px;
  font-size: 15px;
  color: #555;
  padding: 3px 10px 0 40px;
  margin-left: 20px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-top a.sreda {
  background: url(../../images/dostupnaya-sreda2.png) left center no-repeat;
}

.header-top a.priemnaya {
  background: url(../../images/priemnaya2.png) left center no-repeat;
}

.header-top a.slabovid {
  background: url(../../images/slabovid2.png) left center no-repeat;
}

.header-top a:hover,
.header-top a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #eb8300;
}

.header-phone-top {
  margin-top: 3px;
}

.header__contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}

.header-phone {
  font-size: 24px;
  font-weight: bold;
  color: #555;
}

.header-phone i {
  font-size: 14px;
  color: #ccc;
  margin-right: 10px;
}

.header-address {
  font-size: 14px;
  color: #555;
  line-height: 16px;
  margin-top: 4px;
}

.header-address i {
  font-size: 14px;
  color: #ccc;
  margin-right: 10px;
  margin-left: 2px;
}

.header-mail {
  font-size: 14px;
  color: #555;
  line-height: 16px;
}

.header-mail i {
  font-size: 11px;
  color: #ccc;
  margin-right: 10px;
}

.header-links {
  text-align: right;
}

.header-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header-links a.search {
  background: url(../../images/icons-header-links3.png) 0 0 no-repeat;
}

.header-links a.search:hover {
  background-position: -0px -40px;
}

.header-links a.phonebook {
  background: url(../../images/icons-header-links3.png) -40px 0 no-repeat;
}

.header-links a.phonebook:hover {
  background-position: -40px -40px;
}

.header-links a.sitemap {
  background: url(../../images/icons-header-links3.png) -80px 0 no-repeat;
}

.header-links a.sitemap:hover {
  background-position: -80px -40px;
}

#header-menu {
  display: block;
  position: relative;
  background-color: #eb8300;
  -moz-box-shadow: 0px 5px 5px #ccc;
  -webkit-box-shadow: 0px 5px 5px #ccc;
  box-shadow: 0px 5px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar {
  min-height: auto;
  border-radius: 0px;
  margin-bottom: 0;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-nav {
  float: none;
  text-align: center;
}

.navbar-nav li {
  float: none;
  display: inline-block;
}

.navbar-default .navbar-nav>li>a {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.navbar-default .navbar-nav>li:hover>a {
  color: #fff;
  background-color: #ffaf39;
}

.nav>li>a {
  padding: 15px 20px 14px 20px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
  background-color: transparent;
  color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover {
  background-color: #22c1f8;
  color: #fff;
}

.navbar-nav>li>.dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffaf39;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #fff;
  background-color: #ffaf39;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
  display: block;
}

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: inherit;
}

.yamm .yamm-content {
  max-width: 600px;
  padding: 0px 15px;
}

.yamm .yamm-block {
  margin-left: 0;
  margin-right: 0;
}

.yamm-block1 {
  min-width: 200px;
}

.yamm-block2 {
  min-width: 400px;
}

.yamm-link {
  margin: 0;
  padding: 0;
}

.yamm-link li {
  display: block;
  line-height: 15px;
  margin: 0;
  padding: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* .yamm-link li:hover {
  background-color: #17577a;
} */

.yamm-link a {
  font-size: 14px;
  color: #fff;
}

.yamm-link a:hover {
  color: #fff;
  text-decoration: none;
}

/* Slider */
#slider {
  max-width: 1500px;
  margin: 25px auto;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 5px 5px #ccc;
  -webkit-box-shadow: 0px 5px 5px #ccc;
  box-shadow: 0px 5px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.carousel-caption {
  max-width: 800px;
  bottom: 28%;
  margin: 0 auto;
  z-index: 10;
  text-align: center;
  padding: 0;
}

.carousel-caption h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 25px;
  margin-bottom: 20px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  background: url(../../images/bg-slider-line.png) bottom no-repeat;
}

.carousel-caption h3 {
  font-size: 30px;
  line-height: 1px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  color: #fff;
  margin-top: 10px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.carousel-indicators {
  bottom: 10px;
}

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
}

.carousel-indicators .active {
  margin: 0 2px;
  background-color: #22c1f8;
  border: 1px solid #22c1f8;
}

.carousel-inner {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* News Index */
#news-index {
  padding: 40px 0 20px 0;
}

.news-index-block {
  margin: 20px 2px;
  padding: 15px 5px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 1px 5px #ccc;
  -webkit-box-shadow: 0px 1px 5px #ccc;
  box-shadow: 0px 1px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-index-lider {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  color: #11425c;
  line-height: 14px;
  margin: 0 auto;
}

.news-lider-name,
.news-lider-link {
  display: block;
}

.news-lider-name {
  text-align: start;
  width: 112px;
  font-size: 15px;
}

.news-index-lider img {
  max-height: 130px;
  margin: 0 auto;
  border: 3px solid #eee;
  margin-bottom: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-index-img img:hover {
  opacity: 0.9;
}

.news-index-mo {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #11425c;
  line-height: 16px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-index-mo:hover {
  color: #22c1f8;
}

.news-index-text {
  font-size: 14px;
  color: #555;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding: 10px 0 0 0;
}

.news-index-priem {
  position: relative;
  max-width: 229px;
  min-height: 159px;
  background: url(../../images/bg-priem4.png) center bottom no-repeat;
  margin: 15px auto 0 auto;
}

.news-index-priem a {
  display: block;
  position: absolute;
  max-width: 160px;
  bottom: 15px;
  left: 5%;
  right: 5%;
  text-align: center;
  margin: 0 auto;
}

.news-index-block-item {
  border-bottom: 1px solid #eee;
  margin: 0 10px 13px 10px;
  padding-bottom: 13px;
}

.news-index-block-data {
  font-size: 12px;
  color: #eb8300;
  line-height: 16px;
  margin-bottom: 5px;
}

.news-index-block-data i {
  font-size: 12px;
  color: #b1b1b1;
  margin-right: 5px;
}

.news-index-block-title {
  min-height: 28px;
  font-size: 14px;
  color: #555;
  line-height: 15px;
}

.news-index-block-title a {
  font-size: 14px;
  color: #555;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-index-block-title a:hover {
  color: #eb8300;
  text-decoration: none;
}

.news-index-block-link {
  text-align: right;
  margin: 1px 10px;
}

.news-index-block-link a {
  font-size: 13px;
  color: #eb8300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-index-block-link a:hover {
  color: #ffaf39;
  text-decoration: none;
}

.news-index-block-link i {
  color: #eb8300;
  margin-left: 5px;
}

/* Articles */
.articles-title {
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slick-slide-array {
  width: 882px;
  background-color: #eeeeee;
}

.page-slider-wrapper {
  position: relative;
  margin-top: 15px;
  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: 34px !important;
  content: "\2022" !important;
}

.slick-dots li button:before:hover {
  font-size: 34px;
}

.slick-dots li {
  margin: 0 !important;
}

.article-content .article-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

/* Links */
#links {
  margin: 0;
  padding: 30px 0 20px 0;
}

.links-block {
  margin-right: -10px;
  margin-left: -10px;
}

.links-block-item {
  display: inline-block;
  width: 19.7%;
  padding-right: 10px;
  padding-left: 10px;
}

.links-item {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  padding: 13px 15px 10px 15px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 1px 5px #ccc;
  -webkit-box-shadow: 0px 1px 5px #ccc;
  box-shadow: 0px 1px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.links-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #17577a;
  line-height: 18px;
  text-transform: uppercase;
  padding-top: 8px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.links-title-line {
  padding-top: 17px;
}

.links-img {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.links-item .img-budjet {
  background: url(../../images/img-links.png) 0 0 no-repeat;
}

.links-item:hover .img-budjet {
  background-position: -0px -50px;
}

.links-item .img-zakupki {
  background: url(../../images/img-links.png) -50px 0 no-repeat;
}

.links-item:hover .img-zakupki {
  background-position: -50px -50px;
}

.links-item .img-coruption {
  background: url(../../images/img-links.png) -100px 0 no-repeat;
}

.links-item:hover .img-coruption {
  background-position: -100px -50px;
}

.links-item .img-izbirkom {
  background: url(../../images/img-links.png) -150px 0 no-repeat;
}

.links-item:hover .img-izbirkom {
  background-position: -150px -50px;
}

.links-item .img-perepis {
  background: url(../../images/img-links.png) -200px 0 no-repeat;
}

.links-item:hover .img-perepis {
  background-position: -200px -50px;
}

.links-item .img-pobeda {
  background: url(../../images/img-links.png) -250px 0 no-repeat;
}

.links-item:hover .img-pobeda {
  background-position: -250px -50px;
}

.links-item:hover {
  text-decoration: none;
  -moz-box-shadow: 0px 1px 5px #22c1f8;
  -webkit-box-shadow: 0px 1px 5px #22c1f8;
  box-shadow: 0px 1px 5px #22c1f8;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#22c1f8');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#22c1f8')";
}

.links-item:hover .links-title {
  color: #22c1f8;
}

.media-block {
  margin-top: 40px;
}

.media-gazeta {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: linear-gradient(to bottom, #ffaf39 0%, #eb8300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11425c', endColorstr='#17577a', GradientType=0);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 5px 5px #ccc;
  -webkit-box-shadow: 0px 5px 5px #ccc;
  box-shadow: 0px 5px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.media-title {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  line-height: 16px;
  text-transform: uppercase;
}

.media-desc {
  font-size: 13px;
  color: #eee;
}

.media-number {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  margin: 15px 0;
}

.media-number-title {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.media-number-desc {
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}

.media-button {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.media-img img {
  margin: 0 auto;
}

.media-img img:hover {
  opacity: 0.9;
}

.media-corruption {
  position: relative;
  overflow: hidden;
  height: 297px;
  margin: 5px 2px;
  background-color: #333;
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 5px #ccc;
  box-shadow: 0px 5px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  transition: all 0.2s ease-in-out;
}

.media-corruption img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.media-corruption:hover img {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.media-corruption-title {
  position: absolute;
  left: 44%;
  top: 76%;
  max-width: 200px;
  margin-left: -85px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-shadow: 0px 1px 1px #555;
  text-transform: uppercase;
  text-align: center;
}

.media-video {
  position: relative;
  overflow: hidden;
  margin: 32px 2px 5px 2px;
  background-color: #333;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 5px 5px #ccc;
  -webkit-box-shadow: 0px 5px 5px #ccc;
  box-shadow: 0px 5px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.media-video img {
  opacity: 0.7;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.media-video:hover img {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.media-video-title {
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -90px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  text-shadow: 0px 1px 1px #555;
  text-transform: uppercase;
}

.media-social {
  margin: 5px 2px;
}

.gos-uslugi-panel {
  width: 100%;
  height: 430px;
}

.first-place {
  position: relative;
  overflow: hidden;
  padding: 5px 10px;
  margin: 20px 2px 5px 2px;
  min-height: 60px;
  color: #fff;
  line-height: 15px;
  background: #22c1f8 url(../../images/bg-cup.png) center right no-repeat;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 5px 5px #ccc;
  -webkit-box-shadow: 0px 5px 5px #ccc;
  box-shadow: 0px 5px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.first-place a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.first-place:hover {
  background-color: #165375;
}

/* Ministers */
#ministers {
  margin: 30px 0;
}

.ministers-block {
  margin-top: 30px;
}

.ministers-item {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  padding: 10px 5px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 1px 5px #ccc;
  -webkit-box-shadow: 0px 1px 5px #ccc;
  box-shadow: 0px 1px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ministers-img img {
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ministers-title {
  font-size: 13.5px;
  color: #555;
  text-transform: uppercase;
  padding: 5px 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ministers-item:hover {
  text-decoration: none;
  -moz-box-shadow: 0px 1px 5px #22c1f8;
  -webkit-box-shadow: 0px 1px 5px #22c1f8;
  box-shadow: 0px 1px 5px #22c1f8;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#22c1f8');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#22c1f8')";
}

.ministers-item:hover .ministers-img img {
  opacity: 0.8;
}

.ministers-item:hover .ministers-title {
  color: #11425c;
}

/* Partners */
#partners {
  margin-top: 50px;
  padding-bottom: 70px;
}

.partners-block {
  margin-top: 30px;
}

.partners-item a:focus {
  outline: none;
}

.partners-item img {
  margin: 0 auto;
}

.partners-item img:hover {
  opacity: 0.9;
}

/* Polk */
#polk {
  margin-top: 50px;
  padding-bottom: 50px;
}

.polk-block {
  margin-top: 30px;
}

.polk-item a:focus {
  outline: none;
}

.polk-item img {
  margin: 0 auto;
  padding: 0 30px;
  outline: none;
}

.polk-item img:hover {
  opacity: 0.9;
  outline: none;
}

.polk-link {
  margin-top: 30px;
  text-align: center;
}

/* Bottom */
#bottom {
  min-height: 90px;
  background: url(../../images/bg-bottom3.png) top repeat-x;
  padding: 25px 0;
  margin-top: -16px;
}

.bottom-left {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

.bottom-right {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: right;
}

.bottom-right span {
  margin: 0 5px;
}

/* Footer */
#footer {
  background-color: #eb8300;
  padding-top: 20px;
}

.footer-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-desc {
  font-size: 14px;
  color: #eee;
  line-height: 15px;
}

.footer-bottom {
  margin: 20px 0 0 0;
  padding: 20px 0;
  border-top: 1px solid #eb8300;
}

.footer-copy {
  font-size: 13px;
  color: #eee;
  line-height: 15px;
  padding: 0;
}

.footer-copy a {
  color: #eee;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-copy a:hover {
  color: #fff;
}

.footer-terms {
  font-size: 13px;
  color: #eee;
  line-height: 15px;
  text-align: right;
  padding: 8px 30px 0 0;
}

.footer-terms span {
  margin: 0 5px;
}

.footer-terms a {
  color: #eee;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-terms a:hover {
  color: #fff;
}

.footer-counter {
  text-align: right;
  padding: 0;
}

ul.hnp {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

ul.hnp>li {
  float: left;
  margin: 0;
}

ul.hnp>li h2 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

ul.hnp>li>ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
}

ul.hnp>li>ul li {
  margin: 0;
  padding: 0;
}

ul.hnp>li:first-child>ul {
  border-left: none;
}

ul.hnp>li>ul a {
  font-size: 14px;
  color: #eee;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

ul.hnp>li>ul a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Contact Page */
.contact-page h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #292929;
  padding: 10px 0;
  margin: 0;
}

.contact-page p {
  font-size: 16px;
  color: #7d7d7d;
}

.contact-page-map {
  padding: 0;
}

.contact-page-form {
  max-width: 500px;
  margin: 0 auto;
}

.contact-page-answer {
  font-size: 16px;
  color: #7d7d7d;
  text-align: center;
  margin: 50px 0;
}

/* Cookie Panel */
#cookies-panel {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #444;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #ddd;
}

#cookies-panel .cookies-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

#cookies-panel p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
    min-width: 250px;
    color: #444;
}

#cookies-panel a {
    color: #0066cc;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}

#cookies-panel a:hover {
    opacity: 0.7;
}

#cookies-panel .button {
    flex-shrink: 0;
    white-space: nowrap;
}

@media (max-width: 768px) {
    #cookies-panel {
        padding: 15px;
    }
    
    #cookies-panel .cookies-container {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    #cookies-panel p {
        font-size: 13px;
        text-align: center;
    }
    
    #cookies-panel .button {
        width: 100%;
        text-align: center;
    }
}

/* Side-Panel */
.scapmain-bg {
  margin: 2px 2px 20px 2px;
  padding: 15px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 1px 5px #ccc;
  -webkit-box-shadow: 0px 1px 5px #ccc;
  box-shadow: 0px 1px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.scapmain {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #eee;
}

.scapmain h2 {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.side-body {
  font-size: 15px;
  color: #555;
  margin-top: 5px;
}

/* Center-Panel properties */
#main-bg {
  min-height: 500px;
  margin: 20px 0 50px 0;
}

#side-center {
  color: #555;
  padding: 10px 0 5px 0;
}

.capmain h1 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.capmain h2 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}


.capmain-line {
  width: 100%;
  height: 3px;
  background: url(../../images/bg-title3.png) left center no-repeat;
  margin: 15px 0;
}

.capmain-news {
  font-size: 18px;
  line-height: 18px;
  color: #555;
  padding: 0 0 5px 0;
  margin: 0;
}

.capmain.capmain-tabs-nav {
  padding: 0 0 30px;
  margin: 0;
  display: flex;
  list-style: none;
  position: relative;
}

.capmain.capmain-tabs-nav:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: -1;
}

.capmain.capmain-tabs-nav li {
  position: relative;
}

.capmain.capmain-tabs-nav li:after {
  content: "";
  position: absolute;
  bottom: -16px;
  width: 100%;
  height: 3px;
  background-color: #ffaf39;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.2s;
}

.capmain.capmain-tabs-nav li:hover:after {
  opacity: 0.2;
}

.capmain.capmain-tabs-nav li.active:after {
  opacity: 1;
}

.capmain.capmain-tabs-nav li.active:hover:after {
  opacity: 1;
}

.capmain.capmain-tabs-nav li h2 {
  color: #777;
  transition: 0.2s;
}

.capmain.capmain-tabs-nav li:hover h2,
.capmain.capmain-tabs-nav li.active h2 {
  color: #222;
}

.capmain.capmain-tabs-nav li+li {
  margin-left: 10px;
}

.capmain.capmain-tabs-nav a:hover,
.capmain.capmain-tabs-nav a:focus {
  text-decoration: none;
}

.main-body {
  font-size: 15px;
  line-height: 18px;
  color: #555;
  margin: 20px 2px;
  padding: 15px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 1px 5px #ccc;
  -webkit-box-shadow: 0px 1px 5px #ccc;
  box-shadow: 0px 1px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main-body h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #555;
  padding: 10px 0;
  margin: 0;
}

.center {
  margin: 0 auto;
}

.tbl-border {
  border: 1px solid #eee;
}

.tbl {
  font-size: 11px;
  color: #555;
  background-color: #fff;
  padding: 4px;
}

.tbl1 {
  font-size: 11px;
  color: #555;
  background-color: #fff;
  padding: 4px;
}

.tbl2 {
  font-size: 11px;
  color: #555;
  background-color: #f1f1f1;
  padding: 4px;
}

.tbl-error {
  color: #ac260f;
  font-weight: bold;
  background-color: #fccac2;
  border: 2px solid #eb5339;
}

.quote {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: normal;
  background: #fff4cc url(images/icons/quote_icon.png) 6px 8px no-repeat;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #ffdc70;
  padding: 5px 6px 5px 30px;
  margin: 0px 22px 0px 22px;
}

.poll {
  height: 12px;
  border: 1px solid #bbb;
}

.small {
  font-size: 10px;
  font-weight: normal;
}

.small2 {
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

.side-small {
  font-size: 10px;
  font-weight: normal;
  color: #555;
}

.side-label {
  color: #555;
  background-color: #f1f1f1;
  margin: 2px 0 2px 0;
  padding: 2px 2px 3px 2px;
}

.clear {
  clear: both;
}

/* Highlight on select properties */
::selection {
  color: #fff;
  background: #e5c011;
}

/* webkit, opera, IE9 */
::-moz-selection {
  color: #fff;
  background: #e5c011;
}

/* mozilla firefox */
div.highlightBlue::selection {
  color: #fff;
  background: #e5c011;
}

/* webkit, opera, IE9 */
div.highlightBlue::-moz-selection {
  color: #fff;
  background: #e5c011;
}

/* mozilla firefox */

/* News properties */
.news-category {
  margin: 0 auto;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-category:hover {
  opacity: 0.8;
}

.news-list {
  margin: 20px 2px;
  padding: 15px;
  background-color: #fff;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0px 1px 5px #ccc;
  -webkit-box-shadow: 0px 1px 5px #ccc;
  box-shadow: 0px 1px 5px #ccc;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=0, direction=180, color='#ccc');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 0, Direction = 180, Color = '#ccc')";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news_info ul {
  margin: 0 0 20px 0;
  padding: 0;
}

.news_info ul li {
  display: inline;
  font-size: 13px;
  color: #b1b1b1;
  margin: 0 10px 0 0;
}

.news_info ul li i {
  margin: 0 5px 0 0;
}

.news-back {
  font-size: 13px;
  color: #b3b3b3;
  margin: 10px 0;
}

.news-back:hover {
  color: #eb8300;
  text-decoration: none;
}

.news-back i {
  margin-right: 5px;
}

.news-block {
  margin: 10px 0 20px 0;
}

.news-block-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.news-title {
  font-size: 15px;
  line-height: 16px;
  color: #555;
  margin-top: 5px;
}

.news-title a {
  font-size: 15px;
  color: #555;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-title a:hover {
  color: #eb8300;
  text-decoration: none;
}

.news-desc {
  font-size: 14px;
  color: #555;
  line-height: 16px;
  margin: 10px 0;
}

.news-data {
  font-size: 12px;
  color: #b3b3b3;
}

.news-data i {
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
}

.news-link {
  text-align: right;
  margin: 0px;
}

.news-link a {
  font-size: 13px;
  color: #eb8300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news-link a:hover {
  color: #ffaf39;
  text-decoration: none;
}

.news-link i {
  color: #eb8300;
  margin-left: 5px;
}

.news-img {
  float: left;
  width: 200px;
  height: 145px;
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 0;
  border: 5px solid #f5f5f5;
}

.news-img img {
  width: 200px;
  min-height: 145px;
}

/* Modal */
.modal-header {
  border: none;
}

.modal-content {
  border-radius: 0px;
}

.call-modal {
  position: relative;
  text-align: center;
  margin: 20px 10px;
}

.call-modal p {
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
}

#status {
  margin: 20px 0;
}

.error {
  font-size: 14px;
  text-align: center;
  color: #ff0000;
}

/* Breadcrumbs */
.breadcrumbs {
  font-size: 13px;
  color: #b3b3b3;
  margin: 0 0 15px 0;
}

.breadcrumbs a {
  color: #b3b3b3;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #eb8300;
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 10px;
}

/* Profile spesific classes */
.profile,
.profile_category {
  width: 500px;
}

.edit-profile {
  width: 500px;
}

.profile_user_reason {
  color: #ff6666;
  font-weight: bold;
}

/* Vertical Navigation */
#navigation h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin: 2px auto;
}

#navigation ul {
  margin: 0;
  margin-top: -5px;
  padding: 0;
  list-style-type: none;
}

* html #navigation ul li {
  height: 1%;
}

#navigation a {
  display: block;
  font-size: 14px;
  color: #555;
  line-height: 18px;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#navigation a:hover {
  color: #eb8300;
  background-color: #fafafa;
}

#navigation li.current-link a {
  color: #fff;
  background-color: #ffaf39;
}

/* Page Navigation */
.pagenav {
  font-size: 12px;
  color: #b1b1b1;
  padding: 4px;
  margin: 5px;
}

.pagenav span {
  font-weight: normal;
  color: #fff;
  background-color: #eb8300;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
  margin: 2px;
}

.pagenav a {
  color: #555;
  background-color: #e6e6e6;
  text-decoration: none;
  padding: 3px 8px 3px 8px;
  margin: 2px;
}

.pagenav a:hover {
  color: #fff;
  background-color: #ffaf39;
  margin: 2px;
  text-decoration: none;
}

/* PHP-Fusion Helpers */
.clear {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Helpers  */
.center {
  margin: 0 auto;
}

.content_center {
  text-align: center;
}

.flleft {
  float: left !important;
}

.flright {
  margin-top: 20px;
  float: right !important;
}

.clear {
  clear: both;
}

/* IE Fixes */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hide from IE Mac  */
.clearfix {
  display: block;
}

/* End hide from IE Mac */
.floatfix {
  overflow: hidden;
}

* html .floatfix {
  width: 100%;
}

.center,
*[align="center"] {
  margin: 0 auto;
}

/* Slick */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  outline: none;
}

.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: red;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  position: absolute;
  color: #00bbe0;
  border: 1px solid #ccc;
  background: none;
  z-index: 1;
  outline: none;
}

.slick-prev:hover,
.slick-next:hover {
  border: 1px solid #22c1f8;
  outline: none;
}

.slick-prev:hover:after,
.slick-next:hover:after {
  color: #22c1f8;
  outline: none;
}

.slick-prev:hover:focus,
.slick-next:hover:focus {
  color: #22c1f8;
  outline: none;
}

.slick-prev {
  left: 0px;
  outline: none;
}

.slick-prev:after {
  content: "\f104";
  font: 24px/1 "FontAwesome";
  color: #ccc;
  padding: 0 7px;
  outline: none;
}

.slick-next {
  right: 0px;
  text-align: right;
  outline: none;
}

.slick-next:after {
  content: "\f105";
  font: 24px/1 "FontAwesome";
  color: #ccc;
  padding: 0 7px;
  outline: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "�";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.banner {
  padding-top: 50px;
  padding-bottom: 90px;
}

.banner__wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  width: 100%;
  height: 250px;
  padding: 23px;
  border-radius: 10px;
  background-color: #000000;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.banner__wrapper:hover img {
  opacity: 1;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

.banner__wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background: linear-gradient(125deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 230%);
  z-index: 1;
  pointer-events: none;
}

.banner__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  z-index: 1;
  opacity: 0.9;
  transition: all 0.9s ease-in-out;
}

.banner__text {
  position: absolute;
  z-index: 2;
  max-width: 411px;
  color: white;
  text-align: end;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.banner__text span {
  font-size: 16px;
}


@media (min-width: 1500px) {
  .container-wd {
    max-width: 1500px !important;
    width: 100%;
  }
}

.col-padding-top-5 {
  padding-top: 5px;
}

.col-padding-bottom-5 {
  padding-bottom: 50px;
}

.carousel-indicators.speshial {
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-bottom: 0;
  position: relative;
  border-radius: 5px;
}

.carousel-indicators li.bricket {
  height: 90px;
  width: 100%;
  text-indent: 0px;
  border-radius: 0;
  margin: 0;
  padding: 0;
  background-color: #eb8300;
  border: none;
  color: #fff;
}

.carousel-indicators li.bricket.active {
  background-color: #ffaf39;
}

.carousel-indicators>.active li.bricket {
  background-color: #ffaf39;
  border: none;
}

.no-padding {
  padding: 0;
  margin: 0;
}

.carousel-indicators .active.no-padding {
  border: none;
  margin: 0;
  width: 33.33333333%;
  height: 50px;
}

.carousel-inner>.item>a>img.full-block,
.carousel-inner>.item>img.full-block {
  width: 100%;
  height: 360px;
}

.news-slider-date {
  font-size: 12px;
  text-align: left;
  padding: 15px 3px 2px 10px;
}

.news-slider-desc {
  font-size: 12px;
  text-align: left;
  padding: 0 3px 2px 10px;
  line-height: 13px;
}

.date-stamp {
  position: absolute;
  z-index: 10;
  left: 20px;
  top: 20px;
  background-color: #eb8300;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 3px 8px;
}

.news-caption-news {
  color: #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 30px;
  width: 94%;
  margin: 0 3%;
  z-index: 10;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  width: 15px;
  font-size: 15px;
}

.carousel-control {
  width: 7%;
}

.col-xs-pt-10 {
  padding-top: 0;
}

.carousel-indicators li.bricket.active.col-border-left,
.carousel-indicators li.bricket.col-border-left {
  border-radius: 0 0 0 7px;
}

.carousel-indicators li.bricket.active.col-border-right,
.carousel-indicators li.bricket.col-border-right {
  border-radius: 0 0 7px 0;
}

/* Video Gallery  */
.video-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.video-title {
  text-align: left;
  font-size: 15px;
  line-height: 18px;
}

.video-view {
  font-size: 13px;
  color: #b1b1b1;
}

/* Photos */
.photos-img div {
  width: 250px;
  height: 180px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 1px;
  border-radius: 2px;
}

.photos-img div img {
  width: 250px;
  min-height: 180px;
  opacity: 0.9;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photos-img div:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.photos-img-polk div {
  width: 250px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-border-radius: 1px;
  border-radius: 2px;
}

.photos-img-polk div img {
  width: 250px;
  opacity: 0.9;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photos-img-polk div:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.photogallery_photo_title a {
  display: block;
  max-width: 250px;
  font-size: 16px;
  color: #22c1f8;
  word-wrap: break-word;
  text-align: center;
  margin: 0px auto 0 auto;
  padding: 15px 0;
}

.photogallery_photo_title a:hover {
  text-decoration: underline;
}

.photogallery_photo_desc {
  display: block;
  max-width: 250px;
  word-wrap: break-word;
}

.photogallery_album_photo {
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photogallery_album_photo:hover {
  opacity: 0.8;
}

.photogallery_album_desc {
  text-align: center;
  margin-bottom: 20px;
}

.photogallery_album_desc img {
  margin: 0 auto;
}

.photogallery_photo_link {
  outline-style: none;
}

.photogallery_album_back {
  text-align: center;
  margin: 20px;
}

.photos-block {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.photos-block:hover .photogallery_photo_title a {
  text-decoration: underline;
}

/* Guestbook */
.gb-item {
  border-top: 1px solid #eee;
  padding: 20px 0;
}

.gb-subject {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.gb-title {
  font-size: 15px;
  font-weight: bold;
}

.gb-name {
  font-size: 14px;
}

.gb-date {
  font-size: 13px;
  color: #b3b3b3;
}

.gb-msg {
  font-size: 15px;
  padding: 5px 0;
}

.gb-ip {
  float: left;
  font-size: 15px;
}

.gb-move {
  float: right;
  font-size: 12px;
}

.gb-move a {
  font-size: 12px;
}

.gb-comment {
  font-size: 15px;
  background-color: #fafafa;
  margin: 10px 0 0 0;
  padding: 15px;
}

.gb-comment div {
  text-align: right;
}

.gb-button {
  margin-bottom: 20px;
  text-align: center;
}

.files_info ul {
  margin: 10px 0 0 0;
  padding: 0;
}

.files_info ul li {
  display: inline;
  font-size: 13px;
  color: #b1b1b1;
  margin: 0 10px 0 0;
}

.files_info ul li i {
  margin: 0 5px 0 0;
}

@media (max-width: 1200px) {
  .news-index-lider {
    gap: 10px;
  }

  .news-lider-name {
    font-size: 13px;
  }

  .media-button {
    max-width: 150px;
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .video-block {
    grid-template-columns: 1fr;
  }

  .media-gazeta {
    justify-content: space-around;
  }
}

@media (max-width: 768px) {
  .banner__wrapper {
    align-items: center;
  }

  .banner__wrapper::after {
    width: 100%;
  }

  .banner__text {
    text-align: center;
  }

  .header__contacts {
    flex-direction: column;
    align-items: start;
  }
}

@media (max-width: 650px) {
  body {
    background: #f7f7f7 url(../../images/login-bg.svg) top repeat-x;
  }

  .order-control-xs {
    display: flex;
    flex-direction: column;
  }

  .sidebar {
    order: 2;
  }

  .main-content {
    order: 1;
  }

  .adminpanel {
    display: none;
  }

  .header-top {
    text-align: left;
    margin: 10px 0;
  }

  .header-top a {
    display: block;
    margin: 5px 0;
  }

  .header-links {
    text-align: left;
    margin-top: 15px;
  }

  .header-links a {
    margin-left: 0;
    margin-right: 5px;
  }

  .navbar-default .navbar-brand {
    color: #fff;
  }

  .navbar-nav {
    float: none;
    text-align: left;
  }

  .navbar-nav li {
    display: block;
  }

  .carousel-caption {
    display: none;
  }

  .carousel-indicators {
    bottom: 2px;
  }

  .media-gazeta {
    margin-bottom: 30px;
  }

  .footer-desc {
    margin-bottom: 30px;
  }

  .bottom-left,
  .bottom-right {
    display: none;
  }

  .footer-copy,
  .footer-terms,
  .footer-counter {
    text-align: center;
  }

  .footer-counter {
    margin-top: 15px;
  }

  .carousel-inner>.item>a>img.full-block,
  .carousel-inner>.item>img.full-block {
    height: 200px;
  }

  .news-caption-news {
    font-size: 12px;
    bottom: 10px;
  }

  .carousel-indicators .active.no-padding {
    width: 100%;
    height: 90px;
  }

  .carousel-control {
    width: 18%;
  }

  .col-xs-pt-10 {
    padding-top: 20px;
  }

  .carousel-indicators li.bricket.active.col-border-left,
  .carousel-indicators li.bricket.col-border-left {
    border-radius: 0 0 0 0px;
  }

  .carousel-indicators li.bricket.active.col-border-right,
  .carousel-indicators li.bricket.col-border-right {
    border-radius: 0 0 7px 7px;
  }

  .date-stamp {
    top: 10px;
    left: 5px;
  }

  .news-img {
    float: none;
    width: 100%;
    border: none;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    height: auto;
  }

  .news-img img {
    width: 100%;
    height: auto;
  }

  .links-block-item {
    display: block;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .media-gazeta {
    flex-direction: column;
  }

  .gos-uslugi-panel {
    height: 480px;
  }
}

@media screen and (min-width: 650px) {
  .navbar-brand {
    display: none;
  }
}

@media (min-width: 750px) and (max-width: 850px) {
  .header-logo img {
    margin: 0 auto;
  }

  .header-top {
    text-align: center;
    margin-top: 10px;
  }

  .header-phone {
    text-align: center;
  }

  .header-links {
    text-align: center;
    margin-top: 10px;
  }

  .carousel-caption {
    bottom: 15%;
  }

  .carousel-caption h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .carousel-caption h3 {
    font-size: 20px;
    line-height: 1px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  }

  .carousel-caption p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }

  .carousel-indicators {
    bottom: 5px;
  }

  .links-block-item {
    width: 19.5%;
  }

  .links-item {
    text-align: center;
  }

  .links-title {
    display: block;
    font-size: 11px;
  }

  .links-img {
    display: block;
    margin: 0 auto;
  }

  .links-title-line {
    padding-top: 20px;
  }

  .media-gazeta {
    margin-bottom: 30px;
  }

  .footer-desc {
    margin-bottom: 30px;
  }

  .bottom-left,
  .bottom-right {
    line-height: 16px;
    margin-top: -5px;
  }

  .footer-copy,
  .footer-terms,
  .footer-counter {
    text-align: center;
  }

  .footer-counter {
    margin-top: 15px;
  }

  .photos-img div {
    width: 180px;
    height: 130px;
  }

  .photos-img div img {
    width: 200px;
    height: 144px;
  }
}

@media (min-width: 850px) and (max-width: 1050px) {
  .header-top a {
    font-size: 13px;
    padding: 4px 10px 0 40px;
  }

  .header-phone {
    font-size: 15px;
  }

  .header-phone i {
    display: none;
  }

  .header-address {
    font-size: 13px;
  }

  .header-address i {
    font-size: 13px;
  }

  .header-links {
    margin-left: -20px;
  }

  .navbar-default .navbar-nav>li>a {
    font-size: 14px;
  }

  .nav>li>a {
    padding: 15px 8px 14px 8px;
  }

  .carousel-caption {
    max-width: 700px;
    bottom: 20%;
  }

  .carousel-caption h1 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }

  .carousel-caption h3 {
    font-size: 20px;
    line-height: 1px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  }

  .carousel-caption p {
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
  }

  .news-index-img {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .news-index-mo {
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  .news-index-priem {
    background: url(../../images/bg-priem4.png) left bottom no-repeat;
  }

  .links-block-item {
    width: 19.6%;
  }

  .links-title {
    font-size: 11px;
    line-height: 16px;
  }

  .media-number-title,
  .media-number-desc {
    display: none;
  }

  .media-button a {
    margin-bottom: 5px;
  }

  .ministers-title {
    font-size: 11px;
  }

  .bottom-left,
  .bottom-right {
    font-size: 12px;
  }

  .photos-img div {
    width: 200px;
    height: 144px;
  }

  .photos-img div img {
    width: 200px;
    height: 144px;
  }
}

@media (min-width: 1200px) {
  .header-logo {
    margin-top: 12px;
  }
}

.header-links {
  margin-top: 11px;
}

.header-mail {
  margin-top: 3px;
}

.header-phone a {
  color: #555;
}

.header-phone a:hover {
  text-decoration: none;
  color: #eb8300;
}

.header-phone span {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 576px) {
  .navbar-collapse {
    overflow-x: hidden;
  }

  #slider {
    display: none;
  }

  #news-index {
    padding-top: 20px;
  }

  .links-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .links-block-item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .links-item {
    padding: 13px 10px 10px 10px;
  }

  .media-photo {
    height: 135px;
  }

  .media-photo img {
    width: 100%;
  }

  .media-video {
    height: 135px;
    margin: 10px 2px 10px 2px;
  }

  .media-video img {
    width: 100%;
  }

  .ministers-block .col-xs-12 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  ul.hnp {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .news-list .button {
    margin-top: 20px;
  }

  .articles-title {
    margin-bottom: 2px;
  }

  .carousel-inner>.item>a>img.full-block,
  .carousel-inner>.item>img.full-block {
    object-fit: cover;
  }

  #searchform .form-control {
    margin-bottom: 10px;
  }

  .ministers-block .row {
    padding: 0 5px;
  }
}

.container .container {
  width: 100%;
}

.widget__startHead {
  line-height: initial;
}

@media (max-width: 991px) {
  .gos-widget {
    margin-top: 20px;
  }

  #js-show-iframe-wrapper {
    height: auto !important;
  }
}

.gosuslugi-pos-og-widget__startHead {
  line-height: 1;
}

@media (max-width: 768px) {
  .banner__wrapper::after {
    background: linear-gradient(358deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 175%);
  }
}

@media (max-width: 425px) {
  .banner__wrapper {
    height: 175px;
  }
}

#gosfornarod{
  padding-bottom: 50px;
}

.gosfornarod-img img{
  border-radius: 10px;
}