

/* Start:/local/templates/ckp-inner/components/bitrix/news/company-events/bitrix/news.detail/.default/style.css?177131873619827*/
@media screen and (min-width: 1200px) {
  .block_meetings-calendar .calendar {
    max-width: 1292px;
  }
}
.block_meetings-calendar .calendar .title a {
  color: #212529;
}
.block_meetings-calendar .calendar .title a:visited {
  color: #212529;
}
.block_meetings-calendar .calendar .title a:hover {
  text-decoration: underline;
}
.block_meetings-calendar .calendar .city,
.block_meetings-calendar .calendar .place {
  font-family: "OpenSansRegular", OpenSans, sans-serif;
  font-size: 13px;
  color: #314164;
}
.block_meetings-calendar .calendar .date {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 480px) {
  .block_meetings-calendar .calendar .date {
    background-color: #f47023;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }
}
.block_meetings-calendar .calendar .date .day {
  font-family: OpenSansExtraBold, OpenSans, sans-serif;
  font-size: 32px;
}
.block_meetings-calendar .calendar .date .month_year {
  font-size: 10px;
  font-family: "OpenSansRegular", OpenSans, sans-serif;
  display: flex;
  flex-flow: column nowrap;
}
.block_meetings-calendar .calendar .row:nth-child(odd) .col-2:first-child {
  background-color: #f47023;
  flex-basis: 12%;
}
.block_meetings-calendar .calendar .row:nth-child(even) .col-2:first-child {
  background-color: #f25900;
  flex-basis: 12%;
}
.block_meetings-calendar .calendar .btn-meeting-register .btn-event-reg {
  border-radius: 4px;
  background-color: #f05800;
  width: 140px;
  height: 36px;
  font-size: 12px;
  line-height: 1.2;
  border: 0;
  font-weight: 700;
  padding: 0 8px;
  color: white;
}
.meeting-detail-info b,
.meeting-detail-info strong {
  font-weight: bold;
}
.meeting-detail-info .section-heading {
  font-family: "OpenSansRegular", OpenSans, sans-serif;
  font-size: 40px;
  color: #314164;
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .meeting-detail-info .section-heading {
    font-size: 26px !important;
  }
}
.meeting-detail-info .duration {
  font-size: 15px;
  font-family: "Open Sans Regular", OpenSans, sans-serif;
  color: #314164;
}
.meeting-detail-info .location,
.meeting-detail-info .when,
.meeting-detail-info .duration {
  line-height: 2;
}
.meeting-detail-info .slider-events .swiper-slide {
  position: relative;
}
.swiper-buttons {
  position: relative;
}
.swiper-buttons .button-prev,
.swiper-buttons .button-next {
  cursor: pointer;
  color: #8080805e;
  outline: none;
}
.swiper-buttons .button-prev {
  margin-right: 10px;
}
.swiper-buttons .button-next {
  margin-left: 10px;
}
.swiper-buttons .swiper-pagination-fraction {
  position: absolute;
  width: 40px;
  bottom: auto;
  padding-top: 4px;
  padding-left: 14px;
}
.swiper-buttons .swiper-pagination-fraction .number-slides-divider,
.swiper-buttons .swiper-pagination-fraction .swiper-pagination-total {
  color: #808080a3;
}
.link-map {
  color: #f25900;
}
.link-map:hover {
  color: #f25900;
  text-decoration: underline;
}
.card img {
  max-width: 420px;
}
.card #copy-code-clipboard,
.card #show-manual {
  margin-left: 16px;
}
.card #button-code {
  opacity: 0;
  height: 0;
  width: 0;
}
@media screen and (max-width: 480px) {
  .float-image {
    width: 100%;
    float: right;
  }
}
/*# sourceMappingURL=style.css.map */

