@charset "UTF-8";
/******************************************************************
  Project Name: Sova
  Description: Sova Inform Agency
  Author: The PLACE
  Author URI: https://intheplace.ru
  Version: 1.0
******************************************************************/
html {
  font-size: 14px;
}
/* @font-face {
  font-family: "Roboto"; 
  src: url("../fonts/Roboto-Regular.ttf"); 
  font-style: normal; 
  font-weight: 400; 
}
@font-face {
  font-family: "Roboto"; 
  src: url("../fonts/Roboto-Medium.ttf"); 
  font-style: normal; 
  font-weight: 500; 
}
@font-face {
  font-family: "Roboto"; 
  src: url("../fonts/Roboto-Bold.ttf"); 
  font-style: normal; 
  font-weight: 700; 
} */

/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
  font-display: swap;
}
body {
  position: relative;
  /* font-family: "Roboto", Tahoma, Verdana, sans-serif; */
  font-family: "Roboto";
  background-color: #ffffff;
  color: #494d4e;
  font-weight: normal;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  padding-top: 30px;
}

@media only screen and (min-width: 992px) {
  body, html {
    font-size: 1.29vw;
  }
  body {
    padding-top: 0;
  }
  .container {
    max-width: 1800px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 1900px) {
  body, html {
    font-size: 22px;
  }
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.slick-slide, .slick-slide * {
  outline: none !important;
}

::-moz-selection {
  color: #ffffff;
  background: #d6336c;
  text-shadow: none;
}

::selection {
  color: #ffffff;
  background: #d6336c;
  text-shadow: none;
}

img::-moz-selection {
  color: #000000;
  background: transparent;
}

img::selection {
  color: #000000;
  background: transparent;
}

img::-moz-selection {
  color: #000000;
  background: transparent;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(0, 134, 183, 0.65);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 134, 183, 0.4);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 134, 183, 0.4);
  outline: 0 none;
}

a {
  color: #0086b7;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  color: #d6336c;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.gray-bg {
  background-color: #dde3e7;
}

/* Buttons */
.btn {
  background-color: #0086b7;
  color: #ffffff;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 0;
  border: 1px solid #0086b7;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn:hover {
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid #bdc5cc;
  color: #000000;
  font-weight: 400;
  font-size: .6rem;
  padding: .5rem 2rem;
}

.btn-outline:hover {
  border-color: #000000;
  color: #000000;
}

.btn-white {
  background-color: #ffffff;
  border: 1px solid #bdc5cc;
  color: #000000;
  font-weight: 400;
  font-size: .6rem;
  padding: .5rem 2rem;
}

.btn-white:hover {
  border-color: #000000;
  color: #000000;
}

#overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.57);
  display: none;
}

/*Bootstrap 5th Cols*/
/* .col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%;
    float: left;
} */
.col-5-th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 768px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (max-width: 992px) {
  .col-md-5th {
    width: 33%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    max-width: 33%;
  }
  .col-md-5th.col-sm-5th {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  html {
    font-size: 18px !important;
  }
  .all-news-list li a {
    font-size: 0.9rem !important;
  }
}

@media only screen and (max-width: 769px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5th.col-sm-5th {
    width: 50%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-5th.col-sm-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Helper CSS */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #ffffff;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.break-word {
  word-spacing: 999999999999999px;
}

.fs-20 {
  font-size: 2rem;
}

.fs-15 {
  font-size: 1.5rem;
}

.fs-14 {
  font-size: 1.4rem;
}

.fs-13 {
  font-size: 1.3rem;
}

.fs-12 {
  font-size: 1.2rem;
}

.fs-11 {
  font-size: 1.1rem;
}

.fs-09 {
  font-size: .9rem;
}

.fs-08 {
  font-size: .8rem;
}

.fs-07 {
  font-size: .7rem;
}

.fs-06 {
  font-size: .6rem;
}

.fs-05 {
  font-size: .5rem;
}

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

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

.py-2r {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

@media (min-width: 992px) {
  .sticky-asade {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    min-height: 3rem;
    margin-bottom: 2.5rem;
  }
  .scroll-line {
    height: 3px;
    margin-top: -2px;
    background: #d6336c;
    width: 0%;
    top: 2px;
    left: 0;
    position: fixed;
    z-index: 9999;
  }
}

/* Header */
.top-nav {
  background-color: #bdc5cc;
}

@media (max-width: 991px) {
  .top-nav .top-nav-row {
    height: 60px;
  }
  .top-nav .logo {
    width: 160px;
  }
  .top-nav .logo img {
    width: 100%;
  }
}

.top-nav .top-nav-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-nav .top-nav-row .tn-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav ul.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-nav ul.top-menu li.top-menu-item a {
  position: relative;
  color: #494d4e;
  display: block;
  /*font-size: .65rem;*/
  font-size: .50rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 25px 0;
  margin: 0 .8rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-nav ul.top-menu li.top-menu-item a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0086b7;
}

.top-nav ul.top-menu li.top-menu-item.active a {
  color: #0086b7;
  font-weight: 700;
  margin: 0 .8rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-nav ul.top-menu li.top-menu-item.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0086b7;
}

.top-nav.s-closed .top-search {
  opacity: 0;
  visibility: hidden;
}

.top-nav.s-opened .top-search {
  opacity: 1;
  visibility: visible;
}

.top-nav .top-search {
  position: absolute;
  top: 0;
  left: 200px;
  width: calc(100% - 200px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #bdc5cc;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.top-nav .top-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 1rem;
}

.top-nav .top-search form input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .7rem;
  width: 20rem;
  background-color: #ffffff;
  border: none;
  margin-right: 1rem;
}

@media only screen and (max-width: 992px) {
  .top-nav .top-search form input {
    width: 5.5rem;
  }
}

.top-nav .top-search form button {
  background-color: #d6336c;
  color: #ffffff;
  border: none;
  height: calc(1rem + .75rem + 2px);
  padding: .375rem 1.5rem;
  font-size: .7rem;
}

.top-nav .search-btn {
  position: relative;
  background-color: #d6336c;
  color: #ffffff;
  font-size: .7rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 15px 2px;
  line-height: 0;
  cursor: pointer;
  margin: 0 1rem;
}

.top-nav .search-btn .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-nav .search-close {
  cursor: pointer;
  position: relative;
  background-color: #0086b7;
  color: #ffffff;
  font-size: .7rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 15px 2px;
  line-height: 0;
}

.top-nav .search-close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}

.top-nav .search-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 25px;
  height: 1px;
  background-color: #ffffff;
}

.top-nav .age-limit {
  position: relative;
  background-color: #0086b7;
  color: #ffffff;
  font-size: .7rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 15px 2px;
  line-height: 0;
}

.top-nav .age-limit span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.second-nav {
  background-color: #f3f3f4;
  padding-top: 70px;
}

.second-nav ul.second-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.second-nav ul.second-menu li.second-menu-item {
  display: inline-block;
}

.second-nav ul.second-menu li.second-menu-item:first-child a.link-level-1 {
  margin-left: 0;
}

.second-nav ul.second-menu li.second-menu-item a {
  position: relative;
  color: #6b7276;
  display: block;
  font-size: .7rem;
  font-weight: 400;
  padding: 20px 0;
  margin: 0 .8rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.second-nav ul.second-menu li.second-menu-item a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d6336c;
}

.second-nav ul.second-menu li.second-menu-item.active a {
  color: #494d4e;
}

.second-nav ul.second-menu li.second-menu-item.active a.link-level-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d6336c;
}
.second-nav ul.second-menu li.second-menu-item.active li.link-level-2.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d6336c;
}

