#sromember-page,
#document-page,
.event-card {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 85px 20px;
  font-size: 14px;
}

.modal {
  z-index: 99999;
}

.block-guide {
  position: absolute;
  right: 20px;
}

.article-3 img {
  filter: drop-shadow(0px 4px 10px rgba(124, 133, 155, 0.45));
  border-radius: 4px;
}

.article-3 a {
  text-decoration: underline;
}
.img-item-copy-r {
  float: right;
  max-width: 400px !important;
  margin-left: 15px;
  display: inline-block;
  margin-top: 10px;
}

.img-item-copy-l {
  max-width: 400px !important;
  display: inline-block;
  float: left;
  margin-right: 15px;
  margin-top: 10px;
}

.SearchHighlight {
  background: #ffa960;
}

@media (max-width: 650px) {
  .img-item-copy-l,
  .img-item-copy-r {
    max-width: 100% !important;
    margin: 0;
    margin-bottom: 10px;
  }
}

#header_name {
  width: 550px;
}

header .header-info .address {
  transition: 0.3s;
}

#section-1 .title.big {
  max-width: 750px;
}

/*
#section-3 .news-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

#section-3 .news-wrapper .news-img{
    display: none;
}

#section-3 .container .news-block:not(:last-of-type)::after{
     display: none;
}

#section-3 .news-block{
    height: auto;
    margin-top: 0;
}

#section-3 .news-block .start{
    height: 100%;
}

#section-3 .container .news-block:nth-child(2){
    margin-top: 0;
}



#section-3 .news-block .news-item{
height: 100%;
    margin-left: 0;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

#section-3 .news-block .news-item .news-content{
    max-height: unset;
}

#section-3 .news-block .news-item .btn{
    position: relative;
}

#section-3 .news-block .news-item .news-title{
        display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


#section-3 .news-block .news-item .news-info{
       display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}*/

#section-3 .news-block {
  height: auto !important;
}

#section-3 .news-block .news-item .btn {
  margin-top: 30px;
  position: static;
}

#section-3 .news-block .news-img {
  max-width: 200px;
  height: 200px;
}

#section-3 .news-block .news-item {
  height: auto !important;
}

#section-4 .useful .flex-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px 60px;
}

#section-4 .useful .useful-img img {
  width: 100%;
}

@media (max-width: 480px) {
  #section-3 .news-wrapper {
    grid-template-columns: 1fr;
  }

  #section-3 .news-block .news-item > .news-content {
    max-width: 100%;
  }

  #section-4 .useful .flex-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  #header_name {
    width: 100%;
    z-index: 10;
  }
}

.btn.blue,
.btn.grey {
  background: #2b2c2c;
}

.btn.blue:hover,
.btn.blue:focus,
.btn.grey:hover,
.btn.grey:focus {
  background-color: #2b2c3b;
}

.title.big {
  color: #2b2c2c;
  font-size: 24px;
  line-height: 36px;
}

footer {
  background-color: #2b2c2c;
}

.btn.brown {
  background: #c29052;
}

.btn.brown:hover,
.btn.brown:focus {
  background: #c29040;
}

.btn,
.btn.big {
  font-size: 14px;
}

.header .header-info .reestr {
  font-size: 10px;
  max-width: 400px;
  /* transition: transform 0.3s; */
}

.header .header-main > .title.little:last-child .btn.brown {
  display: none !important;
}

.navbar-default .navbar-nav > li > a {
  font-size: 14px;
}

.form-search {
  max-width: 400px;
  min-width: 400px;
}

header .block-menu .container {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .navbar {
    min-height: unset;
    margin-bottom: 0;
  }
}

/* #section-1 .s1-options {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: max-content;
  gap: 20px;
  flex: 0 0 auto;
} */

#section-1 .s1-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  max-width: 100%;
}

.news-block .news-item time {
  font-size: 14px;
}

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

#section-3 .news-block .news-item .news-info {
  font-size: 12px;
}

#section-3 .news-all {
  display: flex;
  justify-content: center;
}

.btn_more_news {
  text-decoration: underline;
}

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

@media (max-width: 768px) {
  #section-1 .s1-options {
    grid-template-columns: 1fr;
  }
  .options-btns {
    flex-direction: column;
  }

  header .mobile-sticky {
    height: 81px !important;
  }
}

footer {
  background-color: #fff;
  border-top: 1px solid #cdd7e4;
}

.footer-nav a {
  font-size: 14px;
  color: #000;
}

footer .contact-phone {
  font-size: 14px;
  color: #000;
}

footer .text_policy > a {
  color: #000;
}

footer .rights {
  color: #000;
}

.header-info {
  background-image: url("/img/background_header.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

#content {
  position: relative;
}

#section-1 {
  position: sticky;
  top: 213px;
  background: #fff;
  z-index: 10;
  transition: 0.3s;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
  transition: ease-in 0.2s;
}

#section-1 .title.big {
  display: none;
}

#section-1 .container {
  height: auto;
  max-height: unset;
  padding-top: 25px;
  padding-bottom: 25px;
}

.s1-options .btn.big {
  margin-bottom: 0;
}

.options-btns {
  display: flex;
  gap: 20px;
}

.options-btns {
  display: block;
}

.section1-text {
  font-size: 10px;
}

.s1-options .btn.big {
  max-width: 190px;
  font-size: 13px;
}

#section-1.wrapper {
  margin-bottom: 20px;
}

footer .menu {
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 480px) {
  #section-1 {
    /* top: 100px;*/
    position: static;
  }
}

@media (max-width: 992px) {
  header .header-info .header-main > .title.first {
    margin-top: 100px !important;
  }

  /* header .header-info .name{
    background: transparent;
    width: 100%;
  }

  header .header-info .mobile-sticky{
    height: auto !important;
  } */

  #content {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  #section-1 .s1-options {
    grid-template-columns: 1fr;
    flex: 0;
    width: 100% !important;
  }
}

@media (max-width: 650px) {
  #section-1 .s1-options {
    gap: 8px;
  }

  #section-1 .s1-options .btn {
    max-width: 47% !important;
    box-sizing: border-box;
    font-size: 11px;
    padding: 6px;
    height: 40px;
    line-height: 1.5;
  }

  #section-1 .container {
    padding: 16px;
  }
  #main-menu.opened{
    z-index: 20;
  }

  footer .form-search{
    min-width: unset;
  }

  footer .footer-nav a{
    margin: 0;
  }

  footer > .container  > .flex-row{
    justify-content: center;
  }
}

@media (max-width: 375px) {
  #section-1 .s1-options .btn {
    font-size: 10px;
  }
}

