

/* Start:/poster/style.css?177339655019258*/
.course-images {
  padding: 0 !important;
}
.section-poster {
  margin-bottom: 100px;
}
.course-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 180px;
}
.course__features-icon.-clock {
  background-image: url(/local/media/img/icons/clock.svg);
}
.course__features-icon.-clock-white {
  background-image: url(/local/media/img/icons/clock-white.svg);
}
.course__features-icon.-map-pin {
  background-image: url(/local/media/img/icons/map-pin.svg);
}

@media screen and (max-width: 500px) {
  .course__inner {
    display: block !important;
  }
  .course-images img {
    max-width: 100%;
    max-height: 150px;
  }
  .course-images {
    max-height: 150px;
  }
}

/* detail poster */
.poster__banner_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.poster__banner_wrap .wrap {
  position: relative;
  height: 100%;
}
.poster__banner {
  position: relative;
  height: 510px;
}
.poster__banner::before {
  max-width: 1200px;
  height: 100%;
  background: #aaacad;
  display: block;
  width: 100%;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 30px;
  box-sizing: content-box;
  z-index: -1;
}
.poster__banner > img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-width: 1920px;
}
.breadcrumbs-poster {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 10;
}
.poster__banner-block {
  position: absolute;
  left: 0;
  bottom: 60px;
  padding: 0 30px;
}
@media screen and (min-width: 601px) {
  .breadcrumbs-poster .breadcrumbs__item span,
  .breadcrumbs-poster .breadcrumbs__item a .icon-svg {
    color: #fff;
  }
  .breadcrumbs-poster .breadcrumbs {
    border-bottom: 0px solid #e1e5ee;
  }
}
.poster__banner-header {
  font-weight: 800;
  font-size: 34px;
  line-height: 120%;
  color: #ffffff;
  padding-bottom: 10px;
  text-shadow: 0px 4px 30px rgba(21, 48, 84, 0.5);
}
.poster__banner-block .course__features {
  color: #fff;
  margin-bottom: 20px;
}
/*блок текста с картинкой*/
.poster__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
.poster__content_right {
  width: 510px;
}
.poster__content_left {
  width: calc(100% - 510px);
  padding-right: 60px;
}
.poster__content_image {
  border-radius: 10px;
}
.poster__content_header {
  font-weight: 800;
  font-size: 34px;
  line-height: 120%;
  margin-bottom: 20px;
}
.poster__content_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
.poster__header {
  font-weight: 800;
  font-size: 34px;
  line-height: 120%;
  padding-bottom: 30px;
}

/* блок с программами */
.poster__programms {
  margin-top: 100px;
}
.poster__programms_flex {
  display: flex;
  padding: 24px 0;
  border-top: 1px solid #e1e5ee;
}
.poster__programms_left {
  width: 250px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.poster__programms_right {
  width: calc(100% - 250px);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.btn-more-center {
  display: flex;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.btn-more-center span {
  margin-right: 15px;
}
.poster__programms_wrap {
  position: relative;
  overflow: auto;
}
.poster__programms_wrap.more-bg {
  height: 300px;
  overflow: hidden;
}
.poster__programms_wrap.more-bg:before {
  content: '';
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 120px;
  bottom: 0;
  left: 0;
  background: url(/local/media/img/bg-more-white.png);
}
.btn-more-wrap-center {
  text-align: center;
}
.btn-more-center:hover svg path {
  stroke: #fff !important;
}
/* блоки с баннерами и тесктом */
.poster__subscribe {
  margin-top: 60px;
}
.poster__free {
  margin-top: 60px;
}
.poster__free_elem {
  display: flex;
  margin-bottom: 30px;
}
.poster__free_image {
  width: 430px;
}
.poster__free_image img {
  object-fit: cover;
  border-radius: 10px;
}
.poster__free_content {
  width: calc(100% - 430px);
  padding-left: 75px;
}
.poster__free_header {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  padding-bottom: 20px;
}
.poster__free_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}
/* partners */
.poster__partners {
  margin-top: 100px;
}
.poster__partners_list {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(6, 1fr);
}
.poster__partners_elem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 95px;
  background: #f5f6fa;
  border-radius: 10px;
  margin-bottom: 15px;
}
.button_clouse_poster {
  background: #7b7979 !important;
}
.poster__partners_elem img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
/* banner width*/
.poster__banner-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background: url(/local/media/img/banner-width.png);
  background-size: cover !important;
  background-position: center !important;
  padding: 0 50px;
  margin-top: 100px;
}
.poster__banner-width_content {
  width: 50%;
}
.poster__banner-width_header {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  padding-bottom: 16px;
  color: #ffffff;
}
.poster__banner-width_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ffffff;
}

