.border_radius_2 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.border_radius_8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.border_radius_20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.box_shadow {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}
.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.eventInnerTitile,
.eventInnerTitileLite {
  font-weight: 600;
}
.eventInnerTitile {
  font-size: 2.2em;
}
.eventInnerTitileLite {
  font-size: 1.8em;
}
.eventTop {
  background: #eaf5f9 url(../img/logo_event.svg) no-repeat 0 0;
  background-size: auto 100%;
}
.eventTop .mainTitle {
  padding: 50px 0 30px 0;
  font-size: 3.5em;
}
.eventTop .inner {
  padding-bottom: 50px;
  background-position: 100% 100%;
  background-size: auto 65%;
  background-repeat: no-repeat;
}
.eventTop .inner .date,
.eventTop .inner .point {
  padding-left: 40px;
  font-size: 2.2em;
  font-weight: 600;
}
.eventTop .inner .date {
  margin-bottom: 20px;
  background: url(../img/date.svg) no-repeat 0 50%;
  background-size: auto 70%;
}
.eventTop .inner .point {
  background: url(../img/point.svg) no-repeat 5px 50%;
  background-size: auto 70%;
}
.eventTop .inner .address {
  padding-left: 40px;
  font-size: 1.2em;
}
.eventTop .inner .btnList {
  display: flex;
  margin-top: 30px;
  list-style: none;
}
.eventTop .inner .btnList .register,
.eventTop .inner .btnList .speaker {
  display: block;
  margin-right: 20px;
  padding: 15px 50px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all 1s ease-out;
}
.eventTop .inner .btnList .register {
  background: #00926b;
}
.eventTop .inner .btnList .register:hover {
  background: #43aa9b;
}
.eventTop .inner .btnList .speaker {
  background: #35383a;
}
.eventTop .inner .btnList .speaker:hover {
  background: #000000;
}
.complete {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 50px 16px 40px;
  color: #FFFFFF;
  background: url(/img/bks_bckgr.png) repeat 0 0;
}
.complete * {
  color: inherit;
  border-color: #FFFFFF;
}
.complete_2 {
  margin-right: 20px;
  display: inline-block;
  padding: 15px 50px 16px 40px;
  color: #FFFFFF;
  background: url(/img/bks_bckgr.png) repeat 0 0;
}
.complete_2 * {
  color: inherit;
  border-color: #FFFFFF;
}
.cbondsChatLink {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  background-color: #eaf5f9;
  border-bottom: 0;
  padding: 8px;
  position: relative;
  max-width: 88%;
}
.cbondsChatLink:after {
  display: flex;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  content: '';
  border: 1px solid #eaf5f9;
  background: #FFFFFF url("/img/chat/icon_chat.svg") no-repeat 50% 50%;
  background-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.extraLabel {
  color: red;
  border: 2px solid;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.extraLabel a {
  color: blue;
}
.eventContent .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.eventContent .bodyContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0 0;
}
.eventContent .bodyMenu {
  width: 12%;
  margin-top: 40px;
  margin-left: -18%;
  transition: all 1s ease-out;
}
.eventContent .bodyMenu .eventMenu {
  margin-bottom: 70px;
  list-style: none;
}
.eventContent .bodyMenu .eventMenu li {
  margin-bottom: 20px;
}
.eventContent .bodyMenu .eventMenu .item {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  border: none;
}
.eventContent .bodyMenu .eventMenu .active {
  border-bottom: 2px solid #f19220;
}
.eventContent .mainContentFull {
  width: 80%;
}
.eventContent .mainContentFull strong span,
.eventContent .mainContentFull strong a {
  font-weight: 700;
}
.eventContent .mainContentFull .textBlock.informal td {
  vertical-align: middle;
}
.eventContent .mainContent {
  width: 65%;
  padding-bottom: 40px;
}
.eventContent .mainContent table {
  width: 100%;
}
.eventContent .mainContent .description {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5;
}
.eventContent .mainContent .description * {
  font-size: inherit;
  line-height: inherit;
}
.eventContent .mainContent h3 {
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: bold;
}
.eventContent .mainContent h4 {
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: bold;
}
.eventContent .mainContent img {
  max-width: 100%;
  height: auto;
}
.eventContent .mainContent .blockPartners {
  margin-top: 40px;
}
.eventContent .mainContent .blockPartners .list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  margin-top: 30px;
  list-style: none;
}
.eventContent .mainContent .blockPartners .list li {
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #f7f7f7;
  transition: all 0.2s ease-in-out;
}
.eventContent .mainContent .blockPartners .list li .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 16px 8px;
  border: none;
}
.eventContent .mainContent .blockPartners .list li .item img {
  max-width: 100%;
  max-height: 100%;
}
.eventContent .mainContent .blockPartners .list li .status {
  width: 100%;
  padding: 5px;
  color: #bdbdbd;
  font-size: 13px;
  display: block;
}
.eventContent .mainContent .blockPartners .list li:hover {
  border-color: #fc0017;
}
.eventContent .mainContent .blockPartners .list.big li {
  width: 48%;
  border-color: #FFFFFF;
}
.eventContent .mainContent .blockPartners .list.big li:hover {
  border-color: #fc0017;
}
.eventContent .mainContent .blockPartners .list.middle li {
  width: 48%;
  max-height: 150px;
}
.eventContent .mainContent .blockPartners .list.small li {
  width: 22%;
}
.eventContent .mainContent .blockSponsors {
  margin-top: 40px;
}
.eventContent .mainContent .blockSponsors .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  list-style: none;
}
.eventContent .mainContent .blockSponsors .list li {
  width: 25%;
  margin-right: 5%;
  margin-bottom: 40px;
  border: 1px solid #e2e2e2;
}
.eventContent .mainContent .blockSponsors .list li .item {
  display: block;
  width: 100%;
  height: 100px;
  position: relative;
}
.eventContent .mainContent .blockSponsors .list li .item img {
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.eventContent .mainContent .reviewBlock {
  margin-bottom: 56px;
}
.eventContent .mainContent .reviewBlock .review {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px 12px;
  background: #eaf5f9;
}
.eventContent .mainContent .reviewBlock .review .reviewText {
  font-size: 1.2em;
  line-height: 1.5;
}
.eventContent .mainContent .reviewBlock .review .reviewSource {
  margin-top: 12px;
  font-weight: bold;
}
.eventContent .mainContent iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 22px;
}
.eventContent .supportContent {
  width: 25%;
  margin-top: -40px;
  padding: 40px 24px;
  background: #f4f4f4;
  transition: all 1s ease-out;
}
.eventContent .supportContent .speakers {
  margin-top: 30px;
  list-style: none;
}
.eventContent .supportContent .speakers li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.eventContent .supportContent .speakers li .photo,
.eventContent .supportContent .speakers li .noPhoto {
  width: 40%;
  min-height: 170px;
}
.eventContent .supportContent .speakers li .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.eventContent .supportContent .speakers li .noPhoto {
  border: 1px solid #d7dfe9;
  background: url(../img/no_photo.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.eventContent .supportContent .speakers li .info {
  width: 55%;
  font-size: 0.9em;
}
.eventContent .supportContent .members {
  margin-top: 30px;
  list-style: none;
}
.eventContent .supportContent .members li {
  margin-bottom: 20px;
}
.eventContent .supportContent .members a {
  color: #000000;
}
.eventContent .supportContent .viewAll {
  display: inline-block;
  margin-bottom: 50px;
  cursor: pointer;
}
.eventContent .supportContent .review {
  margin-top: 30px;
  margin-bottom: 20px;
}
.eventContent .supportContent .review .reviewText {
  margin-bottom: 10px;
}
.eventContent .supportContent .review .reviewSource {
  font-size: 0.9em;
}
.contactBlock .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  list-style: none;
}
.contactBlock .list li {
  display: flex;
  justify-content: space-between;
  width: 48%;
  padding: 8px;
  margin-bottom: 40px;
  background: #f7f7f7;
}
.contactBlock .list li .photo,
.contactBlock .list li .noPhoto {
  width: 40%;
  height: 200px;
}
.contactBlock .list li .photo {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 5%;
}
.contactBlock .list li .noPhoto {
  border: 1px solid #d7dfe9;
  background: url(../img/no_photo.svg) no-repeat 50% 50%;
  background-size: 50%;
}
.contactBlock .list li .info {
  width: 55%;
}
.contactBlock .list li .info .name {
  font-weight: 500;
  font-size: 1.2em;
  margin-top: 4px;
  margin-bottom: 4px;
}
.contactBlock .list li .info .pos {
  margin-bottom: 8px;
  opacity: 0.5;
}
.contactBlock .list li .info .phone {
  margin-bottom: 4px;
  font-size: 1.2em;
  line-height: 1.5;
  word-break: break-word;
}
.contactBlock .list li .info .email {
  word-break: break-word;
}
.contactBlock .list li:not(:nth-child(2n)) {
  margin-right: 4%;
}
.duplicationEvent {
  background-color: #f9f8d9;
}
.duplicationEvent .wrapper {
  padding: 36px 20px 0;
  flex-direction: column;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
.duplicationEvent .wrapper .eventInnerTitileLite {
  max-width: 50%;
}
.duplicationEvent .wrapper .btnBlock {
  margin: 40px 0;
}
.duplicationEvent .wrapper .btnBlock .register {
  display: inline-block;
  margin-right: 20px;
  padding: 15px 50px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: none;
  background: #00926b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.duplicationEvent .wrapper .btnBlock .register:hover {
  background: #43aa9b;
}
.events {
  margin-bottom: 50px;
}
.eventLine {
  border-bottom: 1px solid #f5f5f5;
}
.eventsMonth {
  position: relative;
  margin-top: 30px;
  padding: 10px 20px;
  font-weight: 600;
  background: #e4e4e4;
}
.event-list-item {
  position: relative;
  padding: 40px 20px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.event-list-item .event-list-item_ttl {
  display: inline-block;
  color: #000000;
  font-size: 1.4em;
  font-weight: 600;
}
.event-list-item .event-list-item_ttl span {
  color: inherit;
  font: inherit;
  border-bottom: 1px solid #000000;
}
.event-list-item .lnk {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border: none;
}
.event-list-item .date {
  margin-right: 20px;
  padding-left: 20px;
  font-weight: 600;
  background: url(../img/date.svg) no-repeat 0 50%;
  background-size: 12px;
}
.event-list-item .point {
  padding-left: 12px;
  font-weight: 600;
  background: url(../img/point.svg) no-repeat 0 50%;
  background-size: 6px;
}
.event-list-item:hover {
  background-color: #f7f7f7;
}
.event-list-item:hover .event-list-item_ttl {
  color: #fc0017;
}
.event-list-item:hover .event-list-item_ttl span {
  color: inherit;
  border-color: #f7f7f7;
}
.btn {
  display: inline-block;
  margin-right: 20px;
  padding: 15px 50px;
  color: #ffffff;
  text-decoration: none;
  border: none;
  background: #00926b;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover {
  color: #ffffff;
  background-color: #43aa9b;
}
.btn.black {
  background: #35383a;
}
.btn.small {
  padding: 10px 15px;
}
.reviewItem {
  padding: 15px 0;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5f5f5;
}
.reviewItem p {
  line-height: 1.3;
  padding-bottom: 15px;
  font-size: 1.2em;
}
.reviewItem .source {
  font-weight: bold;
}
.meetings-list {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 20px;
}
.meetings-list .meeting-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.meetings-list .meeting-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.meetings-list .meeting-item .meeting-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.meetings-list .meeting-item .lft-block {
  padding-right: 20px;
}
.meetings-list .meeting-item .atention-block {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px;
  font-size: 1.1em;
}
.meetings-list .meeting-item .atention-block * {
  font-size: inherit;
}
.meetings-list .meeting-item .who {
  list-style: none;
}
.meetings-list .meeting-item .who li {
  padding-bottom: 16px;
  font-size: 1.2em;
}
.meetings-list .meeting-item .who li .pos {
  margin-top: 2px;
  font-size: inherit;
  opacity: 0.6;
}
.meetings-list .meeting-item .who li b {
  color: inherit;
  font-size: inherit;
}
.meetings-list .meeting-item .description {
  line-height: 1.3;
  padding-bottom: 16px;
}
.meetings-list .meeting-item .btn {
  margin-right: 0;
  padding: 16px 20px;
  text-align: center;
  white-space: nowrap;
}
.speakers-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.speakers-list .speakers-item {
  display: flex;
  width: 48%;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 16px 20px 22px 20px;
  background: #f7f7f7;
}
.speakers-list .speakers-item:not(:nth-child(2n+1)) {
  margin-left: 4%;
}
.speakers-list .img,
.speakers-list .imgNo {
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.speakers-list .img {
  background-position: 50% 0;
  background-size: 100%;
}
.speakers-list .imgNo {
  border: 1px solid #d7dfe9;
  background-position: 50% 50%;
  background-size: 100%;
}
.speakers-list .pos {
  margin-top: 4px;
  opacity: 0.5;
}
.speakers-list .right {
  width: 75%;
  font-size: 1.2em;
}
.speakers-list .right * {
  font-size: inherit;
}
.speakers-list .resume {
  margin-top: 20px;
  font-size: 0.9em;
  line-height: 1.3;
  word-wrap: break-word;
}
.speakers-list .openFull {
  border-style: dashed;
}
.archiveMenu,
.yearsMenu {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 20px 0 20px;
  list-style: none;
}
.archiveMenu li,
.yearsMenu li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.archiveMenu li .item,
.yearsMenu li .item {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.archiveMenu li .item:hover,
.yearsMenu li .item:hover {
  background: #f7f7f7;
}
.archiveMenu li .item.active,
.yearsMenu li .item.active {
  color: #ffffff;
  background: #f19220;
}
.archiveMenu {
  margin-top: 60px;
}
.partisipantList {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  list-style: none;
  margin: 40px 0 80px;
}
.partisipantList li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 30%;
  margin-bottom: 20px;
  padding: 8px;
}
.partisipantList li.getContact {
  position: relative;
  background-color: #eaf5f9;
}
.partisipantList li.getContact:hover {
  color: #fc0017;
}
.partisipantList li.getContact:hover:after {
  border-color: #fc0017;
}
.partisipantList li.getContact .chatLnk {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  border: none;
}
.partisipantList li.getContact:after {
  display: flex;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -10px;
  content: '';
  border: 1px solid #eaf5f9;
  background: #FFFFFF url("/img/chat/icon_chat.svg") no-repeat 50% 50%;
  background-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.textBlock {
  margin-bottom: 50px;
  line-height: 1.3;
}
.textBlock h3 {
  font-size: 2em;
  font-weight: 600;
}
.textBlock h3 * {
  font: inherit;
}
.textBlock p {
  margin-bottom: 10px;
}
.textBlock ul,
.textBlock ol {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-position: inside;
}
.textBlock ul li,
.textBlock ol li {
  margin-bottom: 10px;
}
.textBlock th,
.textBlock td {
  padding: 20px;
}
.agenda {
  width: 100%;
}
.agenda .dayHeader {
  margin-top: 30px;
  padding: 10px;
  font-size: 1.5em;
  font-weight: 600;
  background: #e4e4e4;
}
.agenda .dayBlocks {
  margin-bottom: 50px;
}
.agenda .section {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 16px;
  word-break: break-word;
}
.agenda .section .time {
  margin-bottom: 8px;
  padding-right: 12px;
  color: #f19220;
  font-size: 1.2em;
  font-weight: 600;
}
.agenda .section .info .subs {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
}
.agenda .section .info .subs * {
  color: #000000;
  font: inherit;
}
.agenda .section .info .place {
  margin-top: 5px;
}
.agenda .block {
  display: flex;
  justify-content: space-between;
}
.agenda .block:not(:last-child) {
  border-bottom: 1px solid #d7dfe9;
}
.agenda .block .subBlock {
  flex-grow: 1;
  width: 100%;
  padding: 20px 0;
}
.agenda .block .subBlock .section:not(:last-child) .info {
  border-bottom: 2px dotted #d6d3d3;
  padding-bottom: 20px;
}
.agenda .block .subBlockCnt1 {
  width: 100%;
}
.agenda .block .subBlockCnt1 .section .time {
  width: 15%;
}
.agenda .block .subBlockCnt1 .section .info {
  width: 85%;
}
.agenda .block .subBlockCnt2 {
  width: 50%;
}
.agenda .block .subBlockCnt2:last-child {
  border-left: 1px solid #d7dfe9;
}
.agenda .block .subBlockCnt2 .section .time {
  width: 30%;
}
.agenda .block .subBlockCnt2 .section .info {
  width: 70%;
}
.agenda .blockId6051 {
  background: #e4e4e4;
}
.agenda .sectionParticipants {
  margin-top: 12px;
}
.agenda .sectionParticipants .participant {
  margin-top: 8px;
  line-height: 1.3;
}
.agenda .sectionParticipants ol,
.agenda .sectionParticipants ul {
  margin-left: 16px;
}
.agenda .sectionParticipants ol li,
.agenda .sectionParticipants ul li {
  margin-bottom: 4px;
}
.dayScroll {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0;
  list-style: none;
}
.dayScroll li {
  margin-right: 5%;
  padding: 10px 0;
}
.dayScroll li .item {
  display: block;
  font-weight: bold;
  border-bottom-style: dashed;
}
.dayScrollFixed {
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  border-bottom: 1px solid #d7dfe9;
  background: #ffffff;
}
.indent_top_5 {
  margin-top: 5px;
}
.indent_top_10 {
  margin-top: 10px;
}
.indent_top_20 {
  margin-top: 20px;
}
.indent_top_30 {
  margin-top: 30px;
}
.indent_bottom_10 {
  margin-bottom: 10px;
}
.indent_left_20 {
  margin-left: 20px;
}
.alertGray {
  display: block;
  padding: 10px;
  color: #000000;
  border-left: 4px solid #d7dfe9;
  background: #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.gray {
  color: #999999;
}
.register-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 7%;
}
@media screen and (max-width: 680px) {
  .register-wrapper {
    flex-direction: column;
  }
}
.register-wrapper-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  width: 33%;
}
.register-wrapper-info {
  margin-top: 57px;
  list-style: none;
  background: #f9f8d9;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .register-wrapper-info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  .register-wrapper-info {
    gap: 8px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 20px 10px;
  }
}
.register-wrapper-info_2 {
  margin-top: 21px;
}
@media screen and (max-width: 1024px) {
  .register-wrapper-info_2 {
    margin-top: 21px;
    margin-bottom: 0;
  }
}
.register-wrapper-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.register-wrapper-info-item .img {
  display: flex;
  justify-content: center;
  min-width: 20px;
}
.register-wrapper-info-item .img img {
  min-width: 10px;
  max-width: 20px;
}
.register-wrapper-info-item .text {
  margin-top: 2px;
  line-height: 1.3;
}
.register-wrapper-info-item .text .old {
  text-decoration: line-through;
}
.register-wrapper-info-item .text .actual {
  margin-top: 4px;
}
.register-wrapper-info-item .text .inner {
  display: flex;
  margin-top: 4px;
  font-size: 0.8em;
  line-height: 1.1;
}
.register-wrapper-form {
  width: 60%;
}
@media screen and (max-width: 680px) {
  .register-wrapper-form {
    width: 100%;
  }
}
.reg_form {
  width: 100%;
  padding: 0 40px;
  margin-bottom: 60px;
}
.reg_form_once {
  width: 80%;
}
@media screen and (max-width: 680px) {
  .reg_form_once {
    width: 100%;
  }
}
.reg_form-ifo-block {
  padding: 20px;
  margin-bottom: 20px;
  background: #d1e9e8;
}
.reg_form-ifo-block .clarification {
  margin-top: 8px;
  opacity: 0.5;
}
.reg_form .indent_top_ttl {
  margin-top: 40px;
  font-weight: bold;
}
.reg_form .fldCntrl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.reg_form .fldCntrl .fld_lbl {
  width: 30%;
  margin-right: 5%;
}
.reg_form .fldCntrl .fld {
  width: 65%;
}
.reg_form .fldCntrl .fld input[type="text"],
.reg_form .fldCntrl .fld input[type="password"],
.reg_form .fldCntrl .fld input[type="file"],
.reg_form .fldCntrl .fld select,
.reg_form .fldCntrl .fld textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #d7dfe9;
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.reg_form .fldCntrl .fld .list {
  list-style-position: inside;
}
.reg_form .fldCntrl .fld input[type="checkbox"],
.reg_form .fldCntrl .fld input[type="radio"] {
  float: left;
  margin-top: 2px;
}
.reg_form .fldCntrl .fld .half {
  width: 50%;
}
.reg_form .fldCntrl-list-conf {
  max-height: 500px;
  padding: 8px 16px;
  overflow-y: scroll;
  border: 1px solid #d7dfe9;
  cursor: pointer;
}
.reg_form .fldCntrl-list-conf-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
}
.reg_form .fld_lbl,
.reg_form .lineIndent {
  padding-top: 10px;
  line-height: 1;
}
.reg_form .small {
  font-size: 0.8em;
}
.reg_form .small * {
  font-size: inherit;
}
.reg_form .pseudo_lnk {
  border-bottom-style: dashed;
}
.reg_form .btn_green {
  width: 100%;
}
.materials-table th {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.3;
}
.materials-table th,
.materials-table td {
  padding: 16px 8px;
  line-height: 1.3;
}
.materials-table .loadFile {
  position: relative;
  display: block;
  width: 48px;
  height: 40px;
  border: 1px solid #d7dfe9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.materials-table .loadFile .icon {
  position: absolute;
  width: 40%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.materials-table .loadFile:hover {
  border-color: #fc0017;
}
.is-invalid {
  border: 1px solid red !important;
}
.price-page .service-list {
  list-style: none;
  line-height: 1.7;
}
.price-page .service-list li {
  text-decoration: line-through;
}
.price-page .service-list li.include {
  text-decoration: none;
}
.price-page .package-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.price-page .package-list .btn_green {
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: none;
}
.price-page .package-list .package-item {
  position: relative;
  width: 30%;
  margin-bottom: 20px;
  padding-bottom: 75px;
  border: 1px solid #d7dfe9;
}
.price-page .package-list .package-item .btn_green:hover {
  color: white;
}
.price-page .package-list .package-header {
  min-height: 80px;
  padding: 16px 16px 20px 16px;
  font-size: 16px;
  font-weight: bold;
  background-color: #f9f8d9;
}
.price-page .package-list .package-description {
  padding: 16px 16px 20px 16px;
}
.price-page .package-list .package-price {
  padding: 0 16px 8px 16px;
  text-decoration: line-through;
  font-size: 16px;
}
.price-page .package-list .package-price_empty {
  padding: 0 16px 8px 16px;
  color: #FFFFFF;
  font-size: 16px;
}
.price-page .package-list .package-price-actual {
  padding: 0 16px;
  font-size: 22px;
  font-weight: bold;
}
.price-page .package-list .package-helper {
  padding: 8px 16px;
  color: #f19220;
  font-size: 13px;
  font-weight: bold;
}
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
}
.photo-gallery .gallery-image {
  padding: 10px;
  text-decoration: none;
  border-bottom: 0;
}
.photo-gallery .gallery-image img {
  width: 100%;
}
.photo-gallery .col {
  width: 25%;
}
.back-arrow {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.photo-albums {
  display: flex;
  flex-wrap: wrap;
}
.photo-albums .photo-albums-title {
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}
.photo-albums .gallery-image {
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 0;
  margin-bottom: 20px;
}
.photo-albums .gallery-image img {
  width: 100%;
}
.photo-albums .col {
  width: 33%;
}
.d-flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
.sectionFooter {
  margin-top: 10px;
}
.sectionFooter .title {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.sectionFooter .title .swtch {
  margin-left: -8px;
  padding: 8px;
  font-weight: bold;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.sectionFooter .title .swtch:hover {
  background: #f7f7f7;
}
.sectionFooter .title .icon {
  width: 14px;
  height: 10px;
  margin-left: 8px;
  transition: transform 0.4s ease-in-out;
}
.sectionFooter .title.triangle_up .icon {
  transform: rotate(180deg);
}
.sectionFooter .isShowMessage {
  max-width: 700px;
  margin-top: 16px;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}
.bounce-enter-active {
  animation: bounce-in 0.2s;
}
.bounce-leave-active {
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.2s ease-in-out;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 80px;
}
.photo-gallery .photo-gallery-even {
  position: relative;
  width: 48%;
}
.photo-gallery .photo-gallery-odd {
  position: relative;
  width: 48%;
}
.photo-gallery .gallery-image {
  display: flex;
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
  border-bottom: none;
}
.photo-gallery .gallery-image img {
  width: 100%;
  float: left;
}
.photo-gallery .gallery-image:after,
.photo-gallery .gallery-image:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.photo-gallery .gallery-image:after {
  background: url(/img/bks_bckgr.png) repeat 0 0;
  z-index: 10;
}
.photo-gallery .gallery-image:before {
  background: url(/img/full_view.svg) no-repeat 50% 50%;
  background-size: 50px 50px;
  z-index: 11;
}
.photo-gallery .gallery-image:hover:after,
.photo-gallery .gallery-image:hover:before {
  opacity: 1;
}
.photo-albums {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 80px;
}
.photo-albums .gallery-image {
  position: relative;
  width: 48%;
  margin-bottom: 32px;
  overflow: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.photo-albums .gallery-image:nth-child(2n+1) {
  margin-right: 4%;
}
.photo-albums .gallery-image img {
  width: 100%;
  float: left;
}
.photo-albums .gallery-image .photo-albums-title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  background: url(/img/bks_bckgr.png) repeat 0 0;
  cursor: pointer;
}
.photo-albums .gallery-image .photo-albums-title .text {
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
.photo-albums .gallery-image:hover .photo-albums-title .text {
  transform: scale(1.1);
}
.back-arrow {
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}
.d-flex {
  display: flex;
}
.flex-direction-column {
  flex-direction: column;
}
@media screen and (max-width: 1800px) {
  .eventContent .bodyContent {
    width: 80%;
  }
  .eventContent .supportContent {
    width: 30%;
  }
  .eventContent .bodyMenu {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .eventContent .bodyMenu .eventMenu .item {
    white-space: normal;
  }
  .price-page .package-list .package-item {
    width: 48%;
  }
}
@media screen and (max-width: 1600px) {
  .eventContent .mainContent {
    width: 60%;
  }
  .contactBlock .list li {
    width: 70%;
    margin-right: 0;
  }
  .contactBlock .list li .photo,
  .contactBlock .list li .noPhoto {
    min-height: 230px;
  }
  .contactBlock .list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .speakers-list .speakers-item {
    width: 100%;
  }
  .speakers-list .speakers-item:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .contactBlock .list li {
    width: 100%;
  }
  .eventContent .supportContent .speakers li .photo,
  .eventContent .supportContent .speakers li .noPhoto {
    min-height: 130px;
  }
}
@media screen and (max-width: 1024px) {
  .eventTop .inner {
    background-size: auto 50%;
  }
  .eventTop .inner .date,
  .eventTop .inner .point {
    font-size: 1.8em;
  }
  .eventTop .mainTitle {
    font-size: 2.8em;
  }
  .eventInnerTitile {
    font-size: 1.8em;
  }
  .eventContent .supportContent {
    padding: 40px 24px;
  }
  .eventContent .supportContent .speakers li .photo,
  .eventContent .supportContent .speakers li .noPhoto {
    width: 40%;
    min-height: 120px;
  }
  .agenda .dayHeader {
    font-size: 1.2em;
  }
  .agenda .section .time {
    font-size: 1em;
  }
  .agenda .section .info .subs {
    font-size: 1em;
  }
  .price-page .package-list .package-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 860px) {
  .eventContent .wrapper {
    flex-wrap: wrap;
  }
  .eventContent .bodyContent {
    width: 100%;
    padding: 0;
  }
  .eventContent .bodyMenu {
    width: 100%;
    height: 47px;
    top: 0;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .eventContent .bodyMenu .eventMenu {
    display: flex;
    margin-left: 4px;
    margin-bottom: 0;
  }
  .eventContent .bodyMenu .eventMenu li {
    margin-right: 20px;
  }
  .eventContent .bodyMenu .eventMenu li .item {
    font-size: 1.4em;
    font-weight: 300;
    white-space: nowrap;
  }
  .eventContent .bodyMenu .eventMenu.animate {
    animation: move 2s ease-in-out infinite;
  }
  .eventContent .supportContent .speakers li .photo,
  .eventContent .supportContent .speakers li .noPhoto {
    width: 40%;
    min-height: 120px;
  }
  .eventContent .mainContent .blockPartners .list.middle li {
    width: 48%;
  }
  .eventContent .mainContentFull {
    width: 100%;
  }
  .speakers-list .img,
  .speakers-list .imgNo {
    height: 100px;
  }
  .event-list-item {
    margin-bottom: 20px;
    padding: 10px;
  }
  .eventsMonth {
    margin-top: 30px;
  }
  .agenda .block .subBlockCnt1 .section .time {
    width: 20%;
  }
  .agenda .block .subBlockCnt1 .section .info {
    width: 80%;
  }
  .agenda .block .subBlockCnt2 .section {
    flex-wrap: wrap;
  }
  .agenda .block .subBlockCnt2 .section .time {
    width: 100%;
    margin-bottom: 5px;
  }
  .agenda .block .subBlockCnt2 .section .info {
    width: 100%;
  }
  .reg_form {
    padding: 0;
  }
  .reg_form .fldCntrl .fld_lbl {
    width: 25%;
    margin-right: 5%;
  }
  .reg_form .fldCntrl .fld {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .photo-albums .gallery-image {
    width: 100%;
  }
  .photo-albums .gallery-image:nth-child(2n+1) {
    margin-right: 0;
  }
  .photo-gallery .gallery-image {
    padding: 0;
  }
}
@media screen and (max-width: 680px) {
  .cbondsChatLink {
    max-width: 100%;
  }
  .price-page .package-list .package-item-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .price-page .package-list .package-item {
    width: 48%;
  }
  .eventTop .mainTitle {
    font-size: 2.4em;
  }
  .eventTop .inner .date,
  .eventTop .inner .point {
    font-size: 1.4em;
  }
  .eventContent .bodyContent {
    flex-wrap: wrap;
  }
  .eventContent .mainContent {
    width: 100%;
    padding-right: 0;
  }
  .eventContent .mainContent .blockPartners {
    margin-top: 20px;
  }
  .eventContent .mainContent .blockPartners .list {
    margin-top: 10px;
  }
  .eventContent .mainContent .blockPartners .list li {
    width: 20%;
    margin-bottom: 20px;
  }
  .eventContent .supportContent {
    width: 100%;
    margin-top: 36px;
  }
  .eventContent .supportContent .speakers,
  .eventContent .supportContent .members {
    display: flex;
    flex-wrap: wrap;
  }
  .eventContent .supportContent .speakers li,
  .eventContent .supportContent .members li {
    width: 45%;
    margin-right: 5%;
  }
  .contactBlock .list li {
    width: 100%;
  }
  .duplicationEvent .wrapper .eventInnerTitileLite {
    max-width: 90%;
  }
  .agenda .block .subBlock {
    padding: 10px 0;
  }
  .agenda .block .subBlockCnt1 .section {
    flex-wrap: wrap;
  }
  .agenda .block .subBlockCnt1 .section .time {
    width: 100%;
    margin-bottom: 8px;
  }
  .agenda .block .subBlockCnt1 .section .info {
    width: 100%;
  }
  .agenda .section {
    padding: 10px;
  }
  .agenda .section .info .subs,
  .agenda .section .info .place {
    font-size: 0.9em;
  }
  .agenda .sectionParticipants {
    margin-top: 8px;
    font-size: 0.9em;
  }
  .agenda .sectionParticipants * {
    font-size: inherit;
  }
  .moderator {
    margin-top: 8px;
    font-size: 0.9em;
  }
  .moderator * {
    font-size: inherit;
  }
  .reg_form {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .eventInnerTitileLite {
    font-size: 1.4em;
  }
  .eventTop .mainTitle {
    font-size: 1.5em;
  }
  .eventTop .inner .btnList {
    flex-wrap: wrap;
  }
  .eventTop .inner .btnList li {
    width: 100%;
    margin-bottom: 20px;
  }
  .eventTop .inner .date,
  .eventTop .inner .point {
    font-size: 1.2em;
  }
  .eventContent .mainContent .blockPartners .list li {
    width: 48%;
  }
  .eventContent .supportContent .speakers li,
  .eventContent .supportContent .members li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .eventContent .supportContent .speakers li .photo,
  .eventContent .supportContent .members li .photo,
  .eventContent .supportContent .speakers li .noPhoto,
  .eventContent .supportContent .members li .noPhoto {
    width: 30%;
    min-height: 120px;
  }
  .eventContent .supportContent .speakers li .info,
  .eventContent .supportContent .members li .info {
    width: 65%;
  }
  .duplicationEvent .wrapper .btnBlock .register {
    width: 100%;
  }
  .partisipantList li {
    width: 100%;
  }
  .price-page .package-list .package-price-actual {
    font-size: 22px;
  }
  .price-page .package-list .package-item {
    width: 100%;
  }
  .meetings-list .meeting-item .meeting-main {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .meetings-list .meeting-item .meeting-main .lft-block,
  .meetings-list .meeting-item .meeting-main .rght-block {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .reg_form .indent_top_ttl {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    background: #f7f7f7;
  }
  .reg_form .fldCntrl {
    margin-top: 20px;
  }
  .reg_form .fldCntrl .fld_lbl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .reg_form .fldCntrl .fld {
    width: 100%;
  }
  .photo-albums .gallery-image .photo-albums-title .text {
    font-size: 1.2em;
  }
  .contactBlock .list li .photo,
  .contactBlock .list li .noPhoto {
    min-height: 180px;
  }
  .eventContent .mainContent iframe {
    height: 200px;
  }
}
.clear {
  clear: both;
}
.btn_green:disabled {
  background: #43aa9b;
  cursor: not-allowed;
}
