body {
	font-size: 16px;
}
section {
	padding: 25px 0;
}
h2, h3 {
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	.d-xs-none {
		display: none !important;
	}
}

/* USEFUL ELEMENTS */
/* BUTTONS */
.main-btn {
	display: block;
	text-align: center;
	position: relative;
	margin: 20px auto;
	padding: 10px 20px;
	background-color: #5784b9;
	color: #fff;
	border: none;
	border-radius: 15px;
	cursor: pointer;
	width: fit-content;
	font-size: 20px;
	transition: all 0.3s ease;
	min-width: 280px;
}
.main-btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #5784b9;
	transform: scale(1.1);
	opacity: 90%;
}
.main-btn:active {
	transform: scale(0.9);
	text-decoration: none;
	color: #fff;
	background-color: #5784b9;
	opacity: 95%;
}
.main-btn:focus {
	text-decoration: none;
	color: #fff;
	background-color: #5784b9;
}
.main-btn:visited {
	text-decoration: none;
	color: #fff;
	background-color: #5784b9;
}
.btn-link {
	color: #5784b9;
	display: block;
	text-align: center;
	font-size: 22px;
}
.btn-link:hover {
	color: #5784b9;
}
/* TITLE LINE */
.title-line {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	width: 100%;
	background-color: #5784b9;
	color: #fff;
}
.title-line h2 {
	font-size: 32px;
}

/* === PAGE VISITORS === */
/* TICKET */
.main_ticket{
	color: white;
	cursor: pointer;
}
.main_ticket:hover{
	color:white;
	text-decoration: none;
}
/* THEMES */
.theme-blocks{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.theme-item {
	padding: 20px;
	text-align: center;
	margin: 10px auto;
	width: 100%;
}
.theme-item p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	min-height: 50px;
}
.theme-item img {
	box-shadow: 2px 2px 3px #646464;
	margin: 5px auto;
}
/* GALLERY */
.mp-gallery {
	display: flex;
	flex-direction: column;
	padding: 15px 0;
}
.gallery-line{
	display: flex;
	justify-content: center;
}
.gallery-line a {
	padding: 5px;
}
.mp-gallery img {
	width: 100%;
}
/* FEEDBACK */
.feedback-wrap {
	position: relative;
	display: flex;
}
.feedback-img {
	max-height: 400px;
}
.feedback {
	position: absolute;
	top: 60px;
	right: 3vw;
	min-height: 270px;
	max-height: fit-content;
	width: clamp(300px, 90vw, 1200px);
	background-image: linear-gradient(90deg, rgba(168,181,220,1) 0%, rgba(168,181,220,0.5) 49%);
}
.feedback p {
}
/* COMMENTS */
.container-fluid.comments {
	padding: 25px 0 70px 0;
}
.container-fluid.comments h2 {
	text-align: center;
	font-family: Pattaya;
	color: #007233;
}
.comments{
	position: relative;
    height: 400px;
	overflow: hidden;
}
#comments{
	position: absolute;
	right: -5%;
}
.comments_photo_wrap{
	position: absolute;
    height: 400px;
    width: 48%;
    top: 0;
}
.comments_photo{
	height: 135%;
    width: 100%;
    object-fit: cover;
}
.comments .slick-prev:before,
.comments .slick-next:before {
	color: #5784b9;
	font-size: 35px;
}
.comments .slick-prev {
	z-index: 1000;
	left: 10%;
	top: 55%;
}
.comments .slick-next {
	z-index: 1000;
	right: 15%;
	top: 55%;
}

/* === PAGE EXHIBITORS === */
/* DOWNLOAD LINK */
.download-link-wrap {
	margin: 10px 0;
	padding: 10px 0;
	font-size: 17px;
	line-height: 22px;
	border-top: 1px	dashed #007233;
    border-bottom: 1px dashed #007233;
	text-align: center;
}
.download-link-wrap a {
	display: block;
	padding: 5px;
	font-size: 26px;
	font-weight: 600;
	color: #007233;
}
/* IMAGES */
.exhibitors-img {
	display: block;
	margin: 5px auto;
	width: clamp(250px, 35vw, 500px);
}

/* === PAGE VENUE === */
.container-fluid.venue {
	padding: 20px;
	background-image: url('img/fon2.png');
	background-size: cover;
	background-position: 50% 50%;
	box-shadow: inset 0 2px 5px #6e6e6e;
}
.venue-pre_map_wrap{
	background-image: url('img/fon.jpg');
	background-size: cover;
	background-position: 50% 50%;
	height: 300px;
}
.venue-ya_map{
	padding: 0px;
}
.venue-inform{
    font-size: 18px;
    color: black;
}

@media (max-width: 767px) {
	/* === PAGE VISITORS === */
	/* GALLERY */
	.gallery-line {
		flex-wrap: wrap;
	}
	.mp-gallery img {
		width: clamp(250px, 40vw, 300px);
	}
}