main#content .map .map__contacts .map__contacts-content .map__contacts-item .map__contacts-item__value.-mailto a {
    word-break: break-all
}
.main-content {
  width: 100%;
  max-width: 672px; }

.sidebar-rigth {
  margin-left: 80px;
  max-width: 280px;
  width: 100%; }

.type-text {
  font-family: 'Golos Text';
  font-size: 16px;
  line-height: 24px;
  position: relative;
  color: #333333; }
  .type-text h2 {
    font-weight: 600; }
  .type-text h3 {
    font-size: 22px;
    line-height: 28px; }
  .type-text a {
    color: #017F98;
    border: 0; }
  .type-text p {
    margin-bottom: 1em;
text-align: justify;
 }
    .type-text p:last-child {
      margin-bottom: 0; }
.type-text ul, .type-text ol {
  margin-left: 1em;
  padding-left: 40px;
  margin-bottom: 1em;
}
    .type-text ul li {
      list-style-type: disc;
    }
.type-text ol li {
    list-style-type: symbols;
}
.type-text div {
  position: relative;
}

.full-width {
  display: block;
  width: 100%; }

.sec-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 20px; }

.btn.big {
  padding: 12px 17px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px; 
}

  .btn.big .svg-icon {
    font-size: 11px;
    margin-top: -2px; }

.btn--white {
  padding: 7px 5px;
  background: #ffff;
  border-radius: 8px;
  border: 1px solid #1EAFCC;
  color: #1EAFCC;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center; }
  .btn--white:hover {
    color: #fff;
    background: #1EAFCC; }

.btn--blue {
  padding: 7px 5px;
  background: #1EAFCC;
  border-radius: 8px;
  border: 1px solid #1EAFCC;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center; }
  .btn--blue:hover {
    color: #1EAFCC;
    background: transparent; }
  .btn--blue.big {
    padding: 12px 17px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; }
    .btn--blue.big .svg-icon {
      font-size: 11px;
      margin-top: -2px; }

.news-detail {
  font-family: 'Golos Text'; }

.news-detail__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: #76767A;
  margin-bottom: 15px; }
  .news-detail__head > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .news-detail__head .txt {
    margin-top: 2px; }

.news-detail__date .svg-icon {
  margin-right: 7px;
  font-size: 18px; }

.news-detail__views .svg-icon {
  margin-right: 17px;
  font-size: 16px; }

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

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

.gallery__wrap {
  position: relative;
  margin-bottom: 10px; }

.gallery__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  right: 14px;
  bottom: 14px;
  margin-left: -15px; }
  .gallery__navigation button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #FFFFFF;
    width: 25px;
    height: 25px;
    border: 0;
    border-radius: 50%;
    margin-left: 15px;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s; }
    .gallery__navigation button:hover {
      box-shadow: 0 0 10px 0 black; }
    .gallery__navigation button .svg-icon {
      font-size: 10px; }

.gallery__container--main .gallery__img {
  display: block;
  /*background-size: cover;
*/
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
  height: 340px;
  border: 0; }

.gallery__container--thumbs .gallery__img {
  width: 100%;
  max-width: 160px;
  height: 100px;
  background-size: cover;
  background-position: center; }

.gallery__container--thumbs .gallery__img--video {
  background-color: #333033;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .gallery__container--thumbs .gallery__img--video .svg-icon {
    color: #fff;
    font-size: 35px; }

.gallery__container--thumbs .owl-item {
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: border-color .2s;
  transition: border-color .2s; }
  .gallery__container--thumbs .owl-item.current, .gallery__container--thumbs .owl-item:hover {
    border-color: #04A1C0; }

.news-detail__body {
  font-size: 16px;
  line-height: 24px; }

.block--highlight {
  background: #F4F7FB;
  border-radius: 8px;
  padding: 19px 19px;
  margin: 0 -19px; }

.news-detail__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.news-detail__sep {
  margin: 32px 0; }

.sep--small {
  width: 50px;
  border-bottom: 1px solid #D9D9DE; }

.news-tags__title {
  font-size: 16px;
  line-height: 24px;
  color: #76767A;
  margin-bottom: 12px; }

.tag-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px 0 0 -10px; }

.tag-lsit__item {
  margin: 10px 0 0 10px; }

.tag__link {
  display: block;
  border: 0;
  background: #F4F7FB;
  border-radius: 66px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .tag__link:hover, .tag__link.active {
    background: #04A1C0;
    color: var(--grey-2) !important; }

.tag-list--column {
  display: block; }
  .tag-list--column .tag__link {
    display: inline-block; }

.news-detail__share {
  margin-left: 20px; }
  .news-detail__share h3 {
    font-size: 16px;
    line-height: 24px;
    color: #76767A;
    margin-bottom: 12px; }
  .news-detail__share .ya-share2__link {
    border: 0; }

.news-detail__back {
  margin-top: 30px; }

@media (max-width: 1199px) {
  .block--highlight {
    margin: 0; } }

@media (max-width: 991px) {
  .sidebar-rigth {
    margin: 20px 0 0 0;
    max-width: 100%; }
  .tag-list--column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media (max-width: 639px) {
  .gallery__container--thumbs .gallery__img {
    max-width: 100%; }
  .news-detail__share {
    margin: 20px 0 0; }
  .news-detail__sep {
    margin: 20px 0; } }

@media (max-width: 479px) {
  .gallery__container--main .gallery__img {
    height: 200px; } }