.meeting-detail {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 322px;
  grid-template-columns: 1fr 322px;
  gap: 40px;
}
@media (max-width: 1280px) {
  .meeting-detail {
    display: flex;
    flex-direction: column;
  }
}
.meeting-detail__main {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.meeting-detail__main-head-title {
  color: #f25900;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .meeting-detail__main-head-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.meeting-detail__main-head-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.meeting-detail__main-head-info-item {
  display: flex;
  gap: 16px;
}
.meeting-detail__main-head-info-item-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.meeting-detail__main-head-info-item-text {
  color: #212529;
  font-size: 16px;
  line-height: 24px;
}
.meeting-detail__main-head-register {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px;
  background: #eff2f4;
  border-radius: 12px;
}
.meeting-detail__main-head-register-text {
  font-size: 16px;
  line-height: 24px;
}
.meeting-detail__main-head-register-button {
  display: flex;
  justify-content: flex-start;
}
.meeting-detail__main-head-register-button-link {
  border-radius: 4px;
  color: #fff;
  background-color: #f05800;
  width: 208px;
  height: 40px;
  font-size: 12px;
  line-height: 1.2;
  border: 0;
  font-weight: 700;
  padding: 0 8px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
}
.meeting-detail__main-head-register-button-link:hover {
  color: #fff;
  background-color: #df5200;
}
.meeting-detail__main-body-textcontent {
  --font-family: 'OpenSansRegular', sans-serif;
  --font-h1: 700 40px/48px var(--font-family);
  --font-h2: 700 24px/36px var(--font-family);
  --font-h3: 700 20px/28px var(--font-family);
  --font-h4: 600 16px/24px var(--font-family);
  --font-base: 400 16px/24px var(--font-family);
  --font-margin-title: 32px;
  --font-margin-base: 16px;
}
.meeting-detail__main-body-textcontent:not(:first-child) {
  margin-top: 72px;
}
@media (max-width: 1280px) {
  .meeting-detail__main-body-textcontent:not(:first-child) {
    margin-top: 60px;
  }
}
@media (max-width: 800px) {
  .meeting-detail__main-body-textcontent:not(:first-child) {
    margin-top: 52px;
  }
}
.meeting-detail__main-body-textcontent h1,
.meeting-detail__main-body-textcontent .h1 {
  color: #f25900;
  font: var(--font-h1);
}
.meeting-detail__main-body-textcontent h1:not(:last-child),
.meeting-detail__main-body-textcontent .h1:not(:last-child) {
  margin-bottom: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent h1:not(:first-child),
.meeting-detail__main-body-textcontent .h1:not(:first-child) {
  margin-top: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent h2,
.meeting-detail__main-body-textcontent .h2 {
  color: #f25900;
  font: var(--font-h2);
}
.meeting-detail__main-body-textcontent h2:not(:last-child),
.meeting-detail__main-body-textcontent .h2:not(:last-child) {
  margin-bottom: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent h2:not(:first-child),
.meeting-detail__main-body-textcontent .h2:not(:first-child) {
  margin-top: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent h3,
.meeting-detail__main-body-textcontent .h3 {
  font: var(--font-h3);
}
.meeting-detail__main-body-textcontent h3:not(:last-child),
.meeting-detail__main-body-textcontent .h3:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent h3:not(:first-child),
.meeting-detail__main-body-textcontent .h3:not(:first-child) {
  margin-top: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent h4,
.meeting-detail__main-body-textcontent .h4 {
  font: var(--font-h4);
}
.meeting-detail__main-body-textcontent h4:not(:last-child),
.meeting-detail__main-body-textcontent .h4:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent h4:not(:first-child),
.meeting-detail__main-body-textcontent .h4:not(:first-child) {
  margin-top: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent p:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
}
.meeting-detail__main-body-textcontent ol {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: var(--font-margin-base);
  padding-left: 24px;
}
.meeting-detail__main-body-textcontent ol:not(:last-child) {
  margin-bottom: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent ol:not(:first-child) {
  margin-top: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent ul:not(:last-child) {
  margin-bottom: var(--font-margin-title);
}
.meeting-detail__main-body-textcontent ul:not(:first-child) {
  margin-top: var(--font-margin-base);
}
.meeting-detail__main-body-textcontent ul li {
  display: list-item;
  padding-left: 26px;
}
.meeting-detail__main-body-textcontent ul li::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  width: 6px;
  height: 6px;
  background: #f25900;
  border-radius: 50%;
}
.meeting-detail__video-screen {
  display: flex;
  justify-content: center;
}
.meeting-detail__video-element {
  position: relative;
  max-width: 80vw;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .meeting-detail__video-element {
    max-width: 100vw;
  }
}
.meeting-detail__video-element video {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.meeting-detail__video-element iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.meeting-detail__video-element._playicon::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.12);
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_video.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px auto;
  cursor: pointer;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.meeting-detail__video-element._playicon.--playing::after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.meeting-detail__program ol {
  counter-reset: decimalCounter;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.meeting-detail__program ol li {
  counter-increment: decimalCounter;
  position: relative;
  padding-left: 42px;
  padding-top: 4px;
}
.meeting-detail__program ol li::after {
  content: counter(decimalCounter);
  position: absolute;
  top: 0;
  left: 0px;
  font: inherit;
  font-weight: 600;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #f25900;
  border-radius: 50%;
}
.meeting-detail__speakers-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.meeting-detail__speakers-list-item {
  position: relative;
  padding: 30px;
  padding-left: 72px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #fff;
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_men.svg");
  background-repeat: no-repeat;
  background-position: 30px 30px;
  border-radius: 12px;
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.051);
}
@media (max-width: 600px) {
  .meeting-detail__speakers-list-item {
    padding: 24px;
    padding-left: 56px;
    background-position: 16px 24px;
  }
}
.meeting-detail__speakers-list-item-name {
  color: #212529;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
}
.meeting-detail__speakers-list-item-desc {
  color: #666;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 24px;
}
.meeting-detail__main-bottom-chance {
  margin-top: 56px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px 40px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eee;
  overflow: hidden;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.051);
}
@media (max-width: 1280px) {
  .meeting-detail__main-bottom-chance {
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .meeting-detail__main-bottom-chance {
    margin-top: 36px;
  }
}
.meeting-detail__main-bottom-chance::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: #f25900;
}
.meeting-detail__main-bottom-chance-text {
  color: #212529;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.meeting-detail__main-bottom-chance-button {
  display: flex;
  justify-content: flex-start;
}
.meeting-detail__main-bottom-chance-button-link {
  border-radius: 4px;
  color: #fff;
  background-color: #f05800;
  width: 208px;
  height: 40px;
  font-size: 12px;
  line-height: 1.2;
  border: 0;
  font-weight: 700;
  padding: 0 8px;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  transition: 0.25s ease;
}
.meeting-detail__main-bottom-chance-button-link:hover {
  color: #fff;
  background-color: #df5200;
}
.meeting-detail__main-bottom-controls {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media (max-width: 1280px) {
  .meeting-detail__main-bottom-controls {
    margin-top: 48px;
  }
}
@media (max-width: 800px) {
  .meeting-detail__main-bottom-controls {
    margin-top: 36px;
  }
}
.meeting-detail__main-bottom-controls-back {
  padding: 10px 20px;
  border: 2px solid #f05800;
  border-radius: 4px;
  background-color: rgba(238,114,46,0);
  font-size: 12px;
  line-height: 1.2;
  color: #f05800;
  font-weight: bold;
  transition: 0.25s ease;
}
.meeting-detail__main-bottom-controls-back:hover {
  color: #fff;
  background-color: #f05800;
}
.meeting-detail__main-bottom-controls-calendar {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.2;
  color: #f05800;
  transition: 0.25s ease;
}
.meeting-detail__main-bottom-controls-calendar:hover {
  color: #f05800;
  text-decoration: underline;
}
.meeting-detail__main-bottom-controls-calendar::after {
  content: '';
  width: 22px;
  height: 20px;
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_calendar.svg");
}
.meeting-detail__sidebar {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: flex;
  flex-direction: column;
}
.meeting-detail__sidebar-overflow {
  margin: -32px;
  padding: 32px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 1280px) {
  .meeting-detail__sidebar-overflow {
    margin: 0;
    padding: 0;
    max-height: 100%;
    overflow: visible;
  }
}
.meeting-detail__sidebar-banners {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1280px) {
  .meeting-detail__sidebar-banners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .meeting-detail__sidebar-banners {
    display: flex;
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .meeting-detail__sidebar-banners {
    gap: 24px;
  }
}
.meeting-detail__sidebar-banners-item {
  position: relative;
}
.meeting-detail__sidebar-banner-other {
  padding: 28px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px 0px rgba(42,50,75,0.102);
}
.meeting-detail__sidebar-banner-other-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
}
.meeting-detail__sidebar-banner-other-list {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.meeting-detail__sidebar-banner-other-list-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.meeting-detail__sidebar-banner-other-list-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d3d3d3;
}
.meeting-detail__sidebar-banner-other-list-item-date {
  color: rgba(0,0,0,0.478);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.meeting-detail__sidebar-banner-other-list-item-name {
  color: #212529;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.meeting-detail__sidebar-banner-other-list-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #212529;
  font-size: 16px;
  line-height: 24px;
  transition: 0.25s ease;
}
.meeting-detail__sidebar-banner-other-list-item-name a:hover {
  color: #f05800;
}
.meeting-detail__sidebar-banner-subscribe {
  padding: 28px 24px;
  background: linear-gradient(99.04deg, #f25900 4.2%, #ff8c42 82.68%);
  border-radius: 12px;
  overflow: hidden;
}
.meeting-detail__sidebar-banner-subscribe-text {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.meeting-detail__sidebar-banner-subscribe-list {
  list-style-type: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 20px;
  margin-top: 28px;
}
@media (max-width: 600px) {
  .meeting-detail__sidebar-banner-subscribe-list {
    gap: 20px 16px;
    margin-top: 20px;
  }
}
.meeting-detail__sidebar-banner-subscribe-list-item {
  position: relative;
}
.meeting-detail__sidebar-banner-subscribe-list-item._big {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.meeting-detail__sidebar-banner-subscribe-list-item-link {
  box-sizing: border-box;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  border-radius: 4px;
  font-size: 12px;
  line-height: 14px;
  border: 2px solid #fff;
  background: transparent;
  transition: 0.25s ease;
}
.meeting-detail__sidebar-banner-subscribe-list-item-link:hover {
  color: #fff;
  background: #f05800;
}
.meeting-detail__sidebar-banner-subscribe-list-item-link::after {
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-left: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.meeting-detail__sidebar-banner-subscribe-list-item-link._vk::after {
  content: '';
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_Vkontakte.svg");
}
.meeting-detail__sidebar-banner-subscribe-list-item-link._tg::after {
  content: '';
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_Telegram.svg");
}
.meeting-detail__sidebar-banner-subscribe-list-item-link._email::after {
  content: '';
  background-image: url("/local/templates/ckp-inner/img/meeting/ico_mail.svg");
}
.modal-subscribe {
  position: relative;
}
.modal-subscribe .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}
.modal-subscribe__content {
  position: relative;
  padding: 56px 48px 208px;
  background-image: url("/local/templates/ckp-inner/img/meeting/img_mail_bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.modal-subscribe__content::before {
  content: '';
  position: absolute;
  bottom: 36px;
  right: 36px;
  width: 219px;
  height: 219px;
  background: url("/local/templates/ckp-inner/img/meeting/img_mail.png") no-repeat;
  background-size: contain;
}
.modal-subscribe__content-title {
  color: #314164;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 40px;
}
.modal-subscribe__form .form-group {
  margin: 0 0 20px;
}
.modal-subscribe__form-submit {
  border-radius: 4px;
  color: #f05800;
  background-color: #fff;
  width: 174px;
  height: 46px;
  font-size: 13px;
  line-height: 1.2;
  border: 2px solid #f05800;
  font-weight: 700;
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  transition: 0.25s ease;
}
.modal-subscribe__form-submit:hover {
  background-color: #f25900;
  color: #fff;
}

/* End */


/* Start:/local/templates/ckp-inner/components/bitrix/breadcrumb/breadcrumb/style.css?1689322974805*/
.bx-breadcrumb {
  margin: 10px 0;
}
.bx-breadcrumb i {
  color: #b5bdc2;
  line-height: 13px;
  font-size: 10px;
  margin-right: 5px;
}
.bx-breadcrumb svg {
  color: #9b9993;
  vertical-align: inherit;
}
.bx-breadcrumb .bx-breadcrumb-item {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
  line-height: 13px;
  vertical-align: middle;
  margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
  font-family: "Open Sans Regular", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 12px;
  white-space: normal;
  color: #9b9993;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1292px;
  }
}
.bx-breadcrumb .bx-breadcrumb-item:not(:nth-last-child(2)) span[itemprop="name"] {
  border-bottom: 2px dotted #9b9993;
}
/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/.default/components/bitrix/form/register-event/bitrix/form.result.new/.default/style.css?16893229742151*/
.btn-callback {
  border-style: solid;
  border-width: 2px !important;
  border-color: #F05800 !important;
  border-radius: 4px;
  background-color: rgba(238, 114, 46, 0) !important;
  opacity: 0.8;
  font-size: 12px;
  line-height: 1.2;
  color: #F05800;
  font-weight: bold;
  width: 148px;
  height: 36px;
  transition-property: color, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in, linear;
}
.btn-callback:hover {
  background-color: #f05800 !important;
  color: white !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 470px;
  }
}
.modal-header {
  border-bottom: none;
}
.modal-header .modal-title {
  font-family: OpenSansSemiBold, OpenSans, sans-serif;
  font-size: 24px;
  color: #314164;
  text-align: center;
  margin: 20px 0 0;
  width: 100%;
  padding: 0 20px;
}
.modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
.modal-body .form-control {
  padding: 12px 0.75rem;
}
.modal-body .form-group {
  margin-left: 16px;
  margin-right: 16px;
}
.modal-body .description {
  font-size: 13px;
  line-height: 22px;
  color: #9b9993;
}
.modal-body input[type="text"],
.modal-body textarea {
  border: 2px solid #e5e5e5;
}
.modal-body input[type="text"]::placeholder,
.modal-body textarea::placeholder {
  font-family: OpenSansRegular, OpenSans, sans-serif;
  font-size: 16px;
  color: #314164;
  text-align: left !important;
}
.modal-footer {
  border-top: none;
}
.modal-footer .btn-submit {
  margin: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #F05800;
  border-radius: 4px;
  background-color: rgba(238, 114, 46, 0);
  opacity: 0.8;
  font-size: 12px;
  line-height: 1.2;
  color: #F05800;
  font-weight: bold;
  min-width: 140px;
  height: 36px;
  transition-property: color, background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in, linear;
}
.modal-footer .btn-submit:hover {
  background-color: #f05800;
  color: white;
}
#result-window {
  display: none;
}
.invisible {
  display: none !important;
}
.disabled {
  border-color: #CAB9AF !important;
  color: #CAB9AF !important;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/ckp-inner/components/bitrix/news/company-events/bitrix/news.detail/.default/style.css?177131873619827 */
/* /local/templates/ckp-inner/components/bitrix/breadcrumb/breadcrumb/style.css?1689322974805 */
/* /local/templates/.default/components/bitrix/form/register-event/bitrix/form.result.new/.default/style.css?16893229742151 */
