@charset "UTF-8";
@import "bootstrap.min.css";
@import "fonts/GTEestiPro.css";
@import "font-awesome.min.css";
.container {
  width: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1681px) {
  .container {
    padding-left: 70px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1360px) {
  .container {
    padding: 0px 6%;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media only screen and (max-width: 599px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/*@media (max-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1304px;
  }
}

@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1648px;
  }
}*/
html, body {
  font-family: "GT Eesti Pro Text", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
}

body {
  margin: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
}

.btn {
  border-radius: 0px;
}

pre {
  background: rgb(239, 239, 239);
  padding: 15px;
  font-family: monospace;
  font-size: 13px;
}

h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 68px;
}

h2 {
  font-weight: 350;
  font-size: 48px;
  line-height: 68px;
}

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

h4, h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
}

b, strong {
  font-weight: 500;
}

.grey {
  color: rgba(0, 0, 0, 0.4);
}

.bg-grey {
  background: rgba(0, 0, 0, 0.4);
}

a {
  color: #000000;
}
a svg path {
  fill: #000000;
}
a:hover {
  color: #ED7817;
}
a:hover svg path {
  fill: #ED7817;
}

.bg_yellow {
  background-color: #FAB82E;
}

.bg_orange {
  background-color: #ED7817 !important;
}

.bg_red {
  background-color: #E32112;
}

.color_yellow {
  color: #FAB82E;
}

.color_orange {
  color: #ED7817;
}

.color_red {
  color: #E32112;
}

.no-radius {
  border-radius: 0px !important;
}

.header {
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .header {
    padding-top: 15px;
  }
}
.header .social_widget {
  font-size: 18px;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .header .social_widget {
    display: none;
  }
}
.header .search_widget {
  font-size: 18px;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .header .search_widget {
    display: none;
  }
}
.header__logo a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: left;
}
.header__logo .logo {
  max-height: 38px;
  display: flex;
}
.header__logo .separator {
  display: flex;
  font-size: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.header__logo .slogan {
  display: flex;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header__logo .slogan {
    font-size: 14px;
    line-height: 16px;
  }
}

.header__menu ul.mainmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.header__menu ul.mainmenu li.nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__menu ul.mainmenu li.nav-item + ::before {
  content: "|";
  color: rgba(0, 0, 0, 0.4);
}
.header__menu ul.mainmenu a {
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 350;
  line-height: 135%;
}
.header__menu ul.mainmenu a:hover {
  color: #000000;
}
.header__menu ul.mainmenu li.active a {
  color: #000000;
}
.header__menu ul.mainmenu .burger {
  color: #000000;
  padding-right: 0px;
  border-radius: 0 !important;
}
.header__menu ul.mainmenu .burger:focus {
  box-shadow: none;
}
.header__menu #ytWidget .yt-button_type_left, .header__menu #ytWidget .yt-wrapper_align_right {
  display: none;
}
.header__menu #ytWidget .yt-button {
  border: none;
}
.header__menu #ytWidget .yt-button__text {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
  font-family: "GT Eesti Pro Text", sans-serif;
}

.dropdown-menu {
  border-radius: 0rem;
}
.dropdown-menu a.dropdown-item:active {
  background-color: rgb(235, 235, 235);
}

.header__menu__root {
  display: flex;
  flex-direction: column;
}

.header__menusub {
  display: flex;
  justify-content: flex-end;
}
.header__menusub a.first {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  text-decoration: none;
}

main {
  flex: 1;
  flex-wrap: wrap;
}
main .breadcrumb {
  margin-bottom: 45px;
}
main .breadcrumb .breadcrumb-item {
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
}
main .breadcrumb .breadcrumb-item a {
  color: rgba(0, 0, 0, 0.4);
}

article {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
}

