@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none;
}

.page {
  overflow: hidden;
}

.topbar {
  padding: 20px 0;
}

.container {
  max-width: 1876px;
  padding: 0 40px;
  margin: 0 auto;
}

.topbar-logo {
  display: flex;
  align-items: center;
}

.topbar-logo img {
  margin-right: 8px;
}

.topbar-logo div {
  font-size: 14px;
  color: #59626A;
  text-transform: uppercase;
}

.topbar-row {
  display: flex;
  align-items: center;
}

.topbar-control {
  margin-left: auto;
}

.topbar-control__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 26px;
}

.topbar-control__list li a {
  color: #59626A;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-help {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/question.svg) no-repeat center;
}

.icon-search {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/search.svg) no-repeat center;
}

.icon-eye {
  display: inline-block;
  width: 22px;
  height: 20px;
  background: url(../images/eye.svg) no-repeat center;
}

.header {
  margin-bottom: 28px;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #195EA0;
}

.logo-link img {
  margin-right: 9px;
}

.logo-link span {
  font-size: 11px;
  line-height: 122%;
  text-transform: uppercase;
}

.header-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #181717;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  white-space: nowrap;
}

.menu-btn {
  cursor: pointer;
  display: block;
  width: 57px;
  height: 30px;
  background: url(../images/burger.svg) no-repeat center;
}

.menu-btn.active {
  background: url(../images/cross2.svg) no-repeat right center;
}

.menu-wrapp {
  position: relative;
  margin-left: auto;
}

.menu-drop {
  position: absolute;
  z-index: 10;
  background: #F3F4F4;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 30px;
  border-radius: 12px;
  top: 100%;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 10px);
  transition: all ease 0.3s;
}

.menu-drop.open {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

.menu-drop li {
  margin-bottom: 16px;
}

.menu-drop li:last-child {
  margin-bottom: 0;
}

.menu-drop li a {
  font-size: 24px;
  font-weight: 600;
  color: #195EA0;
  text-decoration: none;
  white-space: nowrap;
}

.menu-drop li a:hover {
  color: #FE8126;
}

.main-slider__item {
  display: flex;
}

.main-slider__img {
  width: 50%;
  padding: 50px 85px;
  background: rgba(57, 98, 207, 0.15);
  border-radius: 40px 40px 40px 0;
  position: relative;
}

.main-slider__img img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

.event-detail {
  position: absolute;
  z-index: 2;
  bottom: 73px;
  right: 85px;
}

.event-detail__lector {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 33px;
}

.event-detail__lector span {
  height: 58px;
  line-height: 58px;
  border-radius: 29px 0 0 29px;
  padding: 0 115px 0 30px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  background: #FFFFFF;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.main-slider {
  position: relative;
  margin-bottom: 140px;
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  width: 77px;
  height: 100%;
  margin: 0;
  top: 0;
  background: url(../images/slider-arrow.svg) no-repeat center;
}

.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after {
  display: none;
}

.main-slider .swiper-button-next:hover,
.main-slider .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.6) url(../images/slider-arrow2.svg) no-repeat center;
}

.main-slider .swiper-button-next.swiper-button-disabled,
.main-slider .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.main-slider .swiper-button-next {
  right: 0;
}

.main-slider .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
  margin-top: 100px;
  height: calc(100% - 100px);
}

.main-slider__detail {
  width: 50%;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}