/* слайдер с видео */
.poster__slider {
  margin-top: 100px;
  position: relative;
}
.poster__slide {
  border-radius: 10px;
  overflow: hidden;
}
.poster__slider .swiper-buttons__btn {
  width: 60px;
  height: 60px;
  background: #1f1f1f;
  opacity: 0.8;
  border-radius: 10px;
  z-index: 200;
  border: none !important;
}
.poster__slider .swiper-buttons__btn.-prev {
  margin-right: -90px;
}
.poster__slider .swiper-buttons__btn.-next {
  margin-left: -90px;
}
.poster__swiper-menu {
  display: flex;
  position: relative;
  top: -120px;
  z-index: 200;
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
  overflow-x: auto;
}
.poster__img-menu-swipper {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid transparent;
}
.poster__swiper-menu__item {
  position: relative;
}
.poster__swiper_overflay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  cursor: pointer;
}
.poster__swiper-menu__item iframe {
  border-radius: 10px;
  margin-right: 10px;
}
.poster__swiper-menu__item.active .poster__img-menu-swipper {
  border-color: #fff;
}
/* Карта яндекс */
.poster__map_container {
  width: 100%;
  height: 560px;
}
.poster__map_script {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.poster__map_absolute {
  position: absolute;
  top: 30px;
  right: 30px;
  background: #ffffff;
  box-shadow: 0px 19px 62px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.poster__map_absolute-el {
  margin-bottom: 20px;
}
.poster__map_absolute-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #676b77;
}
.poster__map_absolute-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #1f1f1f;
}

/* список мероприятий в будущем */
.poster__next {
  margin-top: 100px;
}
.poster__header_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.poster__header_link {
  color: #e72430;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
}
.poster__next_list {
  display: flex;
}
.poster__next_el {
  width: 380px;
  margin-right: 30px;
}
.poster__next_el:last-child {
  margin-right: 0;
}
.poster__next_img {
  width: 100%;
  height: 228px;
}
.poster__next_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.poster__next_header {
  margin-top: 18px;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #1f1f1f;
  display: block;
}

.popup-form-poster {
  width: 100%;
  max-width: 650px !important;
}
.poster-reset-code.is-none {
  display: none;
}