.second-nav .priority-nav {
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
}

.second-nav .priority-nav > ul {
  display: inline-block;
}

.second-nav .priority-nav > ul > li {
  display: inline-block;
}

.second-nav .priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  border: none;
  background-color: transparent;
  position: relative;
  color: #6b7276;
  font-size: .7rem;
  font-weight: 400;
  padding: 20px 0;
  margin: 0 .8rem;
}

.second-nav .priority-nav-has-dropdown .priority-nav__dropdown-toggle .fas {
  font-size: .5rem;
}

.second-nav .priority-nav__wrapper {
  position: relative;
}

.second-nav .priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
  list-style: none;
  right: 0;
  top: 2rem;
  padding: 1.8rem;
  background-color: #f3f3f4;
  z-index: 99;
}

.second-nav .priority-nav__dropdown a {
  color: #6b7276;
  font-size: .7rem;
}

.second-nav .priority-nav__dropdown a:hover {
  color: #0086b7;
}

.second-nav .priority-nav__dropdown.show {
  visibility: visible;
}

.second-nav .priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}

.second-nav .priority-nav-is-visible {
  visibility: visible;
}

.second-nav .priority-nav-is-hidden {
  visibility: hidden;
}

.header-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-weather .weater-info {
  font-size: .45rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  padding-left: .55rem;
}

@media only screen and (min-width: 1200px) {
  .header-weather {
    border-left: 2px solid #d6336c;
    padding-left: .55rem;
  }
  .header-weather .weater-info {
    font-size: .55rem;
  }
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icons li {
  line-height: 0;
}

.social-icons a {
  color: #ffffff;
  background: #0086b7;
  width: 1rem;
  height: 1rem;
  font-size: .5rem;
  border-radius: 50%;
  position: relative;
  margin-right: .4rem;
  display: inline-block;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.social-icons a:hover {
  background-color: #494d4e;
}

.social-icons span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Main content */
.block-title {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.block-title-inside {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
}

.main-fill-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.main-fill-item:before {
  content: "";
  padding-bottom: 56.66%;
  display: table;
}

.main-fill-item .imgWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

.main-fill-item .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.main-fill-item .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.main-fill-item .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #ffffff;
}

.main-fill-item .contentWrap .contentText {
  width: 50%;
  display: table;
  padding-left: 3rem;
  padding-bottom: 5rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.main-fill-item .contentWrap .contentText a {
  color: #ffffff;
}

.main-fill-item .contentWrap .contentText a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.main-fill-item .contentWrap .contentText p {
  font-size: .9rem;
  margin: 0;
  padding-top: 1.2rem;
}

.big-fill-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  min-height: 300px;
  max-height: 700px;
}

.big-fill-item:before {
  content: "";
  padding-bottom: 56.66%;
  display: table;
}

.big-fill-item .imgWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.big-fill-item .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.big-fill-item .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.big-fill-item .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #ffffff;
}

.big-fill-item .contentWrap .contentText {
  width: 100%;
  display: table;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #dde3e7;
  padding-top: 1rem;
}

.big-fill-item .contentWrap .contentText a {
  color: #494d4e;
  font-weight: 900;
}

.big-fill-item .contentWrap .contentText a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.big-fill-item .contentWrap .contentText a span {
  color: #d6336c;
  padding-right: .5rem;
}

.other-fill-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 1rem;
  width: 100%;
}

.other-fill-item:before {
  content: "";
  padding-bottom: 56.66%;
  display: table;
}

.other-fill-item .imgWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  /*
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
  */
}

.other-fill-item .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.other-fill-item .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.other-fill-item .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #ffffff;
}

.other-fill-item .contentWrap .contentText {
  /*width: 80%;*/
  width: 100%;
  display: table;
  padding-left: 2rem;
  padding-bottom: 1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: linear-gradient(to top, rgb(0 0 0) 0%, rgb(0 0 0 / 75%) 50%, rgba(0, 0, 0, 0) 100%);
}

.other-fill-item .contentWrap .contentText a {
  color: #ffffff;
}

.other-fill-item .contentWrap .contentText a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.other-fill-item .contentWrap .contentText p {
  font-size: .9rem;
  margin: 0;
  padding-top: 1.2rem;
}

