header.header {
  background-color: #ebebeb;
  padding: 25px 0 25px;
  z-index: 30; }
  @media (min-width: 992px) {
    header.header {
      position: sticky;
      top: 0; } }
  header.header .header-row {
    align-items: center; }
    header.header .header-row .header-logo .logo {
      display: flex;
      text-decoration: none;
      align-items: center; }
      @media (max-width: 450px) {
        header.header .header-row .header-logo .logo {
          flex-wrap: wrap;
          justify-content: center;
          text-align: center;
          margin-bottom: 20px; } }
      header.header .header-row .header-logo .logo .logo-img {
        margin-right: 15px; }
        @media (max-width: 450px) {
          header.header .header-row .header-logo .logo .logo-img {
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 15px; } }
      header.header .header-row .header-logo .logo .logo-text {
        font-family: "Myriad Pro";
        color: #3f3f3f;
        font-size: 22px;
        font-weight: 400;
        line-height: 25px;
        text-transform: uppercase;
        max-width: 430px; }
        @media (max-width: 991px) {
          header.header .header-row .header-logo .logo .logo-text {
            font-size: 16px;
            max-width: 345px; } }
    header.header .header-row .soc-icons {
      position: relative; }
      header.header .header-row .soc-icons .search-form {
        display: none;
        background-color: #ebebeb;
        position: absolute;
        top: -12px;
        width: 100%; }
        header.header .header-row .soc-icons .search-form input {
          border: none;
          width: 100%;
          height: 45px;
          background: transparent;
          line-height: 45px;
          font-size: 14px;
          color: #434343;
          text-align: center;
          outline: none; }
          header.header .header-row .soc-icons .search-form input:focus {
            outline: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none; }
        header.header .header-row .soc-icons .search-form .search-handler {
          position: absolute;
          right: 6px;
          top: 50%;
          margin-top: -14px;
          z-index: 100;
          width: 26px;
          height: 26px;
          line-height: 26px;
          text-align: center;
          display: inline-block;
          font-size: 15px;
          color: #434343;
          cursor: pointer;
          -webkit-transition: all .3s ease;
          -moz-transition: all .3s ease;
          -o-transition: all .3s ease;
          transition: all .3s ease; }
      header.header .header-row .soc-icons .social-icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        header.header .header-row .soc-icons .social-icons .social-icon-item a {
          display: flex;
          width: 20px;
          height: 20px;
          background-color: #858585;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          border-radius: 10px;
          color: #fff;
          align-items: center;
          justify-content: center;
          margin: 0 5px;
          font-size: 10px;
          text-decoration: none; }
        header.header .header-row .soc-icons .social-icons .social-menu a, header.header .header-row .soc-icons .social-icons .social-search a {
          display: flex;
          width: 20px;
          height: 20px;
          font-size: 16px;
          color: #858585;
          align-items: center;
          justify-content: center;
          margin: 0 5px;
          text-decoration: none; }

@media (max-width: 991px) {
  .banner-wrap .container {
    max-width: 100%;
    width: 100%;
    padding: 0; } }

.banner-link {
  text-decoration: none; }
  .banner-link:hover {
    text-decoration: none; }

.banner-wrap-direct img {
  width: 100%; }
.banner-wrap-direct .banner-mobile {
  display: none; }
@media (max-width: 991px) {
  .banner-wrap-direct .banner-img {
    display: none; }
  .banner-wrap-direct .banner-mobile {
    display: block; } }

.banner-block {
  position: relative;
  height: 265px;
  background-image: url(../img/banner.png);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 85px;
  font-family: 'Affect'; }
  @media (max-width: 991px) {
    .banner-block {
      padding: 20px 20px; } }
  .banner-block .banner-text {
    font-size: 36px;
    color: #fff;
    z-index: 10;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-align: right; }
    @media (max-width: 991px) {
      .banner-block .banner-text {
        font-size: 20px;
        line-height: 35px; } }
    .banner-block .banner-text span {
      font-size: 46px;
      font-weight: bold; }
      @media (max-width: 991px) {
        .banner-block .banner-text span {
          font-size: 24px;
          line-height: 35px; } }