.main-slider__detail-content {
  background: rgba(57, 98, 207, 0.15);
  padding: 80px 20px 100px 82px;
  border-radius: 40px 0 0 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.event {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.event-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.event-timing {
  display: flex;
}

.event-date {
  background: #FE8126;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 10px;
  height: 53px;
  line-height: 53px;
  border-radius: 20px;
  position: relative;
  z-index: 2;
  letter-spacing: 1.2px;
}

.event-time {
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 24px;
  height: 53px;
  line-height: 53px;
  border-radius: 20px;
  margin-left: -14px;
  letter-spacing: 1.2px;
}

.event-location {
  display: flex;
  letter-spacing: 1.2px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.event-location span {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}

.event-location:hover .event-location__drop {
  opacity: 1;
  visibility: visible;
}

.event-location__drop {
  position: absolute;
  min-width: 777px;
  background: #DADEE8;
  border-radius: 30px;
  padding: 80px 25px 25px 25px;
  z-index: 2;
  left: -23px;
  top: -25px;
  opacity: 0;
  visibility: hidden;
}

.icon-marker {
  display: inline-block;
  width: 24px;
  height: 34px;
  background: url(../images/marker.svg) no-repeat center;
  margin-right: 20px;
}

.event-title {
  font-size: 40px;
  font-weight: 600;
  color: #181717;
}

.button {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 30px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 28px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  font-family: "Open Sans", sans-serif;
}

.button.button-base {
  background: #FF8B27;
  background: linear-gradient(180deg, #ff8b27 0%, #fa6122 100%);
}

.button.button-base.disabled {
  background: #F3F4F4;
  background: linear-gradient(180deg, #d5d5d5 0%, #a9a9a9 100%);
}

.button.button-base.disabled {
  cursor: default;
}

.button.button-base i {
  margin-right: 10px;
}

.button.button-blue {
  background: #195EA0;
}

.icon-online {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../images/online.svg) no-repeat center;
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.event-btns__row {
  display: flex;
  gap: 53px;
}

.event-btns__row .button {
  flex: 1;
}

.event-btns span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

.event-tags__row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.event-tags__row span {
  height: 40px;
  background: #fff;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

.event-tags h3 {
  margin: 0 0 22px;
  font-size: 16px;
  font-weight: normal;
}

.main-slider__title {
  color: #195EA0;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: -100px;
  width: 50%;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}

.event-detail__row {
  display: flex;
  gap: 10px;
}

.event-detail__logo {
  max-width: 100%;
}

.event-detail__text {
  padding: 20px 125px 20px 20px;
  border-radius: 35px 0 0 35px;
  max-width: 550px;
  background: #ffffff;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.3) 100%);
}

.event-detail__text h3 {
  margin: 0 0 30px;
}

.event-detail__text p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}

.section-title {
  font-size: 52px;
  font-weight: 700;
  color: #195EA0;
  margin-bottom: 70px;
}

.section-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  height: 735px;
  padding: 80px 0;
  margin-bottom: 120px;
}

.section-about .section-title {
  margin-bottom: 100px;
}

.about-item {
  max-width: 1107px;
  display: flex;
  align-items: center;
  gap: 28px;
  align-items: center;
  margin: 0 0 66px;
}

.about-item__text {
  font-size: 36px;
  font-weight: 600;
  color: #181717;
}

.broadcasts-title {
  display: flex;
  position: relative;
  padding-right: 580px;
}

.archive {
  position: absolute;
  right: 0;
  top: 40px;
}

.archive-link {
  display: block;
  width: 438px;
  height: 268px;
  background: url(../images/archive.svg) no-repeat center;
}

.filter-select {
  max-width: 250px;
  min-width: 200px;
  position: relative;
  user-select: none;
}

.select-display {
  padding: 10px 30px 10px 0;
  background: #fff url(../images/border.svg) repeat-x bottom center;
  color: #195EA0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
  line-height: 27px;
  font-size: 20px;
  cursor: pointer;
}

.select-display:after {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 10px;
  background: url(../images/down.svg) no-repeat center;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.select-display.active:after {
  transform: rotate(180deg);
}

.select-display span {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 28px;
  background: #195EA0;
  border-radius: 50%;
  margin-right: 5px;
}

.select-options {
  display: none;
  position: absolute;
  width: 520px;
  background: #fff;
  max-height: 540px;
  overflow-y: auto;
  z-index: 999;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: -1px 10px 11px 5px rgba(0, 0, 0, 0.25);
  left: 0;
  top: 50px;
}

.select-options label {
  display: block;
  letter-spacing: 1.4px;
  font-size: 28px;
  margin-bottom: 20px;
  padding: 5px 42px 5px 5px;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}

.select-options label:last-child {
  margin-bottom: 0;
}

.select-options label.checked {
  background: #F3F4F4;
}

.select-options label.checked:after {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(../images/cross.svg) no-repeat center;
  right: 5px;
  top: 50%;
  margin-top: -14px;
}

.select-options input {
  display: none;
}

.select-options input {
  margin-right: 5px;
}

.broadcasts-filter {
  display: flex;
  gap: 80px;
  margin-bottom: 50px;
}

.broadcasts-filter__wrapp {
  display: flex;
  gap: 80px;
}

.filter > label {
  display: block;
  margin-bottom: 8px;
  color: #195EA0;
  font-size: 20px;
}

.icon-calendar {
  display: inline-block;
  width: 54px;
  height: 60px;
  background: url(../images/calendar.svg) no-repeat center;
}

.filter-calendar {
  padding-top: 13px;
}

.has-event a {
  background-color: #34509A !important;
  color: #fff !important;
}

.filter-calendar___drop-row {
  display: flex;
  gap: 7px;
}

.filter-calendar {
  position: relative;
}

.filter-calendar___drop {
  display: none;
  background: #F3F4F4;
  padding: 55px 70px;
  border-radius: 24px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  margin-top: 20px;
  z-index: 100;
  box-shadow: 0 5px 10px rgba(0, 14, 51, 0.1);
}

.filter-calendar___drop.active {
  display: block;
}

.filter-calendar___drop h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 34px;
}

.filter-calendar___drop-col:first-child {
  width: 470px;
}

.filter-calendar___drop-col:last-child {
  width: 560px;
}

.filter-events {
  padding: 24px 0;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 14, 51, 0.25);
  border-radius: 16px;
  padding: 24px;
  display: none;
}

.filter-events__title {
  display: flex;
  align-items: center;
  height: 44px;
  justify-content: space-between;
  background: #F3F4F4;
  margin-bottom: 20px;
  border-radius: 22px;
}

.filter-events__prev,
.filter-events__next {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/calendar-arrow.svg) no-repeat center;
  background-size: 100%;
}

.filter-events__prev {
  transform: rotate(180deg);
}

.filter-events__item-title {
  display: flex;
  margin-bottom: 10px;
}

.filter-events__item-title span {
  display: block;
  height: 38px;
  background: #FE8126;
  color: #fff;
  border-radius: 10px;
  line-height: 38px;
  font-weight: 600;
  padding: 0 11px;
}

.filter-events__item-title div {
  display: block;
  height: 38px;
  background: #F3F4F4;
  color: #1F1F1F;
  border-radius: 10px;
  line-height: 38px;
  padding: 0 11px;
}

.filter-events__item-location {
  color: #1F1F1F;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.filter-events__item-location i {
  width: 12px;
  height: 17px;
  background-size: 100%;
  margin-right: 10px;
}

.filter-events__item-text span {
  font-weight: bold;
}

.filter-events__item-text a {
  color: #3897FF;
  text-decoration: none;
}

.filter-events__item-text a:hover {
  text-decoration: underline;
}

.filter-events__item {
  margin-bottom: 40px;
  padding-right: 40px;
}

.filter-events__item:last-child {
  margin-bottom: 0;
}

.filter-events__sorting select {
  border: none;
  background: #fff;
  border-radius: 12px;
  height: 42px;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.broadcasts-tabs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.broadcasts-tabs__list li a {
  display: block;
  height: 100px;
  line-height: 100px;
  border: 2px solid #FE8226;
  font-size: 30px;
  color: #181717;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px 30px 0 0;
  border-bottom: none;
  padding: 0 50px;
  letter-spacing: 2px;
}

.broadcasts-tabs__list li a.active {
  background: #FE8226;
  color: #fff;
}

.broadcasts-tabs__content {
  background: #F3F4F4;
  padding: 35px 0;
}

.broadcasts-tabs__mess {
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: 1.2px;
}

.broadcasts-item {
  background: #fff;
  padding: 30px 20px;
  border-radius: 30px;
  margin-bottom: 50px;
}

.broadcasts-item__title {
  position: relative;
}

.broadcasts-item__title .event-time {
  background: #F3F4F4;
}

.broadcasts-item__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 0;
  cursor: pointer;
  width: 63px;
  height: 63px;
  transition: all ease 0.3s;
  background: url(../images/down2.svg) no-repeat center;
}

.broadcasts-item__title .event-timing {
  margin-bottom: 40px;
}

.broadcasts-item__title.active .broadcasts-item__title-btn {
  opacity: 1;
  visibility: visible;
}

.broadcasts-item__title.active:after {
  transform: rotate(180deg);
}

.broadcasts-item__archive .broadcasts-item__title:after {
  display: none !important;
}

.broadcasts-item__archive .broadcasts-item__title-detail {
  max-width: 85%;
  margin-right: 40px;
}

.broadcasts-item__archive .broadcasts-item__title-row {
  align-items: center;
}

.broadcasts-item__play {
  margin-left: auto;
  margin-right: 22px;
}

.broadcasts-item__title-detail {
  color: #181717;
  max-width: 68.4%;
}

.broadcasts-item__title-detail h3 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 10px;
}

.broadcasts-item__title-detail p {
  font-size: 24px;
  letter-spacing: 1.2px;
  margin: 0;
}

.broadcasts-item__row {
  display: flex;
  gap: 165px;
}

.broadcasts-item__detail-img {
  min-width: 382px;
  width: 382px;
}

.broadcasts-item__detail-img img {
  display: block;
  width: 100%;
  border-radius: 40px;
}

.broadcasts-item__toggle {
  padding-top: 70px;
  display: none;
}

.broadcasts-item__text {
  color: #181717;
  margin-bottom: 60px;
}

.broadcasts-item__text h3 {
  margin: 0 0 25px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
}

.broadcasts-item__text p {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 1.2px;
}

.broadcasts-item__col {
  flex: 1;
}

.broadcasts-item__info-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #34509A;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}

.broadcasts-item__info {
  margin-bottom: 39px;
}

.broadcasts-item__info p {
  font-size: 24px;
  letter-spacing: 1.2px;
  margin: 0;
}

.icon-bag {
  width: 25px;
  height: 25px;
  background: url(../images/bag.svg) no-repeat center;
  margin-right: 20px;
}

.broadcasts-item__info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.broadcasts-item__info-tags span {
  display: inline-block;
  height: 50px;
  background: #F3F4F4;
  border-radius: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 10px;
  white-space: nowrap;
}

.broadcasts-item__title-row {
  display: flex;
}

.broadcasts-item__title-btn {
  margin-left: auto;
  margin-right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
}

.broadcasts-item__title-btn .button {
  width: 382px;
}

.broadcasts-item__title-btn span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.broadcasts-tabs__toggle {
  display: none;
}

.icon-down3 {
  display: inline-block;
  width: 32px;
  height: 18px;
  background: url(../images/down3.svg) no-repeat center;
  margin: 10px;
}

.archive-more {
  display: block;
  width: 52px;
  height: 38px;
  margin: 0 auto;
}

.archive-more.active i {
  transform: rotate(180deg);
}

.broadcasts-more {
  display: none;
}

.section-faq {
  padding: 180px 0;
}

.faq-title {
  height: 120px;
  border: 2px solid #FE8126;
  border-radius: 30px;
  font-size: 52px;
  font-weight: 700;
  color: #195EA0;
  line-height: 120px;
  max-width: 1496px;
  position: relative;
  padding: 0 200px 0 40px;
  margin-bottom: 48px;
  cursor: pointer;
}

.faq-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 35px;
  background: url(../images/arrow.svg) no-repeat center;
  right: 47px;
  top: 50%;
  margin-top: -17.5px;
  transition: all ease 0.3s;
}

