.d-none {
	display: none !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: flex !important;
}

.section_header {
	margin-top: 130px;
}

.section_header h1 {
	width: 100%;
	display: table;
	text-align: center;
	color: var(--color-white);
	margin-bottom: 77px;
	font-weight: 900;
	font-size: 42px;
	font-family: 'Lato';
}

@media screen and (max-width: 991px) {
	.section_header h1 {
		font-size: 24px;
		font-family: 'Lato';
		margin-bottom: 49px;
		font-weight: 900;
	}
}

.section_exhibition {
	background: var(--color-white);
	padding-bottom: 148px;
}

.section_exhibition__top {
	padding: 80px 0px;
	display: table;
	width: 100%;
}
.section_exhibition__top label {
	display: none;
}

@media screen and (max-width: 991px) {
	.section_exhibition__top label {
		display: block;
		font-size: 18px;
		font-family: 'Lato';
		text-align: center;
		margin-bottom: 20px;
		font-weight: 900;
		line-height: 32.4px;
	}
}

.section_exhibition__box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px auto;
	text-align: center;
	max-width: 920px;
}

@media screen and (max-width: 991px) {
	.section_exhibition__box {
		display: table;
		-ms-flex-wrap: inherit;
		flex-wrap: inherit;
		margin: 0px auto;
		text-align: center;
	}
}

.section_exhibition__box > a {
	text-decoration: none;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1; 
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	width: 100%;
	color: var(--color-purple);
	border: 2px solid var(--color-purple);
	padding: 24px;
	border-radius: 100px;
	font-size: 18px;
	font-weight: bold;
	transition-property: background-color;
	transition-duration: 0.3s;
}

@media screen and (max-width: 991px) {
	.section_exhibition__box > a {
		max-width: 300px;
		width: 100%;
		padding: 13.5px 40px;
		border-radius: 100px;
		display: table;
		margin: 0px auto 20px;
		font-size: 16px;
		font-weight: 400;
	}
}

.section_exhibition__box > a:hover {
	background-color: #E46B96;
	color: var(--color-white);
}

.section_exhibition__box--manual {
	position: relative;
	margin-right: 40px;
}
/*
.section_exhibition__box--manual:before {
	content: '';
	background: url('/images/icons/download.png') no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	margin-left: -30px;
}

.section_exhibition__box--manual:hover:before {
	background: url('/images/icons/download-white.png') no-repeat;
	background-size: contain;
}
*/

.section_exhibition__box--registration {
	position: relative;
	margin-right: 40px;
}
/*
.section_exhibition__box--registration:before {
	content: '';
	background: url('/images/icons/download.png') no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	margin-left: -30px;
}

.section_exhibition__box--registration:hover:before {
	background: url('/images/icons/download-white.png') no-repeat;
	background-size: contain;
}
*/

.section_exhibition__box--exhibit {
	position: relative;
}
/*
.section_exhibition__box--exhibit:before {
	content: '';
	background: url('/images/icons/smile.png') no-repeat;
	width: 24px;
	height: 24px;
	background-size: contain;
	position: absolute;
	margin-left: -30px;
}

.section_exhibition__box--exhibit:hover:before {
	background: url('/images/icons/smile-white.png') no-repeat;
	background-size: contain;
}
*/
		
.section_exhibition__bottom {
	text-align: center;
	padding: 0px 0px 48px;
}
.section_exhibition__bottom label {
	display: none;
}

.section_exhibition__box .section_exhibition__boximg {
	width: 24px;
	height: 24px;
	background-size: contain;
	margin-right: 10px;
	margin-bottom: 2px;
}

@media screen and (max-width: 991px) {
	.section_exhibition {
		padding-bottom: 60px;
	}

	.section_exhibition__bottom {
		padding: 0px;
	}

	.section_exhibition__bottom label {
		display: block;
		font-size: 18px;
		font-family: 'Lato';
		margin-bottom: 20px;
		font-weight: 900;
		line-height: 32.4px;
	}
	
	.section_exhibition__top {
		padding: 40px 0px;
	}
	
	.section_exhibition__box .section_exhibition__boximg {
		width: 18px;
		height: 18px;
		background-size: contain;
		margin-right: 10px;
		margin-bottom: 2px;
	}
}
	
.section_exhibition__bottom img {
	max-width: 1140px;
	width: 100%;
}

#sheda-modal {
	background-color: #fff;
	opacity: 1;
}

#sheda-modal .close {
	position: fixed;
	top: 16px;
	right: 16px;
	color: #f1f1f1;
	z-index: 1;
}

#sheda-modal .close img {
	vertical-align: middle;
	width: 30px;
}