.header-menu-block {
  padding: 35px 0; }
  @media (max-width: 768px) {
    .header-menu-block {
      display: none; } }
  .header-menu-block .header-menu, .header-menu-block .navbar-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0; }
    .header-menu-block .header-menu .menu-item, .header-menu-block .navbar-nav .menu-item {
      list-style: none; }
      @media (max-width: 450px) {
        .header-menu-block .header-menu .menu-item, .header-menu-block .navbar-nav .menu-item {
          width: 100%; } }
      .header-menu-block .header-menu .menu-item a, .header-menu-block .navbar-nav .menu-item a {
        color: #3f3f3f;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-transform: uppercase;
        text-decoration: none; }
        .header-menu-block .header-menu .menu-item a.active, .header-menu-block .header-menu .menu-item a:hover, .header-menu-block .navbar-nav .menu-item a.active, .header-menu-block .navbar-nav .menu-item a:hover {
          color: #000; }

.popup-main-menu {
  position: fixed;
  top: 0;
  right: -575px;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0 0 131.2px 61.8px rgba(0, 0, 0, 0.24);
  width: 375px;
  max-width: 100%;
  padding: 60px 35px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  z-index: 100;
  overflow: auto; }
  .popup-main-menu.open {
    right: 0; }
  .popup-main-menu .popum-menu-content {
    position: relative; }
    .popup-main-menu .popum-menu-content .menu-logo {
      display: block;
      margin-bottom: 40px; }
    .popup-main-menu .popum-menu-content .close {
      position: absolute;
      right: 0;
      top: 0;
      width: 16px;
      height: 16px;
      opacity: 0.3; }
    .popup-main-menu .popum-menu-content .close:hover {
      opacity: 1; }
    .popup-main-menu .popum-menu-content .close:before, .popup-main-menu .popum-menu-content .close:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 16px;
      width: 2px;
      background-color: #333; }
    .popup-main-menu .popum-menu-content .close:before {
      transform: rotate(45deg); }
    .popup-main-menu .popum-menu-content .close:after {
      transform: rotate(-45deg); }
  .popup-main-menu .popup-menu-wrap {
    margin-bottom: 50px; }
    .popup-main-menu .popup-menu-wrap a {
      display: block;
      color: #000;
      font-size: 20px;
      line-height: 36px;
      text-decoration: none; }
    .popup-main-menu .popup-menu-wrap .main-link {
      display: block;
      color: #000;
      font-size: 20px;
      line-height: 36px;
      text-decoration: none;
      font-weight: 700; }

footer#footer {
  padding: 50px 0 40px;
  background-color: #ebebeb; }
  footer#footer .footer-menu-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      footer#footer .footer-menu-block {
        flex-wrap: wrap; } }
    footer#footer .footer-menu-block .footer-menu-wrap {
      flex: 0 0 33%; }
      @media (max-width: 991px) {
        footer#footer .footer-menu-block .footer-menu-wrap {
          width: 100%;
          flex: 0 0 100%;
          margin-bottom: 20px; } }
      footer#footer .footer-menu-block .footer-menu-wrap .main-link {
        display: block;
        color: #3f3f3f;
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        text-transform: uppercase;
        text-decoration: none;
        margin-bottom: 25px; }
      footer#footer .footer-menu-block .footer-menu-wrap .footer-menu-text {
        font-size: 16px;
        font-weight: 400;
        color: #3f3f3f;
        line-height: 30px; }
      footer#footer .footer-menu-block .footer-menu-wrap .menu-link {
        display: block;
        font-size: 16px;
        font-weight: 400;
        color: #3f3f3f;
        line-height: 30px; }
  footer#footer .copyright {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase; }

.sidebar .map img, .sidebar-news .map img {
  width: 100%;
  max-width: 100%; }