@media (max-width: 767px) {
  .other-fill-item .contentWrap .contentText {
    width: 100%;
    padding-left: 2rem;
  }
  .other-fill-item .contentWrap .contentText h3 {
    font-size: 1.1rem;
  }
}

@media (max-width: 330px) {
  .other-fill-item .contentWrap .contentText h3 {
    font-size: 1rem;
  }
  .other-fill-item .contentWrap .contentText p {
    padding-top: .5rem;
  }
}

.program-fill-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .program-fill-item {
    border-bottom: 1px solid #dcdcde;
  }
}

.program-fill-item:before {
  content: "";
  padding-bottom: 56.66%;
  display: table;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .program-fill-item:before {
    padding-bottom: 100%;
  }
}

.program-fill-item .imgWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1.2rem;
  left: 0;
  border-radius: inherit;
}

.program-fill-item .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.program-fill-item .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  height: 100%;
  /*-webkit-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.program-fill-item .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  align-items: end;
  top: 0;
  bottom: 1.2rem;
  left: auto;
  right: 0;
  width: 100%;
  color: #000000;
}

.program-fill-item .contentWrap a.main-link {
  color: #000000;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 55%;
}

.program-fill-item .contentWrap a.main-link:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .program-fill-item .contentWrap a.main-link {
    padding-right: 1rem;
    z-index: 1;
  }
}

.program-fill-item .contentWrap h4 {
  font-size: 1rem;
  display: table;
  background-color: #d6336c;
  color: #ffffff;
  padding: .2rem .5rem;
}

.program-fill-item .contentWrap .contentText {
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 2rem 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .program-fill-item .contentWrap .contentText {
    width: 100%;
    padding: 4rem 1rem 1rem 1rem;
  }
}

.program-fill-item .contentWrap .contentText .program-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.program-fill-item .contentWrap .contentText .program-details p {
  font-size: .7rem;
  margin-bottom: 1rem;
  color: #494d4e;
}

@media screen and (min-width: 330px) and (max-width: 767px) and (orientation: portrait) {
  .program-fill-item .contentWrap .contentText .program-details p {
    font-size: .8rem;
  }
}

.program-fill-item .contentWrap .contentText .weekly-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.program-fill-item .contentWrap .contentText .weekly-list li {
  margin-right: .7rem;
  border-bottom: 3px solid transparent;
  padding-bottom: .2rem;
  color: #494d4e;
}

.program-fill-item .contentWrap .contentText .weekly-list li.active {
  color: #0086b7;
  font-weight: 700;
  border-bottom: 3px solid #0086b7;
}

.program-fill-item .contentWrap .contentText .program-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #494d4e;
  font-size: .6rem;
  margin-bottom: .5rem;
}

.program-fill-item .contentWrap .contentText .program-hours p {
  margin: 0;
}

.video-thumbs .news-item-thumb {
  cursor: pointer;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .video-thumbs .news-item-thumb .contentWrap .contentTitle {
    font-size: .7rem;
  }
  .video-thumbs .news-item-thumb .with-video {
    display: none;
  }
}

.news-item-thumb {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
}

.news-item-thumb .imgWrap {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.news-item-thumb .imgWrap:before {
  display: block;
  content: "";
  padding-bottom: 66.66%;
}

.news-item-thumb .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.news-item-thumb .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.news-item-thumb:hover picture {
  opacity: .8;
}

.news-item-thumb .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .news-item-thumb .contentWrap {
    border-bottom: 1px solid #b0b7bc;
  }
}

.news-item-thumb .contentWrap .contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: .5rem;
}

.news-item-thumb .contentWrap .contentTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.2rem;
  font-weight: 400;
}

.news-item-thumb .contentWrap a {
  color: #494d4e;
}

.news-item-thumb .contentWrap a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.news-item-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #dde3e7;
  margin-bottom: 1.5rem;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news-item-box:hover {
  background-color: #ffffff;
}

.news-item-box .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem;
}

.news-item-box .contentWrap .contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: .5rem;
}

.news-item-box .contentWrap .contentTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1.2rem;
  font-weight: 400;
  font-size: 1rem;
}

.news-item-box .contentWrap a {
  color: #494d4e;
}

.news-item-box .contentWrap a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.gray-bg .news-item-box {
  background-color: #ffffff;
}

.gray-bg .news-item-box:hover {
  background-color: #dde3e7;
}

.item-date {
  font-size: .6rem;
  color: #6b7276;
}

.with-video {
  position: absolute;
  height: 30px;
  width: 30px;
  background-image: url(../img/i-video.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 1rem;
  right: 1rem;
}

.see-more-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: #ffffff;
  color: #000000;
  font-size: .8rem;
  padding: .4rem .7rem;
  font-size: .6rem;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #ffffff;
  opacity: .6;
}

.press-center-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 1rem;
}

.press-center-item .imgWrap picture img {
  width: 100%;
}

.press-center-item .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.press-center-item .contentWrap .contentText {
  width: 100%;
  display: table;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 1rem;
}

.press-center-item .contentWrap .contentText a {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 900;
}

.press-center-item .contentWrap .contentText a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.press-center-item .contentWrap .contentText span {
  display: block;
  color: #ffffff;
  font-size: .7rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

.press-center-item .contentWrap .contentText .contentDesc {
  color: #ffffff;
  font-size: .7rem;
  border-top: 1px solid #ffffff;
  padding-top: .5rem;
}

@media only screen and (min-width: 992px) {
  .all-news-list {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.all-news-list .dayHeader {
  display: table;
  font-size: 1rem;
  font-weight: 900;
  color: #0086b7;
  padding-bottom: .3rem;
  border-bottom: 1px solid #0086b7;
  margin-bottom: 1rem;
}

.all-news-list ul {
  display: block;
  padding: 0;
  margin: 0 0 2rem 0;
  list-style: none;
}

.all-news-list li a {
  color: #000000;
  font-size: .7rem;
  margin-bottom: .7rem;
  display: block;
}

.all-news-list li a span {
  font-weight: 700;
}

.all-news-list li a:hover {
  text-decoration: none;
}

.day-news-item-thumb {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
}

.day-news-item-thumb .imgWrap {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.day-news-item-thumb .imgWrap:before {
  display: block;
  content: "";
  padding-bottom: 66.66%;
}

.day-news-item-thumb .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.day-news-item-thumb .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.day-news-item-thumb:hover picture {
  opacity: .8;
}

.day-news-item-thumb .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 1rem;
}

.day-news-item-thumb .contentWrap .contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: .5rem;
}

.day-news-item-thumb .contentWrap .contentTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
}

.day-news-item-thumb .contentWrap a {
  color: #494d4e;
}

.day-news-item-thumb .contentWrap a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.day-news-item-thumb .contentWrap a span {
  color: #d6336c;
  padding-right: .5rem;
}

.section-main-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.section-main-news .section-main-news-title {
  background-color: #0086b7;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding: .5rem 1.2rem;
}

.section-main-news .section-main-news-list {
  padding: 1.2rem;
  background-color: #dde3e7;
}

.section-main-news .section-main-news-list .dayHeader {
  font-size: .7rem;
  font-weight: 700;
  margin-bottom: .7rem;
  padding-bottom: .5rem;
  color: #000000;
  border-bottom: 1px solid #bdc5cc;
}

.section-main-news .section-main-news-list ul {
  display: block;
  padding: 0;
  margin: 0 0 0rem 0;
  list-style: none;
}

.section-main-news .section-main-news-list li a {
  color: #000000;
  font-size: .7rem;
  margin-bottom: .7rem;
  display: block;
}

.section-main-news .section-main-news-list li a span {
  font-weight: 700;
}

.section-main-news .section-main-news-list li a:hover {
  text-decoration: none;
}

.section-main-news .end-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 247, 255, 0)), color-stop(4%, rgba(244, 247, 255, 0.07)), color-stop(14%, rgba(221, 227, 231, 0.24)), color-stop(58%, #dde3e7));
  background: linear-gradient(to bottom, rgba(244, 247, 255, 0) 0%, rgba(244, 247, 255, 0.07) 4%, rgba(221, 227, 231, 0.24) 14%, #dde3e7 58%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f7ff', endColorstr='#dde3e7',GradientType=0 );
}

.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 15px;
  height: 15px;
  margin-right: 6px;
  margin-left: 6px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d6336c;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-radius: 50%;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.carousel-indicators li.active {
  background-color: #0086b7;
}

.carousel-indicators li:hover {
  background-color: #494d4e;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 7%;
  color: #fff;
  text-align: center;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.podcast-fill-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 1.2rem;
}

@media only screen and (min-width: 992px) {
  .podcast-fill-item {
    border-bottom: 1px solid #dcdcde;
  }
}

.podcast-fill-item:before {
  content: "";
  padding-bottom: 36.66%;
  display: table;
}

@media screen and (max-width: 991px) {
  .podcast-fill-item:before {
    padding-bottom: 46.66%;
  }
}

@media screen and (max-width: 767px) {
  .podcast-fill-item:before {
    padding-bottom: 100%;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .podcast-fill-item:before {
    padding-bottom: 56.66%;
  }
}

.podcast-fill-item .imgWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1.2rem;
  left: 0;
  border-radius: inherit;
}

.podcast-fill-item .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.podcast-fill-item .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.podcast-fill-item .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 1.2rem;
  left: auto;
  right: 0;
  width: 100%;
  color: #000000;
}

.podcast-fill-item .contentWrap a.main-link {
  color: #000000;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 55%;
}

.podcast-fill-item .contentWrap a.main-link:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

@media screen and (max-width: 767px) {
  .podcast-fill-item .contentWrap a.main-link {
    padding-right: 1rem;
    z-index: 1;
  }
}

.podcast-fill-item .contentWrap h4 {
  font-size: 1rem;
  display: table;
  background-color: #0086b7;
  color: #ffffff;
  padding: .2rem .5rem;
}

.podcast-fill-item .contentWrap .contentText {
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.2rem 2rem 1rem 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1200px) {
  .podcast-fill-item .contentWrap .contentText {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .podcast-fill-item .contentWrap .contentText {
    width: 100%;
    padding: 4rem 1rem 1rem 1rem;
  }
}

.podcast-fill-item .contentWrap .contentText .program-details {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.podcast-fill-item .contentWrap .contentText .program-details p {
  font-size: .7rem;
  margin-bottom: 1rem;
  color: #494d4e;
}

@media screen and (min-width: 330px) and (max-width: 767px) {
  .podcast-fill-item .contentWrap .contentText .program-details p {
    font-size: .8rem;
  }
}

.podcast-fill-item .contentWrap .contentText .weekly-list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.podcast-fill-item .contentWrap .contentText .weekly-list li {
  margin-right: .7rem;
  border-bottom: 3px solid transparent;
  padding-bottom: .2rem;
  color: #494d4e;
}

.podcast-fill-item .contentWrap .contentText .weekly-list li.active {
  color: #0086b7;
  font-weight: 700;
  border-bottom: 3px solid #0086b7;
}

.podcast-fill-item .contentWrap .contentText .program-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #494d4e;
  font-size: .6rem;
  margin-bottom: .5rem;
}

.podcast-fill-item .contentWrap .contentText .program-hours p {
  margin: 0;
}

.section-other-podcats {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.section-other-podcats .section-podcats-title {
  background-color: #cdddea;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 700;
  padding: .8rem 1.2rem;
  border-bottom: 1px solid #bdc5cc;
}

.section-other-podcats .podcats-list {
  padding: 1.2rem;
  background-color: #cdddea;
}

.section-other-podcats .podcats-list .dayHeader {
  font-size: .7rem;
  margin-bottom: .7rem;
  padding-bottom: .5rem;
  color: #000000;
  border-bottom: 1px solid #bdc5cc;
}

.section-other-podcats .podcats-list ul {
  display: block;
  padding: 0;
  margin: 0 0 0rem 0;
  list-style: none;
}

.section-other-podcats .podcats-list li p {
  margin-bottom: 0;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}

.section-other-podcats .podcats-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000000;
  font-size: .7rem;
  margin-bottom: .5rem;
}

.section-other-podcats .podcats-list li a span {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  color: #59656c;
}

.section-other-podcats .podcats-list li a:hover {
  text-decoration: none;
}

.section-other-podcats .end-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 247, 255, 0)), color-stop(4%, rgba(244, 247, 255, 0.07)), color-stop(14%, rgba(221, 227, 231, 0.24)), color-stop(58%, #dde3e7));
  background: linear-gradient(to bottom, rgba(244, 247, 255, 0) 0%, rgba(244, 247, 255, 0.07) 4%, rgba(221, 227, 231, 0.24) 14%, #dde3e7 58%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f4f7ff', endColorstr='#dde3e7',GradientType=0 );
}

.photo-gallery-wrapper .photo-gallery .gal-slide-img img {
  margin-top: 0;
}

.photo-gallery-wrapper .gallery-thumbs .gal-slide-thumb {
  margin: 0 .5rem;
  cursor: pointer;
}

.photo-gallery-wrapper .slick-prev,
.photo-gallery-wrapper .slick-next {
  background-color: transparent;
  color: #ffffff;
  border: none;
  font-size: 2rem;
  line-height: 1em;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  z-index: 999;
  border-radius: 50%;
}

.photo-gallery-wrapper .slick-prev {
  left: 1rem;
}

.photo-gallery-wrapper .slick-next {
  right: 1rem;
}

/* Pollis */
.pollsBlock {
  overflow: hidden;
  min-height: 300px;
  width: 100%;
  background-image: url(../img/polls-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.pollsBlock .pollsResult {
  padding: 1.5rem;
  color: #ffffff;
}

.pollsBlock .pollsResult .vote-answer-table {
  font-size: .8rem !important;
}

.pollsBlock .pollsResult .vote-answer-table td {
  width: 100% !important;
  display: inline-block;
}

.pollsBlock .pollsResult .vote-answer-table td:last-child {
  margin-bottom: .7rem;
}

.pollsBlock .pollsResult a {
  color: #ffffff;
}

.pollsBlock .pollsResult .vote-answer-counter {
  display: block;
  float: left;
  line-height: 23px;
  width: 19%;
  font-size: .6rem;
}

.pollsBlock .pollsResult .vote-item-question {
  margin-bottom: 1rem;
}

.pollsBlock .pollsWrap {
  padding: 1.5rem;
}

.pollsBlock .pollsWrap .pollQuention {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
}

.pollsBlock .pollsWrap .pollForm [type="radio"]:checked,
.pollsBlock .pollsWrap .pollForm [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.pollsBlock .pollsWrap .pollForm [type="radio"]:checked + label,
.pollsBlock .pollsWrap .pollForm [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  display: inline-block;
  color: #bdc5cc;
}

.pollsBlock .pollsWrap .pollForm [type="radio"]:checked + label:before,
.pollsBlock .pollsWrap .pollForm [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: url(../img/i-polls-radio.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pollsBlock .pollsWrap .pollForm [type="radio"]:checked + label:after,
.pollsBlock .pollsWrap .pollForm [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #0086b7;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.pollsBlock .pollsWrap .pollForm [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.pollsBlock .pollsWrap .pollForm [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Widgets */
.widgets-bars .widget-item {
  position: relative;
  min-height: 6rem;
}

.widgets-bars .widget-item .widget-thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.widgets-bars .widget-item:after {
  content: "";
  background-color: #b6d0e4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .85;
}

.widgets-bars .widget-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.widgets-bars .widget-item a span {
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widgets-bars .widget-item a span img {
  width: 100%;
}

.widgets-bars .widget-item a span.widget-logo-tv {
  width: 50%;
}

.widgets-bars .widget-item a span.widget-logo-vk {
  width: 70%;
}

.widgets-bars .widget-item a span.widget-logo-radio {
  width: 50%;
}

.widgets-bars .widget-item a span.widget-logo-dg {
  width: 50%;
}

.widgets-bars .widget-item a span.widget-logo-press {
  width: 40%;
}

@media (min-width: 992px) {
  .widgets-bars {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    min-height: 3rem;
    margin-bottom: 0rem;
  }
}

/* Breadcrumbs */
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

.breadcrumb li {
  font-size: 0.7rem;
}

.breadcrumb-item {
  padding-left: 0 !important;
}

.breadcrumb-item a {
  color: #6b7276;
}

.breadcrumb-item.active {
  color: #000000;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '/';
  display: inline-block;
  padding: 0 0.2rem;
  color: #6b7276;
}

/* Article content */
.articleContent .block-title-inside {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 700;
  margin-bottom: 1rem;
}

.articleContent .articleInfo {
  padding: .7rem 0;
  border-bottom: 1px solid #bdc5cc;
  margin-bottom: 1rem;
}

.articleContent .articleInfo .metaAuthor {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
}

.articleContent .articleInfo .metaAuthor .author {
  color: #000000;
  font-size: .7rem;
}

.articleContent .articleInfo .metaAuthor .author::after {
  content: '/';
  display: inline-block;
  padding: 0 0.2rem;
  color: #6b7276;
}

.articleContent .articleInfo .metaAuthor .date {
  color: #6b7276;
  font-size: .7rem;
}

.articleContent .articleInfo .shareTo {
  font-size: .7rem;
  color: #000000;
  margin-right: .6rem;
}

.articleContent .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

.articleContent .social-icons li {
  line-height: 0;
}

.articleContent .social-icons .social-share {
  cursor: pointer;
  color: #ffffff;
  background: #0086b7;
  width: 1.2rem;
  height: 1.2rem;
  font-size: .5rem;
  border-radius: 50%;
  position: relative;
  margin-right: .2rem;
  display: inline-block;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

.articleContent .social-icons .social-share:hover {
  background-color: #494d4e;
}

.articleContent .social-icons span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.articleContent .generalContent {
  color: #000000;
}

.articleContent .generalContent p, .articleContent .generalContent span, .articleContent .generalContent b, .articleContent .generalContent strong,.articleContent .generalContent {
  font-size: .8rem;
}

.articleContent .generalContent ul, .articleContent .generalContent ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.articleContent .generalContent li {
  font-size: .8rem;
}

.articleContent .generalContent li p {
  margin-bottom: 0;
}

.articleContent .generalContent h1 {
  font-size: 2rem;
}

.articleContent .generalContent h2 {
  font-size: 1.8rem;
}

.articleContent .generalContent h3 {
  font-size: 1.6rem;
}

.articleContent .generalContent h4 {
  font-size: 1.4rem;
}

.articleContent .generalContent h5 {
  font-size: 1.2rem;
}

.articleContent .generalContent h6 {
  font-size: 1rem;
}

.articleContent .generalContent h1, .articleContent .generalContent h2, .articleContent .generalContent h3, .articleContent .generalContent h4, .articleContent .generalContent h5, .articleContent .generalContent h6 {
  color: #000000;
  font-weight: 700;
  margin-bottom: .8rem;
}

.articleContent .generalContent img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  margin: .5rem 0;
}

.articleContent .generalContent .sub-title {
  color: #000000;
}

.sub-title {
  border-bottom: 1px solid #bdc5cc;
  padding-bottom: 1rem;
  margin-bottom: 2rem !important;
}

.similar-list {
  padding: 1rem;
  background-color: #dde3e7;
}

.similar-list .similar-list-title {
  display: block;
  color: #494d4e;
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #bdc5cc;
}

.similar-list-item {
  padding-bottom: .5rem;
  padding-top: 0;
  border-bottom: 1px solid #bdc5cc;
}

.similar-list-item:last-child {
  border-bottom: 1px solid transparent;
}

.similar-list-item .item-link {
  font-size: .7rem;
  color: #494d4e;
}

.similar-list-item .item-link:hover {
  color: #494d4e;
}

.similar-news {
  padding: 1rem;
  background-color: #dde3e7;
}

.similar-news .similar-title {
  color: #494d4e;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.similar-news-item-thumb {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: .5rem;
  border-bottom: 1px solid #bdc5cc;
}

.similar-news-item-thumb .imgWrap {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.similar-news-item-thumb .imgWrap:before {
  display: block;
  content: "";
  padding-bottom: 66.66%;
}

.similar-news-item-thumb .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
  opacity: 1;
}

.similar-news-item-thumb .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.similar-news-item-thumb:hover picture {
  opacity: .8;
}

.similar-news-item-thumb .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 1rem;
}

.similar-news-item-thumb .contentWrap .contentText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: .5rem;
}

.similar-news-item-thumb .contentWrap .contentTitle {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 700;
  font-size: .8rem;
}

.similar-news-item-thumb .contentWrap a {
  color: #494d4e;
}

.similar-news-item-thumb .contentWrap a:after {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

blockquote, q {
  position: relative;
  font-size: 1rem;
  color: #6b7276;
  padding: 1rem 1rem 1rem 4rem;
}

blockquote:before, q:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  background-image: url(../img/blockquote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 22px;
}

.iblock_quote {
  position: relative;
  font-size: 1rem;
  color: #6b7276;
  padding: 1rem 1rem 1rem 4rem;
}

.iblock_quote:before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.5rem;
  background-image: url(../img/blockquote.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 29px;
  height: 22px;
}

/* Gallery */
@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-news-slider .gallery-item {
    height: 20rem;
  }
}

.gallery-item {
  position: relative;
  height: 20rem;
  z-index: 1;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .gallery-item {
    height: 10rem;
  }
}

.gallery-item .imgWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.gallery-item .imgWrap:before {
  content: "";
  padding-bottom: 56.66%;
  display: table;
}

.gallery-item .imgWrap picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
}

.gallery-item .imgWrap picture img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  display: block;
  min-width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

.gallery-item .photo-description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: .2rem .4rem;
  font-size: .6rem;
  background-color: rgba(255, 255, 255, 0.5);
}

/* Video */
.video-insert {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: 1rem 0;
}

.video-insert iframe, .video-insert object, .video-insert embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-online-stream {
  height: 450px;
  margin-bottom: 1rem;
}

.on-air {
  height: 470px;
  position: relative;
  overflow: hidden;
}

.on-air .end-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(27%, rgba(255, 255, 255, 0.53)), color-stop(51%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 27%, white 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.on-air ul {
  list-style: none;
  padding-left: 0 !important;
  margin: 0 !important;
}

.on-air ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .6rem !important;
  margin-bottom: .3rem !important;
}

.on-air ul li.active {
  font-weight: 700;
}

.on-air .time {
  width: 2rem;
  text-align: left;
}

.on-air .show-now {
  background-color: #d6336c;
  color: #ffffff;
  font-weight: 900;
  padding: 0 .5rem;
  margin-right: .5rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .schedule-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.schedule-list .schedule-item {
  margin: 1rem 1rem;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .schedule-list .schedule-item {
    margin: .3rem;
  }
}

.schedule-list .schedule-item:first-child {
  margin-left: 0;
}

.schedule-list .schedule-item:last-child {
  margin-right: 0;
}

.schedule-list .schedule-item .nav-schedule-link {
  display: table;
  color: #6b7276;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .schedule-list .schedule-item .nav-schedule-link {
    font-size: .7rem;
  }
}

.schedule-list .today {
  display: none;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: .7rem;
  border-bottom: 3px solid transparent;
}

.schedule-list .weekday {
  display: block;
  border-bottom: 3px solid transparent;
  padding-bottom: .7rem;
}

.schedule-list .weekday:hover {
  color: #0086b7;
}

.schedule-list .active .weekday {
  color: #0086b7;
  border-bottom: 3px solid #0086b7;
}

.schedule-list .active .today {
  color: #0086b7;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 3px solid #0086b7;
  padding-bottom: .7rem;
}

.schedule-list .currently .today {
  display: block;
}

.schedule-list .currently .weekday {
  display: none;
}

.schedule-day {
  position: relative;
}

.schedule-day .end-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(27%, rgba(255, 255, 255, 0.53)), color-stop(51%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.53) 27%, white 51%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.schedule-day ul {
  list-style: none;
  padding: 0;
}

.schedule-day ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .3rem;
}

.schedule-day ul li.active {
  font-weight: 900;
}

.schedule-day .time, .schedule-day .show-now {
  width: 4.5rem;
  text-align: left;
}

.schedule-day .show-now span {
  display: table;
  font-size: .6rem;
  background-color: #d6336c;
  color: #ffffff;
  font-weight: 900;
  padding: 0 .5rem;
  text-transform: uppercase;
}

/* Pagination */
.pagination {
  margin-top: 1rem;
}

.pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination .page-item .page-link {
  position: relative;
  display: block;
  padding: 0;
  margin-left: 7px;
  height: 30px;
  width: 30px;
  line-height: 1.25;
  color: #bdc5cc;
  border: none;
}

.pagination .page-item .page-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagination .page-item .page-link:hover {
  border-radius: 50%;
}

.pagination .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #d6336c;
  border-color: #d6336c;
  border-radius: 50%;
}

/* Footer */
footer {
  background-image: url(../img/footer-bg.svg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

footer .footer-top-line {
  background-color: rgba(217, 63, 116, 0.85);
  padding: 1rem 0;
  color: #ffffff;
}

footer .footer-bottom-line {
  padding: 2rem 0 0 0;
  background-color: rgba(22, 27, 58, 0.9);
  color: #ffffff;
}

footer .social-icons a {
  color: #d6336c;
  background: #ffffff;
  width: 1.3rem;
  height: 1.3rem;
  font-size: .7rem;
  border-radius: 50%;
  position: relative;
  margin-right: .4rem;
  display: inline-block;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

footer .social-icons a:hover {
  color: #ffffff;
}

footer .category-link {
  display: table;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

footer .category-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

footer .category-list li {
  line-height: 1.1;
}

footer .category-list a {
  color: #ffffff;
  font-size: .7rem;
  opacity: .5;
}

footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .copyright .year {
  font-size: .8rem;
  font-weight: 700;
}

footer .copyright .copy-text {
  font-size: .6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 63.333333%;
          flex: 0 0 63.333333%;
  max-width: 63.333333%;
}

footer .legal-text {
  font-size: .5rem;
}

footer .footer-phone {
  color: #ffffff;
  font-weight: 700;
}

footer .contact-email {
  font-size: .55rem;
}

footer .contact-email a {
  color: #ffffff;
}

footer .theplace {
  width: 5rem;
  margin: 0 0 20px 0;
}

/* Scroll to top */
@media only screen and (min-width: 992px) {
  #upbutton {
    background-image: url("../img/arrow-up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50px;
    width: 50px;
    bottom: 30px;
    right: 10px;
    background-color: #0086b7;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
  }
}

/* DatePicker */
.date-picker-filter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

.date-picker-filter span {
  color: #6b7276;
  font-size: .7rem;
}

.date-picker-filter .form-group {
  margin-bottom: 0;
}

.date-picker-filter input {
  height: calc(1rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .7rem;
  width: 10rem !important;
  border-radius: 0;
  color: #6b7276;
  border: 2px solid #bdc5cc;
  position: relative;
}

.date-picker-filter .input-group-append {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  background-image: url(../img/calendar.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  border: none;
  z-index: 9;
}

.date-picker-filter .date-btn {
  height: calc(1rem + .75rem + 2px);
  padding: .375rem 1.75rem;
  background-color: #0086b7;
  color: #ffffff;
  font-size: .8rem;
  line-height: 1;
  border: none;
}

.bootstrap-datetimepicker-widget {
  font-size: .7rem;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0086b7;
  color: #fff;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #d6336c;
  color: #fff;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
}

/* СМИ2 */
.smi2 .container-94636__title-link {
  font-family: 'Roboto' !important;
  font-weight: 700;
  color: #494d4e;
}

.smi2 .container-94636__title-link:hover {
  text-decoration: none;
  color: #494d4e;
}

/* Mobile menu */
.sova-dropdown-wrapper {
  display: inline-block;
  position: relative;
  margin: 30px 0 0 5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 99999;
}

.sova-dropdown-wrapper .mob-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #0086b7;
  z-index: 9;
}

.sova-dropdown-wrapper .mob-header .header-weather {
  padding: 0 15px;
}

.sova-dropdown-wrapper .mob-header .header-weather .weater-info {
  font-size: .7rem;
}

.sova-dropdown-wrapper .social-icons {
  padding: 0 15px;
}

.sova-dropdown-wrapper .social-icons a {
  color: #0086b7;
  background: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .7rem;
  border-radius: 50%;
  position: relative;
  margin-right: .4rem;
}

.sova-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: #0086b7;
  color: #ffffff;
  border-radius: 3px;
}

.sova-dropdown-trigger::before, .sova-dropdown-trigger::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 9px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
  transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.sova-dropdown-trigger::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sova-dropdown-trigger::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sova-dropdown h2,
.sova-dropdown-content a,
.sova-dropdown-content ul a {
  height: 50px;
  line-height: 50px;
}

@media only screen and (min-width: 768px) {
  .sova-dropdown h2,
  .sova-dropdown-content a,
  .sova-dropdown-content ul a {
    height: 60px;
    line-height: 60px;
  }
}

.sova-dropdown h2,
.sova-dropdown-content a,
.sova-dropdown-content ul a,
.sova-dropdown-content .sova-divider {
  padding: 0 15px;
}

.sova-dropdown {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0086b7;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -webkit-transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0.5s, -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s, -webkit-transform 0.5s 0s;
}

.sova-dropdown a {
  border: 0;
}

.sova-dropdown h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #0086b7;
  border-bottom: 1px solid #242643;
}

.sova-dropdown .sova-close {
  /* 'X' close icon - mobile version only */
  position: relative;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}

.sova-dropdown .sova-close::after, .sova-dropdown .sova-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}

.sova-dropdown .sova-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.sova-dropdown .sova-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.sova-dropdown.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -webkit-transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: visibility 0s 0s, -webkit-transform 0.5s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s, -webkit-transform 0.5s 0s;
}

@media only screen and (min-width: 768px) {
  .sova-dropdown .sova-close {
    top: 5px;
  }
}

.sova-dropdown-content, .sova-dropdown-content ul {
  position: absolute;
  list-style: none;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding-top: 75px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.sova-dropdown-content a, .sova-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #2e98c0;
  border-style: solid;
}

.sova-dropdown-content li:first-of-type > a, .sova-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}

.sova-dropdown-content li:last-of-type > a, .sova-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}