.footer {
  padding-top: 4rem;
  padding-bottom: 5rem;
}
.footer__logo a {
  text-decoration: none;
  color: #000000;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.footer__logo .logo {
  min-height: 37px;
  display: flex;
}
@media (max-width: 1024px) {
  .footer__logo .logo {
    height: auto;
    flex: 0.2;
  }
}
.footer__logo .separator {
  font-size: 30px;
  color: #222831;
  max-width: 10px;
}
.footer__logo .slogan {
  display: flex;
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .footer__logo .slogan {
    font-size: 13px;
    line-height: 15px;
  }
}
.footer__menu li a, .footer ul li a {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
}
.footer__menu li.active a, .footer ul li.active a {
  color: #0a001f;
}
.footer .social_widget {
  margin-left: 5px;
}
.footer .social_widget__item a {
  color: #9C9EA0;
  font-size: 24px;
  line-height: 36px;
}
.footer__email a {
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
  color: rgba(0, 0, 0, 0.4);
}
.footer__bottom {
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
  min-height: 114px;
  background: #000000;
  padding: 25px 15px;
  display: flex;
}
.footer__bottom * {
  color: #fff;
}
.footer__bottom .copyright {
  display: flex;
  align-items: center;
}
.footer__bottom .nav {
  float: right;
}
.footer__bottom .nav li a {
  padding: 5px;
}
.footer__bottom .nav li a:hover, .footer__bottom .nav li a:focus {
  color: #b1b1b1;
}
.footer__bottom .nav li.active a {
  color: #b1b1b1;
  background-color: rgb(235, 235, 235);
}

.page_block {
  min-height: 500px;
}
.page_block h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 135%;
  color: #000000;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.social_widget {
  display: flex;
  flex-direction: row;
}
.social_widget__item {
  padding: 0rem 0.5rem;
  align-items: center;
  justify-content: center;
}
.social_widget__item a {
  color: rgb(0, 0, 0);
}
.social_widget__item a:hover, .social_widget__item a:active {
  color: rgba(0, 0, 0, 0.2);
}

.search_widget form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.search_widget form input.form-control {
  box-sizing: content-box;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  padding: 0px;
  flex-basis: 88%;
}
.search_widget form button {
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  flex-basis: 10%;
}

.evraz__slider {
  padding-bottom: 95px;
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .evraz__slider {
    display: flex;
  }
  .evraz__slider .sl-slider--block--text main-text {
    font-size: 20px !important;
  }
}
.evraz__slider .carousel-caption {
  width: 24%;
  right: 24%;
  left: auto;
  bottom: 7.25rem;
  color: #000;
  text-align: left;
}
@media (max-width: 768px) {
  .evraz__slider .carousel-caption {
    bottom: 2.25rem;
  }
}
.evraz__slider .carousel-caption h5 {
  font-size: 46px;
  line-height: 130%;
  font-weight: 375;
}
@media (max-width: 1024px) {
  .evraz__slider .carousel-caption h5 {
    font-size: 25px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .evraz__slider .carousel-caption h5 {
    font-size: 25px;
    line-height: normal;
  }
}
.evraz__slider .carousel-caption .slider_link {
  text-align: right;
}
.evraz__slider .carousel-caption .slider_link a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  line-height: 135%;
  font-weight: 375;
}
.evraz__slider .carousel-caption .slider_link a i {
  font-size: 15px;
}
.evraz__slider .carousel-control-next, .evraz__slider .carousel-control-prev {
  bottom: 10px;
  top: auto;
  width: 35px;
  height: 35px;
}
.evraz__slider .carousel-control-next .fa, .evraz__slider .carousel-control-prev .fa {
  color: #BDBDBD;
  font-size: 30px;
}
.evraz__slider .carousel-control-next .fa:hover, .evraz__slider .carousel-control-next .fa:focus, .evraz__slider .carousel-control-prev .fa:hover, .evraz__slider .carousel-control-prev .fa:focus {
  color: #ED7817;
}
@media (max-width: 1024px) {
  .evraz__slider .carousel-control-next .fa, .evraz__slider .carousel-control-prev .fa {
    font-size: 20px;
  }
}
.evraz__slider .carousel-control-prev {
  left: 47%;
}
.evraz__slider .carousel-control-next {
  left: 51%;
}

