.field_error {
  border: 1px solid #ffb9b9 !important;
}

.cast_block_tag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 40px;
}

.cast_block_tag_item {
  display: block;
  font-size: 10px;
  background-color: #19a9d6;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  margin-right: 20px;
  font-weight: 700;
  transition: all 0.5s;
  border-radius: 2px;
}
.cast_block_tag_item:hover {
  background-color: #39961e;
}

.bn-block {
  position: relative;
  max-width: 800px;
  min-height: 300px;
  padding: 45px 33px;
  padding-top: 40px;
  padding-bottom: 0px;
  margin: 3rem 0;
  z-index: 1;
}
.bn-block:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #DAEFF2 0%, #FFFFFF 56.77%, rgba(255, 255, 255, 0) 96.35%);
  z-index: -1;
}
.bn-block-back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -2;
}
.bn-block .bn-block-name {
  display: block;
  max-width: 325px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: #39961E;
  margin-bottom: 10px;
}
.bn-block .bn-block-text {
  max-width: 440px;
  font-size: 14px;
  line-height: 1.33;
  color: #2C2F33;
  margin: 14px 0 25px;
}
.bn-block .bn-block-btn {
  background: #39961E;
  border: 2px solid #39961E;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  padding: .6rem 2.05rem;
}
.bn-block .bn-block-btn:visited {
  color: #fff;
}
.bn-block .bn-block-btn:hover {
  background-color: transparent;
  color: #39961E;
}

/*b24 chat cast fix*/
.bx-livechat-dialog {
  height: 100%;
}

.icons-flex{
  display: flex;
  width: 50px;
  justify-content: space-between;
}

@media (max-width: 980px) {
  .icons-flex{
    display: flex;
    width: 100px;
    justify-content: space-between;
  }
}

/*Вебинары, различные фиксы*/
.webinar-item.hidden
{
  display:none!important;
}

.new-breadcrumbs .container-main .breadcrumbs {
  margin-left: 0px !important;
  position: relative;
}

.new-breadcrumbs .container-main .breadcrumbs .breadcrumbs-list {
  flex-wrap: wrap;
}

.webinar-detail-speaker__pic {
  flex-basis: 15% !important;
}

.webinars_filter_mob_open {
  display: none;
}

.webinar-filter-active {
  overflow: auto !important;
}

.webinar-detail-speaker__pic {
  width: 120px;
}

.webinar-detail-speaker__pic img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .webinar-detail-speaker__pic {
    width: 85px !important;
    height: 85px !important;
  }
  .webinar-detail-speaker__pic img {
    width: 100%;
    height: 100%;
  }
  .webinar-sidebar__item {
    display: none;
  }
  .webinar-filter-active .webinar-sidebar__item {
    display: block;
  }
}

@media (max-width: 991px) {
  .webinars_filter_mob_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: 0;
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin-left: 6px;
    background: #f5f7f5;
    border-radius: 50%;
  }
}

@media (max-width: 780px) {
  .webinars_schedule {
    margin-top: 20px !important;
  }
}