@media screen and (max-width: 600px) {
  .poster__banner {
    width: 100%;
    height: 510px;
  }
  .poster__banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .poster__banner {
    margin-top: 40px;
  }
  .breadcrumbs-poster {
    top: -38px;
    width: 100%;
    overflow-x: scroll;
  }
  .breadcrumbs-poster .breadcrumbs__list {
    width: 1000px;
  }
  .poster__banner-header {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
  }
  .poster__banner-reg {
    width: 100%;
    max-width: 400px;
  }
  .poster__banner-block {
    bottom: 40px;
  }
  .poster__content_right {
    display: none;
  }
  .poster__content_left {
    width: 100%;
    padding-right: 0;
  }
  .poster__content_text {
    font-size: 16px;
  }
  .poster__content_header {
    font-size: 24px;
  }
  .poster__header {
    font-size: 24px;
  }
  .poster__programms_left {
    width: 70px;
    font-size: 16px;
  }
  .poster__programms_right {
    width: calc(100% - 70px);
    font-size: 16px;
    line-height: 130%;
  }
  .poster__free_list {
    display: flex;
    overflow-x: scroll;
    width: calc(100% + 15px);
  }
  .poster__free_elem {
    display: block;
    margin-right: 20px;
    min-width: 320px;
    max-width: 100%;
  }
  .poster__free_image {
    width: 100%;
    height: 186px;
  }
  .poster__free_image img {
    width: 100%;
    height: 100%;
  }
  .poster__free_content {
    padding-left: 0;
    margin-top: 12px;
    width: 100%;
  }
  .poster__partners,
  .poster__free,
  .poster__programms,
  .poster__map {
    margin-top: 50px;
  }
  .poster__partners_list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100% + 15px);
  }
  .poster__partners_elem {
    min-width: 157px;
    margin-right: 8px;
  }
  .poster__free_text {
    font-size: 16px;
    line-height: 130%;
  }
  .poster__banner-width {
    height: 382px;
    background: url(/local/media/img/banner-mobile.png);
    background-position: bottom right !important;
  }
  .poster__banner-width {
    padding: 30px 20px;
    display: block;
  }
  .poster__banner-width_content {
    width: 100%;
  }
  .poster__banner-width_header {
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
  }
  .poster__banner-width_text {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 130%;
  }
  .btn-more-center,
  .poster__banner-width_reg {
    width: 100%;
    max-width: 350px;
  }
  .poster__swiper-menu {
    display: none;
  }
  .poster__slide {
    width: calc(100% - 30px);
    height: 340px;
  }
  .poster__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .poster__map_absolute {
    width: 300px;
    left: calc(50% - 150px);
    bottom: -110px;
    top: auto;
  }
  .poster__map_script {
    overflow: visible;
  }
  .poster__next {
    margin-top: 210px;
  }
  .poster__header_link {
    display: none;
  }
  .poster__next_list {
    width: calc(100% + 15px);
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  .poster__next_el {
    min-width: 320px;
    max-width: 100%;
  }
}