.sidebar .sidebar-item, .sidebar-news .sidebar-item {
  margin-bottom: 20px; }
  .sidebar .sidebar-item.news-item .news-title, .sidebar-news .sidebar-item.news-item .news-title {
    background-color: #204658;
    width: 100%;
    margin: 0;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 400; }
  .sidebar .sidebar-item.banner-item a img, .sidebar-news .sidebar-item.banner-item a img {
    width: 100%; }

.sidebar-corona .corona-category .title {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #204658;
  padding: 8px;
  text-align: center;
  display: block;
  margin-bottom: 10px; }
.sidebar-corona .corona-category .news-item {
  display: flex; }
  .sidebar-corona .corona-category .news-item .posts-image {
    display: block;
    min-width: 150px; }
  .sidebar-corona .corona-category .news-item .news-title {
    background-color: transparent;
    color: #000; }

.front-page .front-slider-block {
  margin-bottom: 80px; }
  .front-page .front-slider-block .front-carousel {
    width: 100%; }
    .front-page .front-slider-block .front-carousel .carousel-inner {
      padding: 0 15px; }
      .front-page .front-slider-block .front-carousel .carousel-inner .carousel-item .carousel-right {
        padding-bottom: 70px;
        display: flex;
        align-items: center; }
        .front-page .front-slider-block .front-carousel .carousel-inner .carousel-item .carousel-right .carousel-slide-title a {
          color: #3f3f3f;
          font-size: 30px;
          font-weight: 700;
          line-height: 38px;
          text-decoration: none; }
          @media (max-width: 1199px) {
            .front-page .front-slider-block .front-carousel .carousel-inner .carousel-item .carousel-right .carousel-slide-title a {
              font-size: 24px;
              line-height: 30px; } }
          @media (max-width: 991px) {
            .front-page .front-slider-block .front-carousel .carousel-inner .carousel-item .carousel-right .carousel-slide-title a {
              font-size: 18px;
              line-height: 25px; } }
      @media (max-width: 991px) {
        .front-page .front-slider-block .front-carousel .carousel-inner .carousel-item .carousel-left {
          margin-bottom: 20px; } }
      .front-page .front-slider-block .front-carousel .carousel-inner .carousel-item .carousel-left img {
        width: 100%; }
      .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 0; }
        .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-indicators {
          position: relative;
          margin: 0; }
          .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-indicators li {
            width: 12px;
            height: 12px;
            background-color: transparent;
            list-style: none;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            cursor: pointer;
            opacity: 1;
            border: 1px solid #dadada;
            margin: 0 5px; }
            .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-indicators li.active {
              border: 1px solid #000; }
        .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-prev, .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-next {
          position: relative;
          width: 60px;
          height: 60px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          border-radius: 30px;
          opacity: 1;
          color: #000;
          background-color: transparent;
          border: 1px solid #000;
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -ms-transition: all 0.2s;
          -o-transition: all 0.2s;
          transition: all 0.2s; }
          .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-prev:hover, .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-next:hover {
            color: #fff;
            background-color: #000; }
            .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-prev:hover .carousel-control-prev-icon, .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-next:hover .carousel-control-prev-icon {
              color: #fff; }
        .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-prev {
          margin-right: 25px; }
          .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-prev .carousel-control-prev-icon {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: auto;
            height: auto;
            background-image: none; }
            .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-prev .carousel-control-prev-icon:before {
              content: '\f053';
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1; }
        .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-next {
          margin-left: 25px; }
          .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-next .carousel-control-next-icon {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            width: auto;
            height: auto;
            background-image: none; }
            .front-page .front-slider-block .front-carousel .carousel-inner .carousel-nav-wrap .carousel-control-next .carousel-control-next-icon:before {
              content: "\f054";
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1; }
.front-page .front-events-block .event-item-wrap {
  margin-bottom: 50px; }
  .front-page .front-events-block .event-item-wrap:nth-child(1), .front-page .front-events-block .event-item-wrap:nth-child(2) {
    margin-bottom: 30px; }
    .front-page .front-events-block .event-item-wrap:nth-child(1) .event-item, .front-page .front-events-block .event-item-wrap:nth-child(2) .event-item {
      padding-bottom: 20px;
      border-bottom: 1px solid #ebebeb; }
  .front-page .front-events-block .event-item-wrap .event-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .front-page .front-events-block .event-item-wrap .event-item .event-title a {
      color: #3f3f3f;
      line-height: 40px;
      margin-bottom: 20px;
      text-decoration: none;
      font-size: 28px;
      font-weight: 300; }
      @media (max-width: 991px) {
        .front-page .front-events-block .event-item-wrap .event-item .event-title a {
          font-size: 24px;
          line-height: 30px; } }
    .front-page .front-events-block .event-item-wrap .event-item .event-date {
      color: #3f3f3f;
      font-size: 24px;
      font-weight: 400;
      line-height: 48px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .front-page .front-events-block .event-item-wrap .event-item .event-date {
          font-size: 20px;
          line-height: 30px; } }
    .front-page .front-events-block .event-item-wrap .event-item .event-image img {
      width: 100%; }
.front-page .front-appeal-block {
  margin-bottom: 80px;
  padding: 60px 0;
  background: url("../img/appeal-bg.png");
  -webkit-background-size: cover;
  background-size: cover; }
  @media (max-width: 991px) {
    .front-page .front-appeal-block {
      padding: 40px 0; } }
  .front-page .front-appeal-block .appeal-text {
    color: #3f3f3f;
    font-size: 32px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .front-page .front-appeal-block .appeal-text {
        font-size: 24px;
        margin-bottom: 30px; } }
  .front-page .front-appeal-block .appeal-button {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; }
    @media (max-width: 991px) {
      .front-page .front-appeal-block .appeal-button {
        justify-content: flex-start; } }
    .front-page .front-appeal-block .appeal-button a {
      display: inline-block;
      text-decoration: none;
      color: #fff;
      background-color: #000;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      border-radius: 19px;
      font-size: 24px;
      font-weight: 400;
      line-height: 48px;
      text-transform: uppercase;
      padding: 2px 50px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .front-page .front-appeal-block .appeal-button a:hover {
        background-color: #fff;
        color: #000; }
.front-page .front-videos-block .block-title {
  margin-bottom: 30px; }
.front-page .front-videos-block .video-js {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25% !important;
  position: relative; }
.front-page .front-videos-block .videos-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .front-page .front-videos-block .videos-item-wrap .video-title {
    font-size: 18px;
    line-height: 20px;
    color: #3f3f3f;
    margin-bottom: 10px; }
  .front-page .front-videos-block .videos-item-wrap .video-date {
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 20px; }
.front-page .yottie-widget-video-info-title {
  white-space: normal; }
.front-page .front-documents-block {
  margin-bottom: 90px; }
  .front-page .front-documents-block .documents-item-wrap {
    margin-bottom: 20px; }
  .front-page .front-documents-block .documents-item {
    position: relative;
    padding: 35px 20px;
    background: url("../img/documents-2.png");
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-position: center center; }
    .front-page .front-documents-block .documents-item.category-21 {
      background: url("../img/documents-1.png");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    .front-page .front-documents-block .documents-item.number-0 {
      background: url("../img/documents-new-1.png"); }
      @media (max-width: 991px) {
        .front-page .front-documents-block .documents-item.number-0 {
          -webkit-background-size: cover;
          background-size: cover;
          background-position: center center; } }
    .front-page .front-documents-block .documents-item.number-1 {
      background: url("../img/documents-new-2.png"); }
      @media (max-width: 991px) {
        .front-page .front-documents-block .documents-item.number-1 {
          -webkit-background-size: cover;
          background-size: cover;
          background-position: center center; } }
    .front-page .front-documents-block .documents-item.number-2 {
      background: url("../img/documents-new-3.png"); }
      @media (max-width: 991px) {
        .front-page .front-documents-block .documents-item.number-2 {
          -webkit-background-size: cover;
          background-size: cover;
          background-position: center center; } }
    .front-page .front-documents-block .documents-item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 0; }
    .front-page .front-documents-block .documents-item .document-title {
      z-index: 1; }
      .front-page .front-documents-block .documents-item .document-title a {
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        line-height: 35px;
        margin-bottom: 30px;
        text-decoration: none; }
    .front-page .front-documents-block .documents-item .document-bottom {
      z-index: 1; }
    .front-page .front-documents-block .documents-item .document-date {
      color: #fff;
      font-size: 26px;
      font-weight: 400;
      line-height: 35px;
      margin-bottom: 30px; }
.front-page .front-videos-block {
  padding: 40px 0 60px;
  background-color: #ebebeb;
  margin-bottom: 90px; }
  @media (max-width: 991px) {
    .front-page .front-videos-block {
      padding: 40px 15px 16px; } }
.front-page .front-digits-block {
  margin-bottom: 90px; }
  .front-page .front-digits-block .digits-item-wrap {
    margin-bottom: 20px; }
  .front-page .front-digits-block a {
    text-decoration: none; }
  .front-page .front-digits-block .digits-item {
    position: relative;
    background: url("../img/documents-image.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 50px 22px;
    margin-bottom: 30px;
    height: 100%; }
    .front-page .front-digits-block .digits-item.digital-1 {
      background: url("../img/digital-1.jpg");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    .front-page .front-digits-block .digits-item.digital-2 {
      background: url("../img/digital-2.jpg");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    .front-page .front-digits-block .digits-item.digital-3 {
      background: url("../img/digital-3.jpg");
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center center; }
    .front-page .front-digits-block .digits-item:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.4);
      z-index: 0; }
    .front-page .front-digits-block .digits-item .digits-title {
      color: #fff;
      font-size: 30px;
      font-weight: 400;
      line-height: 48px;
      position: relative;
      z-index: 10; }
    .front-page .front-digits-block .digits-item .digits-date {
      color: #fff;
      font-size: 30px;
      font-weight: 400;
      line-height: 48px;
      margin-bottom: 50px; }

.page-header, .entry-header {
  background-color: #fff;
  z-index: 20; }
  @media (min-width: 992px) {
    .page-header, .entry-header {
      position: sticky;
      top: 102px; } }

.single-page, .type-page {
  margin-bottom: 100px; }
  .single-page .entry-title, .type-page .entry-title {
    color: #3f3f3f;
    font-size: 32px;
    font-weight: 400;
    line-height: 48px;
    border-bottom: 0; }
  .single-page .post-thumbnail, .type-page .post-thumbnail {
    max-width: 900px;
    margin: 0 auto 100px; }
    .single-page .post-thumbnail img, .type-page .post-thumbnail img {
      width: 100%; }
  .single-page .entry-content, .type-page .entry-content {
    max-width: 900px;
    margin: 20px auto; }
    .single-page .entry-content p, .type-page .entry-content p {
      color: #3f3f3f;
      font-size: 24px;
      font-weight: 400;
      line-height: 30px; }
    .single-page .entry-content li, .type-page .entry-content li {
      color: #3f3f3f;
      font-size: 24px;
      font-weight: 400;
      line-height: 30px; }
    .single-page .entry-content img, .type-page .entry-content img {
      margin-bottom: 10px; }
  .single-page .single-pagintion-block .event-item-wrap, .type-page .single-pagintion-block .event-item-wrap {
    margin-bottom: 50px; }
  .single-page .single-pagintion-block .event-item, .type-page .single-pagintion-block .event-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .single-page .single-pagintion-block .event-item .event-title a, .type-page .single-pagintion-block .event-item .event-title a {
      color: #3f3f3f;
      line-height: 40px;
      margin-bottom: 20px;
      text-decoration: none;
      font-size: 28px;
      font-weight: 300; }
      @media (max-width: 991px) {
        .single-page .single-pagintion-block .event-item .event-title a, .type-page .single-pagintion-block .event-item .event-title a {
          font-size: 24px;
          line-height: 30px; } }
    .single-page .single-pagintion-block .event-item .event-date, .type-page .single-pagintion-block .event-item .event-date {
      color: #3f3f3f;
      font-size: 24px;
      font-weight: 400;
      line-height: 48px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .single-page .single-pagintion-block .event-item .event-date, .type-page .single-pagintion-block .event-item .event-date {
          font-size: 20px;
          line-height: 30px; } }
    .single-page .single-pagintion-block .event-item .event-image img, .type-page .single-pagintion-block .event-item .event-image img {
      width: 100%; }

.news-item-wrap {
  margin-bottom: 50px; }
  .news-item-wrap .news-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .news-item-wrap .news-item .news-title a {
      color: #3f3f3f;
      line-height: 40px;
      margin-bottom: 20px;
      text-decoration: none;
      font-size: 28px;
      font-weight: 300; }
      @media (max-width: 991px) {
        .news-item-wrap .news-item .news-title a {
          font-size: 24px;
          line-height: 30px; } }
    .news-item-wrap .news-item .news-date {
      color: #3f3f3f;
      font-size: 24px;
      font-weight: 400;
      line-height: 48px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .news-item-wrap .news-item .news-date {
          font-size: 20px;
          line-height: 30px; } }
    .news-item-wrap .news-item .news-image img {
      width: 100%; }

.posts-navigation .nav-links a {
  color: #000;
  text-decoration: none; }

.search-404 .search-form {
  margin-bottom: 40px; }
  .search-404 .search-form .search-handler {
    display: none; }

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: local("Myriad Pro Regular"), local("../fonts/MyriadPro-Regular"), url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Affect';
  src: url("../fonts/Affect-Light.eot");
  src: local("Affect Light"), local("Affect-Light"), url("../fonts/Affect-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect-Light.woff") format("woff"), url("../fonts/Affect-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Affect';
  src: url("../fonts/Affect-Bold.eot");
  src: local("Affect Bold"), local("Affect-Bold"), url("../fonts/Affect-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect-Bold.woff") format("woff"), url("../fonts/Affect-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Affect';
  src: url("../fonts/Affect.eot");
  src: local("Affect"), url("../fonts/Affect.eot?#iefix") format("embedded-opentype"), url("../fonts/Affect.woff") format("woff"), url("../fonts/Affect.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html body {
  background-color: #fff;
  font-family: Tahoma;
  font-size: 20px; }
  html body #content.site-content {
    padding: 0; }
  html body .breadcrumbs {
    margin-bottom: 30px;
    color: #9e9e9e;
    font-size: 12px;
    padding: 0 15px; }
    html body .breadcrumbs a {
      color: #9e9e9e;
      text-decoration: none;
      -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease; }
      html body .breadcrumbs a:hover {
        color: #0080ce; }
  html body .block-title {
    color: #3f3f3f;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      html body .block-title {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 34px; } }
  html body .iframe-youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  html body .iframe-youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
@media (min-width: 992px) {
  html .dropdown:hover > .dropdown-menu {
    position: absolute;
    display: block;
    top: 95%; }
  html .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none; } }
@media (max-width: 991px) {
  html .dropdown > .dropdown-menu {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem; }
    html .dropdown > .dropdown-menu a {
      padding: .25rem 1.5rem; } }
html th, html td {
  vertical-align: top;
  padding: 5px; }
html #topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  opacity: 1;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  html #topBtn:hover {
    color: #fff;
    background-color: #000; }
  html #topBtn:focus {
    border: 0;
    outline: none; }
@media (max-width: 991px) {
  html .wpforms-container .wpforms-field-file-upload input {
    font-size: 15px; } }
@media (max-width: 767px) {
  html .sp-tab__nav {
    flex-wrap: nowrap; } }
html .red-menu-link a {
  color: red !important; }

.archive-videos-block .block-title {
  margin-bottom: 30px; }
.archive-videos-block .video-js {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25% !important;
  position: relative; }
.archive-videos-block .videos-item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 20px; }
  .archive-videos-block .videos-item-wrap .video-title {
    font-size: 18px;
    line-height: 20px;
    color: #3f3f3f;
    margin-bottom: 10px; }
  .archive-videos-block .videos-item-wrap .video-date {
    font-size: 16px;
    color: #3f3f3f;
    margin-bottom: 20px; }

/*# sourceMappingURL=styles.css.map */