.news_items_block {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  margin-bottom: 30px;
  display: flex;
  align-items: stretch;
  height: 290px;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .news_items_block {
    min-height: 355px;
  }
}
.news_items_block a {
  text-decoration: none;
  color: inherit;
}
.news_items_block a:hover {
  text-decoration: none;
}
.news_items_block .textData {
  padding-top: 35px;
  padding-left: 35px;
  padding-bottom: 25px;
  padding-right: 20px;
  flex-basis: 50%;
}
.news_items_block .imgData {
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-content: space-between;
  align-items: stretch;
}
.news_items_block .imgData .linkBg {
  background: rgba(0, 0, 0, 0);
  display: flex;
  height: 100%;
  align-items: center;
}
.news_items_block .imgData .img-fluid {
  max-width: 100%;
  height: 100%;
}
.news_items_block.imgNo .imgData {
  flex-basis: 0%;
}
.news_items_block.imgNo .textData {
  flex-basis: 100%;
}
.news_items_block .bgCaret {
  display: flex;
  width: 7.98px;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.news_items_block .bgCaret span {
  height: 18px;
  width: 100%;
  display: flex;
}
.news_items_block .pagetitle {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news_items_block .content {
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
}
.news_items_block .tags {
  position: absolute;
  bottom: 25px;
}
.news_items_block .tags a.tags_btn {
  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 (max-width: 575px) {
  .news_items_block {
    flex-direction: column;
    min-height: auto;
  }
  .news_items_block .textData, .news_items_block .imgData {
    flex-basis: 100%;
  }
  .news_items_block .imgData {
    display: none;
    display: none;
  }
  .news_items_block .tags {
    top: 25px;
    right: 20px;
  }
}

.publishedon {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 375;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 24px;
}

.search {
  margin-bottom: 65px;
}

.searchTopform--group {
  position: relative;
}
.searchTopform--group .iconsvg {
  position: absolute;
  left: 28px;
  top: 10px;
  z-index: 99;
  color: rgba(0, 0, 0, 0.4);
}
.searchTopform--group .iconsvg-none {
  display: none !important;
}
.searchTopform--group .form-control {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-right: none;
}
.searchTopform--group .btn-outline-secondary {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-left: none;
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
}
.searchTopform--group .dropdown-menu {
  top: 10px !important;
}
.searchTopform--group .dropdown-menu a {
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
}
.searchTopform--group [type=submit] {
  border: 1px solid #ED7817;
  border-left: none;
  border-radius: 0;
}

#pdopage .btn-more {
  height: 30px;
  font-style: normal;
  font-weight: 375;
  font-size: 18px;
  line-height: 135%;
  padding: 3px 12px;
}

.line_evraz {
  height: 5px;
}

.randGradient_1 {
  background: linear-gradient(to right, rgb(250, 184, 46) 33%, rgb(237, 120, 23) 33%, rgb(237, 120, 23) 66%, rgb(255, 0, 0) 66%);
}

.randGradient_2 {
  background: linear-gradient(to right, rgb(250, 184, 46) 17%, rgb(237, 120, 23) 17%, rgb(237, 120, 23) 73%, rgb(255, 0, 0) 73%);
}

.randGradient_3 {
  background: linear-gradient(to right, rgb(250, 184, 46) 50%, rgb(237, 120, 23) 50%, rgb(237, 120, 23) 80%, rgb(255, 0, 0) 80%);
}

.randGradient_4 {
  background: linear-gradient(to right, rgb(250, 184, 46) 80%, rgb(237, 120, 23) 80%, rgb(237, 120, 23) 20%, rgb(255, 0, 0) 20%);
}

.randGradient_5 {
  background: linear-gradient(to right, #fab82e 0%, #ed7817 0%, #ed7817 50%, red 50%);
}

.randGradient_6 {
  background: linear-gradient(to right, #fab82e 64%, #ed7817 64%, #ed7817 50%, red 50%);
}

.btn-more, .btn_more, .btn-orange {
  background: #ED7817;
  border: #ED7817;
  color: #FFFFFF;
}
.btn-more:hover, .btn-more:focus, .btn_more:hover, .btn_more:focus, .btn-orange:hover, .btn-orange:focus {
  background: rgb(225, 114, 21);
  color: #FFFFFF;
}

.btn-red {
  background: #E32112;
  border: #E32112;
  color: #FFFFFF;
}
.btn-red:hover, .btn-red:focus {
  background: #b6190d;
  color: #FFFFFF;
}

.btn-tags {
  background: #FFFFFF;
  border: 0.5px solid #ED7817;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  color: #000000;
  font-size: 16px;
}
.btn-tags:hover, .btn-tags:focus, .btn-tags:active {
  border-color: #af5408;
  color: rgba(0, 0, 0, 0.45);
}

.newsRowMain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
}
@media (max-width: 575px) {
  .newsRowMain {
    margin-bottom: 20px;
  }
  .newsRowMain h2 {
    display: none;
  }
}

.newsRowMain_link {
  font-family: "GT Eesti Pro Display";
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 135%;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}

iframe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  min-width: 774px !important;
  min-height: 435px !important;
}

.content_news {
  margin-top: 40px;
}
.content_news__head {
  display: flex;
  align-items: stretch;
}
.content_news__head h1 {
  font-family: "GT Eesti Pro Text";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #141414;
  order: 1;
}
.content_news__head div.tags {
  order: 2;
}
.content_news__head .date {
  font-family: "GT Eesti Pro Text";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #A3A4A3;
}

.content_news_image, .risizeImagesContent {
  display: flex;
  margin: 0 auto;
  margin-bottom: 45px;
  max-width: 100%;
}

.content_news_text {
  font-family: "GT Eesti Pro Text";
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 32px;
  color: #141414;
}

.upButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upButton .btn {
  font-family: "GT Eesti Pro Text";
  font-style: normal;
  font-weight: 375;
  font-size: 18px;
  line-height: 135%;
}

.filterPanel {
  margin-bottom: 4rem;
  align-items: flex-start;
}
.filterPanel .filter-dropdown-toggle {
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
}
.filterPanel .filter-dropdown-toggle::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;
}
@media (max-width: 767px) {
  .filterPanel .filter-dropdown-toggle {
    margin-top: 0px;
    padding-left: 0px;
  }
}
.filterPanel .allProjects, .filterPanel .vinnerProjects {
  display: inline-flex;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
}
.filterPanel .allProjects.active, .filterPanel .vinnerProjects.active {
  color: #ED7817;
}
.filterPanel .allProjects:hover, .filterPanel .allProjects:active, .filterPanel .allProjects:focus, .filterPanel .vinnerProjects:hover, .filterPanel .vinnerProjects:active, .filterPanel .vinnerProjects:focus {
  color: #E32112;
}
@media (max-width: 767px) {
  .filterPanel .allProjects, .filterPanel .vinnerProjects {
    font-size: 7vw;
    line-height: 32px;
  }
}
.filterPanel .allProjects {
  margin-right: 2rem;
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .filterPanel .allProjects {
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.filterPanel .dropdown-menu a {
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
}
.filterPanel .dropdown-menu a.active, .filterPanel .dropdown-menu a:hover, .filterPanel .dropdown-menu a:active, .filterPanel .dropdown-menu a:focus {
  background: #ED7817;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .filterPanel {
    margin-bottom: 1rem;
    flex-direction: column;
  }
}

.progects_filter .btn_more {
  height: 30px;
  font-style: normal;
  font-weight: 375;
  font-size: 18px;
  line-height: 135%;
  padding: 3px 12px;
}

.project_iitem {
  position: relative;
  display: flex;
  margin-bottom: 30px;
  min-height: 224px;
}
.project_iitem--vinner {
  background: orange;
  position: absolute;
  padding: 2px;
}
@media (max-width: 767px) {
  .project_iitem--vinner {
    bottom: 33px;
  }
}
.project_iitem a {
  text-decoration: none;
  color: inherit;
}
.project_iitem a:hover {
  opacity: 0.8;
}
.project_iitem .image {
  display: flex;
  flex-direction: column;
  flex: 0 0 200px;
  padding-right: 30px;
}
.project_iitem h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
}
.project_iitem h3 i {
  color: rgba(0, 0, 0, 0.4);
  font-size: 18px;
}
.project_iitem__data {
  display: flex;
}
.project_iitem p {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
}
.project_iitem .votes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
}
.project_iitem .votes i {
  color: #ED7817;
}
.project_iitem .votes .vote_progect_btn {
  padding-right: 0px;
}
.project_iitem.noImage .image {
  flex: 0;
  flex-direction: row;
}
.project_iitem.noImage .image a {
  display: none;
}
.project_iitem.noImage .votes {
  text-align: center;
}
@media (max-width: 767px) {
  .project_iitem {
    flex-direction: column-reverse;
  }
  .project_iitem .image {
    padding-right: 0px;
  }
}

