@charset "UTF-8";

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */

@font-face {
  font-family: Book;
  src: url("/fonts/P22UndergroundCYPro-Book.otf") format("opentype");
}

@font-face {
  font-family: Demi;
  src: url("/fonts/P22UndergroundCYPro-Demi.otf") format("opentype");
}

@font-face {
  font-family: Heavy;
  src: url("/fonts/P22UndergroundCYPro-Heavy.otf") format("opentype");
}

@font-face {
  font-family: Light;
  src: url("/fonts/P22UndergroundCYPro-Light.otf") format("opentype");
}

@font-face {
  font-family: Medium;
  src: url("/fonts/P22UndergroundCYPro-Medium.otf") format("opentype");
}

@font-face {
  font-family: Thin;
  src: url("/fonts/P22UndergroundCYPro-Thin.otf") format("opentype");
}

.book-sm-white {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.book-md-white {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

.book-lg-white {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}

.book-sm-black {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.book-md-black {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

.book-lg-black {
  font-weight: normal;
  font-size: 20px;
  color: #333;
}

.book-sm-blue {
  font-weight: normal;
  font-size: 14px;
  color: #2f5aa8;
}

.book-md-blue {
  font-weight: normal;
  font-size: 16px;
  color: #2f5aa8;
}

.book-lg-blue {
  font-weight: normal;
  font-size: 20px;
  color: #2f5aa8;
}

.book-sm-light-blue {
  font-weight: normal;
  font-size: 14px;
  color: #538ffc;
}

.book-md-light-blue {
  font-weight: normal;
  font-size: 16px;
  color: #538ffc;
}

.book-lg-light-blue {
  font-weight: normal;
  font-size: 20px;
  color: #538ffc;
}

.demi-sm-white {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.demi-md-white {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.demi-lg-white {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.demi-sm-black {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.demi-md-black {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.demi-lg-black {
  font-weight: 600;
  font-size: 20px;
  color: #333;
}

.demi-sm-blue {
  font-weight: 600;
  font-size: 14px;
  color: #2f5aa8;
}

.demi-md-blue {
  font-weight: 600;
  font-size: 16px;
  color: #2f5aa8;
}

.demi-lg-blue {
  font-weight: 600;
  font-size: 20px;
  color: #2f5aa8;
}

.demi-sm-light-blue {
  font-weight: 600;
  font-size: 14px;
  color: #538ffc;
}

.demi-md-light-blue {
  font-weight: 600;
  font-size: 16px;
  color: #538ffc;
}

.demi-lg-light-blue {
  font-weight: 600;
  font-size: 20px;
  color: #538ffc;
}

.heavy-sm-white {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}

.heavy-md-white {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.heavy-lg-white {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.heavy-sm-black {
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.heavy-md-black {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

.heavy-lg-black {
  font-weight: 700;
  font-size: 20px;
  color: #333;
}

.heavy-sm-blue {
  font-weight: 700;
  font-size: 14px;
  color: #2f5aa8;
}

.heavy-md-blue {
  font-weight: 700;
  font-size: 16px;
  color: #2f5aa8;
}

.heavy-lg-blue {
  font-weight: 700;
  font-size: 20px;
  color: #2f5aa8;
}

.heavy-sm-light-blue {
  font-weight: 700;
  font-size: 14px;
  color: #538ffc;
}

.heavy-md-light-blue {
  font-weight: 700;
  font-size: 16px;
  color: #538ffc;
}

.heavy-lg-light-blue {
  font-weight: 700;
  font-size: 20px;
  color: #538ffc;
}

.light-sm-white {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}

.light-md-white {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

.light-lg-white {
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}

.light-sm-black {
  font-weight: normal;
  font-size: 14px;
  color: #333;
}

.light-md-black {
  font-weight: normal;
  font-size: 16px;
  color: #333;
}

.light-lg-black {
  font-weight: normal;
  font-size: 20px;
  color: #333;
}

.light-sm-blue {
  font-weight: normal;
  font-size: 14px;
  color: #2f5aa8;
}

.light-md-blue {
  font-weight: normal;
  font-size: 16px;
  color: #2f5aa8;
}

.light-lg-blue {
  font-weight: normal;
  font-size: 20px;
  color: #2f5aa8;
}

.light-sm-light-blue {
  font-weight: normal;
  font-size: 14px;
  color: #538ffc;
}

.light-md-light-blue {
  font-weight: normal;
  font-size: 16px;
  color: #538ffc;
}

.light-lg-light-blue {
  font-weight: normal;
  font-size: 20px;
  color: #538ffc;
}

.medium-sm-white {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.medium-md-white {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.medium-lg-white {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.medium-sm-black {
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.medium-md-black {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.medium-lg-black {
  font-weight: 500;
  font-size: 20px;
  color: #333;
}

.medium-sm-blue {
  font-weight: 500;
  font-size: 14px;
  color: #2f5aa8;
}

.medium-md-blue {
  font-weight: 500;
  font-size: 16px;
  color: #2f5aa8;
}

.medium-lg-blue {
  font-weight: 500;
  font-size: 20px;
  color: #2f5aa8;
}

.medium-sm-light-blue {
  font-weight: 500;
  font-size: 14px;
  color: #538ffc;
}

.medium-md-light-blue {
  font-weight: 500;
  font-size: 16px;
  color: #538ffc;
}

.medium-lg-light-blue {
  font-weight: 500;
  font-size: 20px;
  color: #538ffc;
}

.thin-sm-white {
  font-weight: 200;
  font-size: 14px;
  color: #fff;
}

.thin-md-white {
  font-weight: 200;
  font-size: 16px;
  color: #fff;
}

.thin-lg-white {
  font-weight: 200;
  font-size: 20px;
  color: #fff;
}

.thin-sm-black {
  font-weight: 200;
  font-size: 14px;
  color: #333;
}

.thin-md-black {
  font-weight: 200;
  font-size: 16px;
  color: #333;
}

.thin-lg-black {
  font-weight: 200;
  font-size: 20px;
  color: #333;
}

.thin-sm-blue {
  font-weight: 200;
  font-size: 14px;
  color: #2f5aa8;
}

.thin-md-blue {
  font-weight: 200;
  font-size: 16px;
  color: #2f5aa8;
}

.thin-lg-blue {
  font-weight: 200;
  font-size: 20px;
  color: #2f5aa8;
}

.thin-sm-light-blue {
  font-weight: 200;
  font-size: 14px;
  color: #538ffc;
}

.thin-md-light-blue {
  font-weight: 200;
  font-size: 16px;
  color: #538ffc;
}

.thin-lg-light-blue {
  font-weight: 200;
  font-size: 20px;
  color: #538ffc;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #333;
}

a {
  color: #538ffc;
}

a:hover,
a:focus {
  color: #2f5aa8;
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

.all-content {
  position: relative;
  overflow: hidden;
}

.all-content p {
  cursor: default;
}

.btn-pill {
  display: inline-block;
  padding: 4px 24px;
  height: 32px;
  line-height: 24px;
  border-radius: 16px;
  border: 1px solid;
  transition: all 0.3s ease;
}

.btn-pill.btn-pill-light-blue {
  color: #538ffc;
  border-color: #538ffc;
}

.btn-pill.btn-pill-light-blue:hover,
.btn-pill.btn-pill-light-blue:focus {
  color: #fff;
  background: #538ffc;
}

.btn-search {
  border-radius: 2px;
  border: 1px solid rgba(47, 90, 168, 0.3);
  font-weight: 500;
  font-size: 15px;
  color: #2f5aa8;
  padding: 0.375rem 2.05rem;
  background: #fff;
}

.btn-search:hover {
  color: #fff;
  background: #538ffc;
}

.btn-cancel {
  border-radius: 2px;
  border: 1px solid transparent;
  font-weight: 500;
  font-size: 15px;
  color: rgba(220, 53, 69, 0.6);
  padding: 0.375rem 2.05rem;
  cursor: pointer;
}

.btn-cancel:hover {
  color: #dc3545;
  background: none;
  border: 1px solid rgba(220, 53, 69, 0.3);
}

.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.ctx {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.ctx:not(:last-child) {
  margin-right: 6px;
}

.ctx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.ctx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 2px solid #c8ccd4;
  transition: all 0.2s ease;
  background: white;
}

.ctx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.ctx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}

.ctx:hover span:first-child {
  border-color: #538ffc;
}

.inp-box:checked + .ctx span:first-child {
  background: #538ffc;
  border-color: #538ffc;
  -webkit-animation: wave 0.4s ease;
  animation: wave 0.4s ease;
}

.inp-box:checked + .ctx span:first-child svg {
  stroke-dashoffset: 0;
}

@-webkit-keyframes wave {
  50% {
    transform: scale(0.8);
  }
}

@keyframes wave {
  50% {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 640px) {
  .ctx {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
}

header {
  padding: 20px 0;
  -ms-box-shadow: 0 2px 5px rgba(51, 51, 51, 0.25);
  -o-box-shadow: 0 2px 5px rgba(51, 51, 51, 0.25);
  box-shadow: 0 2px 5px rgba(51, 51, 51, 0.25);
}

header .header-block {
  line-height: 20px;
}

header .header-block .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}

header .header-block .breadcrumb-item {
  font-size: 14px;
  color: #333;
}

header .header-block .page-name {
  margin: 0;
}

header .header-block .language:hover {
  text-decoration: none;
}

header .header-block > a {
  padding-right: 25px;
}

header .header-block > a:last-child {
  padding-right: 0;
}

header .header-block > a svg {
  display: block;
}

.adaptive_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  min-width: 100%;
  min-height: 80px;
  z-index: 9999;
  background-color: #fff;
  webkit-box-shadow: 0 0 1rem 0 rgba(50, 50, 51, 0.4);
  -o-box-shadow: 0 0 1rem 0 rgba(50, 50, 51, 0.4);
  box-shadow: 0 0 1rem 0 rgba(50, 50, 51, 0.4);
}

.humburger_btn {
  min-width: 50px;
  min-height: 80px;
  background: none;
  border: none;
}

.humburger_line {
  position: relative;
  display: block;
  width: 35px;
  height: 2px;
  background-color: #2f5aa8;
  margin-top: 8px;
}

.humburger_line::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #2f5aa8;
  top: 10px;
  left: 0;
}

.humburger_line::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #2f5aa8;
  bottom: 10px;
  left: 0;
}

aside {
  min-width: 300px;
  max-width: 300px;
  padding: 24px 0;
  background-color: #2f5aa8;
  transition: all 0.4s ease;
  overflow: hidden;
}

aside .aside-content {
  height: 100%;
}

aside .logo {
  padding: 24px 24px 36px;
}

aside .page-spy .page-spy-text {
  padding-left: 15px;
}

aside .collapsed .menu-item {
  padding: 16px 0 16px 16px;
}

aside .menu {
  list-style: none;
  padding: 0 24px;
}

aside .menu .menu-item {
  padding: 16px 0 16px 16px;
  position: relative;
}

aside .menu .menu-item > a:hover,
aside .menu .menu-item > a:focus {
  color: #fff;
}

aside .menu .menu-item .collapsed .arrow {
  position: absolute;
  transition: all 0.2s ease;
  top: 14px;
  left: -4px;
  transform: rotate(0deg);
}

aside .menu .menu-item .arrow {
  position: absolute;
  transition: all 0.2s ease;
  top: 14px;
  left: -4px;
  transform: rotate(90deg);
}

aside .menu .menu-item-main {
  padding: 16px 0 16px 16px;
  position: relative;
}

aside .menu .menu-item a:hover,
aside .menu .menu-item-main a:hover {
  color: #dfdfdf;
  text-decoration: none;
}

aside .menu .down-menu {
  list-style: none;
  padding: 0;
}

aside .menu .down-menu .down-menu-item {
  padding: 8px 0;
}

aside .menu .down-menu .down-menu-item a:hover,
aside .menu .down-menu .down-menu-item a:focus {
  color: #fff;
}

aside .menu .down-menu .down-menu-item:last-child {
  padding-bottom: 0;
}

aside .menu .down-menu .down-menu-item:nth-child(1) {
  padding: 24px 0 8px;
}

aside .menu .down-menu .down-menu-item a:hover {
  color: #dfdfdf;
  text-decoration: none;
}

aside .aside-footer {
  position: relative;
  padding: 0 24px;
}

aside .aside-footer .footer-links {
  position: relative;
  padding: 24px 0;
}

aside .aside-footer .footer-links .footer-link {
  margin-right: 10px;
}

aside .aside-footer .footer-links .footer-link:hover {
  color: #fff;
  text-decoration: none;
}

aside .aside-footer .footer-links::before {
  content: "";
  position: absolute;
  background-color: #dbdbdb;
  width: 300px;
  height: 1px;
  left: -24px;
  top: 0;
}

aside .aside-footer .copyright {
  position: relative;
  padding: 24px 0 0;
}

aside .aside-footer .copyright .copyright-text {
  font-size: 12px;
  margin: 0;
}

aside .aside-footer .copyright::before {
  content: "";
  position: absolute;
  background-color: #dbdbdb;
  width: 300px;
  height: 1px;
  left: -25px;
  top: 0;
}

@media screen and (min-width: 1400px) {
  aside {
    min-width: 320px;
    max-width: 320px;
  }

  aside .aside-footer .copyright::before,
  aside .aside-footer .footer-links::before {
    width: 320px;
  }
}

.top-search-block {
  position: relative;
  margin: 0;
  padding: 0;
  background-image: url(/assets/images/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 400px;
}

.top-search-block__inner {
  position: absolute;
  bottom: 45px;
}

.top-search-block .top-form-block {
  position: relative;
  margin: 0;
  padding: 0;
}

.top-search-block .top-form-block .top-search-form {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  width: 42%;
  border: none;
  color: #fff;
}

.top-search-block .top-form-block .top-search-form::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.top-search-block .top-form-block .top-search-form::-moz-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.top-search-block .top-form-block .top-search-form:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.top-search-block .top-form-block .top-search-form::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.top-search-block .top-form-block .top-search-form::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.top-search-block .top-form-block .top-search-form:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.top-search-block .top-form-block .top-search-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.top-search-block .top-form-block .top-submit-btn {
  background: rgba(47, 90, 168, 0.5);
  width: 10%;
  padding: 15px 20px 15px 20px;
  margin-left: -5px;
  border: none;
  color: #fff;
}

.top-search-block .top-search-settings {
  color: #fff;
  text-decoration: underline;
}

.top-search-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.25);
}

@media screen and (min-width: 1400px) {
  .top-search-block {
    height: 500px;
  }

  .top-search-block__inner {
    bottom: 45px;
  }
}

.programs-block {
  position: relative;
  padding: 0;
  margin: 0;
}

.programs-block .prog-tabs-content {
  position: relative;
  margin: 0 -15px;
}

.programs-block .prog-tabs-content .prog-tabs-item {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.programs-block .prog-tabs-content .prog-tabs-item img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.programs-block .prog-tabs-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  padding: 16px 0;
  background: rgba(83, 143, 252, 0.9);
}

.programs-block .prog-tabs-btn .nav-link {
  padding: 0 15px;
  width: 32%;
  font-size: 16px;
  line-height: 1.25;
  color: #dbdbdb;
  cursor: pointer;
}

.programs-block .prog-tabs-btn .nav-link:hover,
.programs-block .prog-tabs-btn .active {
  color: #fff;
}

.programs-block .programs-item {
  position: relative;
  padding: 0;
  padding-top: 50px;
  margin: 0;
}

.programs-block .programs-item .programs-btn {
  padding: 5px 15px;
  border: 1px solid #538ffc;
  border-radius: 16px;
  margin-bottom: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}

.programs-block .programs-item .programs-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #538ffc;
}

.programs-block .programs-item img {
  display: block;
  width: 100%;
}

.programs-block .programs-text {
  display: block;
  margin-bottom: 24px;
}

.programs-block .programs-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  height: 300px;
}

.programs-block .programs-thumb img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.programs-block .slick-current a {
  color: #fff !important;
}

@media screen and (min-width: 992px) {
  .programs-block .prog-tabs-content .prog-tabs-item {
    height: 480px;
  }

  .programs-block .prog-tabs-content .prog-tabs-item img {
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .programs-block .prog-tabs-btn {
    height: 120px;
  }

  .programs-block .programs-thumb {
    height: 320px;
  }
}

@media screen and (min-width: 1400px) {
  .programs-block .prog-tabs-btn {
    height: 140px;
  }

  .programs-block .prog-tabs-btn .nav-link {
    font-size: 18px;
  }

  .programs-block .programs-thumb {
    height: 360px;
  }
}

@media screen and (min-width: 1600px) {
  .programs-block .prog-tabs-btn {
    height: 160px;
  }

  .programs-block .prog-tabs-btn .nav-link {
    font-size: 20px;
  }

  .programs-block .programs-thumb {
    height: 480px;
  }
}

.news-block,
.news-inner-block {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.news-block .news-item,
.news-inner-block .news-item {
  width: 100%;
  position: relative;
  padding: 32px 0;
  margin: 0;
}

.news-block .news-item + .news-inner-content,
.news-inner-block .news-item + .news-inner-content {
  border-top: 1px solid #ccc;
}

.news-block .news-date,
.news-inner-block .news-date {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  border-right: 1px solid #e6e6e6;
}

.news-block .news-date-number,
.news-inner-block .news-date-number {
  margin: 0;
  color: #538ffc;
  font-size: 24px;
}

.news-block .news-date-month,
.news-inner-block .news-date-month {
  text-transform: uppercase;
  margin: 0;
  color: #888888;
  font-size: 12px;
}

.news-block .news-date-year,
.news-inner-block .news-date-year {
  color: #888888;
  font-size: 12px;
}

.news-block .news-text,
.news-inner-block .news-text {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
}

.news-block .news-text .news-info,
.news-inner-block .news-text .news-info {
  font-size: 20px;
  margin-bottom: 0;
}

.news-block .news-btn,
.news-inner-block .news-btn {
  padding: 5px 15px;
  border: 1px solid #cccccc;
  line-height: 16px;
  border-radius: 16px;
}

.news-block .news-btn-block,
.news-inner-block .news-btn-block {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
}

.news-block .news-footer,
.news-inner-block .news-footer {
  padding: 32px 0;
}

.news-block .news-footer .share,
.news-inner-block .news-footer .share {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: auto;
  white-space: nowrap;
}

.news-block .news-footer .share-link,
.news-inner-block .news-footer .share-link {
  display: inline-block;
}

.news-block .news-footer .share-link a,
.news-inner-block .news-footer .share-link a {
  padding: 0 10px;
  transition: left 0.3s ease;
}

.news-block .news-footer .share-link a svg,
.news-inner-block .news-footer .share-link a svg {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  fill: #959595;
}

.news-block .news-footer .share-link a:hover,
.news-block .news-footer .share-link a:active,
.news-block .news-footer .share-link a:focus,
.news-inner-block .news-footer .share-link a:hover,
.news-inner-block .news-footer .share-link a:active,
.news-inner-block .news-footer .share-link a:focus {
  opacity: 0.7;
}

.news-block .news-footer .share-link a.wt:hover svg,
.news-block .news-footer .share-link a.wt:active svg,
.news-block .news-footer .share-link a.wt:focus svg,
.news-inner-block .news-footer .share-link a.wt:hover svg,
.news-inner-block .news-footer .share-link a.wt:active svg,
.news-inner-block .news-footer .share-link a.wt:focus svg {
  fill: #25d366;
}

.news-block .news-footer .share-link a.tg:hover svg,
.news-block .news-footer .share-link a.tg:active svg,
.news-block .news-footer .share-link a.tg:focus svg,
.news-inner-block .news-footer .share-link a.tg:hover svg,
.news-inner-block .news-footer .share-link a.tg:active svg,
.news-inner-block .news-footer .share-link a.tg:focus svg {
  fill: #08c;
}

.news-block .news-footer .share-link a.tw:hover svg,
.news-block .news-footer .share-link a.tw:active svg,
.news-block .news-footer .share-link a.tw:focus svg,
.news-inner-block .news-footer .share-link a.tw:hover svg,
.news-inner-block .news-footer .share-link a.tw:active svg,
.news-inner-block .news-footer .share-link a.tw:focus svg {
  fill: #1da1f2;
}

.news-block .news-footer .share-link a.vk:hover svg,
.news-block .news-footer .share-link a.vk:active svg,
.news-block .news-footer .share-link a.vk:focus svg,
.news-inner-block .news-footer .share-link a.vk:hover svg,
.news-inner-block .news-footer .share-link a.vk:active svg,
.news-inner-block .news-footer .share-link a.vk:focus svg {
  fill: #45668e;
}

.news-block .news-footer .share-link a.fb:hover svg,
.news-block .news-footer .share-link a.fb:active svg,
.news-block .news-footer .share-link a.fb:focus svg,
.news-inner-block .news-footer .share-link a.fb:hover svg,
.news-inner-block .news-footer .share-link a.fb:active svg,
.news-inner-block .news-footer .share-link a.fb:focus svg {
  fill: #3b5998;
}

.news-block .news-footer .share-link a.ok:hover svg,
.news-block .news-footer .share-link a.ok:active svg,
.news-block .news-footer .share-link a.ok:focus svg,
.news-inner-block .news-footer .share-link a.ok:hover svg,
.news-inner-block .news-footer .share-link a.ok:active svg,
.news-inner-block .news-footer .share-link a.ok:focus svg {
  fill: #ff9800;
}

.news-inner-block {
  position: relative;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}

.news-inner-block .news-inner-content {
  padding: 32px 0;
}

.news-inner-block .news-inner-content p {
  margin: 0 0 24px;
}

.news-inner-block .news-inner-content blockquote {
  position: relative;
  margin: 20px auto;
  padding: 20px 60px;
  color: #555555;
  font-size: 20px;
  font-style: italic;
  line-height: 1.5;
}

.news-inner-block .news-inner-content blockquote p {
  margin-bottom: 0;
}

.news-inner-block .news-inner-content blockquote::before {
  content: "\201C";
  color: #2f5aa8;
  font-size: 72px;
  position: absolute;
  left: 0;
  top: -10px;
}

.news-inner-block .news-inner-content blockquote::after {
  content: "";
}

.news-inner-block .news-inner-content ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.news-inner-block .news-inner-content ul li {
  margin-bottom: 16px;
}

.news-inner-block .news-inner-text {
  margin: 32px 0;
}

.news-inner-block .news-inner-img {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.news-inner-block .news-inner-img img {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.news-inner-block .news-inner-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.news-inner-block .news-inner-list-item {
  margin-bottom: 16px;
}

.news-inner-block .news-inner-punct {
  margin: 32px 0;
}

.news-inner-block .news-inner-attachments {
  margin: 0 -15px;
  padding: 24px 15px;
  border-top: 1px solid #ccc;
}

.news-inner-block .news-inner-attachments .section-name {
  padding: 0 0 32px;
}

.news-inner-block .news-inner-attachments .list-group {
  border: none;
}

.news-inner-block .news-inner-attachments .list-group-item {
  border: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.news-inner-block .news-inner-attachments .media-body {
  position: relative;
}

.news-inner-block .news-inner-attachments .media-body svg {
  margin-right: 16px;
}

.news-inner-block .news-inner-attachments .media-body span {
  display: inline-block;
  font-weight: 500;
}

.news-inner-block .news-inner-attachments .media-right .btn-pill {
  font-size: 14px;
  line-height: 1.5;
}

.news-inner-block .news-inner-media {
  position: relative;
  display: block;
}

.news-inner-block .news-inner-media-link {
  overflow: hidden;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 640px;
}

.news-inner-block .news-inner-media-link i {
  opacity: 0.7;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}

.news-inner-block .news-inner-media-link:hover i {
  font-size: 26px;
  opacity: 1;
}

.news-inner-block .news-inner-media-img {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  background: #dbdbdb;
  text-align: center;
  height: 100%;
}

.news-inner-block .news-inner-media-img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-inner-block .news-inner-media .lSSlideOuter .lSPager.lSpg {
  margin: 15px 0;
  padding-top: 10px;
}

.news-inner-block .news-inner-media .lSSlideOuter .lSPager.lSpg > li a {
  background-color: rgba(51, 51, 51, 0.3);
  width: 10px;
  height: 10px;
}

.news-inner-block .news-inner-media .lSSlideOuter .lSPager.lSpg > li.active a,
.news-inner-block .news-inner-media .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #2f5aa8;
}

@media screen and (min-width: 767px) {
  .news-inner-block .news-inner-img {
    height: 480px;
  }

  .news-inner-block .news-inner-content ul {
    padding-left: 32px;
  }

  .news-inner-block .news-inner-list {
    padding-left: 32px;
  }

  .news-inner-block .news-inner-attachments {
    margin: 0;
    padding: 32px 0;
  }
}

@media screen and (min-width: 992px) {
  .news-block .news-text .news-info,
  .news-inner-block .news-text .news-info {
    font-size: 24px;
  }

  .news-block .news-date-number,
  .news-inner-block .news-date-number {
    font-size: 40px;
  }

  .news-block .news-date-month,
  .news-block .news-date-year,
  .news-inner-block .news-date-month,
  .news-inner-block .news-date-year {
    font-size: 14px;
  }
}

@media screen and (min-width: 1400px) {
  .news-inner-block .news-inner-img {
    height: 560px;
  }

  .news-inner-block .news-inner-img img {
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 1600px) {
  .news-inner-block .news-inner-img {
    height: 640px;
  }

  .news-inner-block .news-inner-img img {
    height: auto;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.section-name {
  padding: 48px 0;
}

.section-name__btn {
  margin-top: 20px;
}

.section-title {
  padding: 48px 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title__secondary {
  font-size: 16px;
  text-transform: uppercase;
  color: #538ffc;
}

.section-title__white {
  color: #fff;
}

.section-title__svg svg {
  height: 240px;
  stroke: #fff;
  stroke-width: 2px;
  fill: #bcbcbc;
}

.section-title__svg.active-naryn #KG-N {
  fill: #538ffc;
}

.section-title__svg.active-talas #KG-T {
  fill: #538ffc;
}

.section-title__svg.active-batken #KG-B {
  fill: #538ffc;
}

.section-title__svg.active-chui #KG-C {
  fill: #538ffc;
}

.section-title__svg.active-osh #KG-O {
  fill: #538ffc;
}

.section-title__svg.active-ysyk-kol #KG-Y {
  fill: #538ffc;
}

.section-title__svg.active-jalal-abad #KG-J {
  fill: #538ffc;
}

.section-title__btn {
  margin-left: 20px;
}

.section-tabs {
  position: relative;
  padding: 24px 0;
}

.section-tabs .nav a {
  position: relative;
  padding: 0 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.section-tabs .nav a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 15px;
  top: 13px;
  left: 10px;
  transition: all 0.3s ease;
}

.section-tabs .nav a.active {
  color: #538ffc;
}

.section-tabs .nav a.active::before {
  width: 16px;
  height: 2px;
  left: 0;
  top: 14px;
  background-color: #538ffc;
}

.section-tab-content {
  padding: 48px 0;
  border-bottom: 1px solid #dbdbdb;
}

.section-item__date {
  border-right: 1px solid #dbdbdb;
  text-align: center;
}

.section-item__date_day {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #538ffc;
}

.section-item__date_month {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #888;
}

.section-item__date_year {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}

.section-item__title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.section-item__title i {
  float: left;
  margin-right: 8px;
  font-size: 32px;
  color: #d23000;
}

.section-item__thumb {
  position: relative;
  overflow: hidden;
  display: block;
  height: 180px;
}

.section-item__thumb img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.section-item__btn {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 16px;
  border: 1px solid #538ffc;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.section-item__btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #538ffc;
}

.section-item__btn:hover svg {
  fill: #fff;
}

.section-item-news {
  padding: 32px 0;
}

.section-item-member {
  margin-bottom: 24px;
}

.section-item-member__avatar img {
  width: 100%;
}

.section-item-member__position {
  font-size: 14px;
  margin-bottom: 0;
}

.section-item-member__btn {
  margin-top: 15px;
  font-size: 12px;
}

.section-item-member .section-item__title {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
}

.section-subsection {
  margin-bottom: 32px;
}

.section-subsection__title {
  margin-bottom: 32px;
}

.section-subsection__title_link {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.section-subsection__title_hover {
  cursor: pointer;
}

.section-subsection__title_btn {
  margin-left: 20px;
  font-size: 12px;
}

.section-subsection__title span {
  display: block;
  margin-top: 10px;
  text-transform: none;
  color: #888;
}

.section-subsection__list {
  padding-left: 0;
  margin-bottom: 0;
}

.section-subsection__list_item {
  margin-bottom: 8px;
}

.section-aside .section-name {
  padding: 0 0 20px;
}

.section-aside .section-name-title {
  font-size: 16px;
  line-height: 1.5;
}

.section-aside .list-group {
  border: none;
  margin-bottom: 24px;
}

.section-aside .list-group-item {
  border: none;
  padding: 4px 0;
  width: 100%;
}

.section-aside .media-body {
  position: relative;
}

.section-aside .media-body svg {
  margin-right: 8px;
}

.section-aside .media-body span {
  display: inline-block;
  font-weight: 500;
}

.section-aside .btn-pill {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}

.section-aside .btn-pill i {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: 2px;
  font-size: 16px;
}

.section-news,
.section-programs,
.section-members {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.section-programs {
  padding: 48px 0;
}

.section-programs .section-item {
  padding-top: 48px;
}

.section-programs .section-item__title {
  display: block;
  font-size: 20px;
  margin-bottom: 24px;
}

.section-programs .section-item__btn {
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.section-programs .section-item:first-child {
  padding-top: 0;
}

.section-page {
  padding: 0 0 48px;
  border-bottom: 1px solid #cccccc;
}

.section-page .section-content {
  padding-top: 48px;
  border-top: 1px solid #cccccc;
}

.section-page .section-content p {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}

.section-page .section-content table {
  border: none;
}

.section-page .section-content table td,
.section-page .section-content table th {
  padding: 12px 20px 12px 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}

.section-page .section-content table td strong,
.section-page .section-content table th strong {
  font-weight: 500;
}

.section-page .section-content table thead th {
  font-size: 14px;
  text-transform: uppercase;
  color: #2f5aa8;
}

.section-page .section-content table tbody tr:last-child td {
  border: none;
}

.section-page .section-content.fr-view img.fr-dii.fr-fil {
  margin: 0 32px 16px 0;
}

.section-page .section-content ul {
  padding-left: 24px;
}

.section-page .section-content ul li {
  margin-bottom: 12px;
  line-height: 1.25;
}

.section-page .section-content iframe {
  width: 100%;
}

.section-page .section-subsection .alert {
  border-radius: 0;
  border-color: transparent;
}

.section-page .section-subsection .alert ul li {
  margin-bottom: 0;
  font-size: 14px;
}

.section-feedback form label {
  font-size: 12px;
  text-transform: uppercase;
}

.section-feedback form .btn,
.section-feedback form .form-control {
  border-radius: 0;
  font-size: 14px;
}

.section-feedback form .form-control {
  border: 1px solid #dbdbdb;
}

.section-feedback form .btn {
  background-color: #2f5aa8;
  border-color: #2f5aa8;
}

.section-feedback .was-validated .form-control:invalid,
.section-feedback .form-control.is-invalid {
  border-color: #ff4f53 !important;
}

.section-member {
  margin-bottom: 48px;
}

.section-member p strong {
  font-weight: 500;
}

.section-member__avatar {
  float: left;
  margin-right: 32px;
  margin-bottom: 16px;
}

.section-member__title {
  margin-bottom: 32px;
  font-size: 18px;
}

.section-region .section-tabs {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.section-region .section-title__secondary {
  font-size: 14px;
  color: #fff;
}

.section-region-head-img {
  position: relative;
  display: block;
}

.section-region-head-img:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-linear-gradient(right, transparent 50%, #538ffc 90%);
}

.section-region-head-left {
  position: absolute;
  background: #538ffc;
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #2f5aa8, #538ffc);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  width: 100%;
  height: 100%;
}

.section-region-desc {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.section-footer {
  padding: 32px 0;
}

.section-footer .page-item:first-child .page-link,
.section-footer .page-item:last-child .page-link {
  border-radius: 16px;
}

.section-footer .page-link {
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 20px;
}

.section-footer .page-link i {
  position: relative;
  top: 1px;
}

.section-filter {
  padding-bottom: 30px;
}

.section-filter .card {
  border: 1px solid rgba(47, 90, 168, 0.3);
}

.section-filter .card-header {
  background: #fff;
  color: #2f5aa8;
  border-bottom: 1px solid rgba(47, 90, 168, 0.3);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}

.section-filter .card-body {
  background: rgba(47, 90, 168, 0.05);
  padding: 0.75rem 1.25rem 0.55rem 1.25rem;
}

.section-filter .card .form-group label {
  color: #2f5aa8;
  font-weight: 500;
  font-size: 14px;
}

.section-filter .card .form-group .form-control {
  border-color: rgba(47, 90, 168, 0.3);
  border-radius: 2px;
  color: #2f5aa8;
}

.section-filter .card .form-group .form-control:hover,
.section-filter .card .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #2f5aa8;
}

.section-filter .card .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.section-filter .card .form-group .form-control:focus::-moz-placeholder {
  color: transparent;
}

.section-filter .card .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.section-filter .card .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.section-filter .card .form-group .form-control:focus::placeholder {
  color: transparent;
}

.section-filter .card .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.section-filter .card .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}

.section-filter .card .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.section-filter .card .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.section-filter .card .form-group .form-control::placeholder {
  color: #ffffff;
}

.section-npa-head {
  float: right;
}

.section-npa article {
  background: #fff;
  padding: 30px 0;
}

.section-npa .btn-download,
.section-npa .btn-print {
  position: relative;
  color: #2f5aa8;
  text-transform: uppercase;
  padding: 10px 20px;
  background: #e3ecf5 !important;
  border: none;
  font-size: 14px;
  background: #fff;
  border-radius: 0;
}

.section-npa .btn-download .jam,
.section-npa .btn-print .jam {
  position: relative;
  top: -1px;
}

.section-npa .btn-download:active,
.section-npa .btn-download:hover,
.section-npa .btn-download:focus,
.section-npa .btn-print:active,
.section-npa .btn-print:hover,
.section-npa .btn-print:focus {
  color: #fff;
  background: #2f5aa8 !important;
  outline: none;
  box-shadow: none;
}

.section-npa .btn-download:active .jam,
.section-npa .btn-download:hover .jam,
.section-npa .btn-download:focus .jam,
.section-npa .btn-print:active .jam,
.section-npa .btn-print:hover .jam,
.section-npa .btn-print:focus .jam {
  fill: #fff;
}

.section-npa .dropdown-menu.show {
  padding: 0;
  min-width: 100%;
  border-radius: 0;
  border-bottom: 0;
}

.section-npa .dropdown-item {
  padding: 0.5rem 1rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(47, 90, 168, 0.3);
  color: #2f5aa8;
}

.section-npa .dropdown-item:hover {
  color: #fff;
  background: #2f5aa8 !important;
}

.section-npa .dropdown-item i {
  position: relative;
  top: 3px;
  float: right;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgba(47, 90, 168, 0.5);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(19px, 0);
  }
}

@media (min-width: 992px) {
  .section-item__thumb {
    height: 480px;
  }

  .section-item__title {
    font-size: 24px;
  }

  .section-item__date_day {
    font-size: 40px;
  }

  .section-item__date_month,
  .section-item__date_year {
    font-size: 14px;
  }
}

.datepicker {
  width: 100%;
  height: 100%;
  font-family: "Demi", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #538ffc;
  padding: 20px;
  webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 51, 0.4);
  -o-box-shadow: 0 0 8px 0 rgba(50, 50, 51, 0.4);
  box-shadow: 0 0 8px 0 rgba(50, 50, 51, 0.4);
}

.datepicker table tr td.day {
  padding: 8px 5px;
}

.datepicker table tr td.day:hover {
  border-radius: 0px !important;
}

.datepicker table tr td.today {
  border: 1px solid #538ffc !important;
  color: #538ffc !important;
  padding: 8px 5px 7px 5px;
}

.datepicker table tr td.today:hover {
  background: transparent !important;
  color: #538ffc;
  border-radius: 0px !important;
}

.datepicker table tr td.active {
  background: transparent !important;
  color: #333 !important;
}

.datepicker table tr td.active:hover {
  color: #538ffc;
  border-radius: 0px !important;
}

.datepicker .table-condensed {
  width: 100%;
  height: 100%;
}

.datepicker .table-condensed .prev {
  position: absolute;
  text-indent: -9999px;
}

.datepicker .table-condensed .prev::before {
  content: "";
  position: absolute;
  background: url(/assets/images/left-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 0;
}

.datepicker .table-condensed .next {
  position: absolute;
  text-indent: -9999px;
  margin-left: 20px;
}

.datepicker .table-condensed .next::before {
  content: "";
  position: absolute;
  background: url(/assets/images/right-arrow.svg) center center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 3px;
  left: 0;
}

.datepicker .table-condensed .dow {
  padding-top: 20px;
  padding-bottom: 10px;
}

.datepicker .table-condensed .today {
  border-color: #538ffc;
  background: transparent;
}

.bootstrap-datetimepicker-widget table {
  color: #538ffc;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border: none;
}

@media screen and (min-width: 992px) {
  .datepicker {
    width: 300px;
    margin: 0 auto;
  }
}

.daterangepicker {
  border: 1px solid #538ffc !important;
  border-radius: 2px !important;
  box-shadow: 0 0 8px 0 rgba(50, 50, 51, 0.4);
}

.daterangepicker:before {
  border-bottom: 7px solid #538ffc !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #538ffc !important;
}

.daterangepicker td.in-range {
  background-color: rgba(83, 143, 252, 0.3);
}

.daterangepicker .calendar-table th {
  color: #2f5aa8 !important;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border: solid #2f5aa8 !important;
  border-width: 0 2px 2px 0 !important;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  background: #eef2f8;
  border: none;
  padding: 5px !important;
}

.table-list {
  border-collapse: collapse;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 45px;
}

.table-list thead {
  color: #2f5aa8;
  background: #fff;
}

.table-list thead th {
  border: 1px solid rgba(47, 90, 168, 0.3);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-right: 1px solid rgba(47, 90, 168, 0.3);
}

.table-list tbody tr:hover {
  background: rgba(47, 90, 168, 0.1);
  color: #2f5aa8;
}

.table-list tbody tr td {
  border: 1px solid rgba(47, 90, 168, 0.3);
}

.table-list tbody tr td a {
  box-shadow: inset 0 -1px 0 rgba(47, 90, 168, 0.3);
}

.table-list tbody tr td a:hover {
  color: #2f5aa8;
  box-shadow: inset 0 -1px 0 rgba(47, 90, 168, 0.5);
}

.table-list tbody tr td i {
  padding-right: 5px;
}

.table-list tbody tr td i.fa-file-pdf {
  color: #F44336;
}

.table-list tbody tr td i.fa-file-word {
  color: #2f5aa8;
}

.table-list tbody tr td i.fa-file-excel {
  color: #28ae61;
}

.table-list tbody tr td i.fa-file-archive {
  color: #495057;
}

.table-list tbody tr td i.fa-file-link {
  color: #2f5aa8;
}

.bottom-block {
  position: relative;
  padding: 0;
  margin: 0;
}

.bottom-block .bottom-block-content {
  position: relative;
  padding: 48px 32px;
}

.bottom-block .bottom-block-content .bottom-block-icon {
  position: absolute;
  left: 0;
  top: 48px;
}

.bottom-block .bottom-block-content .bottom-block-btn {
  display: inline-block;
  height: 32px;
  padding: 4px 24px;
  line-height: 1.5;
  border: 1px solid #538ffc;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.bottom-block .bottom-block-content .bottom-block-btn:hover {
  text-decoration: none;
  background-color: #538ffc;
  color: #fff;
}

.bottom-block .bottom-block-content .bottom-block-title {
  margin-bottom: 24px;
}

.bottom-block .bottom-block-content .bottom-block-text {
  margin-bottom: 16px;
  font-size: 14px;
  color: #888888;
}

footer {
  background-color: #dddddd;
  padding: 48px 0;
  min-height: 156px;
}

footer .footer-text {
  color: #888888;
  line-height: 1.375;
  margin: 0;
}

@media screen and (min-width: 767px) {
  .bottom-block .bottom-block-content__first::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #cccccc;
  }
}

main {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}

.search-block {
  display: flex;
  align-items: center;
  position: fixed;
  width: 0;
  height: 100%;
  background-color: #2f5aa8;
  background-size: cover;
  z-index: 9999;
  transition: all 0.4s ease;
}

.search-block .search-form-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -150px;
  display: none;
}

.search-block .search-form-block .search-form {
  background: #fff;
  padding: 15px;
  width: 40%;
  border: none;
}

.search-block .search-form-block .submit-btn {
  background: #2f5aa8;
  width: 10%;
  padding: 15px 20px 10px 20px;
  border: none;
}

.search-block .search-form-block .X {
  width: 60px;
  height: 60px;
  background-color: #2f5aa8;
  border: none;
  position: absolute;
  top: 10rem;
  border-radius: 35px;
}

.search-block .search-form-block .X::before {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 29px;
  left: 5px;
  transform: rotate(45deg);
}

.search-block .search-form-block .X::after {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 29px;
  left: 5px;
  transform: rotate(-45deg);
}

.searchFormToggler .searchFormClose {
  display: none;
}

.searchFormToggler.active .searchFormOpen {
  display: none;
}

.searchFormToggler.active .searchFormClose {
  display: block;
}

.searchForm {
  position: absolute;
  right: 70px;
  width: 320px;
}

.searchForm .form-control {
  font-size: 14px;
  border: none;
  background: #DFE6ED;
}

.searchForm .btn {
  position: relative;
  font-size: 14px;
  background: #DFE6ED;
  color: #2f5aa8;
}

.searchForm .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background-color: #2f5aa8;
  transform: translateY(-50%);
}

.main-nav-block {
  width: 100%;
  margin: 0;
  background-color: #333;
}

.main-nav-block .main-nav {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 32px 0;
  border-bottom: 0;
}

.main-nav-block .main-nav .nav-tabs .nav-item {
  margin-bottom: 0;
}

.main-nav-block .main-nav .main-nav-item {
  margin-right: 48px;
  float: none;
  padding: 0;
  font-size: 24px;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
}

.main-nav-block .main-nav .main-nav-item.active {
  color: #538ffc;
  border-color: transparent;
  border-bottom: 2px solid #538ffc;
}

.main-nav-block .main-nav .main-nav-item:hover,
.main-nav-block .main-nav .main-nav-item:focus {
  text-decoration: none;
  transition: all 0.2s ease;
  border-bottom: 2px solid #538ffc;
  color: #538ffc;
}

.main-nav-block .main-nav::-webkit-scrollbar {
  display: none;
}

#mainTabContent {
  padding-top: 128px;
}

#news,
#programs,
#docs {
  border-top: 1px solid #cccccc;
}

.home-tab #mainTabContent {
  padding-top: 0;
}

.home-tab header {
  position: absolute;
  z-index: 1;
  width: 100%;
  box-shadow: none;
}

.home-tab header .header-block > a {
  color: #fff;
}

.home-tab header .header-block > a svg {
  fill: #fff;
}

.home-tab .top-search-block {
  padding-top: 64px;
  min-height: 160px;
}

.home-tab .main-nav-block {
  position: absolute;
  z-index: 1;
  margin-top: 64px;
}

.home-tab .main-nav-block .main-nav-item,
.home-tab .main-nav-block .main-nav-item.active {
  color: #fff;
}

.home-tab .main-nav-block .main-nav-item.active {
  border-color: #fff;
}

.home-tab .main-nav-block .main-nav-item:hover,
.home-tab .main-nav-block .main-nav-item:focus {
  color: #fff;
  border-color: #fff;
}

.fast-links {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 400px;
}

.fast-links .fast-links-block {
  position: relative;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}

.fast-links .fast-links-block .fast-links-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.fast-links .fast-links-block .fast-links-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
}

.fast-links .fast-links-block .fast-links-item .double-arrow {
  position: absolute;
  top: -2px;
  left: 0;
}

.fast-links .fast-links-block .fast-links-item:hover .double-arrow svg {
  fill: #2f5aa8;
}

.media-snet-block {
  position: relative;
  margin: 0;
  padding: 0 0 45px;
  border-bottom: 1px solid #dbdbdb;
}

.media-snet-block .media-snet-tabs {
  display: flex;
  position: relative;
  padding: 45px 0;
  margin: 0;
}

.media-snet-block .media-snet-tabs .nav .active {
  position: relative;
  padding: 0 28px 0 28px;
  color: #538ffc;
  transition: all 0.3s ease;
}

.media-snet-block .media-snet-tabs .nav .active::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 3px;
  background: #538ffc;
  top: 14px;
  left: 0;
  transition: all 0.3s ease;
}

.media-snet-block .media-snet-tabs .nav .active:hover {
  text-decoration: none;
}

.media-snet-block .media-snet-tabs .nav a {
  position: relative;
  padding: 0 28px 0 28px;
  color: #333;
  transition: all 0.3s ease;
}

.media-snet-block .media-snet-tabs .nav a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 15px;
  top: 14px;
  left: 15px;
  transition: all 0.3s ease;
}

.media-snet-block .media-snet-tabs .nav a {
  text-decoration: none;
}

.media-snet-block .media {
  height: 100%;
  position: relative;
}

.media-snet-block .media .media-content > a:hover,
.media-snet-block .media .media-content > a:focus {
  text-decoration: none;
}

.media-snet-block .media .media-content .media-img {
  width: 100%;
}

.media-snet-block .media .media-content .media-text {
  cursor: pointer;
  height: 120px;
  margin: 16px 0;
}

.media-snet-block .media .media-content .media-btn {
  display: inline-block;
  padding: 5px 25px 5px 25px;
  border: 1px solid #538ffc;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.media-snet-block .media .media-content .media-btn:hover {
  text-decoration: none;
  background-color: #538ffc;
  color: #fff;
}

.main-events-block {
  position: relative;
  padding: 0 0 48px;
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}

.main-events-block .main-events-content {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.main-events-block .main-events-content-item {
  position: relative;
  padding: 0;
  margin: 0;
}

.main-events-block .main-events-content-item .media-events-img {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.main-events-block .main-events-content-item .media-events-img img {
  position: absolute;
  display: block;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.main-events-block .main-events-content-item .main-events-title {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  text-transform: uppercase;
}

.main-events-block .main-events-content-item .main-events-info {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
}

.main-events-block .main-events-content-item .main-events-info .main-events-text {
  margin: 0;
}

.main-events-block .main-events-content-item .main-events-info:nth-child(4) {
  border-bottom: none;
}

.main-events-block .main-events-date {
  position: relative;
  margin: 0;
}

.main-events-block .main-events-date .date {
  position: relative;
}

.main-events-block .main-events-date .date .slick-slider {
  padding: 0 80px;
}

.main-events-block .main-events-date .date .slick-prev,
.main-events-block .main-events-date .date .slick-next {
  width: 16px;
  height: 16px;
}

.main-events-block .main-events-date .date .slick-prev {
  left: 0;
}

.main-events-block .main-events-date .date .slick-prev::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets/images/left-arrow.svg) center center no-repeat;
  background-size: contain;
  top: 1px;
  left: 0;
}

.main-events-block .main-events-date .date .slick-next {
  right: 0;
}

.main-events-block .main-events-date .date .slick-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/assets/images/right-arrow.svg) center center no-repeat;
  background-size: contain;
  top: 1px;
  right: 0;
}

.main-events-block .main-events-date .date .main-events-date-item {
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  padding: 20px 0 0 0;
  line-height: 20px;
  text-align: center;
}

.main-events-block .main-events-date .date .main-events-date-item:hover {
  text-decoration: none;
}

.main-events-block .news-block {
  align-items: start;
}

.main-events-block .news-block .news-thumb {
  margin-bottom: 16px;
}

.main-events-block .news-block .news-thumb img {
  width: 100%;
  height: auto;
}

.main-events-block .news-block .news-item {
  padding: 0 15px 32px 15px;
  border-bottom: 0;
}

.main-events-block .news-block .news-item a:hover .news-text {
  color: #2f5aa8;
  text-decoration: none;
}

.main-events-block .news-block .news-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}

.main-events-block .news-block .news-date {
  border-right: none;
}

.main-events-block .news-block .news-date-number {
  font-size: 24px;
}

.main-events-block .news-block .news-date-month {
  font-size: 12px;
}

.electronic-region-block {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 48px;
  border-bottom: 1px solid #dbdbdb;
}

.electronic-region-block svg {
  stroke: #fff;
  stroke-width: 2px;
  fill: #bcbcbc;
}

.electronic-region-block svg path {
  cursor: pointer;
  transition: all 0.3s ease;
}

.electronic-region-block svg path:hover {
  fill: #538ffc;
}

.bg-tr {
  background: transparent;
}

.search-block-active {
  width: 100%;
  transition: all 0.4s ease;
}

.search-block-active .search-form-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -150px;
}

.search-block-active .search-form-block .search-form {
  background: #fff;
  padding: 15px;
  width: 40%;
  border: none;
}

.search-block-active .search-form-block .submit-btn {
  background: #2f5aa8;
  width: 10%;
  padding: 15px 20px 10px 20px;
  border: none;
}

.search-block-active .search-form-block .X {
  width: 60px;
  height: 60px;
  background-color: #2f5aa8;
  border: none;
  position: absolute;
  top: 10rem;
  border-radius: 35px;
}

.search-block-active .search-form-block .X::before {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 29px;
  left: 5px;
  transform: rotate(45deg);
}

.search-block-active .search-form-block .X::after {
  content: "";
  background-color: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 29px;
  left: 5px;
  transform: rotate(-45deg);
}

.search-form-active {
  margin-right: -150px;
}

.section-name .section-name-title {
  margin-bottom: 0;
  position: relative;
  padding-left: 28px;
}

.section-name .section-name-title::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #538ffc;
  top: 12px;
  left: 0;
}

.section-name .section-name-title-white {
  position: relative;
  padding-left: 28px;
}

.section-name .section-name-title-white::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  top: 12px;
  left: 0;
}

.aside-content::-webkit-scrollbar {
  display: none;
}

.main-events-date .slick-current .main-events-date-item {
  position: relative;
  color: #538ffc;
  padding: 20px 0 0 0;
}

.main-events-date .slick-current .main-events-date-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #538ffc;
  bottom: -16px;
  left: 0;
}

.h-300 {
  height: 300px;
}

.w-300 {
  width: 300px;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 100%;
  }

  .px-sm-5 {
    padding: 0 5rem !important;
  }
}

@media (min-width: 768px) {
  .home-tab .top-search-block {
    min-height: 364px;
  }
}

@media (min-width: 320px) and (max-width: 576px) {
  .media-snet-block {
    padding-bottom: 50px;
  }

  .media-snet-block .media .media-content .media-btn {
    position: relative;
    bottom: 0;
  }

  .bottom-block {
    padding-bottom: 50px;
  }

  .bottom-block .bottom-block-content .bottom-block-btn {
    position: relative;
    bottom: 0;
  }

  .bottom-block-btn {
    position: absolute;
    bottom: 20px;
    padding: 5px 25px 5px 25px;
    border: 1px solid #538ffc;
    border-radius: 16px;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 767px) {
  .main-events-block .main-events-content {
    height: 360px;
  }
}

@media (min-width: 320px) and (max-width: 1140px) {
  aside {
    margin-left: -300px;
  }

  main {
    margin-right: -300px;
  }

  .open {
    margin-left: 0;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .search-block .search-form-block .search-form {
    background: #fff;
    padding: 15px;
    width: 60%;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .search-block .search-form-block .submit-btn {
    background: #2f5aa8;
    width: 60%;
    padding: 15px 20px 15px 20px;
    border: none;
    border-radius: 5px;
    margin: 0;
  }

  .top-search-block .top-form-block .top-search-form {
    background: #fff;
    padding: 15px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .top-search-block .top-form-block .top-submit-btn {
    background: #2f5aa8;
    width: 100%;
    padding: 15px 20px 15px 20px;
    border: none;
    border-radius: 5px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .top-search-block .top-form-block {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 60px;
  }
}

@media (min-width: 320px) and (max-width: 420px) {
  .search-block .search-form-block .search-form {
    background: #fff;
    padding: 15px 20px;
    width: 51%;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .search-block .search-form-block .submit-btn {
    background: #2f5aa8;
    width: 51%;
    padding: 15px 20px 10px 20px;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .top-search-block .top-form-block .top-search-form {
    background: #fff;
    padding: 15px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .top-search-block .top-form-block .top-submit-btn {
    background: #2f5aa8;
    width: 100%;
    padding: 15px 20px 15px 20px;
    border: none;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 20px;
  }

  .top-search-block .top-form-block {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 60px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .programs-block {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .programs-block .prog-tabs-btn {
    position: relative;
    padding: 0;
    min-height: 270px;
    background: #2f5aa8;
    margin: 0;
  }

  .programs-block .prog-tabs-btn .nav-link {
    width: 100%;
    text-align: center;
    min-height: 90px;
    color: #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
  }

  .programs-block .prog-tabs-btn .nav-link:nth-child(3) {
    border: none;
  }

  .programs-block .prog-tabs-btn .nav-link:hover,
  .programs-block .prog-tabs-btn .active {
    color: #fff;
  }

  .electronic-region-block svg {
    height: auto;
    width: auto;
  }
}

@media (max-width: 1700px) {
  .main-nav-block .main-nav .main-nav-item {
    margin-right: 24px;
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .main-nav-block .main-nav .main-nav-item {
    margin-right: 24px;
    font-size: 18px;
  }
}

