.article__copy {
	font-size: 18px;
}

@media (max-width: 767px) {
  .article p, .article {
    font-size: 17px !important;
  }
}

.main-menu__link--custom {
  padding: 1.142857142857143em 0.714285714285714em;
}

.main-menu__link .main-menu__custom {
  display: inline;
  font-weight: 700;
}

.main-menu__link .main-menu__custom--vs {
  color: #dd137b;
  display: inline;
}

.main-menu__custom:after {
	content: '';
  background-image: url('/upload/Logo_star.png');
  position: absolute;
  top: 7px;
  left: -22px;
  display: block;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 991px) {
	.main-menu__custom:after {
    bottom: -21px;
    left: 6px;
	}
}

.language-choice {
  display: flex;
  flex-direction: row-reverse;
  float: left;
  justify-content: space-between;
  width: 84px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.language-choice--ua {
  flex-direction: row;
}

.language-choice__item {
  margin: 0 6px;
}

.language-choice__link {
  display: block;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.language-choice__link--ru {
  background-image: url("assets/img/Flague_RUS.png");
}

.language-choice__link--ua {
  background-image: url("assets/img/Flague_UA.png");
}

@media (max-width: 767px) {
  .language-choice {
    float: none;
    margin-top: 12px;
    margin-right: auto;
    margin-left: auto;
  }
}

div.main-banner--a3 {
	margin-bottom: 45px;
}

.grid__item--sm.news-banner {
	margin-bottom: 0;
}

@media (max-width: 767px) {
  div.news-list__img-title span {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .main-menu__link.main-menu__link--custom {
    padding-left: 40px;
  }
  .main-menu__custom:after {
    top: 5px;
  }
}

div.header__logo {
  position: relative;
}

div.header__logo a {
  display: inline-flex;
  align-items: flex-start;
}

.header__logo img.logo {
  max-height: 4em;
  max-width: 4em;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .header__logo img.logo {
    max-height: 3em;
    max-width: 3em;
    width: auto;
  }
}

.header__logo img.logo_overlay {
  max-height: initial;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.header__logo span {
  padding-top: 13px;
  margin-left: 5px;
}

.main-menu__link img {
    max-height: 40px !important;
    margin-top: -20px !important;
}

@media only screen and (max-width: 767px) {
  .main-menu__link img {
    max-height: initial !important;
    margin-top: initial !important;
    width: 110px !important;
  }
}