.faq-title.active:after {
  transform: rotate(90deg);
}

.faq-item {
  padding: 45px 30px 45px 30px;
  border: 2px solid transparent;
  border-bottom-color: #34509A;
  border-radius: 30px;
  transition: all ease 0.3s;
  margin-bottom: 48px;
}

.faq-item.active {
  border-color: #FE8126;
  background: #F3F4F4;
}

.faq-item__title {
  font-size: 50px;
  font-weight: 600;
  line-height: 54px;
  letter-spacing: 2.5px;
  cursor: pointer;
  position: relative;
  padding-right: 200px;
  margin-bottom: 20px;
}

.faq-item__title:after {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -31.5px;
  cursor: pointer;
  width: 63px;
  height: 63px;
  transition: all ease 0.3s;
  background: url(../images/down2.svg) no-repeat center;
}

.faq-item__text {
  padding: 45px 0 40px;
  font-size: 32px;
  line-height: 54px;
  color: #181717;
  letter-spacing: 1.6px;
  display: none;
}

.faq-list {
  display: none;
}

.footer {
  padding: 80px 0;
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  display: flex;
  align-items: center;
  margin: 20px 0 40px;
}

.footer-logo:last-child {
  margin-bottom: 0;
}

.footer-logo span {
  font-size: 32px;
}