.sova-dropdown-content .sova-divider, .sova-dropdown-content ul .sova-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #2e98c0;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}

.sova-dropdown-content .sova-divider + li > a, .sova-dropdown-content ul .sova-divider + li > a {
  border-top-width: 0;
}

.sova-dropdown-content a, .sova-dropdown-content .sova-search, .sova-dropdown-content .sova-divider, .sova-dropdown-content ul a, .sova-dropdown-content ul .sova-search, .sova-dropdown-content ul .sova-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.sova-dropdown-content.is-hidden, .sova-dropdown-content ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.sova-dropdown-content.is-hidden > li > a, .sova-dropdown-content.is-hidden > li > .sova-search, .sova-dropdown-content.is-hidden > .sova-divider, .sova-dropdown-content.move-out > li > a, .sova-dropdown-content.move-out > li > .sova-search, .sova-dropdown-content.move-out > .sova-divider, .sova-dropdown-content ul.is-hidden > li > a, .sova-dropdown-content ul.is-hidden > li > .sova-search, .sova-dropdown-content ul.is-hidden > .sova-divider, .sova-dropdown-content ul.move-out > li > a, .sova-dropdown-content ul.move-out > li > .sova-search, .sova-dropdown-content ul.move-out > .sova-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}

.sova-dropdown-content.move-out > li > a, .sova-dropdown-content.move-out > li > .sova-search, .sova-dropdown-content.move-out > .sova-divider, .sova-dropdown-content ul.move-out > li > a, .sova-dropdown-content ul.move-out > li > .sova-search, .sova-dropdown-content ul.move-out > .sova-divider, .sova-dropdown-content ul.move-out > a {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dropdown-is-active .sova-dropdown-content, .dropdown-is-active .sova-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}