.vote_progect_btn {
  background: transparent;
  border: none;
  line-height: 24px;
}
.vote_progect_btn:focus-visible, .vote_progect_btn:focus, .vote_progect_btn:hover {
  outline: 0px dashed darkorange;
}
.vote_progect_btn:focus-visible svg > path, .vote_progect_btn:focus svg > path, .vote_progect_btn:hover svg > path {
  fill: #E32112;
}
.vote_progect_btn svg {
  vertical-align: unset;
}

.garant_page .grant_vinner {
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 13px 58px;
  background: #ED7817;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.garant_page--poster {
  display: flex;
  margin-bottom: 3rem;
  padding: 0px;
  justify-content: space-evenly;
}
.garant_page--poster img {
  width: 100%;
  max-width: 1920px;
}
.garant_page .content {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
}

.content__result__item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  margin-bottom: 30px;
}
.content__result__item .fioBlock {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.content__result__item .firstCh {
  width: 56px;
  height: 56px;
  display: flex;
  flex: 0 0 56px;
  background: #ED7817;
  border-radius: 50%;
  color: #FFFFFF;
  justify-content: space-evenly;
  align-items: center;
  margin-right: 27px;
}
.content__result__item .text {
  font-style: normal;
  font-weight: 350;
  font-size: 18px;
  line-height: 135%;
  color: #3E3E3E;
}

.likedislik_evraz {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 135%;
}
.likedislik_evraz .likeclose, .likedislik_evraz .likethanks {
  display: none;
}
.likedislik_evraz .button_vote_panel {
  display: flex;
}
.likedislik_evraz .button_vote_panel .btn-orange {
  min-width: 249px;
  height: 56px;
  border-radius: 3px !important;
}
.likedislik_evraz .button_vote_panel .input-group-text {
  padding-left: 32px;
  background-color: rgb(255, 255, 255);
  border: 0px;
}
.likedislik_evraz .button_vote_panel .input-group-text .icon {
  margin-right: 15px;
  margin-bottom: 2px;
}
.likedislik_evraz .button_vote_panel .input-group-text .result1 {
  font-style: normal;
  font-weight: 350;
  font-size: 20px;
  line-height: 140%;
}

.media-filter .media-tags, .media-filter .media-tags_geo {
  display: flex;
  flex-wrap: wrap;
}
.media-filter .media-tags .filter_title, .media-filter .media-tags_geo .filter_title {
  display: none;
}
.media-filter .media-tags .tagsItem, .media-filter .media-tags_geo .tagsItem {
  display: flex;
}
.media-filter .media-tags .tagsItem label, .media-filter .media-tags_geo .tagsItem label {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.media-filter .media-tags .tagsItem label:hover, .media-filter .media-tags_geo .tagsItem label:hover {
  background: rgb(250, 184, 46);
  border-color: rgb(250, 184, 46);
  color: white;
}
.media-filter .media-tags .tagsItem input, .media-filter .media-tags_geo .tagsItem input {
  display: none;
}
.media-filter .media-tags .tagsItem input:checked + label, .media-filter .media-tags_geo .tagsItem input:checked + label {
  background: rgb(237, 120, 23);
  color: white;
  position: relative;
}
.media-filter .media-tags .tagsItem input:checked + label:before, .media-filter .media-tags_geo .tagsItem input:checked + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00d";
  position: absolute;
  right: 4px;
  top: 4px;
}

#mse2_mfilter .btn_more {
  width: auto !important;
  display: block;
  margin: auto;
}

