.masonry {
  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;
  margin-top: 140px;
  padding: 12px; }

.card {
  margin-top: 12px;
  overflow: hidden;
  background-color: #f2f2f2 !important; }

.card--big {
  width: 33%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 570px; }
.card--big img {
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.card--standard {
  width: 16.3%;
  height: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
.card--standard .card__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.card--standard .card__info .card__hashtag {
  position: relative;
  top: 12px;
  margin-bottom: 12px; }
.card--standard img {
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.card--standard-full {
  background: url("../img/standardbg.png");
  -webkit-background-size: cover;
  background-size: cover;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 70px; }
.card--standard-full .card__hashtag {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: absolute;
  left: 24px;
  top: 12px; }
.card--standard-full .card__city {
  font-size: 25px;
  font-family: 'RobotoRegular';
  display: block; }
.card--standard-full .card__count {
  font-size: 150px;
  font-family: 'RobotoMedium';
  display: block; }
.card--standard-full .card__bot-text {
  font-size: 20px;
  font-family: 'RobotoMedium';
  max-width: 290px;
  text-align: center;
  display: block; }

.card--standard-video {
  position: relative; }
.card--standard-video .card__hashtag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 999; }
.card--standard-video .card__info {
  position: absolute;
  bottom: 0;
  width: 100%; }
.card--standard-video .card__info .card__title {
  max-width: 100%;
  font-size: 30px;
  line-height: 1.2; }
.card--standard-video .card__info .card__text {
  font-size: 18px; }

.card--fg {
  background: #acacac;
  color: #fff; }
.card--fg .card__subtext {
  font-size: 30px;
  font-family: 'RobotoBold';
  max-width: 200px;
  text-align: center;
  line-height: 1.1em;
  position: relative;
  top: -7%; }
.card--fg .card__city {
  text-transform: uppercase; }
.card--fg .card__count {
  font-size: 90px; }
.card--fg .card__count span {
  font-size: 50px; }

.card--no-image .card__info {
  height: 100%;
  padding-bottom: 6px; }
.card--no-image .card__date {
  margin-top: auto; }
.card--no-image .card__title {
  padding-top: 28px; }

.card__img {
  opacity: 0.8;
  width: 100%;
  height: auto; }

.card__top-wrapper {
  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;
  position: relative;
  top: 12px; }

.card__title {
  max-width: 75%;
  font-size: 24px;
  font-family: 'RobotoBlack';
  line-height: 1.2; }

.card__text {
  max-width: 95%;
  font-size: 21px;
  font-family: 'RobotoBold';
  color: #030303;
  line-height: 1.429; }

.card__date {
  font-size: 16px;
  font-family: 'RobotoBlack';
  text-transform: uppercase; }

.card__hashtag {
  font-size: 12px;
  font-family: 'RobotoRegular';
  background-image: -webkit-linear-gradient(0deg, #ff4800 0%, #ff6000 50%, #ff8a00 100%);
  background-image: -ms-linear-gradient(0deg, #ff4800 0%, #ff6000 50%, #ff8a00 100%);
  color: #fff;
  padding: 2px 4px; }

.card__info {
  padding: 0 12px; }

.card__link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999; }

.card__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.card--full {
  background: url("../img/cardbigfull.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 12px; }
.card--full .card__info {
  background-image: -webkit-linear-gradient(0deg, rgba(255, 72, 0, 0.7) 0%, rgba(255, 96, 0, 0.7) 50%, rgba(255, 138, 0, 0.7) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(255, 72, 0, 0.7) 0%, rgba(255, 96, 0, 0.7) 50%, rgba(255, 138, 0, 0.7) 100%);
  padding: 24px 32px;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 999; }
.card--full .card__info .card__title,
.card--full .card__info .card__text,
.card--full .card__info .card__date {
  color: #fff; }
.card--full .card__info .card__title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90%; }
.card--full .card__info .card__text {
  margin-top: 0;
  position: relative;
  max-width: 83%; }

.card--standard-full-news .card__info {
  z-index: 99;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff; }
.card--standard-full-news .card__info .card__text {
  color: #fff;
  font-size: 18px; }
.card--standard-full-news .card__info .card__title {
  position: relative;
  top: 15%; }
.card--standard-full-news .card__info .card__hashtag {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.card--standard-full .card__hashtag {
  left: 12px; }

.card--fg {
  background-color: #acacac !important; }

.video {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: 0;
  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;
  cursor: pointer; }

.play-ico {
  position: absolute;
  z-index: 9999;
  width: 100px;
  height: 100px;
  text-align: center; }

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: none;
  box-shadow: none; }

.bottom-news {
  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;
  max-width: 1440px;
  margin: auto;
  padding-bottom: 124px; }
.bottom-news .card {
  width: 24%; }

.content {
  margin: 10px auto; }

.content__next {
  text-decoration: none; }

.content__nav-row {
  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; }

.content__hastag {
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #fefbfb;
  padding: 4px 12px;
  background-image: -webkit-linear-gradient(0deg, #ff4800 0%, #ff6000 50%, #ff8a00 100%);
  background-image: -ms-linear-gradient(0deg, #ff4800 0%, #ff6000 50%, #ff8a00 100%);
  height: 18px;
  text-decoration: none; }

.content__date {
  font-size: 16px;
  font-family: "RobotoBold";
  color: #000103;
  text-transform: uppercase; }

.article__title {
  font-size: 40px;
  font-family: 'RobotoBlack';
  line-height: 1.2; }

.author, .author-in-text {
  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; }

.author__av {
  margin-right: 12px;
}

.articleBody__opinion--left .author__av {
  margin-right: 0;
}

.articleBody__opinion--left .author__info {
  margin-left: 12px;
}

.author__info{
    line-height:100%;
}

.author__name {
  font-size: 16px;
  font-family: "RobotoBold";
  color: #030303;
  display: block;
  text-decoration: none;
  line-height: 1; }

.author__prof {
  font-size: 12px;
  font-family: "RobotoRegular";
  color: #959595;
  line-height: 1; }

.article__subtitle {
  font-family: 'RobotoMedium';
  font-size: 20px;
  line-height: 1.5; }

.article__p {
  font-size: 16px;
  font-family: "RobotoRegular";
  color: #030303; }

.article__img {
  margin: 24px 0; }

.article__postscr {
  border-left: 4px solid black;
  padding-left: 24px;
  font-family: "RobotoRegular";
  font-size: 16px; }
.article__postscr b {
  font-size: 18px;
  font-family: "RobotoBold"; }

.news-content__social {
  padding-top: 40px;
  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;
  width: 192px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.news-content__social span {
  display: block;
  font-size: 16px;
  color: #8b8b8b;
  width: 100%; }

.news-content__social-item--vk {
  background-position: 0 0; }

.news-content__social-item {
  background: url("../img/social.png") no-repeat;
  width: 35px;
  height: 35px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.news-content__social-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-box-shadow: 0 0 6px 2px skyblue;
  box-shadow: 0 0 6px 2px skyblue; }

.news-content__social-item--fb {
  background-position: -39px 0; }

.news-content__social-item--ok {
  background-position: -77px 0; }

.news-content__social-item--g {
  background-position: -116px 0; }

.news-content__social-item--tw {
  background-position: -155.5px 0; }

.main__header {
  width: 100%;
  position: relative; }

.m-header {
  background-image: url("../img/artbg.png");
  width: 100%;
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.main--map .main__content {
  margin-top: 24px; }

.main.main--map {
  padding-top: 0; }

.m-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.page--map .header,
.page--digit .header,
.page--table .header,
.page--opinion .header {
  background-color: white; }

.m-header__info {
  width: 1788px;
  max-width: 100%;
  padding: 32px 0; }

.m-header__info-wrapper--small .m-header__info {
  margin: auto !important; }

.m-header__info-wrapper {
  bottom: 0;
  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;
  width: 100%;
  background: rgba(32, 32, 32, 0.6); }

.m-header__title {
  color: #fff;
  font-family: 'RobotoBlack';
  font-size: 70px; }

.main--map .content__date {
  text-align: right;
  color: #fff; }

.author__av {
  /*height: 112px;*/
  width: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.author__name {
  font-size: 21px; }

.author__prof {
  font-size: 21px; }

.article__author {
  margin: 24px auto 0;
  width: 100%; }

.article__subtitle {
  font-size: 26px;
  margin: 40px auto; }

article p {
  font-size: 24px;
  margin: 12px auto;
  width: 100%; }

.article__img--full {
  width: 100vw !important;
  max-width: 2560px;
  margin: 0; }

.article__img--content {
  width: 100%; }

.article__img--bigger,
.article__img--full {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.article__img--bigger {
  max-width: 100vw !important;
  width: 1024px !important;
  margin: 0; }

.article {
  max-width: 708px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 24px;
  margin: 12px auto; }

.content__nav {
  margin: auto; }

.article__img-wrapper {
  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;
  margin: 40px 0; }

.news-content__social-wrapper {
  width: 708px;
  margin: auto; }

.bottom-news {
  width: 100%;
  max-width: 100%; }

.slider {
  width: 100%;
  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; }

.page--map .card,
.page--digit .card,
.page--table .card,
.page--opinion .card {
  width: 346px !important;
  margin: 0 12px;
  height: 458px !important;
  max-height: 458px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.page--map .card .card__title,
.page--digit .card .card__title,
.page--table .card .card__title,
.page--opinion .card .card__title {
  max-width: 100%;
  margin-bottom: 4px;
  margin-top: 4px; }

.page--map .card--standard-video .card__title,
.page--digit .card--standard-video .card__title,
.page--table .card--standard-video .card__title,
.page--opinion .card--standard-video .card__title {
  font-size: 24px; }

.slick-list {
  width: 100%; }

.slick-track {
  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;
  width: 100%; }

.slick-arrow {
  background: none;
  width: 70px;
  cursor: pointer;
  font-size: 64px;
  outline: none; }

.header.header-fullcolor {
  background-color: #fff; }

.page--map .main__content,
.page--digit .main__content,
.page--table .main__content,
.page--opinion .main__content {
  padding: 0;
  max-width: 708px;
  margin: 24px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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; }

.menu__nav {
  display: none !important; }

.slick-arrow {
  opacity: 0.6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  border: none; }

.slick-arrow:hover {
  opacity: 1; }

.slider .card--standard-video .card__info {
  height: 51%; }

.m-header__info-wrapper--small {
  display: none; }

.next-news {
  color: #4a4a4a; }

.crumbs a {
  color: #4a4a4a; }

main.main.main--map.main--noimg .content {
  padding-top: 20px; }

.main--noimg {
  position: relative; }
.main--noimg .m-header {
  display: none;
  background: none; }
.main--noimg .m-header__info-wrapper--small {
  position: relative;
  background-color: transparent;
  display: block;
  max-width: 708px;
  margin: auto; }
.main--noimg .m-header__info-wrapper--small .m-header__title {
  color: #000; }

.m-header__info-wrapper--big .m-header__title {
  max-height: 580px; }

.articleBody {
  display: block; }
.articleBody img {
  width: 100%;
  height: auto;}

.m-header .m-header--full {
  height: 100% !important;
  padding-top: 25vh; }

.m-header__info-wrapper--small .content__date {
  color: #000103; }

.articleBody__quote {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.articleBody__quote p {
  font-size: 20px;
  font-weight: bold; }
.articleBody__quote img {
  width: 52px;
  margin-right: 12px; }

.a-card {
  border: 2px solid #d6d6d6;
  padding: 32px;
  margin: 16px 0; }
.a-card span {
  color: #ff7800;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold; }
.a-card h2 {
  margin-top: 0;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-family: 'RobotoBold', sans-serif; }
.a-card p {
  font-family: 'RobotoRegular', sans-serif;
  font-size: 24px;
  margin: 0 !important; }

.articleBody .articleBody__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.articleBody__img-inner-wrapper {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.article__subtitle {
  text-align: left;
  width: 100%; }

.articleBody__insert {
  border-left: 5px solid #000;
  padding: 15px 0 6px 30px; }
.articleBody__insert h3 {
  margin: 0;
  font-size: 18px; }
.articleBody__insert p {
  display: inline;
  margin: 0 !important;
  font-size: 16px !important; }

.nav-slide img {
  margin: 0 4px; }

.nav-slide.slick-slider {
  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; }

.nav-slide .slick-arrow {
  position: relative;
  width: 56px;
  height: 47px;
  padding: 0;
  background-color: transparent;
  opacity: 1;
  font-size: 0;}

.nav-slide .slick-arrow:hover {
  background-color: #434240;
}
.nav-slide .slick-arrow polygon {
  transition: fill .25s ease;
}
.nav-slide .slick-arrow:hover polygon {
  fill: #fff;
}
/*.nav-slide .slick-prev {*/
  /*padding-right: 10px; }*/

/*.nav-slide .slick-next {*/
  /*padding-left: 10px; }*/

.articleBody__slider {
  margin: 24px 0; }

.articleBody a {
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.articleBody a:hover {
  color: #FF6000; }

.content__nav-row .content__next {
  color: #000; }

.m-header {
  /*margin-top: 131px;*/
  background-position: top; }

.main__sect--gray {
  background: rgba(32, 32, 32, 0.4); }

.main-slide {
  position: relative;
  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; }
.main-slide .slick-arrow {
  position: absolute;
  width: 65px;
  height: 65px;
  margin-top: -5%;
  padding: 0;
  background-color: rgba(67, 66, 64, 0.8);
  color: #000;
  opacity: 1;
  font-size: 0;
  /*font-weight: 300;*/
  /*text-shadow: 0px 0px 12px black !important; */
}
.main-slide .slick-arrow svg {
  width: 54%;
  height: auto;
}
.main-slide .slick-arrow {
  fill: #fff;
  transition: fill .25s ease;
}
.main-slide .slick-next {
  right: 0; }
.main-slide .slick-prev {
  left: 0;
  z-index: 9999; }
.main-slide .slick-track {
  /*height: 400px;*/
  /*height: 475px;*/
  height: 536px;
}

.nav-slide {
  margin-top: 12px; }

.main-slide__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #d3d3d3;
  outline: none;
}

.main-slide__img-wrapper {
  outline: none;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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; }

.main-slide__link::after,
.articleBody__img-inner-wrapper.type__img::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: contain;
  background-image: url('../img/fullscreen.jpg');
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  pointer-events: none;}

.main-slide__link:hover::after,
.articleBody__img-inner-wrapper:hover::after {
  opacity: 0.8; }

.main-slide__img-wrapper img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  width: auto; }

.nav-slide__img-wrapper {
  height: 73px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2px; }
.nav-slide__img-wrapper img {
  width: 200px;
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.nav-slide--few-images .slick-track {
  float: left; }

.nav-slide .slick-list.draggable {
  height: 60px; }

.nav-slide__img-wrapper img {
  position: relative;
  left: -49%; }

table .ps {
  font-size: 10px;
  border-bottom: 1px solid #fff !important;
  background-color: #fff; }

tr .ps {
  border: none; }

.articleBody__video-wrapper {
  position: relative;
  padding-bottom: 52.15%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
.articleBody__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.articleBody__video-wrapper.vimeo {
  padding-bottom: 72.15%;
 }
.stub {
  background: url("../img/stubBg.png");
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  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; }

.sect-block__text--stub {
  width: 302px; }

.sect-block.sect-block--stub {
  width: 704px; }
.sect-block.sect-block--stub .sect-block__title {
  width: 402px; }
.sect-block.sect-block--stub .separator {
  margin: 40px 0; }

.stub-form__submit {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  color: #fcddd1;
  left: 1324px;
  top: 676px;
  width: 142px;
  height: 40px; }

.stub-mail {
  background-color: white;
  border: none;
  outline: none;
  width: 340px;
  height: 40px;
  padding: 0 12px;
  margin-right: 22px; }

.stub-perm {
  font-size: 12px; }

@media (max-width: 768px) {
  .sect-block.sect-block--stub .separator {
    margin: 12px 0; } }

@media (max-width: 614px) {
  .stub-form__submit {
    margin-top: 16px; }
  .stub-mail {
    width: 240px; } }

.sp-form.sp-form-regular.sp-form-embed.sp-form-horizontal {
  margin: 0;
  padding: 0;
  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;
  width: 100%; }

.sp-form .sp-field > label {
  display: none !important; }

div.sp-form .sp-field {
  padding: 0; }

.sp-form-fields-wrapper {
  width: 100%; }

.sp-field input {
  width: 347px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  outline: none !important;
  height: 40px !important; }

.sp-button {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
  outline: none !important;
  color: #fcddd1 !important;
  width: 142px !important;
  height: 40px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.stub-perm {
  margin-top: 0;
  position: relative;
  top: -14px; }

.sp-message.sp-message-success {
  color: #fff !important;
  position: relative !important;
  top: -14px !important;
  margin: 8px 0 !important; }

.sp-message.sp-message-success > p:first-child {
  color: #abffa6 !important; }

@media (max-width: 500px) {
  .sp-element-container.ui-sortable.ui-droppable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .sp-field input {
    width: 240px !important; } }

.page--digit .m-header {
  background: url("../img/digitBg.png") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 100vh; }

.page--digit .m-header__info-wrapper.m-header__info-wrapper--big {
  height: 100% !important;
  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;
  padding: 0;
  background: rgba(32, 32, 32, 0.4);
  position: absolute;
  top: 0px;
  height: 100% !important; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .m-header__title {
  text-align: center;
  font-size: 300px;
  font-family: 'RobotoMedium', sans-serif;
  font-weight: normal;
  line-height: normal;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .m-header__title h2 {
  font-size: 24px;
  max-height: 90px;
  position: relative;
  margin: 0;
  padding: 0 12px; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .m-header__title span {
  width: 100%; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .m-header__info {
  height: 100% !important;
  width: 100%;
  min-height: 100%;
  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; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .m-header__info .m-header__title {
  height: 100% !important;
  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;
  margin: 0;
  width: 100%; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .m-header__info .m-header__title h2 {
  max-width: 708px;
  width: 100%; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .content__date {
  display: none; }
.page--digit .m-header__info-wrapper.m-header__info-wrapper--big .content__hastag {
  display: none; }

.page--digit .m-header__info-wrapper--small {
  display: block;
  background-color: transparent;
  color: #030303; }
.page--digit .m-header__info-wrapper--small .m-header__title {
  color: #030303; }

.page--table .m-header__info-wrapper--small {
  background-color: transparent; }
.page--table .m-header__info-wrapper--small .content__date {
  color: #030303; }
.page--table .m-header__info-wrapper--small .m-header__title {
  color: #030303;
  font-size: 48px; }

.articleBody__opinion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*border-bottom: 1px solid black;*/
  padding-bottom: 24px; }
.page--table .articleBody__opinion img {
  width: 74px;
  height: auto; }
.page--table .articleBody__opinion p {
  margin: 24px 0 0 0; }
.page--table .articleBody__opinion .author__av {
  margin: 0; }
.page--table .articleBody__opinion .author__info {
  margin: 0 12px; }

.articleBody__opinion .author img {
  width: 74px;
  height: 74px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align:start;
  align-self:flex-start;
}

.articleBody__opinion--right .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page--table .articleBody__opinion--right .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.page--table .articleBody__opinion--right .author__info {
  text-align: right; }

.articleBody__opinion:last-of-type {
  border-bottom: none; }

.articleBody__opinion {
  border-top: 1px solid black; }

.page--opinion .content__article {
  position: relative;
  margin-top: 40px; }

.page--opinion .m-header__info-wrapper--small .author {
  display: none;
  margin-bottom: 40px; }

.page--opinion .author {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -202px; }
.page--opinion .author .author__av {
  margin: 0;
  width: 124px;
  height: auto;
  border: 2px solid #fafafa; }
.page--opinion .author .author__info {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 8px; }

.page--opinion .author-in-text {
  position: unset;
}
.page--opinion .author-in-text .author__av{
  width: 74px;
  height: 74px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page--opinion .content__nav {
  z-index: 1;
}
.page--opinion main.main.main--map.main--noimg .content {
  padding-top: 152px; }
.page--opinion main.main.main--map.main--noimg .content .article__author.author {
  display: none; }
.page--opinion main.main.main--map.main--noimg .content .m-header__info-wrapper--small .article__author.author {
  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;
  position: static; }

.about__title {
  color: #000 !important; }

.about__item.ab-item {
  margin-top: 40px;
  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; }
.about__item.ab-item .ab-item__info {
  max-width: 500px; }
.about__item.ab-item .ab-item__photo {
  height: 128px;
  width: 128px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px; }
.about__item.ab-item .ab-item__name {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5; }
.about__item.ab-item img {
  width: 128px;
  height: 128px; }
.about__item.ab-item p {
  margin: 0px;
  font-size: 14px; }
.about__item.ab-item a {
  font-size: 14px; }
.about__item.ab-item .ab-item__spec {
  color: #959595; }
.about__item.ab-item .ab-item__spec a {
  text-decoration: none;
  cursor: pointer;
  color: #959595; }
.about__item.ab-item .ab-item__spec a:hover {
  color: #FF6000; }
.about__item.ab-item .ab-item__position {
  color: #959595; }

.main--about .m-header {
  background-image: none;
  height: 0 !important; }

.page--about p.about__subtitle {
  margin: 4px; }

.about__title {
  margin-bottom: 6px; }

.page--about .main {
  margin-top: 100px; }

html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999999; }
html.js .loader .loader_inner {
  background-image: url("../img/preloader.gif");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute; }

body {
  font-family: "RobotoRegular", sans-serif;
  font-weight: normal;
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }

div, header, body, footer, ul, li, a, img, form, input, span, p, section, article, button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.page {
  width: 100%;
  overflow-x: hidden; }

.header {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-bottom: 2px solid #949494;
  z-index: 9999999;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.header__burger {
  display: none;
  cursor: pointer; }

.header__content {
  max-width: 2560px;
  width: 100%;
  margin: auto;
  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;
  padding: 22px 32px; }

.header__left-half,
.header__right-half {
  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;
  position: relative; }

.header__right-half {
  visibility: hidden;
  height: 30px; }

.header__logo--scroll {
  display: none; }

.header__logo-wrapper {
  padding-bottom: 6px; }

.header__nav, .footer__nav, .menu__nav {
  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;
  margin-left: 156px;
  position: relative;
  top: 4px; }
.header__nav .h-nav__item, .header__nav .f-nav__item, .header__nav .m-nav__item, .footer__nav .h-nav__item, .footer__nav .f-nav__item, .footer__nav .m-nav__item, .menu__nav .h-nav__item, .menu__nav .f-nav__item, .menu__nav .m-nav__item {
  border-right: 1px solid #acacac; }
.header__nav .h-nav__item a, .header__nav .f-nav__item a, .header__nav .m-nav__item a, .footer__nav .h-nav__item a, .footer__nav .f-nav__item a, .footer__nav .m-nav__item a, .menu__nav .h-nav__item a, .menu__nav .f-nav__item a, .menu__nav .m-nav__item a {
  margin: 0 12px;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #585859;
  -webkit-text-decoration-color: #4b4b4b;
  text-decoration-color: #4b4b4b;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.header__nav .h-nav__item a:hover, .header__nav .f-nav__item a:hover, .header__nav .m-nav__item a:hover, .footer__nav .h-nav__item a:hover, .footer__nav .f-nav__item a:hover, .footer__nav .m-nav__item a:hover, .menu__nav .h-nav__item a:hover, .menu__nav .f-nav__item a:hover, .menu__nav .m-nav__item a:hover {
  opacity: 0.8; }

.header__burger,
.header__search-icon {
  border: 0;
  outline: 0;
  padding: 0 12px;
  background-color: transparent; }

.header__search--scroll {
  display: none; }

.footer__search-wrapper, .footer__search-wrapper {
  margin-right: 36px; }

.header__search-icon {
  display: none; }

.header__search, .footer__search {
  width: 462px;
  height: 32px;
  padding: 0 8px;
  outline: none;
  border: none;
  border-bottom: 1px solid #acacac;
  font-size: 18px;
  background-position: 422px 0px;
  -webkit-background-size: 32px;
  background-size: 32px; }

.header__right-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 40px; }

.social-cont {
  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;
  position: relative; }

.social__item {
  display: inline-block; }

.social__icon {
  width: 40px;
  height: 40px;
  background: url("../img/socialnew.png");
  margin-right: 8px;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
.social__icon:hover {
  -webkit-box-shadow: 0 0 14px -2px #595959;
  box-shadow: 0 0 14px -2px #595959; }

.social__icon--fb {
  background-position: -50px 0; }

.social__icon--tw {
  background-position: -81px 0; }

.social__icon--yt {
  background-position: -150px 0;
  margin-right: 0; }

.social__icon--inst {
  background-position: -200px 0; }

.social__icon--tel {
  background-position: 40px 0; }

.social__icon--dzen {
  background: url("../img/socialdzen.png"); }

.header__lang {
  visibility: hidden;
  font-size: 18px;
  color: #4b4b4b;
  text-decoration: underline;
  font-family: 'Open Sans';
  top: -24px;
  position: relative; }
.header__lang:hover {
  color: #4b4b4b;
  text-decoration: none; }

.main {
  /*padding-top: 16px;*/
  max-width: 2560px;
  margin: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.main__sect {
  width: 100%;
  height: 768px;
  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; }

.main__sect--orange {
  background-color: #ff6000; }

.main__sect--yellow {
  background-color: #ff8a00; }

.main__sect--blue {
  background-color: #11b8ff; }

.main__sect--darkblue {
  background-color: #004264; }

.main__sect {
  -webkit-background-size: cover;
  background-size: cover; }

.sect-block {
  width: 614px;
  height: 100%;
  color: #fff;
  padding: 34px 54px; }

.sect-img {
  opacity: 0.8; }

.m-sect__half {
  width: 50%;
  z-index: 999999; }

.m-sect__half--img {
  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; }

.main__sect--right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
.main__sect--right .m-sect__half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.main__sect--right .m-sect__half .sect-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right; }
.main__sect--right .m-sect__half .sect-block .sect-block__text {
  height: auto;
  width: 100%; }
.main__sect--right .m-sect__half .sect-block .separator-wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.main__sect--orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.sect-block__hashtag {
  font-size: 30px;
  font-family: "RobotoRegular";
  text-decoration: none;
  color: #fff; }

.sect-block__title {
  font-size: 54px;
  font-family: 'RobotoBlack';
  line-height: 1.111;
  font-weight: 600;
  margin-top: 12px;
  opacity: 1;
  margin-bottom: 24px; }

.separator {
  width: 122px;
  height: 8px;
  background-color: #fff; }

.sect-block__text {
  font-size: 18px;
  font-family: 'RobotoBold'; }

.sect-block__wrapper {
  width: 100%;
  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; }

.sect-block__date {
  font-size: 16px;
  font-family: 'RobotoBlack';
  text-transform: uppercase; }

.sect-block__button {
  width: 142px;
  background-color: transparent;
  outline: none;
  border: 1px solid #fff;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none; }

.footer {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 24px; }

.footer__container {
  width: 2560px;
  margin: auto;
  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; }

.footer__contacts {
  width: 414px;
  text-align: right;
  padding: 24px 32px; }

.footer__logo-wrapper {
  width: 100%; }

.footer__phone,
.footer__mail {
  font-size: 25px;
  margin-top: 16px; }

.footer__phone {
  font-family: 'RobotoMedium';
  color: #4a4a4a; }
.footer__phone a {
  font-family: 'RobotoMedium';
  color: #4a4a4a;
  text-decoration: none; }

.footer__mail {
  color: #a2a2a2;
  font-size: 20px;
  margin-top: 0; }

.footer__sep {
  width: 116px;
  background-color: #a2a2a2;
  position: relative;
  height: 2px;
  margin: 16px auto; }

.footer__copy {
  margin: auto;
  color: #b6b6b6;
  font-size: 14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer__logo-wrapper--right {
  display: none; }

@media (min-width: 767px) {
  .footer .footer__logo-wrapper--top {
    display: none; }
  .footer__logo-wrapper--right {
    display: block; }
  .footer .footer__copy {
    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; }
  .footer .footer__sep {
    margin: 16px 0;
    position: static; }
  .footer .footer__contacts {
    text-align: right;
    padding: 24px 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; } }

.copir {
  color: #6a6a6a;
  padding-bottom: 12px; }

.footer__main {
  width: 70%;
  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;
  padding: 58px 24px;
  position: relative; }

.f-nav {
  margin-left: 0;
  margin-right: 120px; }

.footer__social {
  width: 140px;
  height: 30px; }

.footer .f-nav__item a {
  font-size: 36px; }

.footer .f-nav__item {
  height: 46px;
  line-height: 40px; }

.footer__search {
  height: 46px;
  position: relative;
  top: 4px;
  font-size: 34px;
  padding-left: 24px;
  width: 150%;
  background-position: 100% 0px;
  margin-right: 0; }

.footer__social {
  margin-top: 40px;
  top: 0;
  margin-right: 52px; }

.projector {
  margin-top: 24px; }

.mobile-only {
  display: none; }

.slide-menu {
  position: fixed;
  background-color: #fff;
  height: 100vh;
  top: 0;
  width: 382px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: -382px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.m-nav .m-nav__item {
  margin-top: 24px;
  display: block;
  width: 100%;
  border: none; }
.m-nav .m-nav__item a {
  font-size: 26px;
  margin-left: 0; }
.m-nav .m-nav__item a:active {
  color: #ff7300; }

.m-nav {
  width: 100%;
  display: block !important;
  max-width: 200px;
  margin-left: 0;
  margin-top: 10vh;
  margin-bottom: 60px;
  padding: 0 12px;}

.slide-menu .footer__contacts {
  width: 100%;
  max-width: 292px;
  text-align: center;
  padding: 0; }

.slide-menu .footer__phone {
  left: 0;
  font-size: 24px;
  margin-top: 0; }

.slide-menu .footer__logo {
  width: 244px; }

.slide-menu .footer__mail {
  font-size: 14px;
  margin-top: 6px; }

.slide-menu .footer__sep {
  left: 0;
  margin: 18px auto;
  width: 100px; }

.slide-menu .footer__copy {
  left: 0;
  text-align: center;
  font-size: 14px; }

.slide-menu .footer__main {
  width: 0;
  padding: 0; }

.slide-menu .projector {
  display: none; }

.slide-menu .mobile-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 40px; }

.slide-menu .mobile-only .footer__social {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto; }

.slide-menu .social-cont {
  width: 160px; }

.slide-menu .social__icon {
  width: 40px;
  height: 40px; }

.slide-menu .social__icon--inst {
  background-position: 90px 0; }

.slide-menu .social__icon--fb {
  background-position: -50px 0; }

.slide-menu .social__icon--tw {
  background-position: -100px 0; }

.slide-menu .social__item .social__icon--yt {
  background-position: -150px 0; }

.main .main__sect:first-child {
  /*margin-top: 115px;*/
  position: relative; }

.slide-right {
  -webkit-transform: translateX(382px);
  -ms-transform: translateX(382px);
  transform: translateX(382px); }

.slide-menu--active {
  -webkit-transform: translateX(382px);
  -ms-transform: translateX(382px);
  transform: translateX(382px);
  overflow-x: scroll;
  padding: 24px; }

.slide-menu__link {
  text-decoration: none; }

.slide-menu .subscribe {
  margin: auto;
  width: 274px;
  height: 40px; }

.slide-menu .subscribe-block__subtitle {
  font-size: 16px;
  text-align: left;
  padding: 0 12px; }

.slide-menu .footer__phone {
  margin-top: 40px; }

.search-block {
  display: none;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 5.95px 1.05px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5.95px 1.05px rgba(0, 0, 0, 0.25);
  width: 225px;
  height: 232px;
  overflow: hidden;
  right: 5%; }
.search-block input {
  color: #afafaf;
  border: none;
  font-size: 18px;
  height: 29px;
  outline: none;
  padding: 8px;
  background-color: #fff;
  position: relative;
  z-index: 999; }
.search-block .search-list {
  position: relative;
  margin: 0;
  list-style-type: none;
  padding: 0;
  top: 0; }
.search-block .search-list .search-list__item {
  border-top: 1px solid #a0a0a0;
  color: #afafaf;
  font-size: 18px;
  padding: 0 8px; }
.search-block .search-list .search-list__item.search-list__item--main {
  color: #7c7c7c; }
.search-block .arrow-button {
  width: 100%;
  border: none;
  outline: none;
  border-top: 1px solid #a0a0a0;
  background-color: #fff;
  height: 29px;
  text-align: right;
  position: absolute;
  bottom: 0;
  cursor: pointer; }
.search-block .arrow-button .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.search-block .arrow-top {
  position: absolute;
  top: 0;
  width: auto;
  border: none;
  right: 0;
  z-index: 9999; }
.search-block .arrow-top .arrow {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.search-block--active {
  display: block; }

.m-sect__half--img {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: 0.8; }

.main__sect--right .sect-block__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.main__sect.main__sect--full {
  position: relative;
  background-position: center 0; }

.main__sect--full--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.main__sect--full .sect-block {
  z-index: 99999999; }

.header__nav .h-nav__item:last-of-type {
  border: none; }

.header__nav.h-nav {
  visibility: hidden;
}

.subscribe {
  background-color: #ff6000;
  background-image: -webkit-gradient(linear, left top, right top, from(#ED7608), to(#E95225));
  background-image: -webkit-linear-gradient(left, #ED7608, #E95225);
  background-image: -o-linear-gradient(left, #ED7608, #E95225);
  background-image: linear-gradient(to right, #ED7608, #E95225);
  width: 193px;
  height: 40px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  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; }
.subscribe .subscribe__ico {
  margin-right: 12px; }

.header__subscribe-block {
  margin-right: 36px; }

.header--scrolled {
  position: fixed;
  top: 0; }
.header--scrolled .header__content {
  height: 72px;
  padding: 0 32px; }
.header--scrolled .header__logo {
  top: 6px;
  position: relative;
  height: 50px; }

.header--scrolled ~ .main {
  margin-top: 70px;
}

.subscribe__link {
  text-decoration: none; }

.subscribe-block__form {
  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;
  border: 1px solid #858585;
  width: 193px; }

.subscribe-block__input {
  height: 40px;
  border: none;
  width: 151px;
  padding-left: 4px;
  outline: none; }

.subscribe-block__send {
  width: 40px;
  height: 40px;
  background-color: #ff6000;
  border: none;
  outline: none;
  cursor: pointer; }
.subscribe-block__send img {
  width: 30px;
  height: auto; }

.hidden {
  display: none; }

.sp-form.sp-form-regular.sp-form-embed.sp-form-horizontal {
  margin: 0;
  padding: 0;
  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;
  width: 100%; }

.sp-form .sp-field > label {
  display: none !important; }

div.sp-form .sp-field {
  padding: 0; }

.sp-form-fields-wrapper {
  width: 100%; }

.sp-field input {
  width: 347px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  outline: none !important;
  height: 40px !important; }

.sp-button {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
  outline: none !important;
  color: #fcddd1 !important;
  width: 142px !important;
  height: 40px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.stub-perm {
  margin-top: 0;
  position: relative;
  top: -14px; }

.sp-message.sp-message-success {
  color: #fff !important;
  position: relative !important;
  top: -14px !important;
  margin: 8px 0 !important; }

.sp-message.sp-message-success > p:first-child {
  color: #abffa6 !important; }

@media (max-width: 500px) {
  .sp-element-container.ui-sortable.ui-droppable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .sp-field input {
    width: 240px !important; } }

.footer__subscribe-block .sp-form-control {
  border: 1px solid #818181 !important; }

.footer__subscribe-block .sp-button {
  background-color: #ff6000 !important; }

.footer__subscribe-block .sp-form {
  max-width: 512px !important; }


.subscribe-block__subtitle {
  color: #9b9b9b;
  font-family: 'OpenSans', sans-serif;
  font-size: 20px; }

.footer-form-perm {
  font-size: 14px;
  position: relative;
  top: -18px;
  color: #9b9b9b; }
.footer-form-perm a {
  color: #9b9b9b; }

.footer__subscribe-block {
  position: relative;
  left: 56px; }

.header__search-button,
.header__search-start {
  border: none;
  outline: none;
  background-color: transparent;
  margin-right: 36px;
  cursor: pointer; }
.header__search-button img,
.header__search-start img {
  max-width: 24px;
  height: auto; }

.header__search-wrapper {
  display: none;
  position: absolute !important;
  padding-left: 12px; }

.header__search-wrapper--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 60px;
  height: 28px; }

.header__search-start {
  margin-right: 12px; }

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 9999999999;
  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; }
.modal .modal-block {
  padding: 8px 24px 24px 24px;
  width: 400px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.modal .modal-block p {
  margin: 0; }
.modal .modal-block .modal__close {
  width: 100%;
  top: 0;
  text-align: right; }
.modal .modal-block .modal__close img {
  position: relative;
  right: -16px;
  cursor: pointer; }

.modal {
  display: none; }

.modal--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.news-content__bottom-tags .content__hastag {
  border: 2px solid #FF6300;
  background-image: none;
  color: #FF6300;
  white-space: nowrap;
  display: inline-block;
  height: 100%;
  font-weight: bold;
  margin-top: 12px; }

.sect-block__link {
  color: #fff !important;
  text-decoration: none;
  width: 100%; }

.sect-block__link:visited {
  color: #fff !important; }

.sect-block__link:focus{
  outline-style: none;
}

.sp-message p {
  color: #454545 !important; }

.filler {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999; }

.stub .sp-form.sp-form-regular.sp-form-embed.sp-form-horizontal {
  margin: 0;
  padding: 0;
  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;
  width: 100%; }

.stub .sp-form .sp-field > label {
  display: none !important; }

.stub div.sp-form .sp-field {
  padding: 0; }

.stub .sp-form-fields-wrapper {
  width: 100%; }

.sp-form-horizontal .sp-element-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.sp-link-wrapper {
  padding: 8px 8px 0;
}

.sp-form .sp-form-control {
  max-width: 97%;
}

.sp-form-horizontal .sp-element-container .sp-field {
  min-height: 51px;
}

.sp-form .sp-button, .sp-form .sp-form-control {
  padding: 1px 8.75px 2px;
}

.sp-field input {
  width: 347px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  outline: none !important;
  height: 40px !important; }

.sp-button {
  background-color: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
  outline: none !important;
  color: #fcddd1 !important;
  width: 142px !important;
  height: 40px !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

.stub-perm {
  margin-top: 0;
  position: relative;
  top: -14px; }

.stub-perm a {
  color: #fff; }

.sp-message.sp-message-success {
  color: #fff !important;
  position: relative !important;
  top: -14px !important;
  margin: 8px 0 !important; }

.sp-message.sp-message-success > p:first-child {
  color: #E95623 !important; }

@media (max-width: 500px) {
  .stub .sp-element-container.ui-sortable.ui-droppable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .stub .sp-field input {
    width: 240px !important; } }

.stub .footer__subscribe-block .sp-form-control {
  border: 1px solid #818181 !important; }

.stub .footer__subscribe-block .sp-button {
  background-color: #ff6000 !important; }

.stub .footer__subscribe-block .sp-form {
  max-width: 512px !important; }

.stub .subscribe-block__subtitle {
  color: #9b9b9b;
  font-family: 'OpenSans', sans-serif;
  font-size: 20px; }

.stub .footer-form-perm {
  font-size: 14px;
  position: relative;
  top: -18px;
  color: #9b9b9b; }

.stub .footer-form-perm a {
  color: #9b9b9b; }

.stub .footer__subscribe-block {
  position: relative;
  left: 56px; }

.stub .header__search-button,
.stub .header__search-start {
  border: none;
  outline: none;
  background-color: transparent;
  margin-right: 36px;
  cursor: pointer; }

.stub .header__search-button img,
.stub .header__search-start img {
  max-width: 24px;
  height: auto; }

.stub .header__search-wrapper {
  display: none;
  position: absolute !important;
  padding-left: 12px; }

.stub .header__search-wrapper--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: -350px !important; }

.header__search-start {
  margin-right: 12px; }

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 9999999999;
  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; }

.modal .modal-block {
  padding: 8px 24px 24px 24px;
  width: 400px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.modal .modal-block p {
  margin: 0; }

.modal .modal-block .modal__close {
  width: 100%;
  top: 0;
  text-align: right; }

.modal .modal-block .modal__close img {
  position: relative;
  right: -16px;
  cursor: pointer; }

.modal {
  display: none; }

.modal--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.news-content__bottom-tags .content__hastag {
  border: 2px solid #FF6300;
  background-image: none;
  color: #FF6300; }


.sp-element-container.ui-sortable.ui-droppable {
  max-width: 500px; }

.search {
  margin: 24px auto 154px;
  /*max-width: 1000px; */
  max-width: 2560px;
}

.search .results-item {
  max-width: 1000px;
  margin: 54px auto 0; }

.results-item.results-item--big {
  width: 100%;
  max-width: 100%; }

.results-item a img {
  opacity: 0.8;
}

.search__input {
  width: 95%;
  border: none;
  border-bottom: 1px solid #535353;
  font-size: 40px;
  outline: none;
  padding: 2px 6px;
  font-family: 'RobotoBlack', sans-serif;
  background-color: transparent; }

.search__icon {
  width: 24px; }

.search .m-sect {
  margin-top: 54px; }

.search__nav,
.search__form {
  max-width: 1000px;
  margin: auto; }

.notFound {
  max-width: 1000px;
  margin: 54px auto;
  color: #48b460;
}

.search__form {
  margin-top: 48px; }

.search__result-info {
  text-align: center; }
.search__result-info p {
  font-size: 18px;
  color: rgba(3, 3, 3, 0.502);
  font-weight: bold;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 0; }
.search__result-info p:nth-of-type(2) {
  margin-top: 4px;
  font-size: 14px; }

.results-item__hashtag {
  font-size: 18px;
  color: #ff6000;
  line-height: 1.393;
  text-decoration: none;
  border: 2px solid #ff6000;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: bold;
  z-index: 999;
  position: relative; }

.results-item__title {
  font-size: 30px;
  color: #030303;
  line-height: 1;
  font-family: 'RobotoBlack', sans-serif;
  width: 100%; }

.results-item__text {
  font-size: 16px;
  font-family: 'RobotoRegular', sans-serif;
  line-height: 1.4;
  height: 114px;
  overflow: hidden; }

.results-item__date {
  font-size: 16px;
  font-family: "RobotoRegular", sans-serif;
  color: #959595;
  line-height: 2;
  position: relative;
  z-index: 999; }

.search__results-item {
  margin-top: 54px; }

.results-item--img {
  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; }
.results-item--img img {
  height: 100%; }
.results-item--img .results-item__wrapper {
  width: 73%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
.results-item--img .results-item__wrapper .results-item__text {
  max-height: 67px; }

.results-item--img > a {
  position: relative;
  display: block;
  min-width: 257px;
  height: 257px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-item--img > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.2;
}

.results-item--img > a img {
  width: 257px;
  height: 257px;
}

.results-item {
  max-height: 280px;
  background-color: #fff;
  padding: 16px; }

.results-item--img {
  padding: 0; }

.results-item--img .results-item__wrapper {
  padding: 16px 0 0 16px; }

.results-item__content {
  max-height: 167px;
  position: relative;
  z-index: 999; }

.main {
  width: 2560px; }

.results-item--bg {
  padding: 16px;
  background: url("../img/boots.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff; }
.results-item--bg .results-item__title {
  margin: 12px 0 0 0;
  color: #fff; }
.results-item--bg .results-item__date {
  color: #fff; }
.results-item--bg .results-item__text {
  margin-bottom: 0; }
.results-item--bg .results-item__hashtag {
  color: #fff;
  border-color: #fff; }

.results-item__title {
  margin-bottom: 12px; }

.search__button-wrapper {
  text-align: center;
  margin-top: 80px; }

.search__more {
  font-size: 16px;
  font-family: "RobotoRegular", sans-serif;
  color: #ff6600;
  line-height: 1.625;
  border: 2px solid #ff6600;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background-color: transparent;
  outline: none;
  padding: 0 12px;
  cursor: pointer; }

.search__link {
  text-decoration: none; }

.search__search-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none; }

.search__query {
  text-align: center;
  font-size: 72px;
  font-family: "RobotoBlack", sans-serif;
  color: #030303;
  line-height: 1;
  margin-bottom: 24px; }

.page--search {
  background-color: #fafafa; }

.main__sect--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.main__sect--right .m-sect__half {
  height: 100%; }

.separator-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.header .header__social {
  padding-left: 12px;
  width: 100%;
  min-width: 144px; }

.header__social--deactive {
  position: absolute;
  top: -1000px; }

.header__subscribe-block.subscribe-block {
  margin-right: 0; }

.modal-block a {
  color: #000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.modal-block a:hover {
  color: #FF6000; }

.header__search-block {
  position: relative;
  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; }

.header--mobile .h-nav, .f-nav {
  position: absolute;
  top: -1000px; }

.header--mobile .header__burger {
  display: block;
  position: relative;
  left: -12px; }

.header--mobile .header__subscribe {
  display: none; }

.header--mobile .header__search-button {
  margin: 0; }

.header--mobile .header__search-wrapper--active {
  right: 26px; }

.header__search-wrapper--active {
  width: 353px;
  background-color: #fff;
  top: 0; }

.content__nav {
  width: 100%; }

.viget-wrapper {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.articleBody table {
  width: 100%;
  border-spacing: 0;
  font-size: 14px;
  border-collapse: collapse;
  min-width: 600px; }
.articleBody table tr:nth-of-type(odd) {
  background-color: #FFCFB2; }
.articleBody table tr {
  border-top: 1px solid #e4b99f;
  border-bottom: 1px solid #e4b99f; }
.articleBody table thead {
  font-weight: bold; }
.articleBody table thead tr {
  background-color: #fff !important;
  border-top: none; }
.articleBody table td {
  color: #261D17;
  padding: 0 12px; }
.articleBody table td:first-child {
  padding-left: 8px; }

.results-item__content {
  max-width: 100%; }

.page--search .search__input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.table-wrapper {
  overflow: auto; }

table td p {
  font-size: 14px !important; }

.m-header__title {
  line-height: 72px; }

.header__subscribe--small {
  width: 100%; }
.header__subscribe--small span {
  display: none; }
.header__subscribe--small .subscribe__ico {
  margin: 0; }

.sendpulse-popover.sendpulse-prompt {
  z-index: 99999999999 !important; }

.footer__left-wrapper > .footer__social {
  position: relative;
  left: 56px; }

.results-item--bg {
  position: relative; }

.results-item--bg__shade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 32, 32, 0.4); }

.footer__copy .copir a {
  color: inherit;
  margin-left: 8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
.footer__copy .copir a:hover {
  color: #FF6000; }

.footer__about {
  width: 100%;
  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; }

.bx-core-window {
  z-index: 999999999999999999 !important;
}

.bx-core-popup-menu {
  z-index: 99999999999999 !important;
}

.header__search-block .header__search-button--active {
  z-index: 999;
}

.b-caption-img {
  font-weight: normal;
  margin-top: 12px;
  font-size: 11px;
  color: #7c7c7c;
}

.b-caption-img__text {
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.b-caption-img__author {
  font-weight: 400;
}

.slideup-subscribe__content {
  margin: auto;
  max-width: 620px;
}

.subscribe-overlay {
  background-image: linear-gradient(to right, rgba(0, 157, 224, 0.9), rgba(0, 112, 172, 0.9));
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.slideup-subscribe {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -400px;
  transition: all 1s;
  padding: 0 6px;
}

.slideup-subscribe--active {
  left: 0;
  right: 0;
  bottom: 0;
}

.slideup-subscribe .footer-form-perm,
.slideup-subscribe .footer-form-perm a {
  color: #fff;
  margin: 0;
  margin-left: 2px;
}

.slideup-subscribe .subscribe-block__subtitle {
  color: #fff;
  margin: 0;
  margin-left: 2px;
  padding-right: 34px;
}

.slideup-subscribe .subscribe-block__subtitle {
  line-height: 18px;
}

.slideup-subscribe h5.subscribe-block__subtitle {
  margin-bottom: 8px;
}

.slideup-subscribe .footer__subscribe-block {
  top: 7px;
}

.slideup-subscribe__wrap {
  padding-top: 8px;
}

.slideup-sibscribe__close {
  position: absolute;
  top: 16px;
  right: 0;
}

.slideup-sibscribe__close img {
  cursor: pointer;
}

.slideup-sibscribe__close img:hover {
  opacity: 0.6;
}

.slideup-subscribe .subscribe-block__subtitle {
  font-size: 16px;
}
.slideup-subscribe h5.subscribe-block__subtitle {
  font-size: 14px;
}

.slideup-subscribe__wrap {
  position: relative;
}

.main-slide__img-wrapper a.main-slide__link img{
  cursor: zoom-in;
}

.main-slide .main-slide__img-wrapper .b-caption-img {
  /*display: none;*/
  position: absolute;
  bottom: 0;
  right: 0;
  left: -1px;
  /*background-color: rgba(0,0,0, 0.8);*/
  /*color: #fff;*/
  padding: 8px 8px 0 8px;
  max-height: 65px;
  height: 65px;
}

.main-slide__img-wrapper {
  padding-bottom: 66px;
}

.articleBody__slider .b-caption-img__text {
  max-height: 40px;
  overflow: hidden;
}

.main-slide .main-slide__img-wrapper .b-caption-img.b-caption-img--open .b-caption-img__text  {
  max-height: 100% !important;
  overflow: visible !important;
}

.b-caption-img__text--big {
  display: none;
}

.b-caption-img--open {
  /*height: 100%;*/
  cursor: pointer;
  max-height: 100% !important;
  height: auto !important;
  background-color: rgba(255, 255, 255, 0.8);
  width: 101%;
}

.b-caption-img--open .b-caption-img__text {
  display: none;
}

.b-caption-img--open .b-caption-img__text--big {
  display: block;
}

.overflow-text {
  cursor: pointer;
}

.slide-counter {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  color: #7c7c7c;
}

.m-header__slideup-info {
  position: absolute;
  top: 0;
  background: rgba(32, 32, 32, 0.6);
  width: 100%;
  height: 52px;
  flex-wrap: wrap;
  padding: 6px 24px;
  display: none;
}

.slideup-info__text {
  max-height: 20px;
  font-size: 13px;
  font-weight: 500;
}

.slideup-info__author,
.slideup-info__text {
  display: block;
  color: #fff;
  width: 100%;
  text-align: right;
  line-height: 15px;
}

.slideup-info__author {
  font-size: 11px;
  font-weight: 400;
  max-height: 15px;
}

.m-header:hover .m-header__slideup-info {
  display: flex;
}

.bottom-news .card__info .card__date {
  font-size: 14px;
  text-transform: lowercase;
  color: #949494;
  font-family: 'RobotoMedium';
}

.bottom-news .slider .card {
  width: 300px !important;
  height: 400px !important;
  margin: 0 auto !important;
}

.mobile-only .social-cont {
  width: 100%;
}

.b-caption-img a {
  text-decoration: none;
  font-weight: normal;
  margin-top: 12px;
  font-size: 11px;
  color: #7c7c7c;
}

.b-caption-img a:hover {
  color: #7c7c7c;
}

.article__subtitle a {
  color: #000;
  text-decoration: underline;
  transition: all 0.4s;
}

.article__subtitle a:hover,
.article__subtitle a:hover span {
  color: #FF6000;
}

/*Контейнер, ограничивающий ширину --------------------------*/
.content__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 768px) {
  .content__wrapper {
    padding: 0 20px;
  }
}

/*Форма "Хотите провести мероприятие или стать партнером?" --------------------------*/
.contact-block__subtitle {
  margin-top: 50px;
  font-size: 20px;
  text-align: center;
  color: #9b9b9b;
  font-family: 'OpenSans', sans-serif;
}
.contact-form .contact-for__input {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 9px;
  max-width: 100%!important;
  border: 1px solid #818181 !important;
  font: inherit;
  white-space: nowrap;
  color: inherit;
  background-color: #fff;
}

.contact-form__button {
  display: inline-block;
  height: 42px;
  padding: 10px 40px;
  min-width: 50px;
  max-width: 100%;
  border: 0;
  outline: 0!important;
  font-family: Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #ffffff;
  background-color: #ff6000 !important;
  cursor: pointer;
  overflow: hidden;
}

.contact-form__button:hover {
  opacity: 0.9;
  position: relative;
  top: -1px;
  transition: all 60ms ease-in-out 30ms;
}

.contact-form {
  width: 100%;
  margin: 0;
  padding: 0;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form__item {
  margin-bottom: 10px;
}

.contact-form__item:nth-child(n+2) {
  margin-left: 10px;
}

@media (max-width: 450px) {
  .content-filter__tag .content__tab,
  .contact-form__item {
    width: 100%;
    text-align: center;
  }
  .contact-form__item {
    text-align: center;
  }
  .contact-form__item:nth-child(n+2) {
    margin-left: 0;
  }
  .content__tab
}


/* Слайдер  --------------------------*/
.main-slider--wrapper{
  margin-top: 40px;
}

.main .main-slider .main__sect {
  margin-top: 0 !important;
  position: relative;
}

.main-slider__item {
  position: relative;
}

.main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  display: block;
  width: 34px;
  height: 47px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
@media (max-width: 767px) {
  .main-slider .slick-arrow {
    top: 33vw;
  }
}

.main-slider .slick-arrow::after {
  content: "";
  position: relative;
  left: 19px;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 40%;
  background-image: url("../img/arrow-white.png");
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider__nav .slick-arrow.slick-disabled,
.main-slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.main-slider .slick-prev {
  left: 13px;
}
.main-slider .slick-next {
  right: 13px;
}
@media (max-width: 1280px) {
  .main-slider .slick-prev {
    left: 4px;
  }
  .main-slider .slick-next {
    right: 4px;
  }
}

@media (max-width: 1024px) {
  .main-slider .slick-prev {
    left: -6px;
  }
  .main-slider .slick-next {
    right: -6px;
  }
}

@media (max-width: 767px) {
  .main-slider .slick-prev {
    left: 4px;
  }
  .main-slider .slick-next {
    right: 4px;
  }
}
.main-slider__nav .slick-next::after,
.main-slider .slick-next::after {
  -webkit-transform: translateX(-50%) rotate(-180deg);
  -ms-transform: translateX(-50%) rotate(-180deg);
  transform: translateX(-50%) rotate(-180deg);
}


/* slider dots  --------------------------*/

.main-slider .slick-dots {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.main-slider__nav {
  margin-top: 40px;
  text-align: center;
}

.main-slider__nav .slick-dots {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.main-slider__nav  .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
.main-slider__nav .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;
}
.main-slider__nav .slick-dots li button:hover,
.main-slider__nav .slick-dots li button:focus {
  outline: none;
}
.main-slider__nav .slick-dots li button:hover:before,
.main-slider__nav .slick-dots li button:focus:before {
  opacity: 1;
}
.main-slider__nav .slick-dots li button:before {
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-slider__nav .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* внешняя навигация слайдера --------------------------*/
.main-slider__nav .slick-arrow {
  position: relative;
  /*left: 20px;*/
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.main-slider__nav .slick-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 40%;
  background-image: url("../img/arrow-black.png");
  background-repeat: no-repeat;
}
.main-slider__nav .slick-arrow.slick-disabled {
  opacity: 0;
}

.main-slider__nav .slick-next::after,
.main-slider__nav .slick-next::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Сетка событий  --------------------------*/
.content-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-grid__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: CALC(33.3% - 35px);
  max-width: 301px;
  margin-right: 51px;
  margin-bottom: 27px;
  font-size: 0;
  line-height: 0;
  background-color: #f2f2f2;
}

.content-grid__item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .content-grid__item {
    width: CALC(33.3% - 15px);
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .content-grid__item {
    width: CALC(50% - 15px);
    margin-right: 20px;
  }
  .content-grid__item:nth-child(3n) {
    margin-right: 20px;
  }
  .content-grid__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 520px) {
  .content-grid__item {
    width: 100%;
    margin-right: 0;
  }
  .content-grid__item:nth-child(3n) {
    margin-right: 0;
  }
}

.content-grid__text {
  width: 100%;
  padding: 19px 14px;
}

.content-grid__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #a4a4a4;
  font-size: 12px;
  line-height: 1.3;
}

.content-grid__value {
  font-size: 40px;
  line-height: 0.8;
  font-weight: bold;
  margin-right: 3px;
}

@media (max-width: 320px)
{
  .content-grid__value{
    font-size: 30px;
  }
}
@media (min-width: 520px)
  and (max-width: 700px)
{
  .content-grid__value{
    font-size: 30px;
  }
}
@media (min-width: 768px)
  and (max-width: 935px)
{
  .content-grid__value{
    font-size: 30px;
  }
}

.content-grid__title {
  display: block;
  width: 100%;
  min-height: 105px;
  margin-bottom: 13px;
  padding: 24px 0 5px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.content-grid__title:visited {
  color: #000000;
}

.content-grid__img-wrapper {
  position: relative;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  overflow: hidden;
}

.content-grid__img-wrapper::before {
  display: block;
  content: '';
  width: 100%;
  height: auto;
  padding-top: 65.22%;
}

.content-grid__link {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-grid__link--reportage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 87px 25px rgba(35, 35, 35, 1);
  -moz-box-shadow: inset 0px 0px 87px 25px rgba(35, 35, 35, 1);
  box-shadow: inset 0px 0px 87px 25px rgba(35, 35, 35, 1);
}

.content-grid__link--reportage::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: 38% 38%;
  -moz-background-size: 38%;
  -o-background-size: 38%;
  background-size: 38%;
  background-repeat: no-repeat;
  background-image: url("/local/templates/.default/img/reportage.png");
  background-position: center center;
}

.content-grid__img {
  max-width: 100%;
  position: relative;
  min-width: 200px;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .content-grid__img-wrapper::before {
    display: none;
  }

  .content-grid__link {
    position: static;
  }

  .content-grid__img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    min-width: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
  .content-grid__img-wrapper {
    width: 100%;
  }
  .content-grid__img-wrapper::before {
    display: none;
  }
  .content-grid__link {
    position: static;
  }
}

/* Фильтр событий  --------------------------*/
.content__hr {
  margin: 50px 0;
  color: #cecece;
}

.content__tab {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 3px;
  color: #818181;
  line-height: 1.2;
  text-decoration: none;
  border: 1px solid #818181;
  padding: 12px 23px;
  font-size: 14px;
}

.content__tab:hover {
  text-decoration: underline;
}

.content__tab--active {
  color: #ffffff;
  background-color: #818181;
}

.content__tab--active:hover {
  text-decoration: none;
}

.content-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  color: #818181;
}

.content-filter__text {
  margin-right: 10px;
}

.content-filter__type {
  padding: 10px 0;
}

.content-filter__type .content__tab {
  padding: 3px;
  background-color: transparent;
  border: 0;
}

.content-filter__type .content__tab--active {
  color: #ff6000;
  text-decoration: underline;
}

/* Popup в фильтре событий  --------------------------*/
#filter-list-popup.popup-window {
  padding: 20px;
  margin-left: 10px;
}

#filter-list-popup label {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #818181;
}

.filter-cancel-button button,
#filter-list-popup button {
  display: inline-block;
  height: 30px;
  margin-top: 7px;
  padding: 0 15px;
  max-width: 100%;
  border: 0;
  outline: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  color: #ffffff;
  background-color: #ff6000;
  cursor: pointer;
  overflow: hidden;
}

.filter-cancel-button button:hover,
#filter-list-popup button:hover {
  position: relative;
  top: -1px;
  opacity: 0.9;
  transition: all 60ms ease-in-out 30ms;
}

.filter-cancel-button {
  padding: 8px;
  text-align: right;
}

.sect-block__button.sect-block__button-orange {
  color: #ff6300;
  border: 1px solid #ff6300;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.infographic .article__img--full{
  padding: 0px 10px;
}


/* Стили для типа материала сюжет  --------------------------*/
.story-block .separator {
  width: 100%;
  margin-top: 20px;
}

.story-block .sect-block__date {
  margin-top: -12px;
}

.sect-block__story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.element__story {
  /*-webkit-box-flex: 0;*/
  /*-ms-flex: 0 1 45%;*/
  /*flex: 0 1 45%;*/
  padding-right: 10px;
}

.element__story .sect-block__wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 3.2em;
}

.element__story .sect-block__hashtag {
  font-size: 16px;
}

.element__story .results-item__title {
  color: #fff;
  margin: 10px 0 12px;
}

@media(max-width: 1439px) {
  .element__story .results-item__title {
    font-size: 22px;
  }

  .element__story .sect-block__hashtag {
    font-size: 14px;
  }
}

@media(max-width: 767px) {
  .element__story .results-item__title {
    font-size: 18px;
  }

  .element__story .sect-block__hashtag {
    font-size: 12px;
  }

}

.story-block .slick-arrow {
  position: absolute;
  top: 50%;
  right: -40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

.story-block .slick-arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 40%;
  background-image: url("../img/arrow-white.png");
  background-repeat: no-repeat;
}

.story-block .slick-next::after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media(max-width:1024px) {
  .story-block .slick-arrow {
    right: -28px;
  }
}

@media(max-width: 767px) {
  .story-block .slick-arrow {
    right: -26px;
  }
}

.slideup-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -400px;
  transition: all 1s;
  padding: 0;
  z-index: 9999999;
}

.slideup-banner--active {
  left: 0;
  right: 0;
  bottom: 0;
}

.slideup-banner__close {
  position: absolute;
  top: 49%;
  right: 10px;
}

.slideup-banner__close img {
  cursor: pointer;
}

.slideup-banner__close img:hover {
  opacity: 0.6;
}

@media(max-width: 750px) {
  .slideup-banner{
    display:flex !important;
    justify-content: center;
  }
  .slideup-banner a {
    width:750px;
    align-self: center;
    flex-shrink: 0;
  }
}

@media(max-width: 1024px) {
  .slideup-banner{
    display:flex !important;
    justify-content: center;
  }
  .slideup-banner a {
    width: 1024px;
    align-self: center;
    flex-shrink: 0;
  }
}

.zoom-in-cursor {
  cursor: url("../img/zoom.svg"), auto;
}

/* Fancybox */
div.fancybox-container {
  z-index: 9999999;
}
.fancybox-container .fancybox-infobar {
  top: 11px;
  left: auto ;
  right: 390px;
}

.fancybox-slide--image {
  padding: 5px 0 !important;
}

.fancybox-img-icon-fullscreen{
  background-repeat: no-repeat;
  background-image: url("/local/templates/.default/img/fullscreen.png");
  background-position: center center;
}

.fancybox-caption {
  background: unset !important;
}
.fancybox-caption__body {
  padding-bottom: 10px;
  background: rgba(30,30,30,0.6) !important;
}
.fancybox-caption__body .b-caption-img {
  padding: 0 20px;
  text-align: left;
  color:#ccc;
}
.fancybox-caption__body .b-caption-img__text {
  max-height: none;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border-color: #ff6000;
}
.fancybox-container .fancybox-caption {
  bottom: unset;
  top: 0;
  padding: 0;
}
.fancybox-caption__body {
  min-height: 66px;
  padding-right: 450px;
}
@media(max-width: 750px) {
    .fancybox-caption__body {
        padding-right: auto;
    }
}
.fancybox-toolbar .fancybox-button {
  width: 65px;
  height: 65px;
  padding: 17px;
}
.fancybox-navigation .fancybox-button svg polygon { /* Стелочки fancybox */
  fill: currentColor;
}
.fancybox-navigation .fancybox-button:not(:hover) {
  background-color: transparent;
}
.fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  padding: 17px 2px 18px;
  transition: opacity .25s ease 0s, visibility 0s ease 0s, background-color .25s ease;
}
.fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button:hover {
  background-color: rgba(30,30,30,.6);
}
.fancybox-container .fancybox-navigation .fancybox-button div {
  padding: 15px;
}




.m-sect__half--video {
  position: relative;
}
.m-sect__half--video iframe{
  width: 100%;
  height: 100%;
}
.video-shield {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}