body {
  background: #F3F3F3;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.icon {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  text-rendering: auto;
  line-height: 1em;
  width: 1em;
  height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  cursor: pointer;
}
.main_column {
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.main_column.header_padding {
  padding-top: 100px;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.post_card {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.post_card.small {
  width: 25%;
}
.post_card.half_width {
  width: 50%;
}
.post_card.large {
  width: 66.66%;
}
.post_card_frame {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-bottom: 50px;
  position: relative;
  height: 380px;
}
.post_card_frame:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  content: "";
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
.post_card_frame .thumbnail_frame {
  height: 181px;
  display: block;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
}
.post_card_frame .thumbnail_frame amp-img img {
  object-fit: cover;
}
.post_card_frame .thumbnail_frame:after {
  display: block;
  content: "";
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.post_card_frame .post_card_text {
  padding-left: 18px;
  padding-right: 18px;
  display: block;
}
.post_card_frame .post_category {
  color: #f4661f;
  margin-right: auto;
  margin-top: 10px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
}
.post_card_frame .post_category.bel_text_gray {
  color: #cac5c5;
}
.post_card_frame .article_category.bel_text_gray {
  color: #cac5c5;
}
.post_card_frame h2.post_title {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
  margin: 0px;
}
.post_card_frame .post_excerpt {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-weight: normal;
}
.post_card_frame .post_date {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #666666;
  position: absolute;
  bottom: 12px;
  left: 18px;
}
a.post_card_frame {
  cursor: pointer;
}
a.post_card_frame:hover:after {
  opacity: 1;
}
.post_card.thumbnail_cover .post_card_frame .thumbnail_frame {
  height: 380px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post_card.thumbnail_cover .post_card_frame .thumbnail_frame:after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.post_card.thumbnail_cover .post_card_frame .thumbnail_frame .play_icon {
  top: 90px;
}
.post_card.thumbnail_cover .post_card_frame .post_card_text {
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.post_card.thumbnail_cover .post_card_frame .post_card_text .post_title {
  color: #ffffff;
}
.post_card.thumbnail_cover .post_card_frame .post_card_text .post_excerpt,
.post_card.thumbnail_cover .post_card_frame .post_card_text .post_date {
  color: rgba(255, 255, 255, 0.8);
}
.post_card.thumbnail_cover .post_category {
  color: #ffffff;
  background: #f4661f;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.post_card.thumbnail_cover.authors_post .author {
  color: rgba(255, 255, 255, 0.8);
}
.post_card.half_width .post_title,
.post_card.large .post_title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.005em;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 800;
}
.post_card.half_width .post_card_frame .post_card_text,
.post_card.large .post_card_frame .post_card_text {
  padding: 32px;
  padding-right: 36px;
  padding-bottom: 80px;
  padding-bottom: 50px;
}
.post_card.half_width .post_date,
.post_card.large .post_date {
  left: 33px;
  bottom: 20px;
}
.post_card.half_width .post_excerpt,
.post_card.large .post_excerpt {
  display: none;
}
.post_card.large .post_title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.005em;
}
.post_card.video_post .thumbnail_frame {
  position: relative;
}
.post_card.video_post .thumbnail_frame .play_icon {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 60px;
  z-index: 10;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.post_card.video_post .thumbnail_frame .play_icon:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.post_card.authors_post .post_card_frame .post_category {
  margin-top: 14px;
}
.post_card.authors_post .post_author_image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  height: 180px;
  width: 180px;
  overflow: hidden;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
}
.post_card.authors_post .post_author_image img {
  max-width: 230px;
  width: auto;
  height: auto;
}
.post_card.authors_post .author {
  color: #f4661f;
  padding-top: 12px;
  display: block;
  font-weight: 700;
}
.post_card.authors_post .authors_function {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.post_card.authors_post.thumbnail_cover .author {
  color: #fff;
}
.post_card.authors_post.thumbnail_cover .authors_function {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.people_container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.people_container .person_column {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.people_container .belsat_person {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  display: block;
  color: #111;
  text-decoration: none;
  margin-bottom: 40px;
  padding-right: 20px;
}
.people_container .belsat_person:hover {
  border-top: 1px solid #f4661f;
}
.people_container .belsat_person:hover h4.name {
  color: #f4661f;
}
.people_container h4.name {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  text-transform: none;
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 500;
}
.people_container .function {
  margin-top: 6px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #666;
}
.post_card.quote .post_card_frame {
  padding-top: 18px;
  background: #f4661f;
  color: #ffffff;
  border: 1px solid #ee570c;
}
.post_card.quote .post_card_frame .post_date {
  color: rgba(255, 255, 255, 0.8);
}
.post_card.quote .post_card_frame .post_title {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.005em;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 800;
}
.post_card.quote .post_card_frame .post_title:before {
  content: "«";
}
.post_card.quote .post_card_frame .post_title:after {
  content: "»";
}
.post_card.quote .post_card_frame .quote_autor {
  margin-top: 4px;
  display: block;
  padding-left: 24px;
}
.post_card.film_card .post_card_frame {
  height: 320px;
}
.post_card.film_card .post_card_frame .post_card_text {
  padding-top: 10px;
}
.post_card.film_card .post_card_frame .film_author {
  color: #666666;
}
.post_card.film_card .post_card_frame .thumbnail_frame {
  height: 161px;
}
.post_card.film_card .post_card_frame .thumbnail_frame .play_icon {
  top: 50px;
}
.filters_row {
  padding-bottom: 30px;
  padding-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filters_row .filter_column {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.filters_row .filter_column.title_column {
  width: 50%;
}
.filters_row .filter_column.align_right {
  margin-left: auto;
}
.pseudoselect {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.pseudoselect.label {
  color: #666666;
}
.pseudoselect:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  text-rendering: auto;
  line-height: 1em;
  width: 1em;
  height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 8px;
  right: 0px;
  position: absolute;
  content: "\F35D";
  color: #888888;
}
.pseudoselect select {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  opacity: 0;
  font-size: inherit;
  line-height: inherit;
}
.pseudoselect:hover {
  border-bottom: 1px solid #f4661f;
}
.open_description:hover {
  text-decoration: underline;
}
.page_title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.005em;
  margin: 0px;
  font-weight: 800;
}
.post_card.obiektyw_banner {
  text-align: center;
}
.post_card.obiektyw_banner .post_category {
  top: 20px;
  margin-top: 0px;
  margin: auto;
  margin-top: -10px;
}
.post_card.obiektyw_banner .post_card_frame .post_card_text {
  padding-bottom: 30px;
}
.post_card.obiektyw_banner .obiektyw_topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  padding-top: 10px;
}
.post_card.obiektyw_banner .obiektyw_topics .topic {
  white-space: nowrap;
  padding-left: 18px;
  margin-left: 16px;
  position: relative;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.post_card.obiektyw_banner .obiektyw_topics .topic:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #f4661f;
  position: absolute;
  top: 11px;
  left: 0px;
}
.top_bar {
  background: #1e456b;
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 30;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.main_navigation {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main_navigation .left_navigation {
  height: 100%;
  display: flex;
  margin-right: auto;
  flex: 1;
}
.main_navigation .right_navigation {
  margin-left: auto;
  display: flex;
}
.main_navigation .belsat_logo {
  width: 110px;
  display: block;
  margin-top: 18px;
}
.main_navigation .language_switcher {
  position: relative;
  color: #ffffff;
  
  height: 40px;
  line-height: 40px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.main_navigation .language_switcher .language_label {
  position: relative;
  overflow: hidden;
}
.main_navigation .language_switcher .language_select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  background: #1e456b;
  border: 0px;
  color: inherit;
  padding: 8px;
  display: block;
  text-align: right;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
}
.main_navigation .language_switcher .language_select:focus {
  outline: 0px;
}
.main_navigation .language_switcher .language_label {
  display: flex;
  align-items: center;
}
.desktop_lang_label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
body.menu_visible .dropdown_menu {
  -webkit-transform: translate(0px, 404px);
  -moz-transform: translate(0px, 404px);
  -ms-transform: translate(0px, 404px);
  -o-transform: translate(0px, 404px);
  transform: translate(0px, 404px);
}
.dropdown_menu {
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 29;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  height: 400px;
  top: -324px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: rgba(243, 243, 243, 0.98);
}
.dropdown_menu .main_column {
  position: relative;
}
.dropdown_menu .close_dropdown_menu {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 40px;
  width: 40px;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.dropdown_menu .close_dropdown_menu:hover .icon {
  color: #f4661f;
}
.dropdown_menu .close_dropdown_menu .icon {
  line-height: 40px;
  color: #888888;
}
.dropdown_menu .dropdown_menu_grid {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 60px;
}
.dropdown_menu .dropdown_menu_grid .dropdown_col {
  width: 25%;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}
.dropdown_menu .dropdown_menu_grid .dropdown_col:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 10px;
  margin: auto;
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  content: "";
}
.dropdown_menu .dropdown_menu_grid .dropdown_col .dropdown_menu_links {
  list-style: none;
  padding: 0px;
  margin: auto;
  margin-left: -4px;
}
.dropdown_menu .dropdown_menu_grid .dropdown_col .dropdown_menu_links a {
  color: #111111;
  text-decoration: none;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}
.dropdown_menu .dropdown_menu_grid .dropdown_col .dropdown_menu_links a .icon {
  color: #888888;
  margin-right: 5px;
  margin-top: 2px;
  height: 18px;
  width: 18px;
  font-size: 18px;
}
.dropdown_menu .dropdown_menu_grid .dropdown_col .dropdown_menu_links a:hover .icon {
  color: #f4661f;
}
.dropdown_menu .dropdown_menu_grid .dropdown_col.smaller {
  width: 16.66%;
}
.dropdown_menu .dropdown_menu_grid .dropdown_col.bigger {
  width: 33.33%;
}
.dropdown_menu .dropdown_menu_footer {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #666666;
}
.dropdown_menu .dropdown_menu_footer .left_col {
  margin-right: auto;
}
.dropdown_menu .dropdown_menu_footer .right_col {
  margin-left: auto;
}
.dropdown_menu .dropdown_menu_footer .transparent_link {
  color: #666666;
}
.dropdown_menu .dropdown_menu_footer .transparent_link:hover {
  color: #111111;
}
.dropdown {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  padding-top: 6px;
  padding-bottom: 6px;
  background: #ffffff;
  width: 200px;
  position: absolute;
  top: 40px;
  left: -12px;
}
.dropdown a {
  color: #111111;
  text-decoration: none;
  display: block;
  padding-left: 12px;
  padding-right: 12px;
}
.dropdown a.active {
  background: #f4661f;
  color: #ffffff;
}
.dropdown a.active:hover {
  background: #f4661f;
}
.dropdown a:hover {
  background: #F3F3F3;
}
.language_dropdown a {
  display: block;
  padding: 8px;
}
.user_action h2 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
  margin-top: 0px;
  margin-bottom: 6px;
}
.user_action .descripion {
  color: #666666;
  margin-top: 0px;
  margin-bottom: 12px;
}
input[type="text"] {
  border: 0px;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  padding: 7px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  caret-color: #f4661f;
}
.input_button {
  display: flex;
}
.input_button input {
  flex: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 4px;
  border-color: #ffffff;
}
.input_button input:focus {
  border-color: #888888;
  outline: 0px;
}
.input_button a.button {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
}
.main_menu {
  display: flex;
  margin-top: auto;
  position: relative;
  padding-right: 10px;
}
.main_menu a {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: block;
}
.main_menu a.active:after,
.main_menu a:hover:after {
  content: "";
  display: block;
  bottom: 0px;
  left: 10px;
  right: 10px;
  height: 0px;
  position: absolute;
  border-bottom: 4px solid #f4661f;
}
.main_menu a:hover:after {
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
}
.main_menu a.active:hover:after {
  border-bottom: 4px solid #f4661f;
}
.main_menu:after {
  position: absolute;
  top: 20px;
  right: 0px;
  display: block;
  height: 20px;
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
body.search_bar_visible .search_bar {
  -webkit-transform: translate(0px, 60px);
  -moz-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  -o-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}
#overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 27;
  display: none;
}
.search_bar_visible #overlay,
.menu_visible #overlay {
  display: block;
}
.search_bar {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -ms-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: fixed;
  height: 60px;
  background: rgba(243, 243, 243, 0.98);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  top: 16px;
  width: 100%;
  z-index: 29;
}
.search_bar .search_wrapper {
  padding-top: 10px;
  display: flex;
}
.search_bar .search_input {
  top: 10px;
  flex: 1;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  background: none;
  border: 0px;
  padding-left: 0px;
  padding: 0px;
  line-height: 40px;
}
.search_bar .search_input:focus {
  outline: 0px;
}
.search_bar .search_submit_icon {
  height: 40px;
  width: 40px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.search_bar .search_submit_icon .icon {
  line-height: 40px;
  color: #666666;
}
.search_bar .search_submit_icon:hover .icon:hover {
  color: #f4661f;
}
.obiektyw_issue {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.icons_menu {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
}
.icons_menu .icon_link {
  width: 40px;
  height: 40px;
  display: block;
  color: #ffffff;
}
.icons_menu .icon_link .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.icons_menu .menu-close-icon {
  display: none;
}
.online_button {
  margin-top: 34px;
  height: 32px;
  background: #f4661f;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.banner.full_width {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.banner .banner_card_frame {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
.banner .banner_label {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #666666;
  font-weight: 400;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 8px;
}
.schedule {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.schedule .schedule_card_frame {
  border: 1px solid #e6e6e6;
  background: #ffffff;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 40px;
}
.schedule .schedule_columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  padding-top: 40px;
}
.schedule .studio_belsat {
  break-inside: avoid-column;
  background: rgba(30, 69, 107, 0.04);
}
.schedule .schedule_position {
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  break-inside: avoid-column;
  border-top: 1px solid #e6e6e6;
}
.schedule .schedule_position.actual {
  background: #f4661f;
  border-top: 0px;
}
.schedule .schedule_position.actual .time,
.schedule .schedule_position.actual .program {
  color: #ffffff;
}
.schedule .time {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #f4661f;
  width: 20%;
  flex-shrink: 20%;
  padding-left: 8px;
}
.schedule .program {
  width: 80%;
  padding-right: 8px;
}
.schedule h3 {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-weight: 500;
}
.schedule .studio_header {
  background: #1e456b;
  margin: 0px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #ffffff;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 28px;
}
.schedule_days {
  display: flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.schedule_days li {
  width: 14.28571429%;
}
.schedule_days li a {
  display: block;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-right: 0px;
  text-decoration: none;
  color: #111111;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  position: relative;
}
.schedule_days li .date {
  display: block;
  font-family: 'Fira Sans', sans-serif;
  font-weight: normal;
  color: #666666;
}
.schedule_days li.active a {
  border-bottom: 0px;
  color: #f4661f;
}
.schedule_days li.active a:after {
  position: absolute;
  top: -1px;
  left: 0px;
  height: 4px;
  background: #f4661f;
  width: 100%;
  content: "";
}
.schedule_days li:last-child {
  border-right: 1px solid #e6e6e6;
}
.schedule_days li:hover a {
  color: #f4661f;
}
.schedule_days_dropdown {
  display: none;
}
.schedule_days_dropdown .pseudoselect_value {
  font-weight: 500;
}
.schedule_header {
  margin-bottom: 40px;
  display: flex;
}
.schedule_header .week_range {
  display: flex;
  margin-left: auto;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
}
.schedule_header .week_range .week_dates {
  padding-left: 16px;
  padding-right: 16px;
}
.schedule_header .week_range a.arrow {
  display: block;
  color: #888888;
}
.schedule_header .week_range a.arrow:hover {
  color: #111111;
}
.slider.full_width {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}
.slider.full_width .slider_card {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  height: 380px;
  background: #ffffff;
  position: relative;
}
.slider.full_width .slides_dots {
  display: flex;
  position: absolute;
  bottom: 20px;
  z-index: 20;
  left: 0px;
  right: 0px;
  margin: auto;
  justify-content: center;
}
.slider.full_width .slides_dots .dot {
  height: 10px;
  width: 10px;
  background: #ffffff;
  position: relative;
  z-index: 10;
  margin-left: 5px;
  margin-right: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  opacity: 0.6;
}
.slider.full_width .slides_dots .dot[option][selected] {
  outline: 0px;
  opacity: 1;
}
.button.back_to_all {
  float: right;
  margin-top: 32px;
}
.program_desciption .post_card_frame .program_title.person_details_title {
  margin-bottom: 10px;
}
.person_function {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
  color: #666;
}
.person_bio_container {
  padding-top: 40px;
  display: flex;
}
.person_bio_container .bio_image {
  width: 20%;
  padding-right: 16px;
}
.person_bio_container .bio_text {
  padding-left: 16px;
  width: 80%;
  margin-bottom: 20px;
}
.carousel_slide {
  position: relative;
}
.carousel_slide .slide_background img {
  object-fit: cover;
}
.carousel_slide .slide_background {
  position: relative;
  z-index: 1;
  height: 380px;
  width: 100%;
  /* comment by KMA
	&:after {
	     top: 0px;
	     left: 0px;
	     height: 100%;
	     width: 100%;
	     background: #000;
	     .opacity(0.3);
	     z-index: 2;
	     content: "";
	     position: absolute;
	}*/
}
.carousel_slide .slide_content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
}
.carousel_slide .slide_content .slide_label {
  color: #ffffff;
  margin: auto;
  margin-top: 10px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  background: #f4661f;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 5px;
}
.carousel_slide .slide_content .slide_title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0em;
  font-weight: 800;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.carousel_slide .slide_content .slide_excerpt {
  margin-top: 0px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.button {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
  background: #f4661f;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid #f4661f;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.button.outline {
  background: none;
  color: #f4661f;
}
.button.outline:hover {
  background: #f4661f;
  color: #fff;
}
.button.white.outline {
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  border: 3px solid #ffffff;
}
.button.white.outline:hover {
  background: #fff;
  color: #f4661f;
}
.button.boxy {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button.small {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  padding-top: 1px;
  padding-bottom: 1px;
}
.button.icon_button {
  display: flex;
}
.button.icon_button .icon {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -4px;
  margin-right: 8px;
}
.switch {
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
}
.switch .button {
  margin-right: -3px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.switch .button:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 20px;
}
.switch .button:last-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 0px;
}
.switch .chronological {
  color: #ffffff;
  background: #f4661f;
}
.switch.reverse .reverse {
  color: #ffffff;
  background: #f4661f;
}
.switch.reverse .chronological {
  background: none;
  color: #f4661f;
  border: 3px solid #f4661f;
}
.online_stream_section {
  display: flex;
  flex-direction: column;
}
.online_stream_section.reverse {
  flex-direction: column-reverse;
}
.article_header_author {
  margin-right: -40px;
  margin-bottom: -30px;
  margin-top: -40px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.article_header_author .article_header_name {
  color: #f4661f;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
  padding-right: 20px;
  cursor: pointer;
}
.article_header_author .article_header_name .author_function {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-family: 'Fira Sans', sans-serif;
  color: #666666;
  margin-top: 4px;
  display: block;
}
.article_header_author .article_header_image {
  width: 180px;
  height: 180px;
}
.article_header_author .article_header_image img {
  max-width: 230px;
  width: auto;
  height: auto;
}
.online_transmission .post_card_frame {
  cursor: default;
}
.post_card.online_transmission .post_category {
  position: absolute;
  top: 16px;
  left: 16px;
  margin: 0px;
}
.post_card.online_transmission .post_card_text {
  color: #ffffff;
}
.post_card.online_transmission .online_transmission_label {
  margin: 0px;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding-left: 18px;
}
.post_card.online_transmission .program_table {
  border-spacing: 0;
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
}
.post_card.online_transmission .program_table tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.2);
}
.post_card.online_transmission .program_table tr:nth-child(odd) td .now_label {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 14px;
  font-size: 12px;
  line-height: 18px;
  color: #f4661f;
  background: #ffffff;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  display: inline-block;
  margin-left: 8px;
}
.post_card.online_transmission .program_table .time {
  padding-left: 18px;
  width: 80px;
  color: #f57737;
  font-weight: 600;
}
.post_card.online_transmission .program_table .program_name {
  padding-right: 16px;
  font-weight: bold;
}
.post_card.online_transmission .more_link {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: block;
  z-index: 2;
}
.post_card.online_transmission .more_link a {
  cursor: pointer;
  color: #f4661f;
  font-weight: 500;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post_card.online_transmission .more_link a:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  text-rendering: auto;
  line-height: 1em;
  width: 1em;
  height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F142";
  font-size: 18px;
  text-decoration: none;
}
.post_card.online_transmission .more_link a:hover .link_label {
  text-decoration: underline;
}
.post_card_frame.bls_counter {
  height: 120px;
  background: #f4661f;
}
.post_card_frame.bls_counter .bls_counter_number {
  padding: 16px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.post_card_frame.bls_counter .bls_counter_number .number {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0em;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 800;
}
.post_card_frame.bls_counter .bls_counter_number .number .currency {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  font-weight: 600;
}
.post_card_frame.bls_counter .background_image {
  z-index: 1;
  height: 120px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.post_card_frame.bls_counter .background_image amp-img img {
  object-fit: cover;
}
.post_card_frame.social_network {
  height: 240px;
  padding: 16px;
}
.post_card_frame.social_network .social_links {
  display: flex;
  flex-wrap: wrap;
}
.post_card_frame.social_network .social_link {
  display: flex;
  align-items: center;
  width: 50%;
  color: #111111;
  text-decoration: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.post_card_frame.social_network .social_link:hover .icon {
  background: #f4661f;
  color: #ffffff;
}
.post_card_frame.social_network .social_link .icon {
  height: 40px;
  background: #F0F0F0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  line-height: 40px;
  width: 40px;
  font-size: 24px;
  text-align: center;
  color: #888888;
  margin-right: 8px;
}
.post_card_frame.social_network.about_belsat {
  padding-left: 100px;
  position: relative;
}
.post_card_frame.social_network.about_belsat .belarus_1 {
  position: absolute;
  left: 24px;
  top: 24px;
}
.about_intro {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  margin-top: 20px;
  margin-bottom: 16px;
}
.social_container .post_card_frame.bls_counter {
  margin-bottom: 20px;
}
.main_menu_mobile {
  display: none;
}
.mobile_lang_label {
  display: none;
}
a.button.online_mobile_button {
  display: none;
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.article_column {
  width: 66.66%;
}
.article_column .post_card.article_card {
  width: 100%;
  height: auto;
}
.article_column .post_card.article_card .post_card_frame {
  padding: 0px;
  height: auto;
}
.article_column .related_section {
  display: flex;
  flex-wrap: wrap;
}
.article_column .related_section .post_card {
  width: 50%;
}
.article_column .article_category {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  color: #f4661f;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.article_column .online_stream {
  padding-left: 14px;
}
.article_column .online_stream:before {
  height: 9px;
  width: 9px;
  background: #f4661f;
  position: absolute;
  top: 7px;
  left: 0px;
  content: "";
  display: block;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  animation: pulse 1s infinite;
}
.article_column .article_header_section {
  border-bottom: 1px solid #e6e6e6;
  padding: 40px;
  padding-bottom: 30px;
}
.article_column .article_header_section .film_author {
  color: #666666;
  display: block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.article_column .article_date {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  vertical-align: middle;
  margin-right: 8px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.article_column .article_header {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0em;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 800;
  margin: 0px;
}
.article_column .article_read_time {
  display: inline-flex;
  margin-top: 16px;
  color: #666;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
}
.article_column .article_read_time .icon {
  margin-right: 4px;
  color: #f4661f;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
}
.article_column .article_content figure.iframe {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  margin: 0;
}
.article_column .article_content figure.iframe amp-iframe iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  display: block;
}
.comments_section .comments_card {
  width: 100%;
}
.comments_section .comments_card .post_card_frame {
  padding: 20px;
  height: auto;
  min-height: 200px;
}
@keyframes spinning {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.content_loader {
  height: 180px;
  margin-bottom: 20px;
  display: flex;
}
.content_loader .loading_animation {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  animation: spinning 0.5s infinite linear;
}
.article_content {
  padding: 40px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
  line-height: 28px;
  border-bottom: 1px solid #e6e6e6;
}
.article_content p {
  margin-top: 0px;
  margin-bottom: 24px;
}
.article_content p strong {
  font-weight: bold;
}
.article_content h1,
.article_content h2,
.article_content h3,
.article_content h4,
.article_content h5 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.article_content h1 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.005em;
}
.article_content h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
}
.article_content h3 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.article_content h4 {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-weight: 600;
}
.article_content h5 {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-weight: 600;
}
.article_content blockquote {
  margin-top: 40ponline_tvx;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  line-height: 40px;
  font-style: italic;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 80px;
  font-weight: 400;
  position: relative;
}
.article_content blockquote:after {
  content: "";
  top: 0px;
  left: 0px;
  width: 64px;
  height: 42px;
  position: absolute;
  display: block;
  background: url("../images/quote_orange.svg") no-repeat;
}
.article_content a {
  color: #f4661f;
}
.tags_section {
  padding: 40px;
}
.tags_section .tag_pill {
  white-space: nowrap;
  color: inherit;
  display: inline-block;
  height: 24px;
  background: #F3F3F3;
  text-decoration: none;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 4px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.tags_section .tag_pill:hover {
  background: #f4661f;
  color: #fff;
}
.article_note {
  float: left;
  width: 45%;
  margin-right: 40px;
  padding: 20px;
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.article_note h3 {
  margin-top: 0;
}
.article_note p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.table_of_contents_list {
  list-style: none;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
}
.table_of_contents_list a {
  text-decoration: none;
  color: #111;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
  position: relative;
}
.table_of_contents_list a:after {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  text-rendering: auto;
  line-height: 1em;
  width: 1em;
  height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F054";
  position: absolute;
  top: 7px;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 18px;
  color: #888;
}
.table_of_contents_list a:after:after {
  color: #f4661f;
}
.amp-social-share-odnoklassniki {
  background: #ED8207;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: 24px;
  text-rendering: auto;
  line-height: 1em;
  width: 1em;
  height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.amp-social-share-odnoklassniki:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  content: "\F3C5";
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}
.section_title {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.section_title h2 {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-weight: 600;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.share_section {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  display: flex;
}
.share_section amp-social-share {
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sidebar_column {
  width: 33.33%;
}
.sidebar_column .post_card {
  width: 100%;
}
.sidebar_column .social_container {
  position: sticky;
  top: 100px;
}
.article_figure {
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.article_figure .image_caption {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.005em;
  margin-top: 16px;
}
.online_stream_section {
  margin-top: 20px;
}
.online_stream_section .online_stream_item {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
  display: flex;
}
.online_stream_section .online_stream_item .date {
  width: 20%;
  font-weight: 700;
}
.online_stream_section .online_stream_item .date .year {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-weight: 500;
  color: #666;
}
.online_stream_section .online_stream_item .content {
  width: 80%;
}
.programs_sidebar {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.programs_sidebar:after {
  top: 0px;
  left: 10px;
  content: "";
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  bottom: 20px;
  display: block;
  position: absolute;
}
.programs_sidebar .programs_menu {
  margin: 0px;
  list-style: none;
  padding: 0px;
  margin-bottom: 40px;
}
.programs_sidebar .programs_menu ul {
  margin-bottom: 40px;
}
.programs_sidebar .programs_menu a {
  display: block;
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 7px;
  padding-bottom: 8px;
  padding-left: 18px;
}
.programs_sidebar .programs_menu a:hover {
  color: #f4661f;
}
.programs_sidebar .programs_menu a.active {
  border-left: 4px solid #f4661f;
  padding-left: 14px;
  font-weight: 500;
  position: relative;
  z-index: 20;
}
.sidebar_section {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 12px;
  padding-left: 18px;
  color: #111111;
}
.programs_list {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  height: max-content;
}
.program_desciption {
  width: 100%;
}
.program_desciption .post_card_frame {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  height: auto;
}
.program_desciption .post_card_frame .program_title {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0em;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 800;
  margin-top: 32px;
  margin-bottom: 32px;
}
.program_desciption .program_description_columns {
  display: flex;
}
.program_desciption .program_description_columns .program_description_image_column {
  width: 50%;
  padding-right: 16px;
}
.program_desciption .program_description_columns .program_description_image_column amp-img {
  border: 1px solid #e6e6e6;
}
.program_desciption .program_description_text_column {
  width: 50%;
  padding-left: 16px;
}
.program_desciption .program_description_text_column p {
  margin-top: 0px;
}
.program_desciption .article_content {
  padding: 0px;
  border-bottom: 0px;
}
.about_description {
  width: 100%;
}
.about_description .post_card_frame {
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 32px;
  height: auto;
}
.about_description .post_card_frame .program_title {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0em;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 800;
  margin-top: 32px;
  margin-bottom: 32px;
}
.button.icon_button.programs_menu_open {
  display: none;
}
/* Styles for the flex layout based tabs */
.video_tabs {
  margin-bottom: 40px;
}
amp-selector[role=tablist].tabs-with-flex {
  display: flex;
  flex-wrap: wrap;
}
amp-selector[role=tablist].tabs-with-flex [role=tab] {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #e6e6e6;
  margin-right: -1px;
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.06em;
  font-weight: 500;
}
amp-selector[role=tablist].tabs-with-flex [role=tab][selected] {
  outline: none;
  border-top: 3px solid #f4661f;
  padding-top: 6px;
  padding-bottom: 9px;
  border-bottom: 1px solid #ffffff;
  z-index: 2;
  background: #ffffff;
  position: relative;
  margin-bottom: -1px;
}
amp-selector[role=tablist].tabs-with-flex [role=tabpanel] {
  display: none;
  width: 100%;
  order: 1;
  /* must be greater than the order of the tab buttons to flex to the next line */
  /* custom styling, feel free to change */
  border: 1px solid #e6e6e6;
  padding: 8px;
  margin-top: -1px;
}
amp-selector[role=tablist].tabs-with-flex [role=tab][selected] + [role=tabpanel] {
  display: block;
}
/* Styles for the selector based tabs */
amp-selector[role=tablist].tabs-with-selector {
  display: flex;
}
amp-selector[role=tablist].tabs-with-selector [role=tab][selected] {
  outline: none;
  /* custom styling, feel free to change */
  border-bottom: 2px solid var(--color-primary);
}
amp-selector[role=tablist].tabs-with-selector {
  display: flex;
}
amp-selector[role=tablist].tabs-with-selector [role=tab] {
  /* custom styling, feel free to change */
  width: 100%;
  text-align: center;
  padding: var(--space-1);
}
amp-selector.tabpanels [role=tabpanel] {
  display: none;
  /* custom styling, feel free to change */
  padding: var(--space-4);
}
amp-selector.tabpanels [role=tabpanel][selected] {
  outline: none;
  display: block;
}
.online_tv {
  width: 100%;
  padding-bottom: 20px;
}
.to_tablet {
  display: none;
}
.programs_sidebar .programs_menu .archived_programs a {
  padding-left: 40px;
}
.programs_sidebar .programs_menu .archive_open_icon {
  color: #f4661f;
  font-size: 18px;
  line-height: 18px;
}
.programs_sidebar .archived_programs {
  padding-left: 0;
  list-style: none;
}
.belsat_lightbox {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.belsat_lightbox .lightbox_window {
  background: #fff;
  margin: auto;
  max-width: 500px;
  min-height: 300px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.belsat_lightbox .i-amphtml-fill-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.belsat_lightbox .close_window {
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}
.belsat_lightbox .close_window:hover {
  color: #f4661f;
}
.belsat_lightbox .program_title {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.005em;
  margin-top: 0;
}
.belsat_lightbox .lightbox_top {
  display: flex;
}
.left_navigation .loga {
  position: relative;
}
.left_navigation .special_logo {
  height: 100%;
  position: absolute;
  top: 0;
  left: 75px;
}
@media only screen and (max-width: 1023px) {
  .to_tablet {
    display: block;
  }
  .post_card.large,
  .post_card.half_width {
    width: 100%;
  }
  .post_card,
  .post_card.small {
    width: 50%;
  }
  .main_menu {
    display: none;
  }
  .main_menu_mobile {
    display: block;
  }
  .dropdown_menu {
    height: 100vh;
    top: 0px;
    right: -300px;
    width: 300px;
    overflow: auto;
  }
  .dropdown_menu .dropdown_menu_grid {
    display: block;
    padding-top: 80px;
  }
  .dropdown_menu .dropdown_menu_grid .dropdown_col,
  .dropdown_menu .dropdown_menu_grid .dropdown_col.smaller,
  .dropdown_menu .dropdown_menu_grid .dropdown_col.bigger {
    width: auto;
    padding-left: 0px;
    padding-right: 20px;
    margin-right: -20px;
  }
  .dropdown_menu .dropdown_menu_grid .dropdown_col {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown_menu .dropdown_menu_grid {
    margin: 0px;
  }
  .dropdown_menu .dropdown_menu_footer {
    display: block;
    text-align: right;
  }
  body.menu_visible .dropdown_menu {
    -webkit-transform: translate(-300px, 0px);
    -moz-transform: translate(-300px, 0px);
    -ms-transform: translate(-300px, 0px);
    -o-transform: translate(-300px, 0px);
    transform: translate(-300px, 0px);
  }
  body.menu_visible .icons_menu .menu-close-icon {
    display: block;
  }
  body.menu_visible .icons_menu .menu-icon {
    display: none;
  }
  .dropdown_menu .dropdown_menu_grid .dropdown_col:after {
    display: none;
  }
  .dropdown_menu .dropdown_menu_grid .input_button {
    flex-direction: column;
  }
  .dropdown_menu .dropdown_menu_grid .input_button input,
  .dropdown_menu .dropdown_menu_grid .input_button .button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .dropdown_menu .dropdown_menu_grid .input_button .button {
    margin-right: auto;
    margin-top: 10px;
  }
  .main_menu_mobile {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .main_menu_mobile a.menu_mobile_link {
    display: block;
    color: #111111;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
    font-weight: 500;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: -20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .article_column {
    width: 100%;
  }
  .sidebar_column {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .sidebar_column .post_card {
    width: 50%;
  }
  .programs_sidebar,
  .programs_list {
    width: 100%;
  }
  .post_card.program_desciption {
    width: 100%;
  }
  .programs_sidebar:after {
    display: none;
  }
  .programs_sidebar .programs_menu a {
    padding-left: 0px;
  }
  .sidebar_section {
    padding-left: 0px;
  }
  .programs_sidebar {
    display: none;
  }
  .programs_sidebar.visible {
    display: flex;
  }
  .programs_sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .programs_sidebar .filter_section {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .programs_sidebar .programs_menu a.active {
    padding-left: 0px;
    border-left: 0px;
    color: #f4661f;
    font-weight: bold;
  }
  .programs_menu_open {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .button.icon_button.programs_menu_open {
    display: flex;
  }
  .filters_row .filter_column.title_column {
    width: 100%;
    padding-bottom: 10px;
  }
  .filters_row .filter_column {
    width: 50%;
  }
  .schedule .schedule_columns {
    padding-top: 40px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .schedule_days {
    display: none;
  }
  .schedule_days_dropdown {
    display: block;
  }
  .left_navigation {
    height: 100%;
    left: 120px;
  }
  .dropdown_menu .dropdown_menu_grid .dropdown_col .dropdown_menu_links.desktop {
    display: none;
  }
}
.article_content .link_to_article h2.post_title {
  color: #111111;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.005em;
  margin: 0px;
}
@media only screen and (min-width: 426px) {
  .article_content .link_to_article {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .article_content .link_to_article .post_card_frame {
    display: flex;
  }
  .article_content .link_to_article .thumbnail_frame {
    width: 50%;
  }
  .article_content .link_to_article .thumbnail_frame,
  .article_content .link_to_article .thumbnail_frame:after {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 5px;
  }
  .article_content .link_to_article .post_card_text {
    display: block;
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
  }
  .article_content .link_to_article h2.post_title {
    color: #111111;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    margin: 0px;
  }
  .left_navigation .belsat_logo {
    margin-bottom: 20px;
  }
  .left_navigation .special_logo {
    left: 75px;
    height: 100%;
  }
  .article_author {
    margin-top: 48px;
  }
  .article_author .authors_link {
    color: #111;
    font-weight: 700;
    text-decoration: none;
  }
  .article_author .authors_link:hover {
    color: #f4661f;
  }
}

@media only screen and (max-width: 425px) {
  .article_column .post_card.article_card .link_to_article .post_card_frame {
    padding-bottom: 50px;
  }
  .link_to_article {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .online_button {
    display: none;
  }
  .top_bar {
    height: 60px;
  }
  .icons_menu {
    margin: 0px;
    margin-top: 10px;
  }
  .main_column {
    padding-left: 16px;
    padding-right: 16px;
  }
  .post_card,
  .post_card.small {
    padding-bottom: 16px;
    width: 100%;
  }
  .post_card_frame {
    height: auto;
  }
  .main_navigation .belsat_logo {
    width: 110px;
    margin-top: 12px;
  }
  .left_navigation {
    flex: 1;
    padding-right: 0px;
  }
  .dropdown_menu .dropdown_menu_grid .dropdown_col,
  .dropdown_menu .dropdown_menu_grid .dropdown_col.smaller,
  .dropdown_menu .dropdown_menu_grid .dropdown_col.bigger {
    padding-right: 16px;
    margin-right: -16px;
  }
  .main_navigation .language_switcher {
    margin-top: 10px;
    margin-left: auto;
  }
  .close_dropdown_menu {
    display: none;
  }
  .main_column.header_padding {
    padding-top: 76px;
  }
  .main_menu_mobile.a {
    margin-right: -16px;
  }
  .search_bar {
    height: 40px;
  }
  .search_bar .search_wrapper {
    padding: 0px;
  }
  body.search_bar_visible .search_bar {
    -webkit-transform: translate(0px, 44px);
    -moz-transform: translate(0px, 44px);
    -ms-transform: translate(0px, 44px);
    -o-transform: translate(0px, 44px);
    transform: translate(0px, 44px);
  }
  .search_bar .search_input {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    line-height: 40px;
  }
  .search_bar .search_submit_icon {
    display: none;
  }
  .dropdown_menu .dropdown_menu_grid {
    padding-top: 60px;
  }
  .main_menu_mobile a {
    margin-right: -16px;
  }
  .dropdown_menu .dropdown_menu_grid .dropdown_col {
    margin-right: -16px;
    padding-right: 16px;
  }
  .desktop_lang_label {
    display: none;
  }
  .mobile_lang_label {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  #language_dropdown {
    left: auto;
    right: -12px;
  }
  a.button.online_mobile_button {
    margin-top: 12px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.06em;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
  }
  .post_card.thumbnail_cover .post_card_frame {
    padding-bottom: 0px;
  }
  .post_card.half_width .post_card_frame .post_card_text,
  .post_card.large .post_card_frame .post_card_text {
    padding: 18px;
    padding-bottom: 50px;
  }
  .post_card.half_width .post_title,
  .post_card.large .post_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.005em;
  }
  .post_card.half_width .post_date,
  .post_card.large .post_date {
    left: 18px;
    bottom: 12px;
  }
  .carousel_slide .slide_content .slide_title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.005em;
  }
  .post_card.obiektyw_banner .obiektyw_topics {
    justify-content: left;
    text-align: left;
  }
  .post_card.obiektyw_banner .obiektyw_topics .topic {
    white-space: normal;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .post_card.obiektyw_banner .obiektyw_topics .topic:before {
    top: 8px;
  }
  .post_card.large.obiektyw_banner .post_card_frame .post_card_text {
    padding-bottom: 18px;
  }
  .authors_post .post_card_frame .post_card_text .post_title,
  .authors_post .post_card_frame .post_card_text .post_author {
    padding-bottom: 24px;
    z-index: 2;
    position: relative;
  }
  .post_card.authors_post .authors_function {
    padding-right: 120px;
  }
  .post_card.authors_post .post_author_image {
    width: 160px;
    height: 160px;
    z-index: 1;
  }
  .article_column .article_header_section {
    padding: 20px;
  }
  .article_content {
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
  }
  .article_column .article_category {
    font-family: 'Fira Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.06em;
    font-weight: 500;
    position: relative;
  }
  .article_column .article_header {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.005em;
  }
  .tags_section {
    padding: 20px;
  }
  .share_section {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .article_column .related_section .post_card {
    width: 100%;
  }
  .sidebar_column .post_card {
    width: 100%;
  }
  .article_header_author {
    margin-right: -20px;
    margin-bottom: -20px;
    margin-top: -20px;
  }
  .article_header_author .article_header_image {
    width: 160px;
    height: 160px;
  }
  .article_header_author .article_header_name {
    flex: 1;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    font-family: 'Fira Sans', sans-serif;
  }
  .article_header_author .article_header_name .author_function {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    font-family: "Fira Sans", sans-serif;
    color: #666;
    margin-top: 4px;
    display: block;
  }
  .article_content blockquote {
    padding-left: 40px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
    line-height: 32px;
    margin-top: 70px;
  }
  .article_content blockquote:after {
    top: -45px;
  }
  .programs_sidebar .filter_section {
    width: 100%;
  }
  .programs_sidebar.visible {
    display: block;
  }
  .program_desciption .program_description_columns .program_description_image_column,
  .program_desciption .program_description_text_column {
    width: 100%;
    padding: 0px;
  }
  .program_desciption .post_card_frame {
    padding: 20px;
  }
  .program_desciption .program_description_columns {
    display: block;
  }
  .program_desciption .post_card_frame .program_title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.005em;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .program_desciption .program_description_columns .program_description_image_column {
    padding-bottom: 24px;
  }
  .filters_row .filter_column {
    width: 100%;
  }
  .article_column .article_header_section .film_author {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
  }
  .schedule .schedule_card_frame {
    padding: 20px;
  }
  .schedule_header {
    display: block;
  }
  .schedule_header .page_title {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.005em;
    padding-bottom: 20px;
  }
  .schedule_header .week_dates {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.005em;
  }
  .schedule_header {
    margin-bottom: 20px;
  }
  .schedule .schedule_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
  .left_navigation .belsat_logo {
    margin-bottom: 15px;
  }
  .left_navigation .special_logo {
    left: 85px;
  }
  .person_bio_container {
    display: block;
  }
  .person_bio_container .bio_image {
    width: 120px;
    padding: 0;
    margin-bottom: 20px;
  }
  .person_bio_container .bio_text {
    width: 100%;
    padding-left: 0;
  }
  .button.back_to_all {
    margin-top: 0;
  }
  .people_container .belsat_person {
    padding-right: 0;
  }
  .people_container h4.name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.005em;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
  }
  .people_container .function {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.005em;
  }
  .banner.full_width {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .banner .banner_card_frame {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: 0 0;
  }
  .banner .banner_card_frame {
    padding: 0;
  }
  .banner_label {
    display: none;
  }
  .article_note {
    width: 100%;
    margin-right: 0;
  }
  .ps-relative .container-label.mobile {
    top: 0%;
    padding: 20px 10px;
  }
  .ps-relative .container-label .main-label.mobile {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
    letter-spacing: 0.02em;
  }
  .ps-relative .container-label .sub-label.mobile {
    font-size: 14px;
    line-height: 16px;
  }
  .ps-relative .container-label .dp-icon amp-img {
    width: 27px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
  }
}
.post_category.bel_text_gray {
  color: #cac5c5;
}
.article_category.bel_text_gray {
  color: #cac5c5;
}
amp-img.drastic-photo {
  filter: blur(50px);
}
.ps-relative {
  position: relative;
  overflow: hidden;
}
.ps-relative .container-label .dp-icon amp-img {
  width: 41px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
}
.ps-relative .container-label {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
}
.ps-relative .container-label .main-label {
  color: #ffffff;
  font-family: Fira Sans Condensed;
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 14px;
  margin-top: 30px;
}
.ps-relative .container-label .sub-label {
  color: #ffffff;
  font-family: Fira Sans Condensed;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.ps-relative.drastic-video .wp-video{
  filter:blur(50px);
}
/*# sourceMappingURL=style.css.map */