.swf_but_filter_use {
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.all_display_none {
  display: none !important;
}

.share_menu {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.share_menu.show{
  position: absolute;
  display: flex;
  padding: 15px;
  flex-direction: column;
  background-color: #fff;
  border-radius: .5rem;
  border: 1px solid #ebedeb;
  top:90px;
  left:240px;
  z-index: 1;
  opacity: 1;
}

.share_item
{
  color: inherit;
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
}

.share_item:before
{
  -webkit-mask: var(--icon) center center/contain no-repeat!important;;
  width: 30px!important;
  height: 30px!important;
  display: block;
  margin-right: 10px;
}


@media (max-width: 991px) {
  .share_menu.show{
    position: relative;
    display: flex;
    padding: 15px;
    flex-direction: column;
    background-color: #fff;
    border-radius: .5rem;
    border: 1px solid #ebedeb;
    top:10px;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 1;
  }
}

.webinar-pop {
  z-index: 10000 !important;
}

.cookie-active .сookie{
  display: none !important;
}

footer {
  background: #494d49;
  padding: 30px 0 20px;
  margin-top: 100px;
}
@media (max-width: 991px) {
  footer {
    margin-top: 60px;
    padding: 20px 0;
  }
}
.font-stem-main {
  font-family: Stem;
  font-weight: 400;
}
.footer-subscribe {
  padding: 40px 0;
  background: linear-gradient(#66cc71, #98eb99);
  margin: -30px 0 40px;
}
@media (max-width: 991px) {
  .footer-subscribe {
    padding: 14px 0;
    margin: -20px 0 14px;
    text-align: center;
  }
}
.footer-subscribe__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-subscribe__flex {
    flex-direction: column;
  }
}
.color-white {
  color: white;
}
@media (max-width: 420px) {
  .footer-subscribe__content {
    max-width: 280px;
  }
}
.size-32 {
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 991px) {
  .size-32 {
    font-size: 20px;
  }
}
.mb-10 {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .mb-10 {
    margin-bottom: 6px;
  }
}
.line-h-1-2 {
  line-height: 1.2;
}
.size-18 {
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .size-18 {
    font-size: 14px;
  }
}
.fw-500 {
  font-weight: 500 !important;
}
.button {
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 40px;
  text-decoration: none;
  min-height: 44px;
  transition: all 0.25s linear;
  cursor: pointer;
  outline: none;
  font-family: 'ProximaNova-Bold';
  border: none;
}
@media (max-width: 991px) {
  .button {
    font-size: 12px;
    width: 100%;
  }
}
.button_gray {
  color: #494d49;
  background: #f5f7f5;
}
.button-telegram {
  flex-direction: row-reverse;
}
.h-54 {
  height: 54px;
}
@media (max-width: 991px) {
  .h-54 {
    height: 44px;
  }
}
.button.size-18 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .button.size-18 {
    font-size: 12px;
  }
}
.footer-subscribe .button {
  min-width: 300px;
}
@media (max-width: 991px) {
  .footer-subscribe .button {
    min-width: auto;
    width: 100%;
    margin-top: 10px;
  }
}
.icon::before {
  content: "";
  mask: var(--icon) center center / contain no-repeat;
  -webkit-mask: var(--icon) center center / contain no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  transition: 0.25s;
  background: #494d49;
}
.button:before {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  flex-shrink: 0;
}
.button_gray:before {
  background: #494d49;
}
.button-telegram:before {
  width: 24px;
  height: 24px;
  background: #66cc71!important;
  flex-shrink: 0;
  margin-left: 10px;
}
@media (max-height: 991px) {
  .button-telegram:before {
    width: 18px;
    height: 18px;
    margin-left: 6px;
  }
}
.footer-head {
  display: flex;
  align-items: flex-end;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .footer-head {
    margin-bottom: 20px;
    align-items: center;
  }
}
.footer-logo {
  display: flex;
  width: 120px;
}
@media (max-width: 991px) {
  .footer-logo {
    width: 100px;
  }
}
.footer-logo img {
  height: auto;
  max-width: 100%;
}
.footer-head__text {
  padding-left: 15px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-main {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .footer-menu {
    flex-direction: column;
  }
}
.footer-menu__items {
  flex-basis: 33.3%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .footer-menu__items {
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .footer-menu__items {
    flex-basis: auto;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer-menu__items:first-child {
    margin-top: 0;
  }
}
.footer-menu__head {
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin-bottom: 15px;
}
.footer-menu__item {
  margin-bottom: 10px;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu__link {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 12px;
}
.footer-menu__link:hover {
  color: white;
}
.footer-messenger {
  flex-basis: 300px;
  flex-shrink: 0;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .footer-messenger {
    flex-basis: auto;
    margin-left: 0;
    margin-top: 20px;
  }
}
.footer-messenger__title {
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-bottom: 15px;
}
.footer-messenger__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footer-messenger__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  height: 45px;
  border-radius: 12px;
  flex-basis: calc(50% - 4px);
}
.footer-messenger__item img {
  max-width: 100%;
}
.footer-messenger__item:last-child {
  flex-basis: 100%;
  margin-top: 7px;
}
.footer-contact {
  padding: 22px 0;
  margin: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 12px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-street {
  display: flex;
  align-items: center;
}
.footer-street:before {
  background: #5ccc81!important;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.footer-contact__event {
  display: flex;
}
@media (max-width: 991px) {
  .footer-contact__event {
    flex-direction: column;
  }
}
.footer-contact__link {
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.footer-contact__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer-contact__link:before {
  background: #5ccc81!important;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.footer-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}
@media (max-width: 991px) {
  .footer-final {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .footer-contact__link {
    margin-top: 20px;
  }
}
.footer-links {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-link {
  color: rgba(255, 255, 255, 0.5);
}
.footer-link:hover {
  color: white;
}
@media (max-width: 991px) {
  .footer-link {
    margin-top: 20px;
  }
}
.footer-white {
  background: #f5f7f5;
}
.footer-white .footer-head__text, .footer-white .footer-menu__head, .footer-white .footer-messenger__title, .footer-white .footer-street, .footer-white .footer-final {
  color: #494d49;
}
.footer-white .footer-menu__link, .footer-white .footer-contact__link, .footer-white .footer-link {
  color: #494d49;
}
.footer-white .footer-menu__link:hover, .footer-white .footer-contact__link:hover, .footer-white .footer-link:hover {
  color: #66cc71;
}
.footer-white .footer-messenger__item {
  background: white;
}
.footer-white .footer-contact {
  border-top: 1px solid rgba(73, 77, 73, 0.1);
  border-bottom: 1px solid rgba(73, 77, 73, 0.1);
}
.container-main {
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .container-main {
    padding: 0 14px;
  }
}

.footer-contact__link:nth-child(2) {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .footer-contact__link:nth-child(2) {
    margin-left: 0;
  }
}

.footer-link:nth-child(2) {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .footer-link:nth-child(2) {
    margin-left: 0;
  }
}


.main-pages {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .main-pages {
    flex-direction: column;
  }
}

.main-pages__content {
  width: 100%;
  padding: 30px;
  background: #f8f5f5;
}

.main-pages-sidebar {
  flex-shrink: 0;
  width: 320px;
  padding: 30px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  background: #f8f5f5;
}
@media (max-width: 991px) {
  .main-pages-sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}

.main-pages-sidebar-link {
  color: #494D49;
  margin-bottom: 10px;
  font-size: 14px;
  transition: all 0.25s linear;
  position: relative;
}
.main-pages-sidebar-link:last-child {
  margin-bottom: 0;
}
.main-pages-sidebar-link:hover {
  color: #98EB99;
}
.main-pages-sidebar-link.active {
  pointer-events: none;
  color: rgba(73, 77, 73, 0.5);
}
.main-pages-sidebar-link.active:before {
  content: "";
  position: absolute;
  background: #98EB99;
  width: 3px;
  height: 100%;
  left: -30px;
  top: 0;
}
.blockquote
{
  padding-bottom: 30px;
}