.hamburger { display: flex; width: 22px; height: 18px; flex-direction: column; transition: .3s ease; position: relative; justify-content: space-between; }

.hamburger_i { background-color: #ffffff; height: 2px; width: 100%; transition: all .3s linear; position: relative; }

.menu_mobile { background-color: #21AA00; font-family: Arial; font-style: normal; font-weight: normal; line-height: 20px; font-size: 15px; color: #FFFFFF; padding: 12px 15px 12px 10px; align-items: center; align-content: center; justify-content: space-between; display: none; visibility: hidden; opacity: 0; }

.menu_mobile_base { display: flex; align-items: center; align-content: center; }

.menu_mobile_icon { margin-right: 18px; }

.menu_mobile_aside { color: #fff; }

.menu_mobile_aside svg { transform: rotate(0deg); transition: all .3s ease-in-out; }

.menu_mobile.is-open .menu_mobile_aside svg { transform: rotate(180deg); }

.menu_mobile.is-open .hamburger .hamburger_i { animation: pulse 1.8s tocross; background-color: #fff; }

.menu_mobile.is-open .hamburger .hamburger_i:nth-child(1) { transform: translate(0px, 8px) rotate(45deg); }

.menu_mobile.is-open .hamburger .hamburger_i:nth-child(2) { background-color: #fff; opacity: 0; transform: translate(0px, 0px); }

.menu_mobile.is-open .hamburger .hamburger_i:nth-child(3) { transform: translate(0px, -8px) rotate(-45deg); }

.filer-link { background-color: transparent; border: 1px solid #D6D9DC; border-radius: 2px; padding: 11px 21px 11px 21px; font-family: Arial; font-size: 15px; font-weight: 400; line-height: 1; white-space: nowrap; text-align: center; text-decoration: none; display: inline-block; transition: all .2s ease; vertical-align: middle; position: relative; color: black; margin-right: 16px; }

.filer-link:before, .filer-link:after { display: inline-block; position: absolute; content: ''; left: 50%; margin-right: -50%; transform: translateX(-50%); transition: all .2s ease; }

.filer-link:last-child { margin-right: 0; }

.filer-link:hover, .filer-link.hover { background-color: #f7f7f8; border-color: #787a80; color: black; }

.filer-link:hover:before, .filer-link.hover:before { border-top-color: #787a80; }

.filer-link:focus, .filer-link.focus { background-color: #f7f7f8; border-color: #787a80; color: black; }

.filer-link:focus:after, .filer-link.focus:after { border-top-color: #f7f7f8; }

.filer-link[disabled=disabled], .filer-link:disabled, .filer-link:disabled, .filer-link.disabled { color: #adb1b9; background-color: #f7f7f8; border-color: #d6dadd; }

.filer-link.active { border-color: #21AA00; color: #000; }

.filer-link.active:before { bottom: -7px; border-top: 7px solid #21AA00; border-left: 7px solid transparent; border-right: 7px solid transparent; }

.filer-link.active:after { bottom: -6px; border-top: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; }

.filer-link.active:hover, .filer-link.active.hover { border-color: #787a80; color: black; }

.filer-link.active:hover:before, .filer-link.active.hover:before { border-top-color: #787a80; }

.filer-link.active:hover:after, .filer-link.active.hover:after { border-top-color: #f7f7f8; }

@media only screen and (max-width: 575px) {
	.contacts__mail {
    font-size: 12px !;
    line-height: 14px;
}
	.main-menu_wrap{
		display: none;
	}
  .container { width: 49rem; }
  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 { box-sizing: border-box; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; padding-right: 0.5rem; padding-left: 0.5rem; }
  .col-sm { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -ms-flex-preferred-size: 0; flex-basis: 0; max-width: 100%; }
  .col-sm-1 { -ms-flex-preferred-size: 8.33333333%; flex-basis: 8.33333333%; max-width: 8.33333333%; }
  .col-sm-2 { -ms-flex-preferred-size: 16.66666667%; flex-basis: 16.66666667%; max-width: 16.66666667%; }
  .col-sm-3 { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%; }
  .col-sm-4 { -ms-flex-preferred-size: 33.33333333%; flex-basis: 33.33333333%; max-width: 33.33333333%; }
  .col-sm-5 { -ms-flex-preferred-size: 41.66666667%; flex-basis: 41.66666667%; max-width: 41.66666667%; }
  .col-sm-6 { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
  .col-sm-7 { -ms-flex-preferred-size: 58.33333333%; flex-basis: 58.33333333%; max-width: 58.33333333%; }
  .col-sm-8 { -ms-flex-preferred-size: 66.66666667%; flex-basis: 66.66666667%; max-width: 66.66666667%; }
  .col-sm-9 { -ms-flex-preferred-size: 75%; flex-basis: 75%; max-width: 75%; }
  .col-sm-10 { -ms-flex-preferred-size: 83.33333333%; flex-basis: 83.33333333%; max-width: 83.33333333%; }
  .col-sm-11 { -ms-flex-preferred-size: 91.66666667%; flex-basis: 91.66666667%; max-width: 91.66666667%; }
  .col-sm-12 { -ms-flex-preferred-size: 100%; flex-basis: 100%; max-width: 100%; }
  .col-sm-offset-0 { margin-left: 0; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .start-sm { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; text-align: start; }
  .center-sm { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
  .end-sm { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; text-align: end; }
  .top-sm { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .middle-sm { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .bottom-sm { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  .around-sm { -ms-flex-pack: distribute; justify-content: space-around; }
  .between-sm { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .first-sm { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
  .last-sm { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; } .outline { border-left: 0; border-right: 0; } .conference-about_wrap { padding-top: 16px !important; padding: 16px 10px; }
  .conference-about_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .conference-about_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; } .afterpaty_wrap { padding: 0; }
  .afterpaty_wrap_header { padding: 16px 10px; margin-bottom: 8px; }
  .afterpaty_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .afterpaty_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .afterpaty_wrap .afterpaty_gallery { min-height: auto; }
  .afterpaty_wrap .afterpaty_gallery_control { display: none; visibility: hidden; } .lead--conf .lead_flag { display: none; visibility: hidden; opacity: 0; }
  .lead--conf .lead_header { padding: 0 32px 32px 32px; }
  .lead--conf p.lead-info { padding-left: 32px; padding-right: 32px; } .numbers-wrap { padding: 0 24px 12px 24px; }
  .numbers-list { flex-wrap: wrap; padding: 0; justify-content: flex-start; }
  .numbers__item { flex-basis: 48%; width: 48%; margin-right: 8px; margin-bottom: 8px; }
  .numbers__item:nth-child(even) { margin-right: 0; }
  .numbers__icon { margin-right: 16px; }
  .numbers__quantity { line-height: 25px; font-size: 20px; } .partners_wrap { padding-top: 16px !important; padding: 16px 10px 0 10px; }
  .partners_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .partners_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .partners_wrap .partners-list { padding: 0; }
  .partners_wrap .partners-list_item { margin-right: 16px; margin-bottom: 16px; } .place_wrap { padding-top: 16px !important; padding-bottom: 0; }
  .place_wrap_info { padding: 0 10px 16px 10px; }
  .place_wrap_map { margin-top: 8px; }
  .place_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .place_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; } .price_wrap { padding-top: 16px !important; padding-bottom: 0; }
  .price_wrap_info { padding: 0 10px 16px 10px; }
  .price_wrap_map { margin-top: 8px; }
  .price_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .price_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .price_wrap .price-types { padding-left: 10px; padding-right: 10px; padding-top: 8px; padding-bottom: 16px; max-width: 100%; flex-direction: column-reverse; }
  .price_wrap .price-type { margin-right: 0; margin-bottom: 16px; padding: 16px; }
  .price_wrap .price-type_header-caption { font-size: 14px; line-height: 18px; }
  .price_wrap .price-type_headline { margin-bottom: 16px; }
  .price_wrap .price-type_description { margin-bottom: 16px; }
  .price_wrap .price-type_cost { margin-bottom: 16px; }
  .price_wrap .price-type_actions { xdisplay: flex; width: 100%; text-align: center; }
  .price_wrap .price-type_actions > .btn { width: 100%; } .program_wrap { padding-top: 16px !important; padding-bottom: 0; }
  .program_wrap_header { padding: 0 10px 16px 10px; }
  .program_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .program_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .program_wrap .sort-panel { margin-top: 0; margin-bottom: 16px; }
  .program_wrap .filer-link { margin-right: 8px; padding: 8px 16px 8px 16px; }
  .program_wrap .filer-link:last-child { margin-right: 0; }
  .program_wrap .program-cards { padding-left: 10px; padding-right: 10px; padding-bottom: 16px; }
  .program_wrap .program-item_time { margin-right: 8px; }
  .program_wrap .program-item_time .info span { margin-left: 6px; }
  .program_wrap .recreation-line_box { padding-left: 0; padding-right: 0; }
  .program_wrap .list-row { flex-direction: column; }
  .program_wrap .program-speaker_item { margin-right: 0; margin-bottom: 16px; }
  .program_wrap .program-speaker_item .program-speaker_time { margin-bottom: 6px; }
  .program_wrap .program-speaker_item .program-speaker_box { padding: 16px 10px; }
  .program_wrap .program-speaker_photo { margin-right: 16px; } .skills { padding: 16px 10px; }
  .skills .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .skills .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .check-lists { padding: 16px 0 0 0; flex-direction: column; -ms-align-items: flex-start; align-items: flex-start; align-content: flex-start; }
  .check-list { padding-left: 0; }
  .check-list__icon { margin-right: 16px; }
  .check-list__item { margin-bottom: 8px; line-height: 15px; font-size: 12px; color: #787A80; }
  .check-list__item:last-child { margin-bottom: 8px; }
  .skills__actions { padding: 8px 0 0 0; }
  .skills__actions .btn { display: flex; text-align: center; justify-content: center; } .speakers_wrap { padding-top: 16px !important; padding-bottom: 0; }
  .speakers_wrap_header { padding: 0 10px 16px 10px; }
  .speakers_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .speakers_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .speakers_wrap .speakers_list { padding-left: 0; padding-right: 0; }
  .speakers_wrap-lists { padding-left: 10px; padding-right: 10px; }
  .speakers_wrap .speaker_item { margin: 0 auto; }
  .speakers_wrap .speakers_list_control-left { left: 0; }
  .speakers_wrap .speakers_list_control-right { right: 0; }
  .speakers_wrap .speakers_list_control { z-index: 10; } .ticket-warp { padding: 16px 16px; }
  .ticket-warp-print { display: none; visibility: hidden; opacity: 0; }
  .ticket-warp-headline { padding-bottom: 16px; }
  .ticket-warp-headline h1 { line-height: 25px; font-size: 20px; text-align: center; color: #000000; margin-bottom: 0; }
  .ticket-warp_map { padding-top: 16px; padding-bottom: 16px; } .timeline_wrap { padding-top: 16px !important; padding-bottom: 0; }
  .timeline_wrap_content { padding: 0 10px 16px 10px; }
  .timeline_wrap .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .timeline_wrap .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .timeline_wrap .timeline-list { padding-left: 10px; padding-right: 10px; }
  .timeline_wrap .timeline-item { margin-right: 0; margin-bottom: 16px; } .footer { padding: 0; }
  .footer .company-info { padding: 16px 10px 16px 10px; }
  .footer .company-links { padding: 12px 10px 16px 10px; }
  .footer .company-links-box { flex-direction: column; align-items: flex-start; }
  .footer .company-links__apps { margin-top: 12px; }
  .footer .company-links__apps .apps__download-link { margin-right: 4px; }
  .footer .address { margin-bottom: 16px; }
  .footer .address__item { margin-bottom: 8px; }
  .footer .address__item:last-child { margin-top: 12px; }
  .footer__item--first, .footer__item--second, .footer__item--three { display: none; visibility: hidden; }
  .social__item { margin-right: 8px; } .header { border-bottom: 0; }
  .header__box { border-top: 5px solid #21aa00; padding: 8px 10px 16px 10px; }
  .header__logo { margin-right: 0; display: flex; justify-content: center; xwidth: 100%; }
  .header__logo .logo-link { display: flex; flex-direction: column-reverse; }
  .header__logo .logo-link svg { width: 100%; }
  .header__logo .logo-mission { text-align: left; margin-bottom: 5px; }
  .header__search, .header__contacts, .header__user { xdisplay: none; xvisibility: hidden; opacity: 1; }
  .header--light .header__box { padding-top: 16px; border-bottom: 1px solid #d6d9dc; }
  .header--light .header__logo { display: flex; align-items: center; align-content: center; justify-content: center; xwidth: 100%; }
  .header--light .header__logo svg { width: 300px; height: auto; } .menu { position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); height: auto; z-index: 10; background-color: #fff; display: none; flex-direction: column; align-items: flex-start; align-content: flex-start; padding: 0; }
  .menu__item { margin-right: 0; border-bottom: 1px solid #d6d9dc; display: flex; width: 100%; }
  .menu__item.active { border-bottom-width: 1px; border-bottom-color: #d6d9dc; }
  .menu__item.active .menu__link { border-left-color: #21aa00; }
  .menu__item:last-child { border-bottom: 0; }
  .menu__link { display: flex; xwidth: 100%; padding: 16px 10px 16px 10px; line-height: 1; border-left: 3px solid transparent; }
  .menu_mobile { display: flex; visibility: visible; opacity: 1; } .modal { width: 100%; min-width: 100%; max-width: 100%; min-height: 100%; margin: 10px auto; }
  .modal .program-speaker_box { flex-direction: column; }
  .modal .program-speaker_photo { margin-right: 0; margin-bottom: 16px; display: flex; align-items: center; align-content: center; justify-content: center; width: 100%; }
  .modal .modal-body { padding: 16px; }
  .modal .modal-body.center { position: relative; }
  .modal .modal-speaker_actions { position: initial; }
  .modal .modal-speaker_decr { padding-top: 16px; padding-bottom: 0; }
  .modal .modal-speaker_about { padding-bottom: 16px; margin-bottom: 0; min-width: 100%; margin-top: 0 !important; }
  .modal .modal-speaker_about .program-speaker-name { margin-bottom: 8px; text-align: center; }
  .modal .program-speaker_about { margin-bottom: 0; }
  .modal .program-speaker-position:first-child { margin-bottom: 8px; }
  .modal .program-speaker-position:last-child { margin-bottom: 0; } .notification { display: block; visibility: visible; opacity: 1; } .panel-wrapper { background-color: #fff; min-height: auto; min-width: auto; }
  .feature-panel.panel-bg { z-index: -10; display: none; }
  .panel-logo { border-top: 5px solid #21aa00; border-bottom: 1px solid #d6d9dc; position: initial; display: flex; align-items: center; align-content: center; justify-content: center; padding: 16px 10px 8px 10px; margin-bottom: 16px; }
  .panel-logo .ico-logo-dark { width: 300px; height: 30px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' width='300' height='30'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M109 30h4V9.895L118.934 26h4.263L129 10.252V30h4V0h-4.486l-7.448 20.214L113.617 0H109v30zM261.496 0L273 22.267V0h4v30h-4.495L261 7.733V30h-4V0h4.496zM296 10a5.983 5.983 0 0 0-1.757-4.243A5.983 5.983 0 0 0 290 4a5.985 5.985 0 0 0-4.243 1.757A5.983 5.983 0 0 0 284 10v10c0 1.657.672 3.157 1.757 4.242A5.99 5.99 0 0 0 290 26.007l1.165.001 4.843-4.843V17H291v-4h8.993l-.001 9.836-7.156 7.156H290a9.968 9.968 0 0 1-7.07-2.922A9.967 9.967 0 0 1 280 20V10a9.97 9.97 0 0 1 2.93-7.071A9.969 9.969 0 0 1 290 0a9.969 9.969 0 0 1 7.07 2.929A9.97 9.97 0 0 1 300 10h-4zM250 0h4v30h-4V0zm-23 0h20v4h-8v25.999h-4V4h-8V0zm-20 30h17v-4h-13v-9h11v-4h-11V4h13V0h-17v30zm-23 0h4V17l6.943-.012L199.737 30H204l-1.489-4.042L198.473 15l4.038-10.958L204 0h-4.263l-4.794 13.012L188 13V0h-4v30zm-4-21.5a8.5 8.5 0 0 0-8.5-8.5H161v30h4V17h6.5c.148 0 .296-.004.443-.012L176.737 30H181l-5.216-14.158A8.494 8.494 0 0 0 180 8.5zM165 4h6.5a4.5 4.5 0 0 1 0 9H165V4zm-23.22 18h10.44l2.517 8H159l-9.438-30h-5.124L135 30h4.263l2.517-8zm9.181-4h-7.922L147 5.408 150.961 18z'/%3E%3Cpath d='M15.999 10a5.981 5.981 0 0 0-1.757-4.242A5.987 5.987 0 0 0 10 3.993l-1.165-.001L4 8.827V20c0 1.657.672 3.158 1.757 4.243A5.983 5.983 0 0 0 10 26a5.981 5.981 0 0 0 4.242-1.757A5.983 5.983 0 0 0 15.999 20H20a9.97 9.97 0 0 1-2.93 7.071A9.97 9.97 0 0 1 10 30a9.973 9.973 0 0 1-7.071-2.929A9.973 9.973 0 0 1 0 20V7.172L7.164.008H10a9.968 9.968 0 0 1 7.07 2.922A9.967 9.967 0 0 1 20 10h-4.001zM105 8.5A8.5 8.5 0 0 0 96.5 0H86v30h4V17h6.5c.148 0 .296-.004.442-.012L101.737 30H106l-5.216-14.158A8.494 8.494 0 0 0 105 8.5zM90 4h6.5a4.5 4.5 0 0 1 0 9H90V4zM66 30h17v-4H70v-9h11v-4H70V4h13V0H66v30zm-22 0h10.5a8.5 8.5 0 0 0 4.938-15.419A8.5 8.5 0 0 0 53.5 0H44v30zm4-17V4h5.5a4.5 4.5 0 0 1 0 9H48zm0 13v-9h6.5a4.5 4.5 0 1 1 0 9H48zm-19.001-7.001V30H33V18.999L42 0h-4.426L31 13.878 24.426 0H20l8.999 18.999z' fill='%2321aa00'/%3E%3C/g%3E%3C/svg%3E"); }
  .main-panel__switch { position: initial; display: flex; align-items: center; align-content: center; justify-content: center; margin: 0; padding: 0 10px 16px 10px; }
  .main-panel__switch a:first-child { margin-right: 8px; }
  .main-panel__switch .btn { width: auto; }
  .main-panel__steps { position: initial; display: flex; align-items: center; align-content: center; justify-content: center; margin: 0; padding: 0 10px 16px 10px; width: 100%; }
  .main-panel__footer { position: initial; margin-bottom: 0; padding: 0 10px 16px 10px; }
  .main-panel__footer p { margin-bottom: 0; line-height: 15px; font-size: 12px; }
  .feature-panel { position: relative; width: 100%; height: 100%; min-height: 100%; }
  .main-panel { width: 100%; left: auto; right: auto; height: auto; }
  .main-panel__box { padding: 8px 16px 16px 16px; }
  .main-panel__box .form-name { text-align: center; }
  .main-panel__box form, .main-panel__box .form, .main-panel__box .form.form-paymentnoncash { width: 100%; }
  .main-panel__box .form.form-paymentnoncash .form-group { padding-left: 0; padding-right: 0; }
  .main-panel__box .form.form-paymentnoncash .form-actions { padding-left: 0; padding-right: 0; }
  .form-name, .form-group { margin-bottom: 16px; }
  .form-group .bubble { position: initial; }
  .form-group .bubble:before { content: none; }
  .restore-link { padding-top: 8px; }
  .form-social { padding-top: 16px; margin-bottom: 16px; } .reviews { padding: 12px 10px; }
  .reviews .box-header { padding-bottom: 16px; }
  .reviews .box-header h2 { line-height: 25px; font-size: 18px; text-align: center; color: #000000; margin-bottom: 16px; }
  .reviews .box-header p { padding-left: 22px; padding-right: 22px; line-height: 15px; font-size: 12px; color: #787A80; margin-bottom: 0; text-align: left; }
  .reviews-list { flex-direction: column; padding: 0; margin: 0; }
  .reviews__item { width: 100%; margin-right: 0; margin-bottom: 16px; min-height: auto; }
  .reviews__item:last-child { margin-bottom: 0; }
  .reviews__name { margin-bottom: 4px; }
  .reviews__name h3 { font-size: 18px; line-height: 20px; margin-bottom: 0; }
  .reviews__text { margin-bottom: 8px; font-size: 14px; line-height: 20px; }
  .reviews__text p { font-size: 14px; line-height: 20px; }
  .reviews__text p:last-child { margin-bottom: 0; }
  .reviews__more { margin-bottom: 8px; }
  .reviews .slider-nav { display: none; visibility: hidden; }
  .reviews .course-speaker__name { font-size: 14px; line-height: 14px; }
  .reviews .course-speaker__position { font-size: 12px; line-height: 18px; }
  .reviews .course-speaker__who { margin-left: 8px; } .container { width: 100%; max-width: 100%; margin: 0 !important; }
  .container-fluid { padding-left: 10px; padding-right: 10px; margin: 0 0; }
  .widget_wrap { display: none; visibility: hidden; }
  .price_wrap.theme-all .program-theme { padding: 0; }
  .price_wrap .about-list { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; }
  .price_wrap .about-list .program-speaker_box { padding: 16px !important; }
  .price_wrap .about-list .program-speaker_photo { margin-right: 0 !important; }
  .program-speaker_description.alldoc { padding-left: 32px !important; }
  .program-item-cm-off { width: 100%; top: 0; margin: 8px 0 16px 0; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: center; align-items: center; align-content: center; justify-content: center; }
  .program-item-cm-off .program-item_time { min-width: auto; flex-basis: auto; margin-right: 16px; }
  .program-item-cm-off .program-item_time .all { margin-left: 0; margin-right: 0; float: none; }
  .program-item-cm-off .program-item_description { flex: initial; }
  .program-item-cm-off:before { content: none; }
  .program-item-cm-off:after { content: ''; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 100%; right: 0; height: 1px; background-color: transparent; border-top: 1px solid #C4C4C4; opacity: .5; z-index: 1; }
  .recreation-box { position: relative; color: #787A80; background-color: #fff; padding-left: 16px; padding-right: 16px; display: inline-flex; align-items: center; align-content: center; z-index: 2; }
  .moderator__box { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -ms-align-items: flex-start; align-items: flex-start; padding: 8px 8px 0 8px; }
  .moderator__box > h2 { margin-bottom: 8px !important; }
  .moderator__box .program-speaker_box { padding: 8px 16px; border: 1px solid #D6D9DC; border-radius: 3px; width: 100%; }
  .moderator__box .program-speaker_description.alldoc { padding-left: 24px; }
  .program-speaker_photo-circle-cm-off { position: initial; width: 60px; height: 60px; }
  .moderator__box .program-speaker_photo { margin-right: 0; }
  .moderator__box .moderator-cm-off { color: #000 !important; font-size: 15px !important; line-height: 22px !important; padding: 0 !important; }
  .moderator__box .name-cm-off { font-size: 13px !important; color: #000 !important; opacity: .7 !important; padding: 0 !important; }
  .moderator__box .program-speaker_about { margin-bottom: 8px; }
  .price_wrap--offile .sort-panel { margin-top: 0; margin-bottom: 16px; }
  .price_wrap--offile .filer-link { margin-right: 8px; padding: 8px 16px 8px 16px; }
  .price_wrap--offile .filer-link:last-child { margin-right: 0; }
  .price_wrap--offile .program-content { padding-left: 16px; padding-right: 16px; -ms-align-items: flex-start; align-items: flex-start; align-content: flex-start; }
  .program-content .program-item.speaker { -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; -o-flex-direction: column; flex-direction: column; margin-bottom: 16px; align-items: flex-start; }
  .program-content .program-item_time { min-width: auto; flex-basis: auto; margin-right: 0; margin-bottom: 8px; }
  .afterpaty_row { padding-bottom: 16px; }
  .conf-speaker-slider, .timeline-speaker-slider { display: none; visibility: hidden; opacity: 0; }
  .reviews { border-bottom: 1px solid #d6d9dc; }
  .main-menu { border-bottom: 0; }
  .lead_actions {
    margin-top: 20px;
  }

  .program-content .program-speaker_box {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 16px 16px;
  }

  .program-content .program-speaker_photo {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .program-content .program-speaker_photo-circle {
    width: 80px;
  }

  .program-content .program-speaker-name {
    text-align: center;
  }

  #conferencemap, #afterpartymap {
    height: auto;
  }
}