.footer-logo img {
  margin-right: 28px;
}

.footer-col {
  width: 48%;
}

.footer-col:last-child {
  max-width: 730px;
}

.footer-info {
  font-size: 32px;
  line-height: 120%;
}

.footer-info {
  margin-bottom: 30px;
}

.footer-contacts {
  font-size: 32px;
  line-height: 120%;
}

.footer-contacts a {
  text-decoration: none;
  color: #000;
}

.filter-events__top {
  display: flex;
  gap: 2px;
}

.filter-events__top div {
  height: 44px;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 44px;
  border-radius: 12px;
  padding: 0 10px;
}

.main-slider__img-mob {
  display: none;
}

.sm-visible {
  display: none;
}

.filter-btn {
  display: none;
}

.icon-filter {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/filter.svg) no-repeat center;
  background-size: 100%;
}

.md-visible {
  display: none;
}

.section-search {
  padding: 40px 0;
  background: #F3F4F4;
}

.section-search .broadcasts-filter {
  background: #fff;
  padding: 40px 20px 20px;
  border-radius: 20px;
  flex-direction: column;
  gap: 40px;
}

.section-search .broadcasts-filter .filter-select {
  max-width: 350px;
  min-width: 200px;
}

.select-options__btn {
  display: flex;
  justify-content: flex-end;
}

