@charset "UTF-8";
@media (max-width: 575px) {
  html, body, article {
    font-size: 18px;
  }
}
ul {
  padding-left: 1rem;
}

.page-grant__link,
.page-project__link {
  display: flex;
  color: #000;
  text-decoration: none;
  align-items: flex-start;
}

.page-grant__link {
  align-items: center;
}

.page-grant__link img,
.page-project__link img {
  padding-left: 16px;
}

.project-detail__slider,
.page-project__slider {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.project-detail__slider .carousel-project__caption,
.page-project__slider .carousel-project__caption {
  padding: 40px 26px 20px;
}

@media (max-width: 1399px) {
  .project-detail__slider .carousel-project__caption,
  .page-project__slider .carousel-project__caption {
    padding: 15px 20px;
  }
}
@media (max-width: 991px) {
  .project-detail__slider .carousel-project__caption,
  .page-project__slider .carousel-project__caption {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .project-detail__slider .carousel-project__caption,
  .page-project__slider .carousel-project__caption {
    padding: 10px;
  }
}
.project-detail__slider._style-padding .carousel-project__caption,
.page-project__slider._style-padding .carousel-project__caption {
  padding: 16px 26px 20px;
}

@media (max-width: 1399px) {
  .project-detail__slider._style-padding .carousel-project__caption,
  .page-project__slider._style-padding .carousel-project__caption {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .project-detail__slider._style-padding .carousel-project__caption,
  .page-project__slider._style-padding .carousel-project__caption {
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .project-detail__slider._style-padding .carousel-project__caption,
  .page-project__slider._style-padding .carousel-project__caption {
    padding: 10px;
  }
}
.carousel-project__item {
  height: 493px;
  margin-left: 15px;
  margin-right: 15px;
  border: rgba(0, 0, 0, 0.4) 1px solid;
  font-size: 16px;
}

.carousel-project__item a {
  height: 247px;
  display: block;
  overflow: hidden;
}

@media (max-width: 1649px) {
  .carousel-project__item a {
    height: 216px;
    display: block;
  }
}
@media (max-width: 767px) {
  .carousel-project__item a {
    height: auto;
    display: block;
  }
}
@media (max-width: 575px) {
  .carousel-project__item img {
    height: auto;
  }
}
.page-project__slider .owl-nav span {
  display: none;
}

.page-project__slider .owl-nav .owl-prev,
.page-project__slider .owl-nav .owl-next {
  width: 25px;
  height: 38px;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -164px;
  background-image: url(../images/project-arrow.svg) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.page-project__slider .owl-nav .owl-prev {
  right: 100%;
  margin-right: 16px;
  transform: rotate(180deg);
}

.page-project__slider .owl-nav .owl-next {
  left: 100%;
  margin-left: 16px;
}

.project-detail__link {
  text-decoration: none;
}

.project-detail__link:hover {
  text-decoration: underline;
}

.project-detail__slider .owl-nav {
  display: none;
}

.project-detail__slider .carousel-detail__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-detail__slider .carousel-detail__item .carousel-detail__picture {
  display: flex;
  flex: 0 0 348px;
  height: 348px;
  align-items: center;
  justify-content: center;
}

.project-detail__slider .carousel-detail__item img {
  width: auto !important;
}

.project-detail__slider .carousel-detail__item .carousel-detail__caption {
  text-align: center;
  padding: 10px 26px;
}

.people-future__h3,
.people-future__h1 {
  color: #ED7817;
}

.people-future__picture {
  height: 164px;
  width: 164px;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .people-future__picture {
    margin: 0 auto;
  }
}
.people-future__picture img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.media_items_block {
  margin-bottom: 48px;
}

.media_items_block a {
  text-decoration: none;
}

.media_items_block .media-items_text-top {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 5px;
  text-decoration: none;
}

.media_items_block .media-items_text-name {
  color: #000000;
}

.media_items_block .media-items_picture {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
}
.media_items_block .media-items_picture:hover {
  opacity: 0.7;
}

.media_items_block .media_items_bottom {
  display: flex;
  justify-content: space-between;
}

.media_items_block .tags_btn {
  color: #000000;
  border: 1px solid #ED7817;
  border-radius: 3px;
  height: 30px;
  padding: 3px 12px;
  font-weight: 375;
  font-size: 18px;
  line-height: 135%;
  display: flex;
  align-items: center;
  text-align: center;
}

.media_items_block .ya-share2 .ya-share2__link_more-button-type_short {
  background-color: transparent !important;
}

.media_items_block .ya-share2 .ya-share2__badge.ya-share2__badge_more {
  border-radius: 0 !important;
}

.media_items_block .ya-share2 .ya-share2__icon.ya-share2__icon_more {
  background-image: url(../images/share.svg) !important;
  background-size: contain !important;
}

.media_items_block .video_items_link .media-items_picture {
  position: relative;
}

.media_items_block .video_items_link .media-items_picture::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("https://social.evraz.com/assets/themes/evraz/images/video_play.svg");
  opacity: 1;
  transition: 250ms;
}

.media-items_picture h3 {
  position: absolute;
  font-weight: 400;
  font-size: 15px;
  bottom: 10%;
  left: 10%;
}

.media-items_picture svg {
  position: absolute;
  right: 0px;
  top: 30px;
}

.media_items_block .video_items_link:hover .media-items_picture::after {
  opacity: 1;
}

.content_media {
  margin-top: 40px;
}

.content_media .media-list__item {
  margin-bottom: 30px;
}

.content_media .video_items_link_after {
  position: relative;
}

.content_media .video_items_link_after::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/video_play.svg);
  opacity: 0;
  transition: 250ms;
}

.content_media .video_items_link:hover .video_items_link_after::after {
  opacity: 1;
}

.content_media .media_items_bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

@media (max-width: 575px) {
  .content_media .media_items_bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.content_media .date {
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
}

.content_media .tags_btn {
  color: #000000;
  border: 1px solid #ED7817;
  border-radius: 3px;
  height: 30px;
  padding: 3px 12px;
  font-weight: 375;
  font-size: 18px;
  line-height: 135%;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.content_news._style-update .date-top {
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
}

.content_news._style-update .content_news__head h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
}

.content_news._style-update .news-list__item {
  height: 200px;
}

.news-detail__carousel .owl-nav span {
  display: none;
}

.news-detail__carousel .owl-nav .owl-prev,
.news-detail__carousel .owl-nav .owl-next {
  width: 36px;
  height: 56px;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  background-image: url(../images/news-arrow.svg) !important;
  background-position: center center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.news-detail__carousel .owl-nav .owl-prev {
  right: 100%;
  margin-right: 64px;
}

@media (max-width: 1399px) {
  .news-detail__carousel .owl-nav .owl-prev {
    margin-right: 20px;
  }
}
.news-detail__carousel .owl-nav .owl-next {
  left: 100%;
  margin-left: 64px;
  transform: rotate(180deg);
}

@media (max-width: 1399px) {
  .news-detail__carousel .owl-nav .owl-next {
    margin-left: 20px;
  }
}
.page-expert .expert_items_block {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  padding: 22px 10px 22px 34px;
  margin-bottom: 30px;
  min-height: 195px;
}

@media (max-width: 575px) {
  .page-expert .expert_items_block {
    padding: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.page-expert .expert_items_picture {
  padding-right: 22px;
}

@media (max-width: 575px) {
  .page-expert .expert_items_picture {
    padding-right: 0;
  }
}
.page-expert .expert_items_description {
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
  padding-top: 19px;
}
.page-expert .expert_items_description span {
  font-weight: 500;
}

@media (max-width: 575px) {
  .page-expert .expert_items_description {
    text-align: center;
  }
}
.page-expert .expert-button {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  margin-top: 14px;
}

.page-expert .expert-button::after {
  width: 28px;
  height: 32px;
  border: none;
  vertical-align: top;
  background-image: url(../images/arrow-filter-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.file_items_block {
  width: 100%;
  height: 185px;
  position: relative;
  background: #FAB82E;
  margin-bottom: 30px;
}

.file_items_block a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 29px 36px 25px;
}

.file_items_block .media-items_text-name {
  display: flex;
  flex: 0 0 2.65rem;
  align-items: flex-end;
  color: #000000;
}

.file_items_block .media-items_text-name p {
  margin-bottom: 0;
}

.file_items_block .media-items_text-extension {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
  text-transform: uppercase;
}

.file_items_block .media-items_icon-download {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  margin-top: 25px;
  background-image: url(../images/icon-download.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.grant-contacts .grant-contacts__text-header {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  color: #ED7817;
  text-transform: uppercase;
  padding-top: 24px;
}

.grant-contacts .grant-contacts__row {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.grant-contacts .grant-contacts__row::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.grant-contacts .grant-contacts__row:last-of-type::after {
  display: none;
}

.grant-contacts .grant-contacts__text-city {
  padding-top: 40px;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
  color: #ED7817;
}

.grant-contacts .grant-contacts__item {
  margin-bottom: 16px;
}

.grant-contacts .grant-contacts__item-header {
  padding-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  color: #000000;
}

.grant-contacts .grant-contacts__item-body {
  display: flex;
  align-items: flex-start;
  padding-top: 18px;
  line-height: 135%;
}

.grant-contacts .grant-contacts__item-body a {
  color: #000;
  text-decoration: none;
}

.grant-contacts .grant-contacts__item-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  margin-top: 2px;
  background-position: center center;
  background-repeat: no-repeat;
}

.grant-contacts .grant-contacts__item-icon._address {
  background-image: url(../images/marker.svg);
}

.grant-contacts .grant-contacts__item-icon._email {
  background-image: url(../images/email.svg);
}

.main-grant__banner {
  display: flex;
  flex: 0 0 575px;
  width: 100%;
  height: 575px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  /*
  .main-grant__banner {
    height: auto;
    flex: 0 0 auto;
    flex-wrap: wrap;
  }
  */
}
.main-grant__banner .banner-grant__left, .main-grant__banner .banner-grant__right {
  height: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .main-grant__banner .banner-grant__left, .main-grant__banner .banner-grant__right {
    height: 400px;
  }
}
.main-grant__banner .banner-grant__left {
  flex: 0 0 calc(50% + 83px);
  width: calc(50% + 83px);
}

@media (max-width: 991px) {
  /*
  .main-grant__banner .banner-grant__left {
    flex: 0 0 100%;
    width: 100%;
  }*/
}
.main-grant__banner .banner-grant__right {
  flex: 1 1 100%;
  width: 100%;
}

@media (max-width: 991px) {
  /*.main-grant__banner .banner-grant__right {
    flex: 0 0 100%;
    width: 100%;
  }*/
}
.main-grant__banner .banner-grant__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.main-grant__banner .banner-grant__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.main-grant__banner .banner-grant__background {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}

.main-grant__banner .banner-grant__b4, .main-grant__banner .banner-grant__b1 {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.main-grant__banner .banner-grant__b2 {
  flex: 0 0 450px;
  width: 264px;
  height: 450px;
  background: #FAB82E;
  margin-left: -68px;
}

.main-grant__banner .banner-grant__b3 {
  flex: 0 0 75px;
  width: 422px;
  height: 75px;
  background: #ED7817;
}

.main-grant__banner .banner-grant__b4 {
  flex: 0 0 455px;
  width: 455px;
  height: 450px;
  justify-content: flex-end;
}

.main-grant__banner .banner-grant__b5 {
  flex: 0 0 40px;
  width: 100%;
  height: 40px;
  background: #E32112;
}

.main-grant__banner .banner-grant__content {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
}

.main-grant__banner .banner-grant__text {
  max-width: 510px;
  padding-left: 32px;
}

@media (max-width: 575px) {
  .main-grant__banner .banner-grant__text {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .main-grant__banner .banner-grant__text h2 {
    font-size: 40px;
    line-height: 130%;
  }
}
.main-grant__tabs .nav li {
  margin-right: 2rem;
}

.main-grant__tabs .nav a, .main-grant__tabs .nav button {
  position: relative;
  padding: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  background: transparent;
  border: none;
  outline: none;
  text-decoration: none;
}

.main-grant__tabs .nav a::after, .main-grant__tabs .nav button::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #ED7817;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 16px;
  opacity: 0;
}

.main-grant__tabs .nav a.active:not(a)::after, .main-grant__tabs .nav button.active:not(a)::after {
  opacity: 1;
}

.main-grant__tabs .nav a:hover::after, .main-grant__tabs .nav button:hover::after {
  opacity: 1;
}

.grant-contest__button {
  width: 280px;
  height: 64px;
  background: #ED7817;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  color: #FFFFFF;
  border: none;
  outline: none;
}

@media (max-width: 991px) {
  .grant-contest__button {
    margin-bottom: 30px;
  }
}
.grant-contest__link {
  display: flex;
  text-decoration: none;
}

.grant-contest__icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  align-self: flex-start;
  margin-right: 8px;
  background: url(../images/pdf.svg) center center no-repeat;
}

.grant-contest__right {
  align-self: center;
}

.grant-contest__text-1 {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
}

.grant-contest__text-2 {
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
  /* or 24px */
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
}

.grntmnlst-project__item {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .grntmnlst-project__item {
    margin-bottom: 30px;
    min-height: 400px;
  }
}
.grntmnlst-project__item a {
  text-decoration: none;
}

.grntmnlst-project__item .grntmnlst-project__img {
  display: block;
  width: 100%;
  height: 290px;
  flex: 0 0 290px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 991px) {
  .grntmnlst-project__item .grntmnlst-project__img {
    height: 200px;
    flex: 0 0 200px;
  }
}
.grntmnlst-project__item .grntmnlst-project__content {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 26px 24px;
}

.grntmnlst-project__item .grntmnlst-project__text {
  display: flex;
  flex-direction: column;
}

.grntmnlst-project__item .grntmnlst-project__text-sign {
  font-style: normal;
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 24px;
}

.grntmnlst-project__item .grntmnlst-project__text-header {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  color: #000000;
  padding-bottom: 24px;
}

.grntmnlst-project__item .grntmnlst-project__text-paragraph {
  padding-bottom: 24px;
}

.grntmnlst-project__item .grntmnlst-project__text-paragraph p {
  color: #000000;
}

.grntmnlst-project__item .grntmnlst-project__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.grntmnlst-project__item .grntmnlst-project__bottom button {
  font-style: normal;
  font-weight: 375;
  font-size: 18px;
  line-height: 135%;
  color: #FFFFFF;
  padding: 5px 12px;
  border: none;
  outline: none;
  background: #ED7817;
  border-radius: 3px;
}

.grntmnlst-project__item .grntmnlst-project__bottom .votes {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
}

.grntmnlst-project__item .grntmnlst-project__bottom .votes i {
  color: #ED7817;
}

.grntmnlst-news__item-outer,
.grntmnlst-news__item {
  height: 244px;
  padding: 36px 20px 33px 32px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 30px;
  position: relative;
}
.grntmnlst-news__item-outer svg.evflag,
.grntmnlst-news__item svg.evflag {
  position: absolute;
  right: 0px;
}

.grntmnlst-news__item-outer svg.evflag {
  top: 36px;
}

@media (max-width: 1199px) {
  .grntmnlst-news__item-outer,
  .grntmnlst-news__item {
    height: 280px;
    padding: 20px;
  }
}
.grntmnlst-news__item-outer._last,
.grntmnlst-news__item._last {
  display: flex;
  justify-content: space-between;
}

.grntmnlst-news__item-outer a,
.grntmnlst-news__item a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.grntmnlst-news__item-outer .grntmnlst-news__text-date,
.grntmnlst-news__item .grntmnlst-news__text-date {
  font-style: normal;
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 14px;
}

.grntmnlst-news__item-outer .grntmnlst-news__text-header,
.grntmnlst-news__item .grntmnlst-news__text-header {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  /* identical to box height, or 378% */
  color: #000000;
  margin-bottom: 14px;
}

.grntmnlst-news__item-outer .grntmnlst-news__text-paragraph,
.grntmnlst-news__item .grntmnlst-news__text-paragraph {
  font-style: normal;
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.grntmnlst-news__item-outer {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.grntmnlst-news__item-outer .grntmnlst-news__item {
  flex: 0 0 410px;
  width: 410px;
  border: none;
}

@media (max-width: 1399px) {
  .grntmnlst-news__item-outer .grntmnlst-news__item {
    flex: 0 0 350px;
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .grntmnlst-news__item-outer .grntmnlst-news__item {
    flex: 0 0 290px;
    width: 290px;
  }
}
@media (max-width: 991px) {
  .grntmnlst-news__item-outer .grntmnlst-news__item {
    flex: 0 0 100%;
    width: 100%;
  }
}
.grntmnlst-news__item-outer .grntmnlst-news__text-image {
  flex: 0 0 410px;
  width: 410px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1399px) {
  .grntmnlst-news__item-outer .grntmnlst-news__text-image {
    flex: 0 0 350px;
    width: 350px;
  }
}
@media (max-width: 1199px) {
  .grntmnlst-news__item-outer .grntmnlst-news__text-image {
    flex: 0 0 290px;
    width: 290px;
  }
}
@media (max-width: 991px) {
  .grntmnlst-news__item-outer .grntmnlst-news__text-image {
    display: none;
  }
}
.grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item,
.grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item {
  width: 300px;
  height: 244px;
  margin: 15px 10px 15px 10px;
  float: right;
}

@media (max-width: 1440px) {
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item {
    margin: 10px 5px 5px 5px;
  }
}
@media (max-width: 1399px) {
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item {
    width: 255px;
  }
}
@media (max-width: 1199px) {
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item {
    width: 210px;
    height: 185px;
  }
}
@media (max-width: 768px) {
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item {
    width: 100%;
    height: 300px;
    margin: 0px;
    margin-top: 15px;
  }
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item h3,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item h3 {
    font-weight: 400;
    font-size: 30px;
  }
}
.grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item:first-of-type,
.grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item:first-of-type {
  width: 630px;
  height: 518px;
  float: left;
}
.grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item:first-of-type h3,
.grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item:first-of-type h3 {
  font-weight: 400;
  font-size: 30px;
}

@media (max-width: 1399px) {
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item:first-of-type,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item:first-of-type {
    width: 540px;
  }
}
@media (max-width: 1199px) {
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item:first-of-type,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item:first-of-type {
    width: 450px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item:first-of-type,
  .grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item:first-of-type {
    width: 100%;
    height: 300px;
    margin: 0px;
  }
}
.grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item .media-items_picture, .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item .video_items_link, .grntmnlst-docs__item-outer .media_items_block.grntmnlst-video__item .video_items_link_after,
.grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item .media-items_picture,
.grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item .video_items_link,
.grntmnlst-video__item-outer .media_items_block.grntmnlst-video__item .video_items_link_after {
  display: block;
  height: 100%;
}

.grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item,
.grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item {
  text-decoration: none;
  display: flex;
  width: 300px;
  height: 244px;
  align-items: center;
  margin-bottom: 30px;
  float: left;
}

@media (max-width: 1399px) {
  .grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item,
  .grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item {
    width: 255px;
  }
}
@media (max-width: 1199px) {
  .grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item,
  .grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item {
    width: 210px;
    height: 185px;
  }
}
@media (max-width: 991px) {
  .grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item,
  .grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item {
    width: 330px;
    height: 185px;
  }
}
@media (max-width: 767px) {
  .grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item,
  .grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item {
    width: 100%;
    height: 185px;
  }
}
@media (max-width: 991px) {
  .grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item:nth-of-type(even),
  .grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item:nth-of-type(even) {
    float: right;
  }
}
.grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item .grntmnlst-file__link,
.grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item .grntmnlst-file__link {
  display: flex;
  height: auto;
  flex-direction: row;
  text-decoration: none;
  padding: 0 20px;
}

.grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item .grant-contest__text-2,
.grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item .grant-contest__text-2 {
  text-transform: uppercase;
}

.grntmnlst-docs__item-outer .file_items_block.grntmnlst-file__item .grant-contest__right span,
.grntmnlst-video__item-outer .file_items_block.grntmnlst-file__item .grant-contest__right span {
  text-decoration: none;
}

.clr {
  clear: both;
}

.about_page__text-description {
  font-family: "GT Eesti Pro Text";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
}

.about_page__text-header h2 {
  font-family: "GT Eesti Pro Text";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 68px;
  color: #000000;
}

.about_page__child-header h3 {
  font-family: "GT Eesti Pro Text";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  color: #000;
}

.about_page__child-header h3:hover {
  color: #ED7817;
}

.about_page__child-description {
  padding-top: 14px;
}

@media (max-width: 1700px) {
  .main-grant__banner .banner-grant__left {
    flex: 0 0 calc(60% + 83px);
    width: calc(60% + 83px);
  }
}
@media (max-width: 1399px) {
  .main-grant__banner .banner-grant__text {
    padding-left: 0;
    margin-left: -40px;
  }
  .main-grant__banner {
    flex: 0 0 400px;
    height: 400px;
  }
  .main-grant__tabs .nav a::after, .main-grant__tabs .nav button::after {
    margin-top: 5px;
  }
  .main-grant__tabs .nav li {
    margin-right: 2rem;
    margin-bottom: 14px;
  }
}
@media (max-width: 991px) {
  .main-grant__banner .banner-grant__left {
    flex: 0 0 300px;
    width: 300px;
  }
  .main-grant__banner .banner-grant__right {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .about_page__text-header h2 {
    font-size: 38px;
  }
  .banner-grant__text h2 {
    font-weight: 350;
    font-size: 38px;
    line-height: 140%;
  }
}
@media (max-width: 575px) {
  .main-grant__banner .banner-grant__text {
    margin-left: 0;
    padding-top: 15px;
  }
  .main-grant__banner .banner-grant__text h2 {
    font-weight: 350;
    font-size: 30px;
    line-height: 140%;
  }
  .main-grant__banner .banner-grant__left,
  .main-grant__banner .banner-grant__right {
    height: 100%;
    position: relative;
  }
  .main-grant__banner {
    flex: 0 0 auto;
    height: auto;
    flex-wrap: wrap;
  }
  .main-grant__banner .banner-grant__left {
    height: 380px;
    flex: 0 0 100%;
    width: 100%;
  }
  .main-grant__banner .banner-grant__image {
    background-position: center center;
    background-size: contain;
  }
  .main-grant__banner .banner-grant__text h2 {
    font-size: 30px;
  }
  .about_page__child-header h3 {
    font-size: 24px;
  }
}

/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
/*********************************************************/
.header__logo .slogan {
  font-size: 30px;
  padding: 2px 3px 2px;
  margin-top: -7.5px;
}

.header__logo .logo {
  max-height: 40px;
}

.header__menu ul.mainmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.header__menu ul.mainmenu a {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.header__menu ul.mainmenu .burger {
  padding: 0.375rem 0.75rem 0.375rem 0;
}

.header__menu ul.mainmenu li.nav-item + ::before {
  content: "|";
  color: rgb(0, 0, 0);
}

.header__menusub a {
  padding: 0.5rem 0 0.5rem 1rem;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
}
.header__menusub a:hover {
  color: #C0C0C0;
}
.header__menusub a.first {
  font-style: normal;
  font-size: 20px;
  text-decoration: none;
  font-weight: 350;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer__bottom {
  background: rgba(0, 0, 0, 0.8);
  min-height: auto;
  padding: 25px 15px 20px;
}

.footer__bottom .nav li a {
  padding: 2px;
}

.footer__menu li a, .footer ul li a {
  color: rgb(0, 0, 0);
  font-size: 20px;
}

.footer__logo .slogan {
  font-size: 23px;
  background: #FAB82E;
  padding: 19px 40px 16px;
  position: relative;
}

.footer__logo .slogan::before,
.footer__logo .slogan::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
}

.footer__logo .slogan::before {
  width: 485px;
  height: 20px;
  margin-right: 40px;
  background: #ED7817;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.footer__logo .slogan::after {
  width: 40px;
  height: 39px;
  margin-top: 20px;
  background: #E32112;
  transform: matrix(1, 0, 0, -1, 0, 0);
}

.footer__email a {
  font-size: 20px;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.footer__email a:hover {
  text-decoration: underline;
}

.footer__social a svg path.hover {
  fill: white;
}

.footer__social a:hover svg path:not(.hover) {
  fill: #ED7817;
}

.footer .social_widget {
  margin-left: 0;
  margin-top: 15px;
}

.footer .social_widget__item {
  padding: 0rem 1rem 0 0;
}

@media (max-width: 1649px) {
  .footer__logo .slogan {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  .header__logo .slogan {
    font-size: 31px;
  }
  .footer__logo .slogan {
    font-size: 22px;
    padding: 19px 10px 16px;
  }
  .footer__logo .slogan::before,
  .footer__logo .slogan::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .footer__menu li a, .footer ul li a {
    font-size: 18px;
  }
  .footer__logo .slogan {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .footer__menu {
    margin: 20px 0;
  }
}
.carousel-nav-indicators {
  margin-bottom: 40px;
}

.carousel-nav-item {
  border-radius: 100%;
  border: none;
  outline: none;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.carousel-nav-item.active {
  border: none;
  outline: none;
  background: #ED7817;
}

.carousel-nav-item:hover,
.carousel-nav-item:focus {
  border: none;
  outline: none;
}

.container_slider {
  position: relative;
}

.evraz__slider .carousel-caption {
  width: 36%;
  right: 40px;
  left: auto;
  top: 0px;
  bottom: 0;
  color: rgb(0, 0, 0);
  text-align: left;
}

.evraz__slider .carousel-caption p {
  width: 90.6%;
  font-weight: 500;
  font-size: 28px;
  padding-left: 0.7rem;
}

.evraz__slider .carousel-caption p.slider_link {
  margin-top: 2rem;
}

.evraz__slider .carousel-caption p.slider_link a {
  font-weight: 400;
  font-size: 24px;
}

.evraz__slider .carousel-caption p.slider_link a:hover {
  color: rgb(237, 120, 23);
}

@media (max-width: 1399px) {
  .evraz__slider .carousel-caption {
    width: 29%;
    right: 10%;
    bottom: 5rem;
  }
  .evraz__slider .carousel-caption p {
    width: 100%;
  }
  .evraz__slider .carousel-caption p.slider_link {
    margin-top: 0.2rem;
  }
  .header__menu ul.mainmenu a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .evraz__slider .carousel-caption p {
    font-size: 20px;
  }
  .evraz__slider .carousel-caption p.slider_link a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .evraz__slider .carousel-caption {
    width: 33%;
    /* right: 2%; */
    top: -30px;
    bottom: 2.4rem;
  }
  .evraz__slider .carousel-caption p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .news_items_block .tags {
    position: relative;
    margin: 0 0 25px 20px;
  }
  .navbar-brand {
    max-width: 190px;
  }
  .news_items_block .publishedon {
    margin-bottom: 0;
  }
}
.header__panel2 {
  margin-top: 1rem !important;
}

.sl-slider--block--text {
  font-size: 28px;
  line-height: 38px;
}

.sl-slider--block--text.main-text {
  font-size: 28px;
}

@media (max-width: 767px) {
  .sl-slider--block--text.main-text {
    font-size: 20px;
  }
}
/*Button Р»РёС‡РЅС‹Р№ РєР°Р±РёРЅРµС‚*/
.header__menu__root.show {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header__lk {
  display: none;
}

.header__menu__root.show .header__lk {
  display: block;
}

.header__mobile-lk a,
.header__lk a {
  color: #000;
  text-decoration: none;
}
.header__mobile-lk a:hover,
.header__lk a:hover {
  color: #C0C0C0 !important;
}

.header__mobile-lk {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .header__menu__root.show {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
a:hover {
  color: #C0C0C0 !important;
}

.page-grant__link img, .page-project__link img, .h3img img {
  filter: grayscale(100%) brightness(0);
  transition: filter 0.3s ease;
}
.page-grant__link:hover img, .page-project__link:hover img, .h3img:hover img {
  filter: grayscale(100%) brightness(1);
  opacity: 0.75;
}

h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
}

.grandlink:hover, .grandlink:active, .grandlink:focus {
  color: #e52314 !important;
}

/*# sourceMappingURL=2026_style_add.css.map */