.mse2_tvmedia_category {
  display: none;
}

form.media-filter > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.geo_prog_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.pb-5 {
  padding-bottom: 2rem !important;
}

.pt-5 {
  padding-top: 2rem !important;
}

.mb-5 {
  margin-bottom: 1rem !important;
}

.sl-slider {
  display: flex;
  text-decoration: none;
  color: inherit;
  flex-basis: 200px;
  flex-direction: row;
}
.sl-slider:hover {
  text-decoration: none;
  color: black;
}
@media (max-width: 768px) {
  .sl-slider {
    flex-direction: column;
  }
}
.sl-slider--image {
  display: flex;
  flex-basis: 60%;
}
.sl-slider--image img {
  width: 100%;
  max-width: 1000%;
}
.sl-slider--block {
  display: flex;
  flex-basis: 40%;
  position: relative;
}
.sl-slider--block--text {
  font-weight: 350;
  font-size: 48px;
  line-height: 68px;
  z-index: 999;
  padding: 30px;
  margin-top: 10%;
  margin-bottom: auto;
}
.sl-slider--block--text .readmore {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .sl-slider--block--text {
    font-size: 38px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .sl-slider--block--text {
    margin-top: 0%;
    padding-bottom: 50px;
  }
}
.sl-slider--block--text.main-text {
  font-size: 39px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .sl-slider--block--text.main-text {
    font-size: 30px;
    line-height: normal;
  }
}
.sl-slider--block--y {
  background: rgb(250, 184, 46);
  position: absolute;
  width: 40%;
  height: 80%;
  bottom: 20%;
  z-index: 2;
}
.sl-slider--block--y.left-5 {
  left: -5%;
}
.sl-slider--block--y.left-10 {
  left: -10%;
}
.sl-slider--block--o {
  background: rgb(237, 120, 23);
  height: 15%;
  width: 65%;
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 15%;
}
.sl-slider--block--r {
  background: rgb(227, 33, 18);
  height: 10%;
  width: 20%;
  position: absolute;
  z-index: 0;
  right: 0%;
  bottom: 20%;
  left: 80%;
}

.copright_link {
  text-decoration: none;
}

.conflinks {
  flex-direction: row;
  flex-wrap: nowrap;
}
.conflinks li {
  display: inline-flex;
  font-size: 12px;
}

.navbar-mobileWrap .container-fluid {
  align-items: flex-start;
}
.navbar-mobileWrap .container-fluid .navbar-toggler {
  border-radius: 0px;
}

.navbar-mobile {
  position: relative;
  display: flex;
  flex-direction: column;
}
.navbar-mobile .slogan {
  background: rgb(250, 184, 46);
  padding: 3px 12px;
  font-size: 12px;
}

@media (max-width: 600px) {
  .expert_items_picture {
    display: flex;
    width: 100%;
  }
  .expert_items_picture .img-fluid {
    width: 100%;
    max-width: 1000% !important;
  }
}
@media (max-width: 900px) {
  .footer__logo .slogan {
    display: none;
  }
  .footer__menu {
    display: none;
  }
}
.mse2_pagination {
  display: flex;
}
.mse2_pagination .page-link {
  color: black;
  border-radius: 0px !important;
}
.mse2_pagination .page-item.active .page-link {
  background-color: #FAB82E;
  border-color: #FAB82E;
}

.tagsСollapse {
  margin-bottom: 15px;
}

.tagil_300 {
  margin-top: 50px;
}
.tagil_300 img {
  border: 1px solid #000;
  height: 60px;
  padding: 5px 10px;
  border-radius: 8px;
}
.tagil_300:hover {
  opacity: 0.5;
}

.formtextmuted {
  line-height: 1 !important;
  color: #ed7817 !important;
}

.formLabel {
  font-weight: 500;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background: #ed7817;
  border: #ed7817;
  border-radius: 0rem;
}

.form-control {
  border-radius: 0rem;
}

.mbForm {
  margin-bottom: 40px;
}

.sidebarFX {
  width: 300px;
  transition: width 0.3s ease; /* добавим плавный переход при изменении ширины */
}

.sidebarFX.fixed {
  position: fixed;
  top: 0;
  width: 300px;
  z-index: 1000;
}

.sidebar a.active {
  color: #ed7817;
}

table.table-mini th, table.table-mini td, table.table-mini input, table.table-mini textarea {
  font-size: 13px;
  line-height: normal;
}

table.table-mini > :not(caption) > * > * {
  padding: 3px 3px;
}

.page-link {
  color: #ed7817;
}

.page-item.active .page-link {
  background-color: #ED7817;
  border-color: #ED7817;
}

.ticket_status_1 {
  background: #6c757d;
}

.ticket_status_2 {
  background: #ebb500;
}

.ticket_status_3 {
  background: #1799cc;
}

.ticket_status_4 {
  background: #198754;
}

.ticket_status_5 {
  background: #ff3636;
}

.ticket_status_6 {
  background: #ffd136;
}

.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}

.accordion-button {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.05);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

/*# sourceMappingURL=style.css.map */
