@media screen and (max-width: 1199px) {

.nav__burger {
	display: none;
}

.navigation {
	max-width: 74%;
}
#banner {
	height: 100%;
}
.banner-item .mod-articles-image {
	height: 100%;
}

#announcement .itembox .content .field span {
	font-size: 14px;
}
#participant .item {
	min-height: 410px;
}
#participant .item .name {
	font-size: 15px;
}

} /* End 1199 */

@media screen and (max-width: 992px) {

.navigation {
	display: none;
}
.mobile-menu {
	margin-left: auto;
}

#announcement .itembox .content,
#announcement figure {
	width: 100%;
}
#announcement figure {
	order: 1;
	height: 30vh;
}
#announcement .itembox .content {
	order: 2;
}

#participant .column-3 .itembox {
	max-width: 47.9%;
	justify-content: center;
}
#participant .item {
	max-width: 410px;
	margin: 0 auto;
}
.history-slider figure {
	margin-bottom: 16px;
}
.history-slider .col-6 {
	max-width: 100%;
}

#footer .col-3,
#footer .col-4 {
	max-width: 50%;
}
#footer .col-5 {
	max-width: 100%;
}
#footer form {
	margin: 30px auto 0;
	max-width: 460px;
}


} /* End 992 */

@media screen and (max-width: 767px) {

.banner-item h1 {
	font-size: 46px;
}
#banner .banner-item {
	text-align: center;
}
.banner-item .custom__btn {
	margin: 50px auto 0;
}

#about-us .column-2 .itembox {
	max-width: 100%;
}
#announcement .itembox {
	max-width: 100%;
}
#how .col-3,
#how .col-6 {
	max-width: 100%;
}
#how figure {
	margin-bottom: 16px;
}
#participant .column-3 .itembox {
	max-width: 100%;
}


} /* End 767 */


@media screen and (max-width: 526px) {

#about-us h3,
#video-gallery .content div:first-child,
#announcement .content div:first-child, #participant h2, #history h2, #reviews h2, #gallery h2,
#participant h2 {
	font-size: 27px;
}
#about-us .itembox .content {
	padding: 0;
}
#participant .item {
	min-height: 470px;
}
#history .swiper-slide {
	padding: 0;
}
#history .slide-button {
	top: 16%;
}
.slide-button {
	width: 35px;
	height: 35px;
}
#video-gallery .swiper-wrapper .item {
	padding: 0 15px;
}
#footer .col-3, #footer .col-4 {
	max-width: 100%;
}
#footer .social {
	margin: 20px 0;
	justify-content: center;
}
.modal .check-box {
	max-width: 100% !important;
}

} /* End 526 */