.sova-dropdown-content .see-all a {
  /* different style for the See all links */
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}

.sova-dropdown-content .sova-dropdown-gallery .sova-dropdown-item, .sova-dropdown-content .sova-dropdown-icons .sova-dropdown-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.sova-dropdown-content .sova-dropdown-gallery .sova-dropdown-item h3, .sova-dropdown-content .sova-dropdown-icons .sova-dropdown-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sova-dropdown-content .sova-dropdown-gallery .sova-dropdown-item {
  padding-left: 90px;
}

.sova-dropdown-content .sova-dropdown-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.sova-dropdown-content .sova-dropdown-icons .sova-dropdown-item {
  padding-left: 75px;
  position: relative;
}

.sova-dropdown-content .sova-dropdown-icons .sova-dropdown-item p {
  color: #0086b7;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none;
}

@-webkit-keyframes sova-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes sova-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes sova-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

@keyframes sova-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}

.sova-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #0086b7;
  color: #ffffff;
  border: none;
  border-radius: 0;
}

.sova-search input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(1rem + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .7rem;
  width: 100%;
  background-color: #ffffff;
  border: none;
  margin-right: 1rem;
}

.sova-search button {
  background-color: #d6336c;
  color: #ffffff;
  border: none;
  height: calc(1rem + .75rem + 2px);
  padding: .375rem 1.5rem;
  font-size: .7rem;
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.has-children > a {
  padding-right: 30px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 15px;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .sova-dropdown-content > .has-children > a {
    padding-left: 30px;
    padding-right: 15px;
  }
  .open-to-left .sova-dropdown-content > .has-children > a::before, .open-to-left .sova-dropdown-content > .has-children > a::after {
    right: auto;
    left: 15px;
    -webkit-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}

.sova-dropdown-content .go-back a {
  padding-left: 30px;
}

.sova-dropdown-content .go-back a::before, .sova-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 15px;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.sova-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .sova-dropdown-wrapper:hover .sova-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.no-js .sova-dropdown-wrapper .sova-close {
  display: none;
}
/*# sourceMappingURL=style.css.map */
/*.main-banners-block .mb-3{
	height:200px;
}*/
.social-icons a span {
	font-size:inherit!important;
}
.articleContent .generalContent ul{
	padding-left:0;
	margin-bottom:0;
}
.articleContent .generalContent .social-icons_wr{
	padding:10px;
	background-color: #dde3e7;
}
.articleContent .generalContent .social-icons-text{
	padding-bottom:.5rem;
}
.autor_img{
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  margin-right: 1rem;
  display: inline-block;
}
.autor_img img{
  width: 100%;
  height: auto;
}

@media (max-width: 500px){
  .news-item-thumb .imgWrap:before{
    padding-bottom: 56.66%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .news-item-thumb .contentWrap{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0;
    flex-grow: 0;
    -webkit-box-flex: 0;
    flex-direction: initial;
  }
  .news-item-thumb .contentWrap .contentText{
    width: 90%;
    display: table;
    align-self: self-end;
  }
  .news-item-thumb .contentWrap .contentTitle{
    width: 90%;
    font-size: 1.1rem;
    font-weight: 700;
    padding-left: 18px;
    padding-bottom: 31px;
    color: white;
  }
  .news-item-thumb .contentWrap a{
    color: #ffffff;
  }
  .item-date{display: none;}
}