.conference-section.first-stage .conference-container:after {
	display: none;
}
.conference-section.first-stage .lecture-info,
.conference-section.first-stage .lecture-carousel {
	display: none;
}
.conference-section.first-stage + .product_select_date.conference-product {
	display: none;
}
.lecture-ticket-type-option {
	display: none;
}
.lecture-info-title {
	padding-top: 0;
}
.instruction-stage-first {
	display: none;	
}
.conference-section.first-stage .instruction-stage-first {
	display: block;	
}
.instruction-stage-second {
	display: block;
}
.conference-section.first-stage .instruction-stage-second {
	display: none;
}
.conference-instruction-block {
	margin-bottom: 30px;
}
.instruction-stage-first {
	padding-right: 30px;
	padding-left: 10px;
}
.instruction-stage-first p,
.instruction-stage-second p {
	font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 0;
}
.instruction-stage-first p b,
.instruction-stage-second p b {
	font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    margin-left: 10px;
}
.conference-section.first-stage .lecture-ticket-type-option {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 24px;
    padding-right: 55px;
}
.ticket-type-item {
    position: relative;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

	background-color: #ffffff;
	border: 1px solid #969696;
	border-radius: 14px;
}
.ticket-type-item.select {
	background-color: #FFFAE7;
	border-color: #FFCC00;
}
.ticket-type-body {
	padding: 24px;
}
.ticket-type-select {
	position: absolute;
	left: calc(100% + 15px);
	padding: 5px;
	top: 0;
}
.ticket-type-select > div {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid #9A9A9A;
	border-radius: 50%;
	background-color: #ffffff;
	cursor: pointer;
}
.ticket-type-select > div > span {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ffffff;
}
.ticket-type-item.select .ticket-type-select > div {
	border-color: #FFCC00;
}
.ticket-type-item.select .ticket-type-select > div > span {
	background-color: #FFCC00;
}

