@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
	.footer h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 992px) {
	.carouselPresentation .owl-wrapper-outer .owl-wrapper .owl-item {
		height: 400px;
	}
}

@media only screen and (max-width: 768px) {
	.menus-block {
		width: 100%;
		margin-bottom: 30px;
	}

	.menus-block:first-child {
		margin-right: 0;
	}

	.menus-block:last-child {
		margin-left: 0;
	}

	.modal-btn__r {
		margin-bottom: 15px;
		text-align: center;
	}

	.modal-btn__l {
		text-align: center;
	}

	.footer h3 {
		padding: 10px;
		font-size: 17px;
	}

	.about_text>div {
		margin: 15px 0;
	}

	.form-cont {
		margin-top: 20px;
	}

	.body_wrapper h1 {
		font-size: 47px;
		text-align: left;
	}

	.body_wrapper p.adres {
		font-size: 18px;
	}
	.navbar-toggle {
		margin: 0 !important;
		right: 0px;
		position: absolute;
		top: -60px;
	}
	.navbar-default {
		margin-bottom: -30px;
	}
	.navbar-default .container-fluid {
		width: 100%;
	}
	.navbar-default .navbar-nav>li>a {
		width: 100%;
		margin-bottom: 5px;
	}
	.navbar-default .navbar-nav>li:last-child > a {
		margin-bottom: 45px;
	}
	.footer {
		padding-top: 15px;
    padding-bottom: 15px;
	}
	.official-logo {
		height: 50px;
	}
	.btn-popup {
		margin-bottom: 0px;
	}
	.modal-block {
		margin-top: -15px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 640px) {
	.body_wrapper h1 {
		font-size: 36px;
	}
	.navbar-toggle {
		top: -50px;
	}

	.body_wrapper p.adres {
		font-size: 14px;
	}

	.footer p {
		font-size: 14px;
	}
	.knpom li {
		width: 29%;
		font-size: 12px;
	}
}

@media only screen and (max-width: 480px) {
	.body_wrapper h1 {
		font-size: 32px;
	}

	.body_wrapper p.adres {
		font-size: 12px;
	}

	.footer p {
		font-size: 12px;
	}
}

@media (max-width: 425px) {

	.menus .thumbnail .caption {

		height: 77%;
	}

	.modal-btn__r {
		margin-bottom: 0px;
	}

	.bldig {
		padding: 2px;
		font-size: 25px;
	}

	video {
		width: 100%;
	}

	.form-cont {
		min-height: 500px;
	}

	.knpom li {
		width: 25%;
		height: 40px;
	}
	.knpom a.glo {
		padding: 5px;
	}
}

@media only screen and (max-width: 375px) {
	.footer h3 {
		font-size: 20px;
	}


}

@media only screen and (max-width: 320px) {
	.knpom li {
		width: 39%;
	}

	.footer h3 {
		font-size: 20px;
	}


}


.top-menu::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: red;
}