.filter-search {
  display: flex;
  gap: 20px;
}

.filter-search__input {
  min-width: 700px;
  border: 2px solid #195EA0;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.filter-search__input::placeholder {
  color: #ccc;
}

.icon-play {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/play.svg) no-repeat center;
}

.to-top {
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  background: #fff url(../images/top.svg) no-repeat center;
  z-index: 100;
  background-size: 100%;
  right: 40px;
  bottom: 40px;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  opacity: 0.5;
  transition: all ease 0.3s;
}

.to-top:hover {
  opacity: 1;
}

.icon-info {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/info.svg) no-repeat center;
}

.lector-more {
  margin: auto 0 0 20px;
}

.lector-modal__img {
  width: 131px;
  float: right;
  margin: 0 0 10px 10px;
}

.lector-modal__img img {
  display: block;
  width: 100%;
  border-radius: 40px;
}

.lector-modal {
  width: 100%;
  padding: 22px !important;
  border-radius: 40px !important;
  background: #E1E7F8;
}

.lector-modal .fancybox-close-small {
  right: 6px !important;
  top: 6px !important;
}

.lector-modal__wrapp h3 {
  font-size: 21px;
  font-weight: 600;
  color: #181717;
  margin: 0 0 20px;
}

.lector-modal__text {
  font-size: 14px;
  line-height: 150%;
}

.broadcasts-item__tags {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.broadcasts-item__tags span.broadcasts-item__date {
  display: block;
  height: 47px;
  border-radius: 23.5px;
  background: #F3F4F4;
  padding: 0 24px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 47px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: inherit;
}
.broadcasts-item__tags span.broadcasts-item__place {
  display: block;
  border-radius: 23.5px;
  background: #F3F4F4;
  padding: 11px 24px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 25px;
}

p.mobile-only {
  display: none;
}

.header-title a {
  text-decoration: none;
  color: #181717;
}

.tx-js-paginator li.current span {
  background-color: #34509A;
  border-color: #34509A;
  color: #fff;
}

.tx-js-paginator {
  width: 100%;
  list-style: none;
  text-align: center;
  margin: 20px 0 50px 0;
  padding: 0px;
}

.section-title {
  margin-bottom: 40px;
}

#tabs-no-filter {
  display: none;
}

.popup-past {
  display: none;
}

.archive-text-link {
  width: 250px;
  margin: 0 auto;
  display: none;
}

.archive-text-link.show {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