.ticket-type-body-main {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 170px;
}
.ticket-type-body-info {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
h4.ticket-name {
	font-size: 28px;
	line-height: 41px;
	font-weight: 700;
	margin-bottom: 0;
}
.ticket-explanation,
.ticket-lecturer {
	font-size: 26px;
	line-height: 36px;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 0;
}
.ticket-tags {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 25px;
}
p.ticket-tag {
	display: block;
	border: 1px solid #000000;
	padding: 3px 10px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 0;
}
.ticket-price {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	margin-bottom: 0;
}
.ticket-type-body-price {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;

    -ms-flex-item-align: end;
    align-self: flex-end;
}
.ticket-type-read-more-arrow {
	position: absolute;
	left: 12px;
	top: 12px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.ticket-type-read-more-arrow svg {
	display: block;
    object-fit: contain;
    width: 20px;
    height: 20px;
    transform: rotate(0);
    transition: .2s;
}
.ticket-type-read-more-arrow.opened svg {
    transform: rotate(180deg);
}

.ticket-type-body-extend {
	display: none;
	margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #9A9A9A;
}
.ticket-type-body-extend p {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 8px;
}
.ticket-type-body-extend > *:last-child {
	margin-bottom: 0;
}

.ticket-type-select-btn {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin-top: 80px;
    margin-bottom: 20px;
}
.ticket-type-next {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #707070;
    border: 3px solid #707070;
    border-radius: 30px;
    padding: 12px 120px;
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
    color: #ffffff;
}
.ticket-type-next.active {
	color: #171717;
	background-color: #FFCC00;
    border-color: #FFCC00;
}
.ticket-type-next.loading {
	opacity: 0.25;
}
.ticket-type-next.loading:after {
	font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0.5em;
    left: 1em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/*----*/
.lecture-block .name,
.lecture-block .explanation,
.lecture-block .lecturer,
.lecture-block .price,
.lecture-block .lecture-link button,
.lecture-block .lecture-link button span {
    transition: .3s;
}
.lecture-block.inactive .name,
.lecture-block.inactive .explanation,
.lecture-block.inactive .lecturer,
.lecture-block.inactive .price,
.lecture-block.inactive .lecture-link button,
.lecture-block.inactive .lecture-link button span {
    color: #9A9A9A;
}
.lecture-block.inactive .btn-time-select,
.lecture-block.inactive .btn-time-choose {
	background-color: #9A9A9A;
    border-color: #9A9A9A;
}

/*----*/

.product_select_date.conference-product {
	background-color: #F3F3F3;
	max-height: 135px;
	height: 135px;
}


#conferenceForm .submit_btn.disable .total-price {
	display: block;
}
#conferenceForm .submit_btn span {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #fff;
}
#conferenceForm .submit_btn.disable {
	border: 3px solid #9A9A9A;
	background-color: #9A9A9A;
}
#conferenceForm .submit_btn {
    border: 3px solid #FFCC00;
}
#conferenceForm .submit_btn.disable .total-price {
	color: #ffffff;
}
#conferenceForm .submit_btn .total-price {
	border-left: none;
    padding-left: 0;
    margin-left: 8px;
    font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #171717;
}
#conferenceForm .submit_btn .total-price span {
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
}
#conferenceForm .submit_btn span {
	color: #171717;
}
.notification-by-order-bnt {
	width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.conference-lunch-block {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}
.conference-lunch-container {
	display: block;
	position: relative;
	padding-right: 20px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 24px;
    line-height: 28px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.conference-lunch-container p {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 0;
	color: #171717;
}
.conference-lunch-container .lunch-chekcbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.conference-lunch-checkmark {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 14px;
	border: 1px solid #171717;
	background-color: transparent;
}
/*.conference-lunch-container:hover input ~ .conference-lunch-checkmark {
	background-color: #1f1f1f;
}*/
.conference-lunch-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.conference-lunch-container.checked input:checked ~ .conference-lunch-checkmark:after {
	display: block;
}
.conference-lunch-container.checked input:checked ~ .conference-lunch-checkmark {
	background-color: #FFCC00;
}
.conference-lunch-container .conference-lunch-checkmark:after {
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 10px;
	height: 7px;
 	background-image: url('../img/icon-check-thin.svg');
 	background-position: center;
 	background-repeat: no-repeat;
 	background-size: 10px 7px;
}
.conference-lunch-container.processing {
	opacity: 0.25;
}
.conference-lunch-container.processing:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: 0;
	right: calc(100% + 5px);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.fixed-title {
	padding-left: 70px;
}
.lecture-counter {
	position: relative;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
	padding: 0 70px;
}
.lecture-counter p {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 0;
}
.lecture-counter:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 2px;
    background-color: #929292;
}
.fixed-section .fixed-title-text {
	position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 0 0 70px;
}
.fixed-section .fixed-title-text:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 2px;
    background-color: #929292;
}
.fixed-section .fixed-title-text h2.fixed-title-name {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 0;
}
.fixed-section .fixed-title-text .fixed-title-desc {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 0;
}

/*-----------*/

.conference-lectures-row {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lectures-row {
	width: 100%;
	order: 1;
}
.lectures-row.lunch-row {
	order: 2;
	margin-top: 20px;
}
.conference-titles {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lectures-row.lunch-board-row {
	order: 2;
	margin-top: 20px;
}

/*----------*/
.slick-slide.hide_default {
	display: none!important;
}
.slick-slide.show_default .tours-time-popup span {
    display: none;
}
.slick-slide.show_default .tours-time-popup span.show_default_time {
    display: block;
}

.slick-slider.has-three-slides .slick-arrow,
.slick-slider.has-two-slides .slick-arrow,
.slick-slider.has-one-slides .slick-arrow {
	display: none!important;
}
.slick-slider.has-three-slides .slick-dots,
.slick-slider.has-two-slides .slick-dots,
.slick-slider.has-one-slides .slick-dots {
	display: none!important;
}