/* datepicker */
.tn-datepicker-view {
  font-weight: 600;
}
.is-reset-margin {
  margin-bottom: 0 !important;
}
.tn-datepicker-view-wrapper {
  margin-bottom: 40px;
}
.tn-datepicker-week.is-hide-week.is-week {
  display: none;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker {
  overflow: visible;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--content {
  background: transparent;
  overflow: visible;
}
.tn-datepicker-group.is-week.is-two-weeks .tn-datepicker-group__item {
  display: block;
}
.tn-datepicker-group .tn-datepicker-group__btn,
.tn-datepicker-group__item-month {
  display: none;
}
.tn-datepicker-group.is-week.is-two-weeks .tn-datepicker-group__btn {
  background: transparent;
  display: block;
  border: none;
}
.tn-datepicker-group.is-week.is-two-weeks .tn-datepicker-group__btn.-next {
  transform: scale(-1, 1);
}
.tn-datepicker-group.is-week.is-two-weeks .tn-datepicker-group__item-month {
  font-size: 14px;
  display: block;
  color: #676b77;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--body.active {
  display: flex;
  flex-direction: column;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--days-names {
  background: transparent;
  order: 2;
  padding: 0;
  display: flex;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cells {
  padding-left: 0;
  padding-right: 0;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--note {
  right: 50%;
  transform: translateX(50%);
  top: -10px;
  width: 6px;
  height: 6px;
  border: 1px solid #ffffff;
  box-shadow: 0px 3px 8px rgba(231, 36, 48, 0.12);
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell {
  height: auto;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
  border: solid 1px transparent;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell:after {
  content: '';
  background: transparent;
  border-radius: 10px;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -8px;
  right: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell:hover:after {
  background: rgba(0, 0, 0, 0.05);
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell.-selected- {
  background: transparent !important;
  color: inherit;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell.-selected- .datepicker--note {
  background-color: #e72430;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell.-selected-:after {
  background: rgba(231, 36, 48, 0.1);
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--day-name {
  height: auto;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell.-other-month- {
  visibility: visible;
  color: #1f1f1f;
}
.tn-datepicker-group.is-week.is-two-weeks .datepicker--cell.-other-month-.-current- {
  color: #e72430;
}

/* end datepicker */

/* city filter*/
.form-filter.form-filter-not-bg {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: 20px;
  padding-bottom: 30px;
}
.city-filter {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.city-filter_prew {
  margin-right: 15px;
  font-weight: 600;
  padding: 6px 0;
}
.city-filter_input input {
  display: none;
}
.city-filter_input .city-filter_name {
  padding: 6px 12px;
  border-radius: 6px;
  margin-right: 5px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
.city-filter_input input:checked ~ span {
  background: #fff;
}
.separator-programs {
  height: 1px;
  border-top: 1px solid #e1e5ee;
  display: block;
  margin: 5px 0 5px 0;
}

.technical-services {
    .poster__banner>img {
        filter: brightness(.7);
    }

    .poster__banner-block .course__features {
        color: #fff;
        margin-bottom: 20px;
        font-size: 19px;
    }

    .poster__banner-block .course__features-icon {
        width: 20px;
        height: 20px;
    }

    .poster__content_left {
        width: 100%;
        padding-right: 0;
    }

    .poster__content_text {
        column-count: 2;
        column-gap: 40px;
    }

    @media screen and (max-width: 780px) {
        .poster__content_text {
            column-count: 1;
        }
    }

    /* Чтобы заголовки и важные элементы не разрывались */
    .poster__content_text h1,
    .poster__content_text h2,
    .poster__content_text h3,
    .poster__content_text p:first-of-type,
    .poster__content_text b,
    .poster__content_text strong {
        break-inside: avoid-column;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
    }

    /* Для первого абзаца, чтобы начинался с первого столбца */
    .poster__content_text p:first-of-type {
        margin-top: 0;
    }

    .webinar__host-title {
        font-size: 34px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 20px;
    }

    @media screen and (max-width: 780px) {
        .webinar__host-title {
            font-size: 24px
        }
    }

    .webinar__host-inner {
        position: relative
    }


    .webinar__host-about {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px
    }

    .webinar__host-wrap {
        display: grid;
        grid-template-columns : repeat(2, 1fr);
        gap: 20px;
    }

    @media screen and (max-width: 780px) {
        .webinar__host-wrap {
            grid-template-columns : repeat(1, 1fr);
            margin-bottom: 20px;

            .webinar__host-about {
                margin-bottom: 0;
            }
        }
    }

    @media screen and (max-width: 780px) {
        .webinar__host-about {
            flex-direction: column;
            align-items: flex-start
        }
    }

    .webinar__host-about-inner {
        display: flex;
        gap: 32px;
        border-radius: 10px;
        background: #f5f6fa;
        padding: 24px;
    }

    @media screen and (max-width: 780px) {
        .webinar__host-about-inner {
            flex-direction: column;
            flex: 0 0 auto
        }
    }

    .webinar__host-photo {
        width: 132px;
        height: 132px;
        border-radius: 8px;
        flex-shrink: 0
    }

    .webinar__host-photo img {
        border-radius: 8px
    }

    .webinar__host-name {
        font-size: 20px;
        line-height: 120%;
        margin-bottom: 8px;
        font-weight: 600
    }

    .webinar__host-position {
        color: #676b77;
        font-size: 16px;
        line-height: 150%
    }

    .webinar__host-skills {
        display: flex;
        gap: 20px;
        flex: 0 0 calc(50% - 10px)
    }

    @media screen and (max-width: 780px) {
        .webinar__host-skills {
            flex-direction: column;
            flex: 0 0 auto;
            width: 100%
        }
    }

    .webinar__host-skills-item {
        flex: 1 0 0;
        border: 1px solid #e1e5ee;
        border-radius: 10px;
        padding: 24px
    }

    @media screen and (max-width: 780px) {
        .webinar__host-skills-item {
            position: relative
        }
    }

    .webinar__host-skills-icon {
        width: 56px;
        height: 56px;
        margin-bottom: 28px
    }

    @media screen and (max-width: 780px) {
        .webinar__host-skills-icon {
            position: absolute
        }
    }

    .webinar__host-skills-icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .webinar__host-skills-name {
        color: #676b77;
        font-size: 14px;
        line-height: 130%;
        margin-bottom: 4px
    }

    @media screen and (max-width: 780px) {
        .webinar__host-skills-name {
            margin-left: 66px
        }
    }

    .webinar__host-skills-age {
        font-size: 20px;
        line-height: 130%
    }

    @media screen and (max-width: 780px) {
        .webinar__host-skills-age {
            margin-left: 66px
        }
    }

    .webinar__host-reg {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* End */
/* /poster/style.css?177339655019258 */
