
body {
  position: relative;
  font-family: "Roboto", "Arial", sans-serif;
  min-width: 320px;
  font-size: 16px;
  color: #565656;
  font-weight: 400;
  background-color: #fff; }
#dle-content img.fr-fic{width: 100% !important;}
.highslide-controls{display:none !important;}
img {
  max-width: 100%;
  height: auto; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

 .title_quote {    
    display: flex;   
    align-items: center;   
    padding-bottom: 5px;    
    color: #ff0000;    
    border-bottom: 1px solid #e6e6e6;
}

.title_quote p {    
    margin-bottom: 0;    
    padding-right: 5px;
}

/* Делаем вывод иконки цитаты с помощью Web шрифта Font Awesome */

.title_quote p:before {    
    content: '\f10e';    
    font-family: 'Font Awesome 5 Free';    
    font-weight: 900;    
    padding-right: 10px;    
    font-size: 10pt;    
    opacity: 0.8;
}

/* Стили для нижней части цитат */

.quote {   
  font-size: 19px; 
  padding: 1% 4%;
  padding: 0.5rem 0 0.5rem 2%;
  border-left: 2px solid #e85319;
  font-family: Georgia, serif;
  font-style: italic;
  margin: 2.5rem 10% 2.5rem 12%;
  }
  @media screen and (max-width: 650px) and (min-width: 120px) {
    .quote {
      
		font-size: 14px; 
    }
    }
  @media screen and (max-width: 460px) {
      .quote {
        font-size: 14px; 
      }
      }

.page-header {
  min-height: 189px;
  background: -webkit-gradient(linear, left bottom, left top, from(#00429d), to(#0072c7));
  background: -o-linear-gradient(bottom, #00429d 0%, #0072c7 100%);
  background: linear-gradient(270deg, #0072C7 0%, #00429D 100%);
  margin-bottom: 24px;
  padding: 16px 0 13px; }
  @media (max-width: 1264.98px) {
    .page-header {
      min-height: initial; } }
  @media (max-width: 991.98px) {
    .page-header {
      padding: 13px 0 13px; } }
  @media (max-width: 767.98px) {
    .page-header {
      margin-bottom: 30px; }
      .page-header__cw-wr{display:none !important;}
      
  }
  .page-header__wr {
    position: relative; }
  .page-header__top {
    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;
    margin-bottom: 1rem; }
    @media (max-width: 991.98px) {
      .page-header__top {
        margin-bottom: 0; } }
  .page-header .logo {
    margin-right: 40px; }
    @media (max-width: 1264.98px) {
      .page-header .logo {
        margin-right: 20px; } }
  .page-header__cw-wr {
    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; }
    @media (max-width: 767.98px) {
      .page-header__cw-wr {
        position: absolute;
        width: 100%;
        left: 0;
        top: 55px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .page-header .calendar {
    position: relative;
    margin-right: 40px; }
    @media (max-width: 1264.98px) {
      .page-header .calendar {
        margin-right: 20px; } }
    .page-header .calendar .datepicker {
      display: none;
      position: absolute !important;
      top: 100%;
      left: 0;
      z-index: 2;
      outline: none; }
  .page-header .social {
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .page-header .social {
        display: none; } }
  .page-header__center {
    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;
    background: -webkit-gradient(linear, left top, left bottom, from(#0060DB), to(#002DAB));
    background: -o-linear-gradient(top, #0060DB 0%, #002DAB 100%);
    background: linear-gradient(180deg, #0060DB 0%, #002DAB 100%);
    margin-bottom: 1rem; }
    @media (max-width: 991.98px) {
      .page-header__center {
        display: none; } }
    .page-header__center .btn-mail {
      margin-left: auto;
      margin-right: 14px; }
  .page-header__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    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-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 1180px; }
    @media (max-width: 991.98px) {
      .page-header__menu {
        max-width: 100%; } }
    .page-header__menu li {
      position: relative; }
      .page-header__menu li::before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 4px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        background-color: transpareny; }
      .page-header__menu li.active::before, .page-header__menu li:hover::before {
        background-color: #f01e29; }
    .page-header__menu a {
      display: block;
      font-weight: 500;
      line-height: 16px;
      text-transform: uppercase;
      padding: 16px 20px;
      color: #fff;
      text-decoration: none;
      white-space: nowrap; }
      @media (max-width: 1264.98px) {
        .page-header__menu a {
          font-size: 12px;
          padding: 16px 10px; } }
  .page-header__bottom {
    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; }
    @media (max-width: 991.98px) {
      .page-header__bottom {
        display: none; } }

.mobile-menu .close {
  opacity: 1; }

.mobile-menu .modal-dialog {
  max-width: 320px;
  margin: 0;
  margin-left: auto; }
  @media (max-width: 575.98px) {
    .mobile-menu .modal-dialog {
      max-width: 280px; } }

.mobile-menu .modal-content {
  border-radius: 0;
  font-size: 16px;
  border: none; }

.mobile-menu .modal-header {
  border: 0;
  padding-bottom: 22px; }

.mobile-menu .modal-body {
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-size: 16px;
 } @media (max-width: 460px){
  .mobile-menu .modal-body{
    font-size: 16px;
  }
 }

.mobile-menu .search-form {
  margin: 0;
  width: 100%;
  max-width: 245px;
  margin-bottom: 1.5rem; }

.mobile-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .mobile-menu .menu li {
    margin-bottom: 1rem; }
    .mobile-menu .menu li:last-child {
      margin-bottom: 0; }
  .mobile-menu .menu a {
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    font-weight: 500; }
    .mobile-menu .menu a:hover, .mobile-menu .menu a:active {
      color: #0032af;
      text-decoration: underline; }

.mobile-menu .logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .mobile-menu .logo-list li {
    margin-bottom: 10px; }
    .mobile-menu .logo-list li:last-child {
      margin-bottom: 0; }

.mobile-menu .social {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .mobile-menu .social a {
    margin-right: 8px;
    opacity: 1; }

@media (max-width: 991.98px) {
  .sidebar {
    margin-bottom: 24px; } }

.sidebar__broadcast {
  width: 100%;
  max-width: 380px;
  margin-bottom: 24px; }

.sidebar__broadcast-wr {
  position: relative;
  min-height: 170px; }

.sidebar__broadcast-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }
  .sidebar__broadcast-link::after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("../img/svg/play.svg") no-repeat center;
    right: 10px;
    bottom: 10px; }
  .sidebar__broadcast-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.sidebar__news {
  margin-bottom: 1rem; }
  .sidebar__news ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar__news ul li {
      padding: 1rem 0;
      border-bottom: 1px solid #EEEEEE; }
      .sidebar__news ul li:last-child {
        border-bottom: 0; }
    .sidebar__news ul a {
      display: inline-block;
      color: #666666;
      line-height: 20px;
      text-decoration: none; }
      .sidebar__news ul a:hover {
        color: #0032af; }

.sidebar__actual {
  margin-bottom: 24px; }
  .sidebar__actual .date {
    display: block;
    margin-bottom: 0.5rem; }
  .sidebar__actual ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .sidebar__actual ul li {
      padding: 1rem 0;
      border-bottom: 1px solid #EEEEEE; }
      .sidebar__actual ul li:last-child {
        border-bottom: 0; }
    .sidebar__actual ul a {
      display: inline-block;
      color: #565656;
      line-height: 20px;
      font-weight: 700;
      text-decoration: none; }
      .sidebar__actual ul a:hover {
        color: #0032af; }

.sidebar__video {
  margin-bottom: 24px; }
  .sidebar__video h4 {
    margin-bottom: 24px; }
  .sidebar__video ul {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style: none; }
    .sidebar__video ul li {
      margin-bottom: 1rem; }
      .sidebar__video ul li:last-child {
        margin-bottom: 0; }

.slick-prev,
.slick-next {
  width: 68px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }
  .slick-prev::before,
  .slick-next::before {
    content: '';
    position: absolute;
    font-size: 0;
    display: block;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .slick-prev[aria-disabled=true],
  .slick-next[aria-disabled=true] {
    display: none !important; }

.slick-prev {
  left: 0; }
  .slick-prev::before {
    background: url(../img/svg/prev.svg); }

.slick-next {
  right: 0; }
  .slick-next::before {
    background: url(../img/svg/next.svg); }

.slick-dots {
  bottom: 20px;
  
  padding-left: 40px;
  padding-right: 40px; }
  .slick-dots li button {
    width: 120px;
    height: 10px; }

.slider-main {
  margin-bottom: 24px; }
  .slider-main__slide {
    position: relative;
    padding-top: 50%; }
    @media (max-width: 575.98px) {
      .slider-main__slide {
        padding-top: 62%; } }
  .slider-main__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .slider-main__desc {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 0 48px 56px 48px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 33, 65, 0.8)), to(rgba(14, 33, 65, 0)));
    background: -o-linear-gradient(bottom, rgba(14, 33, 65, 0.8) 0%, rgba(14, 33, 65, 0) 100%);
    background: linear-gradient(0deg, rgba(14, 33, 65, 0.8) 0%, rgba(14, 33, 65, 0) 100%);
    color: #fff; }
    @media (max-width: 991.98px) {
      .slider-main__desc {
        padding: 0 1rem 2rem 1rem; } }
  .slider-main .badge {
    margin-bottom: 1rem; }
  .slider-main h2 {
    font-weight: 700;
    margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .slider-main h2 {
        font-size: 1rem; } }
  .slider-main a {
    color: inherit;
    text-decoration: none;
    outline: none; }
  @media (max-width: 991.98px) {
    .slider-main .slick-dots {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      bottom: 10px;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (max-width: 991.98px) {
    .slider-main .slick-dots li {
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }
  @media (max-width: 991.98px) {
    .slider-main .slick-dots button {
      width: 100%;
      max-width: 120px; } }

.project-slider {
  overflow: hidden; }
  .project-slider__wr {
    margin-left: -12px;
    margin-right: -12px; }
  .project-slider .slide-item {
    padding: 0 12px; }
  .project-slider .slick-prev {
    left: 12px; }
  .project-slider .slick-next {
    right: 12px; }

.program-slider {
  overflow: hidden; }
  .program-slider__wr {
    margin-left: -12px;
    margin-right: -12px; }
  .program-slider .slide-item {
    padding: 0 12px; }
  .program-slider .slick-prev {
    left: 12px; }
  .program-slider .slick-next {
    right: 12px; }

.default-slider {
  overflow: hidden; }
  .default-slider__wr {
    margin-left: -12px;
    margin-right: -12px; }
  .default-slider .slide-item {
    padding: 0 12px; }
  .default-slider .slick-prev {
    left: 12px; }
  .default-slider .slick-next {
    right: 12px; }

.program-slider--second .slick-prev,
.program-slider--second .slick-next {
  height: calc(100% - 54px);
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.default-card {
  position: relative;
  display: block;
  text-decoration: none !important;
  padding-top: 56%;
  color: #fff !important;
  overflow: hidden; }
  .default-card:not(.no-hover):hover .default-card__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .default-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    will-change: transform; }
  .default-card__desc {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1rem;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 34, 89, 0.8)), color-stop(60%, rgba(26, 54, 142, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 34, 89, 0.8) 0%, rgba(26, 54, 142, 0) 60%);
    background: linear-gradient(0deg, rgba(0, 34, 89, 0.8) 0%, rgba(26, 54, 142, 0) 60%);
    z-index: 1; }
    .default-card__desc .badge {
      position: absolute;
      /*top: 8px;*/
      left: 8px; }
  .default-card h6 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 0; }

.default-card--project {
  padding-top: 54%; }
  .default-card--project .default-card__desc {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(8.11%, #002259), color-stop(40%, rgba(26, 54, 142, 0)));
    background: -o-linear-gradient(bottom, #002259 8.11%, rgba(26, 54, 142, 0) 40%);
    background: linear-gradient(0deg, #002259 8.11%, rgba(26, 54, 142, 0) 40%); }

.second-card {
  position: relative;
  display: block;
  text-decoration: none !important;
  padding-top: 57%;
  color: #fff !important;
  overflow: hidden; }
  .second-card:hover .second-card__image {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .second-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    will-change: transform; }
  .second-card__desc {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 24px 40px;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 34, 89, 0.8)), color-stop(60%, rgba(26, 54, 142, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 34, 89, 0.8) 0%, rgba(26, 54, 142, 0) 60%);
    background: linear-gradient(0deg, rgba(0, 34, 89, 0.8) 0%, rgba(26, 54, 142, 0) 60%);
    z-index: 1; }
    @media (max-width: 991.98px) {
      .second-card__desc {
        padding: 1rem; } }
    .second-card__desc .badge {
      position: absolute;
      top: 8px;
      left: 8px; }

.third-card {
  position: relative;
  display: block;
  text-decoration: none !important;
  color: #565656 !important;
  overflow: hidden; }
  .third-card:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .third-card__image {
    position: relative;
    padding-top: 66%;
    overflow: hidden; }
    .third-card__image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      will-change: transform; }
  .third-card__title {
    font-weight: 500;
    padding-top: 1rem;
    margin-bottom: 0;
    height: 54px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }

.video-card__video {
  position: relative;
  padding-bottom: 56.25%; }

.video-card iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-card__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1; }
  .video-card__poster img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .video-card__poster::after {
    content: '';
    display: block;
    position: absolute;
    width: 72px;
    height: 72px;
    background: url("../img/svg/play.svg") no-repeat center;
    background-size: 100%;
    right: 2rem;
    bottom: 2rem; }
    @media (max-width: 575.98px) {
      .video-card__poster::after {
        width: 40px;
        height: 40px;
        right: 1rem;
        bottom: 1rem; } }
  .video-card__poster-date {
    position: absolute;
    display: inline-block;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    left: 1rem;
    bottom: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    padding: 2px;
    background-color: #f01e29;
    width: auto;
    max-width: 70%;
      
  }

.video-card__link {
  display: block;
  color: #565656;
  font-weight: 500;
  text-decoration: none !important;
  margin-top: 1rem;
  }
  .video-card__link:hover {
    color: #0032af; }

.video-card--sm .video-card__poster::after {
  width: 40px;
  height: 40px;
  right: 1rem;
  bottom: 1rem; }

.video-card--sm .video-card__poster-date {
  bottom: 1rem; }

.video-card--shadow .video-card__poster::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21.11%, #002259), to(rgba(26, 54, 142, 0)));
  background: -o-linear-gradient(bottom, #002259 21.11%, rgba(26, 54, 142, 0) 100%);
  background: linear-gradient(0deg, #002259 21.11%, rgba(26, 54, 142, 0) 100%); }

.program-guide-card {
  padding: 24px 16px 16px;
  background-color: #F8FBFF;
  margin-bottom: 1.5rem;
  min-height: 200px; }
  .program-guide-card img {
    display: inline-block;
    margin-bottom: 1.5rem; }
  .program-guide-card ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .program-guide-card li {
    font-size: 13px;
    line-height: 24px;
    color: #565656; }

.person-main-card {
  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;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .person-main-card {
      display: block; } }
  .person-main-card__image {
    width: 238px;
    height: 277px;
    margin-right: 50px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    cursor: pointer; }
    @media (max-width: 575.98px) {
      .person-main-card__image {
        margin-right: 0;
        margin-bottom: 1rem; } }
    .person-main-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .person-main-card__text strong {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    display: block;
    max-width: 400px;
    color: #0032af;
    margin-bottom: 1rem;
    cursor: pointer; }
  .person-main-card__text p {
    margin-bottom: 28px;
    font-size: 18px; }
  .person-main-card__text .phone {
    font-size: 18px;
    background-size: 24px;
    padding-left: 2rem; }

.person-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .person-card__image {
    width: 150px;
    height: 225px;
    margin-right: 1.5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
     }
    @media (max-width: 1264.98px) {
      .person-card__image {
        margin-right: 1rem; } }
    @media (max-width: 575.98px) {
      .person-card__image {
        width: 120px;
        height: 180px; } }
    .person-card__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .person-card__text {
    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; }
    .person-card__text strong {
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      display: block;
      color: #0032af;
      margin-bottom: 0.5rem;
       }
      @media (max-width: 575.98px) {
        .person-card__text strong {
          font-size: 18px;
          line-height: normal; } }
    .person-card__text p {
      margin-bottom: auto; }
      @media (max-width: 575.98px) {
        .person-card__text p {
          font-size: 14px;
          line-height: normal; } }
    @media (max-width: 575.98px) {
      .person-card__text .phone {
        font-size: 14px; } }
    @media (max-width: 575.98px) {
      .person-card__text .mail {
        font-size: 14px;
        line-height: normal; } }

.news-item {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .news-item {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .news-item__image {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    position: relative;
    width: 292px;
    height: 180px;
    margin-right: 35px;
    overflow: hidden; }
    @media (max-width: 767.98px) {
      .news-item__image {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem; } }
    .news-item__image:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .news-item__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      will-change: transform;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .news-item__text {
    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; }
    .news-item__text-top {
      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;
      margin-bottom: 1rem; }
      .news-item__text-top .badge {
        margin-right: 1rem; }
    .news-item__text h4 {
      margin-bottom: 1rem;
      line-height: 20px; }
    .news-item__text p {
      color: #666666; }
    .news-item__text a {
      font-size: 14px;
      text-decoration: underline;
      color: #0032af;
       }

.news-open {
  margin-bottom: 40px; }
  @media (max-width: 575.98px) {
    .news-open {
      margin-bottom: 1.5rem; } }
  .news-open h1,
  .news-open h2 {
    margin-bottom: 1.5rem; }
    @media (max-width: 767.98px) {
      .news-open h1,
      .news-open h2 {
        font-size: 28px;
        line-height: 32px; } }
  .news-open__info-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2rem; }
    @media (max-width: 575.98px) {
      .news-open__info-line {
        margin-bottom: 1.5rem; } }
    .news-open__info-line .badge {
      margin-right: 20px;
      
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
      @media (max-width: 575.98px) {
        .news-open__info-line .badge {
          margin-bottom: 0px;
          margin-right: 0px;} }
    .news-open__info-line .author {
      margin-right: 32px;
      padding: 4px 0;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      @media (max-width: 575.98px) {
        .news-open__info-line .author {
          width: 50%;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          margin-right: auto; } }
    .news-open__info-line .date {
      margin-right: 32px;
      padding: 4px 0;
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
      @media (max-width: 575.98px) {
        .news-open__info-line .date {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          width: 19%;
          margin-right: 0;
          margin-bottom: 0px;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          text-align: center; } }
    .news-open__info-line .views-counter {
      margin-right: 14px;
      padding: 4px 0;
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .news-open__info-line .comments-counter {
      padding: 4px 0;
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
  .news-open__desc {
    margin-bottom: 2rem;
    font-size: 22px;
    color: #565656; }
    @media (max-width: 767.98px) {
      .news-open__desc {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 575.98px) {
      .news-open__desc {
        margin-bottom: 1.5rem; } }
  .news-open p {
    font-size: 18px;
    color: #444;
    margin-top: 1rem; }
  .news-open strong,
  .news-open b {
    font-weight: 700; }
  .news-open__share {
    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;
    margin-top: 40px;
    margin-bottom: 1rem;
    width: 48%;
    display: inline-block;
    text-align: right;}
    @media (max-width: 575.98px) {
        .news-open__share {width: 100%; text-align:center;}
        .news-open__tags{width: 100%; text-align:center;}
      .news-open__share {
        margin-top: 1.5rem; } }
  .news-open__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            width: 50%;
    display: inline-block;}
    .news-open__tags a {
      margin-right: 10px;
      margin-bottom: 10px; }
      .news-open__tags a:last-child {
        margin-right: 0; }

.comments-list {
  margin-bottom: 60px; }
  @media (max-width: 575.98px) {
    .comments-list {
      margin-bottom: 2rem; } }
  .comments-list h3 {
    margin-bottom: 2rem; }
    @media (max-width: 575.98px) {
      .comments-list h3 {
        margin-bottom: 1.5rem; } }

.comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem; }
  @media (max-width: 575.98px) {
    .comment {
      margin-bottom: 1rem; } }

  .comment--answer {
    padding-left: 66px;
    margin-bottom: 1rem; }
    @media (max-width: 575.98px) {
      .comment--answer {
        padding-left: 44px; } }
  .comment img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 1rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden; }
    @media (max-width: 575.98px) {
      .comment img {
        width: 2rem;
        height: 2rem;
        margin-right: 10px; } }
  .comment h6 {
    margin-bottom: 4px; }
  .comment a {
    display: inline-block;
    color: #f01e29;
    font-size: 14px; }
    @media (max-width: 575.98px) {
      .comment a {
        font-size: 12px; } }
  .comment p {
    font-size: 18px;
    margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .comment p {
        font-size: 12px;
        line-height: 18px; } }

.fest-top {
  width: 100%;
  height: 160px;
  background: url("../img/fest-top-bg.jpg") no-repeat center;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  margin-bottom: 40px; }
  .fest-top h2 {
    color: #fff;
    font-size: 48px; }
    @media (max-width: 1264.98px) {
      .fest-top h2 {
        font-size: 32px; } }
    @media (max-width: 575.98px) {
      .fest-top h2 {
        font-size: 28px; } }

.fest-content h1 {
  margin-bottom: 24px; }
  @media (max-width: 1264.98px) {
    .fest-content h1 {
      font-size: 22px; } }
  @media (max-width: 575.98px) {
    .fest-content h1 {
      font-size: 20px; } }

.fest-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 2rem; }
  @media (max-width: 575.98px) {
    .fest-content p {
      font-size: 16px;
      margin-bottom: 1.5rem;
      line-height: 1.5; } }

.fest-records__title {
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  padding: 12px 16px;
  background: url("../img/fest-line-bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .fest-records__title {
      font-size: 16px; } }

.fest-records__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fest-records__list li {
    margin-bottom: 1rem; }
    .fest-records__list li:last-child {
      margin-bottom: 1.5rem; }
  .fest-records__list a {
    position: relative;
    display: block;
    padding: 3px 0 3px 60px;
    font-size: 18px;
    color: #565656 !important;
    text-decoration: none; }
    @media (max-width: 575.98px) {
      .fest-records__list a {
        font-size: 16px;
        padding-left: 44px; } }
    .fest-records__list a::before {
      position: absolute;
      content: '';
      left: 1rem;
      top: 0;
      width: 32px;
      height: 32px;
      background: url("../img/svg/play-red.svg") no-repeat center;
      background-size: cover; }
      @media (max-width: 575.98px) {
        .fest-records__list a::before {
          left: 0; } }

.fest-year {
  position: relative;
  padding: 2rem;
  padding-left: 48px;
  background-color: #fff;
  background: -o-linear-gradient(346.02deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 52.48%, #F5F5F5 100%);
  background: linear-gradient(103.98deg, #F5F5F5 0%, rgba(245, 245, 245, 0) 52.48%, #F5F5F5 100%);
  min-height: 224px; }
  @media (max-width: 575.98px) {
    .fest-year {
      padding-left: 2rem; } }
  .fest-year:hover {
    background: url(../img/fest-year.jpg) no-repeat center;
    background-size: cover; }
    .fest-year:hover * {
      color: #fff; }
    .fest-year:hover::after {
      background: url(../img/svg/star-white.svg) no-repeat center; }
    .fest-year:hover .fest-year__title {
      -webkit-background-clip: initial;
      -webkit-text-fill-color: initial;
      background: transparent; }
  .fest-year::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    right: 2rem;
    top: 2rem;
    background: url(../img/svg/star.svg) no-repeat center;
    background-size: cover; }
  .fest-year__title {
    display: inline-block;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 0.5rem;
    background: -webkit-gradient(linear, right top, left top, color-stop(-25.9%, #260001), color-stop(25.68%, #C90813), color-stop(65.57%, #CC4B13), color-stop(107.46%, #2E0001));
    background: -o-linear-gradient(right, #260001 -25.9%, #C90813 25.68%, #CC4B13 65.57%, #2E0001 107.46%);
    background: linear-gradient(270deg, #260001 -25.9%, #C90813 25.68%, #CC4B13 65.57%, #2E0001 107.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .fest-year p {
    color: #565656;
    margin-bottom: 0.5rem; }
  .fest-year a {
    display: block;
    color: #CC4B13;
    text-decoration: underline; }

.about-card {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 35px 15px 53px;
  width: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none !important; }
  @media (max-width: 1264.98px) {
    .about-card {
      padding: 1.5rem; } }
  .about-card__title {
    font-weight: 900;
    font-size: 40px;
    line-height: normal;
    background: -o-linear-gradient(196.79deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    background: linear-gradient(253.21deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0; }
    @media (max-width: 1264.98px) {
      .about-card__title {
        font-size: 32px; } }
  .about-card__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("../img/about-icon-circle.png") no-repeat center;
    background-size: cover; }
    .about-card__icon img {
      max-width: 40px;
      max-height: 40px; }

.custom-hr {
  border: none;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#E3131E), color-stop(33.9%, #0032AF), color-stop(67.07%, #0032AF), color-stop(88.56%, #0032AF));
  background: -o-linear-gradient(right, #E3131E 0%, #0032AF 33.9%, #0032AF 67.07%, #0032AF 88.56%);
  background: linear-gradient(270deg, #E3131E 0%, #0032AF 33.9%, #0032AF 67.07%, #0032AF 88.56%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
  margin: 0; }

.about-gallery {
  margin-top: 40px; }

.about-content p {
  font-size: 18px;
  line-height: 32px; }
  @media (max-width: 575.98px) {
    .about-content p {
      font-size: 16px;
      line-height: 1.5; } }

.about-company-content p {
  font-size: 18px;
  line-height: 32px; }
  @media (max-width: 575.98px) {
    .about-company-content p {
      font-size: 16px;
      line-height: 1.5; } }

.about-company-content h2 {
  color: #0032af;
  font-size: 40px;
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .about-company-content h2 {
      font-size: 1.5rem; } }

.history-list-first {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 2.5rem;
  margin-bottom: 2rem; }
  .history-list-first li {
    position: relative;
    padding-bottom: 1.5rem;
    padding-left: 60px; }
    .history-list-first li::before {
      position: absolute;
      content: '';
      width: 11px;
      height: 11px;
      background-color: #0032AF;
      border-radius: 50%;
      left: 20px;
      top: 2rem; }
      @media (max-width: 575.98px) {
        .history-list-first li::before {
          top: 18px; } }
    .history-list-first li::after {
      position: absolute;
      content: '';
      width: 1px;
      height: 100%;
      background-color: #EEEEEE;
      left: 25px;
      top: 0;
      z-index: -1; }
    .history-list-first li:last-child {
      padding-bottom: 0; }
  .history-list-first b {
    display: inline-block;
    font-size: 48px;
    font-weight: 900;
    background: -o-linear-gradient(196.79deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    background: linear-gradient(253.21deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem; }
    @media (max-width: 575.98px) {
      .history-list-first b {
        font-size: 32px; } }
  .history-list-first p {
    margin-bottom: 0; }

.history-list-second {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .history-list-second li {
    width: 50%;
    position: relative;
    padding-bottom: 1.5rem;
    padding-top: 2.5rem;
    border-bottom: 1px solid #EEEEEE; }
    @media (max-width: 575.98px) {
      .history-list-second li {
        width: 100%;
        padding-top: 1.5rem; } }
    .history-list-second li:nth-child(odd) {
      padding-right: 40px; }
      @media (max-width: 575.98px) {
        .history-list-second li:nth-child(odd) {
          padding-right: 0; } }
    .history-list-second li:nth-child(even) {
      padding-left: 40px;
      border-left: 1px solid #EEEEEE; }
      @media (max-width: 575.98px) {
        .history-list-second li:nth-child(even) {
          border-left: none;
          padding-left: 0; } }
    .history-list-second li:last-child {
      border-bottom: none; }
      @media (max-width: 575.98px) {
        .history-list-second li:last-child {
          border-bottom: 1px solid #EEEEEE; } }
    .history-list-second li:nth-last-child(2) {
      border-bottom: none; }
      @media (max-width: 575.98px) {
        .history-list-second li:nth-last-child(2) {
          border-bottom: 1px solid #EEEEEE; } }
  .history-list-second b {
    display: inline-block;
    font-size: 48px;
    font-weight: 900;
    background: -o-linear-gradient(196.79deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    background: linear-gradient(253.21deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.5rem; }
    @media (max-width: 575.98px) {
      .history-list-second b {
        font-size: 32px; } }
  .history-list-second p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px; }

.trophy-top {
  width: 100%;
  height: 160px;
  background: url("../img/center-teffi8_.jpg") no-repeat left center;
  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-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  margin-bottom: 2rem; }
  .trophy-top h2 {
    color: #fff;
    font-size: 48px; }
    @media (max-width: 1264.98px) {
      .trophy-top h2 {
        font-size: 32px; }
        .trophy-top {
          background: url("../img/center-teffi8_.jpg") no-repeat left center;
          max-width: 100%;
         }  }
    @media (max-width: 500.98px) {
      .trophy-top h2 {
        font-size: 28px;
       } 
       .trophy-top {
        background: url("../img/trophy-top-bg8_mob1.jpg") no-repeat left center;
        max-width: 100%;
       } 
       
        }
     @media (max-width: 360.98px) {
          .trophy-top h2 {
            font-size: 28px;
           } 
           .trophy-top {
            background: url("../img/trophy-top-bg8_mob2.jpg") no-repeat left center;
            max-width: 100%;
           } 
           
            }
  

.trophy-year {
  margin-bottom: 40px; }
  .trophy-year b {
    display: inline-block;
    font-weight: 900;
    font-size: 36px;
    line-height: normal;
    background: -o-linear-gradient(196.79deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    background: linear-gradient(253.21deg, #E3131E 0%, #0032AF 74.37%, #0032AF 105.5%, #0032AF 157.31%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1.5rem; }
    @media (max-width: 575.98px) {
      .trophy-year b {
        font-size: 32px; } }
  .trophy-year ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .trophy-year li {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 35px; }
    .trophy-year li::before {
      position: absolute;
      display: block;
      content: "";
      width: 18px;
      height: 18px;
      background: url(../img/svg/star-blue.svg) no-repeat center;
      background-size: 100%;
      left: 0;
      top: 24px; }
  .trophy-year span {
    display: block;
    color: #888888;
    line-height: 24px; }
  .trophy-year p {
    font-size: 16px;
    line-height: 1.5; }
  .trophy-year a {
    color: #565656 !important;
    text-decoration: none; }

.trophy-gos {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px; }
  .trophy-gos li {
    margin-bottom: 1rem; }
    @media (max-width: 575.98px) {
      .trophy-gos li {
        font-size: 16px; } }
    .trophy-gos li:last-child {
      margin-bottom: 0; }

.page-footer {
  margin-top: 40px; }
  .page-footer__wr {
    border-top: 1px solid #EEEEEE;
    padding-top: 24px;
    padding-bottom: 44px; }
  .page-footer__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px; }
    @media (max-width: 1264.98px) {
      .page-footer__menu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media (max-width: 575.98px) {
      .page-footer__menu {
          display:none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
    .page-footer__menu li {
      margin-right: 2rem;
      margin-bottom: 1rem; }
      @media (max-width: 575.98px) {
        .page-footer__menu li {
          margin-right: 0; } }
    .page-footer__menu a {
      font-weight: 500;
      color: #565656;
      text-transform: uppercase; }
      @media (max-width: 575.98px) {
        .page-footer__menu a {
          display: block; } }
  .page-footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10px; }
  .page-footer__info-item {
    margin-right: 60px;
    margin-bottom: 2rem;
    font-size: 14px; }
    @media (max-width: 575.98px) {
      .page-footer__info-item {
        width: 100%;
        margin-right: 0; } }
    .page-footer__info-item:last-child {
      margin-right: 0; }
  .page-footer__logo {
    width: 199px;
    height: auto; }
  .page-footer__copy {
    margin-top: 26px; }
    .page-footer__copy h6 {
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 1rem; }
    .page-footer__copy p {
      margin-bottom: 0;
      font-size: 12px;
      font-weight: 300;
      color: #8B8B8B; }

.logo {
  display: block;
  width: 293px; }
  @media (max-width: 1264.98px) {
    .logo {
      width: 190px; } }

.calendar {
  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;
  cursor: pointer; }
  .calendar__icon {
    width: 12px;
    height: 12px;
    margin-right: 10px; }
  .calendar__title {
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: underline; }
    @media (max-width: 767.98px) {
      .calendar__title {
        margin-right: 5px; } }
  .calendar__date {
    font-size: 14px;
    margin-bottom: 0;
    color:#fff;}
    .calendar__date:first-letter {
      text-transform: uppercase; }
    @media (max-width: 767.98px) {
      .calendar__date span {
        display: none; } }

.weather {
  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;
          color:#fff;}
  .weather__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px; }
  .weather__value {
    font-size: 14px;
    margin-bottom: 0; }
    @media (max-width: 1264.98px) {
      .weather__value span {
        display: none; } }

.btn-light {
  color: #565656 !important; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;  
  }
  .social a {
    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;
    width: 28px;
    height: 28px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 10px;
    border: 3px solid #fff;
    /*border-radius: 50%;*/
    
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .social a:hover {
      opacity: 1; }
    .social a:last-child {
      margin-right: 0; }

.btn-mail,
.btn-menu,
.btn-home {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  padding: 0;
  border: none;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.btn-menu {
  margin-left: auto;
  display: none; }
  @media (max-width: 991.98px) {
    .btn-menu {
      display: block; } }

.search-form {
  position: relative;
  width: 100%;
  max-width: 223px;
  margin-left: 30px;
  margin-right: 20px; }
  .search-form .form-control {
    height: 30px;
    padding-right: 38px;
    padding-left: 8px;
    border-radius: 0;
    font-size: 14px; }
    .search-form .form-control::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .search-form .form-control::-moz-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .search-form .form-control:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .search-form .form-control::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.38); }
    .search-form .form-control::placeholder {
      color: rgba(0, 0, 0, 0.38); }
  .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0060DB), to(#0032AF));
    background: -o-linear-gradient(top, #0060DB 0%, #0032AF 100%);
    background: linear-gradient(180deg, #0060DB 0%, #0032AF 100%);
    padding: 0;
    border: none;
    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; }

.logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  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; }
  .logo-list li {
    margin-right: 25px; }
    .logo-list li:last-child {
      margin-right: 0; }

.tel-link {
  color: #0032af !important; }

.color-blue {
  color: #0032af !important; }

.mail-link {
  color: #565656 !important;
  text-decoration: underline; }

.counter {
  display: inline-block;
  margin-right: 1rem; }
  .counter:last-child {
    margin-right: 0; }

@media (min-width: 576px) {
  .fix-height-260 {
    padding: 0 !important;
    height: 224px; } }

.fsz-sm {
  font-size: 14px; }

.fsz-lg {
  font-size: 18px; }
  @media (max-width: 575.98px) {
    .fsz-lg {
      font-size: 16px; } }

.banner {
  display: block;
  color: inherit !important;
  text-decoration: none !important; }
  .banner h3 {
    margin-bottom: 0; }

.blue-title {
  font-size: 18px;
  color: #0032af;
  text-transform: uppercase; }

hr {
  margin: 2rem 0;
  border-top: 1px solid #eee; }

.date {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #ACACAC !important; }

.author {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #ACACAC !important; }

.news-open__tags a {
  display: inline-block;
  color: #444;
  background-color: #F4F4F4;
  padding: 5px 1rem;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap; }
.news-open__tags a:hover{
    text-decoration:none;
}
.views-counter,
.comments-counter {
  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;
  font-size: 14px;
  color: #ACACAC; }
  .views-counter img,
  .comments-counter img {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px; }

.link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1rem; }
  .link-list li {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem; }
    .link-list li.active a {
      background-color: #0032af;
      color: #fff; }
  .link-list a {
    display: block;
    padding: 5px 16px;
    background-color: #E9F2FF;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    color: #0032af;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .link-list a.active, .link-list a:hover {
      background-color: #0032af;
      color: #fff; }

.link-list--second li {
  margin-right: 1rem;
  margin-bottom: 0.5rem; }
  .link-list--second li.active a {
    background-color: #f01e29;
    color: #fff; }

.link-list--second a {
  background-color: #0032af;
  color: #fff; }
  .link-list--second a.active, .link-list--second a:hover {
    background-color: #f01e29;
    color: #fff; }

.link-list--guide li {
  margin-right: 1rem;
  margin-bottom: 0.5rem; }
  .link-list--guide li:last-child {
    margin-right: 0; }
  .link-list--guide li.active a {
    background-color: #f01e29;
    color: #fff; }

.link-list--guide a {
  background-color: #0032af;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 23px; }
  .link-list--guide a.active, .link-list--guide a:hover {
    background-color: #f01e29;
    color: #fff; }

.program-info__title {
  display: inline-block;
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 4px !important;
  padding: 2px;
  background-color: #f01e29; }

.program-info__time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  margin-bottom: 0; }
  .program-info__time li {
    margin-right: 10px;
    margin-bottom: 2px; }
    .program-info__time li:last-child {
      margin-right: 0; }

.project-info {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem; }
  .project-info__title {
    display: inline-block;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 2px;
    background-color: #0032af; }

.pp-desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 1rem; }
  @media (max-width: 1264.98px) {
    .pp-desc {
      padding-left: 0; } }
  @media (max-width: 991.98px) {
    .pp-desc {
      font-size: 18px;
      line-height: 24px; } }
  .pp-desc p {
    margin-bottom: 0; }
  .pp-desc strong,
  .pp-desc b,
  .pp-desc a {
    color: #0038ff; }

.doc-download {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 18px;
  color: #565656 !important;
  text-decoration: underline; }
  .doc-download::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-55%);
        -ms-transform: translateY(-55%);
            transform: translateY(-55%);
    width: 24px;
    height: 24px;
    background: url("../img/svg/file.svg") no-repeat center;
    background-size: cover; }

@media (max-width: 575.98px) {
  .row-banners-1 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: scroll; }
    .row-banners-1 .banner {
      width: 134px; } }

.phone {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  background: url(../img/svg/phone.svg) no-repeat left center;
  background-size: 16px; }

.phone-second {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  background: url(../img/svg/phone-second.svg) no-repeat left center;
  background-size: 16px; }

.phone-fax {
  display: inline-block;
  font-size: 16px;
  padding-left: 44px;
  background: url(../img/svg/phone-second.svg) no-repeat left center/16px, url(../img/svg/fax-second.svg) no-repeat 22px center/16px; }

.mail {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  background: url(../img/svg/mail-second.svg) no-repeat left center;
  background-size: 16px;
  color: #0038ff;
  text-decoration: underline; }

.mail-second {
  display: inline-block;
  font-size: 16px;
  padding-left: 24px;
  background: url(../img/svg/mail-third.svg) no-repeat left center;
  background-size: 16px;
  color: #0038ff;
  text-decoration: underline; }

.modal-person .modal-dialog {
  max-width: 446px; }
  @media (max-width: 575.98px) {
    .modal-person .modal-dialog {
      margin: 0.5rem auto;
      width: calc(100% - 30px); } }

.modal-person .modal-content {
  border: none;
  border-radius: 0; }

.modal-person .modal-body {
  position: relative;
  padding: 1.5rem;
  padding-bottom: 2rem; }

.modal-person img {
  width: 100%; }

.modal-person h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0.5rem;
  color: #0032af; }
  @media (max-width: 575.98px) {
    .modal-person h2 {
      font-size: 22px;
      line-height: normal; } }

.modal-person p {
  font-size: 18px;
  margin-bottom: 0; }
  @media (max-width: 575.98px) {
    .modal-person p {
      font-size: 16px;
      line-height: normal; } }

.modal-person [data-dismiss="modal"] {
  position: absolute;
  opacity: 0.5;
  padding: 0;
  bottom: 20px;
  right: 20px; }

.feedback-form {
  padding: 32px 104px 32px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(224, 238, 255, 0.63)), to(rgba(224, 238, 255, 0.25)));
  background: -o-linear-gradient(bottom, rgba(224, 238, 255, 0.63) 0%, rgba(224, 238, 255, 0.25) 100%);
  background: linear-gradient(0deg, rgba(224, 238, 255, 0.63) 0%, rgba(224, 238, 255, 0.25) 100%);
  margin-top: 2.5rem; }
  @media (max-width: 767.98px) {
    .feedback-form {
      padding: 1.5rem; } }
  .feedback-form__top {
    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;
    margin-bottom: 20px; }
    .feedback-form__top img {
      margin-right: 40px;
      max-width: 64px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media (max-width: 767.98px) {
        .feedback-form__top img {
          margin-right: 1rem; } }
    .feedback-form__top h3 {
      color: #565656; }
      @media (max-width: 767.98px) {
        .feedback-form__top h3 {
          font-size: 18px; } }
      @media (max-width: 575.98px) {
        .feedback-form__top h3 {
          font-size: 16px; } }
  .feedback-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #565656;
    margin-bottom: 0.5rem; }
    .feedback-form label span {
      color: #fe0000; }
  .feedback-form input,
  .feedback-form textarea,
  .feedback-form select {
    border: 1px solid rgba(0, 50, 175, 0.3); }
  .feedback-form textarea {
    resize: none; }
  .feedback-form__required {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #565656; }
    .feedback-form__required span {
      color: #fe0000; }
  .feedback-form .btn {
    margin: 1.5rem auto 0;
    display: block;
    width: 188px;
    height: 40px;
    padding: 0.5rem;
    text-transform: none; }

.rec-content p {
  font-size: 18px; }
  @media (max-width: 575.98px) {
    .rec-content p {
      font-size: 16px;
      line-height: 1.5; } }

.rec-content h2 {
  color: #0032af;
  font-size: 40px;
  font-weight: 900;
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 575.98px) {
    .rec-content h2 {
      font-size: 1.5rem; } }

.rec-content .social a {
  opacity: 1;
  width: 35px;
  height: 35px; }

.rec-content .social img {
  width: 70%; }

.rec-content .link,
.rec-content a[href^=tel],
.rec-content a[href^=mailto] {
  color: #0038ff;
  text-decoration: underline; }

.rec-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .rec-item__icon {
    width: 50px;
    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;
    margin-right: 35px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (max-width: 1264.98px) {
      .rec-item__icon {
        margin-right: 1rem; } }
  .rec-item__text {
    max-width: 186px;
    margin-bottom: 0; }
    @media (max-width: 1264.98px) {
      .rec-item__text {
        max-width: initial; } }

.contacts-item h3 {
  margin-bottom: 1rem;
  color: #0032af;
  font-weight: 900; }

.contacts-item .social a {
  opacity: 1; }

.online-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #E4F0FF;
  border-radius: 50px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 40px; }
  .online-toggler button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    padding: 0;
    background: #E4F0FF;
    width: 105px;
    height: 30px;
    border-radius: 50px;
    outline: none !important; }
    .online-toggler button.active {
      background: -webkit-gradient(linear, right top, left top, from(#E3131E), color-stop(65.69%, #0032AF), color-stop(93.19%, #0032AF), color-stop(138.94%, #0032AF));
      background: -o-linear-gradient(right, #E3131E 0%, #0032AF 65.69%, #0032AF 93.19%, #0032AF 138.94%);
      background: linear-gradient(270deg, #E3131E 0%, #0032AF 65.69%, #0032AF 93.19%, #0032AF 138.94%); }
      .online-toggler button.active .text {
        color: #fff; }
  .online-toggler__video .icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/svg/online-video-blue.svg) no-repeat center/16px;
    margin-right: 4px; }
  .online-toggler__video .text {
    color: #0032AF;
    font-size: 14px; }
  .online-toggler__video.active .icon {
    background: url(../img/svg/online-video-white.svg) no-repeat center/16px; }
  .online-toggler__audio .icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/svg/online-radio-blue.svg) no-repeat center/16px;
    margin-right: 4px; }
  .online-toggler__audio .text {
    color: #0032AF;
    font-size: 14px; }
  .online-toggler__audio.active .icon {
    background: url(../img/svg/online-radio-white.svg) no-repeat center/16px; }

audio {
  display: block;
  width: 100%;
  margin-bottom: 56px; }
.arch_cal{
    display: none;
    position: absolute;
    top:0;
   
    z-index: 100;
    padding-top: 30px;
}
.arch_cal #calendar{
    margin-right: 0;
    background: white;
}
#calendar tr:first-child{
    background: #00affa;
    color: white;
    font-size: 14px;
}
#calendar .monthlink{color:white;}
#calendar .monthselect{padding: 10px 50px;}
#calendar .workday, #calendar .day, #calendar .weekday, #calendar .day-active-v{
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    text-align: center;
}
a.day-active-v{
    color: #565656;
}


.nav-load a {color:black;display: block;
    padding: 15px 2rem;}
.nav-load span{display: none;}    
.nav-load.btn{padding:0;}    
.nav-load a:hover {text-decoration:none; color:black;}

.cat_video #bottom-nav{width:100%;}
.mainnews #bottom-nav{width:100%;}
.row-banners-1{margin-top: 20px;}
/*# sourceMappingURL=main.css.map */
.mainp_video #bottom-nav{width:98%;margin:0 auto;}
.sidebar__broadcast-wr iframe{
    max-width: 100%;
    max-height: 164px;
}
.news-open iframe{
   width: 80%;
    height: 415px;
}
@media (max-width: 767.98px) {
 .news-open iframe{
    width: 80%;
    height: 274px;
}   
}
.comment h6 a{
        font-size: 1rem;
    color: #565656;
    cursor: auto;
    pointer-events: none;
}
.mass_comments_action{display:none;}
.plus_icon{display:none;}
#addcomment .ui-form{    margin-left: 0;
    padding-left: 0;}
#addcomment #comment-editor{
    
    list-style: none;
}
#addcomment li{
    
    list-style: none;
} 
#addcomment .combo_field{display: inline-block;
    width: 49.7%;
    min-width: 280px;}
    #addcomment .combo_field input{    width: 100%;
    padding: 5px;}
#addcomment #comment-editor textarea{
    width: 100%;
    height: 80px;
}
#addcomment .btn{background: #e9f2ff;}
.news-open__share a{
    display: inline-block;
    margin-left: 10px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid;
    vertical-align: middle;
    padding: 4px;
    text-align: center;
}
#show_foot{
position: fixed;
    bottom: 5px;
    z-index: 100;
    background: #005fdb;
    color: white !important;
    border: none;
    width: 90% !important;
    max-width: 900px;
}
.fix_foot{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    background: white;
    
}
.fix_foot .container{
    position: relative;
    padding-top: 30px;
}
#cl_foot{
        position: absolute;
    background: #005dd8;
    color: white;
    padding: 5px 10px;
    top: 0;
    right: 15px;
}
@media (max-width: 768px){
    #addcomment .combo_field{display: inline-block;
    width: 100%;
    min-width: 280px;}
#addcomment .combo_field:first-child{
    margin-bottom:15px;
}    
    
 .fix_foot{height: 75%;
    overflow-y: scroll;
    overflow-x: hidden}   
}


/*---Быстрый поиск на сайте---*/
#searchsuggestions {
    display:none !important;
	z-index: 2200;
	width: 300px;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
	border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);
	background-clip: padding-box;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	#searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5; }
	#searchsuggestions a { color: inherit; }
	#searchsuggestions a:hover { background-color: #f7f7f7; }
	#searchsuggestions a span { display: block; cursor: pointer; }
	#searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em; }
	#searchsuggestions span.seperator { display: block; }
	#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191; }
	#searchsuggestions span.notfound { padding: 15px 25px; display: block; }
	#searchsuggestions .break { display: none; }
.c-captcha a{display:block;}
.c-captcha input{margin: 15px 0;
    width: 160px;}
.fest-content table{border:none;margin-bottom: 2rem;} 
.fest-content iframe{max-width:100%;height: 256px;}
@media (max-width: 768px){
 .fest-content table td{width: 98% !important;
    display: block;
    height: 200px !important;
    margin: 0 auto;} 
    .fest-content iframe{max-width:100%;height: 190px;}
   .fest-content table td:first-child{margin-bottom: 15px;}
   .fest-content table{border:none;margin-bottom: 1rem;}
}



#fullsearch {
  font-size: 14px;
}

#fullsearch input[type=text],
#fullsearch select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  margin-bottom: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#fullsearch input[type=text]:focus,
#fullsearch select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #306bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 50 175 / 25%);
}

#fullsearch select[multiple] {
  height: 140px;
}

#fullsearch br {
  display: none;
}

#fullsearch td.search {
  padding-bottom: 1rem;
}

#fullsearch fieldset {
  display: block;
  margin-top: 2rem !important;
  padding-right: 1rem;
}

#fullsearch label {
  display: flex;
  align-items: center;
  font-size: 14px;
}

#fullsearch label input[type=checkbox],
#fullsearch label input[type=radio] {
  margin-right: 0.5rem;
}

#fullsearch input[type=button],
#fullsearch input[type=reset] {
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 15px 2rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #0032af;
  border-color: #0032af;
}

#fullsearch input[type=button] {
  margin-right: 1rem !important;
}

#fullsearch input[type=button]:hover {
  color: #fff;
  background-color: #002789;
  border-color: #00237c;
}

#fullsearch input[type=button]:focus {
  box-shadow: 0 0 0 0.2rem rgb(38 81 187 / 50%);
}

#fullsearch input[type=reset] {
  color: #212529;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

#fullsearch input[type=reset]:hover {
  color: #212529;
  background-color: #e3e3e3;
  border-color: #dddddd;
}

#fullsearch input[type=reset]:focus {
  box-shadow: 0 0 0 0.2rem rgb(214 215 215 / 50%);
}

.search_result_num {
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
    .fix_head{position: fixed;
    width: 100%;
    z-index: 10;
    background: #275cc5;}
  .fix_head  .page-header__cw-wr{display:none;}
    
  #fullsearch tr tr {
    display: flex;
    flex-wrap: wrap;
  }

  #fullsearch tr tr>td {
    display: block;
    width: 100%;
  }

  #fullsearch fieldset {
    margin-top: 1rem !important;
    padding-right: 0 !important;
  }

  #fullsearch input[type=button],
  #fullsearch input[type=reset] {
    margin: 0 1rem 1rem 0 !important;
    margin-left: 0 !important;
    min-width: 150px;
  }
}

@media (max-width: 364px) {
  #fullsearch input[type=button],
  #fullsearch input[type=reset] {
    margin-right: 0 !important;
    width: 100%;
  }
}

.page_next-prev span a{
    border: 1px solid;
    padding: 5px 12px;
    display: inline-block;
    margin: 5px;
    color: #ffffff;
    text-decoration: none;
    background: #0032af;
}
.pages a{margin: 4px;
    display: inline-block;
    text-decoration: none;
    padding: 0px 7px;
    border: 1px solid;
    font-size: 14px;}
.pages span:first-of-type{
    margin: 4px;
    display: inline-block;
    padding: 0px 7px;
    border: 1px solid #0032af;
    font-size: 14px;
    background: #0032af;
    color: white;
}
.news-item__text .htitle{text-decoration:none;color: initial;}
.speedbar{margin-bottom:15px;margin-left: 10px;}
.speedbar a, .speedbar{font-size: 14px;}
.news-item__text a h4{}
.img_block{position: relative;
    padding-bottom: 45.25%;
    overflow: hidden;
    margin-bottom: 30px;}
.img_block img{
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center center;
    right: 0;
    margin: 0 auto;
} 
.logo_footer{text-align:right;}
.logo_footer a{
    font-size: 12px;
    font-weight: 300;
    color: #8B8B8B;
    text-decoration:underline;
}
.logo_footer a span{display:block;}
.online-toggler a:hover{text-decoration:none;}
@media (max-width: 768px) {
    .img_block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center center;
    right: 0;
    margin: 0 auto;
}
.news-open iframe {
    width: 100%;
    height: 274px;
}
.mb_hide{display:none;}
.sidebar__news ul li {
    padding: 6px 0;
    border-bottom: 1px solid #EEEEEE;
}
.news-open__desc {
    margin-bottom: 15px;
}
.img_block {
    margin-bottom: -5px;
}
.news-open__info-line {
    margin-bottom: 15px;
}
}
.fest-content table td:first-child{padding-right: 15px;}
.fest-content table td:last-child{padding-left: 15px;}
@media (max-width: 768px) {
 .fest-content table td:first-child{padding-right: 0;}
.fest-content table td:last-child{padding-left: 0;}   
    
}
.program-slider--second .slick-prev, .program-slider--second .slick-next{height: 100% !important;}

#dle-content .program-guide-card img.fr-fic {
    width: auto !important;
}
 @media (max-width: 575.98px) {
        
        .news-open__tags{width: 100%; text-align:center;}
       }
       .quote-block {    
    background-color: #ebebeb;    
    border: 1px solid rgba(183, 185, 186, 0.45);    
    border-radius: 5px;    
    padding: 10px 15px;    
    margin-top: 10px;    
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* Стили для верхней части цитаты */



