@media (max-width: 960px) {
	#header-wrapper, #header {
		min-width: auto;
		width: 100%;
	}
	
	.infoline {
		position: relative;
		top: 0 !important;
		left: 0;
		margin: auto;
		padding-left: 45px;
	}
	.infoline label {
		position: static;
	}

	.content {
		width: 90%;
	}
	#logo {
		background-size: 100%;
		max-width: 45%;
		position: relative;
		top: 0;
		z-index: 101;
		display: block;
		margin: auto;
	}
	.menu {
		position: absolute;
		left: 10px;
		top: 20px;
		z-index: 100;
		margin: auto;
		height: auto;
		width: calc(100% - 20px);
	}
	.menu .menu-inset, .header .menu a.active span, .footer .menu, .next, .prev {
		display: none;
	}
	.menu a {
		display: block;
		float: none;
		margin: auto;
		background: #959e32 !important;
		color: white;
		text-align: center;
		padding: 20px;
	}
	
	.text, label, .start-box-left, .start-box-center, .offer-ul-list, h1, h3, h4, .inside, .artice-box, article, p, #slider, .news-inside, .newsx, #contact-b {
		width: 100% !important;
		float: none !important;
	}

	.content img {
		float: none !important;
	}

	.start-box-left {
		background-position: center;
	}
	
	.start-box-right {
		height: auto;
		padding: 20px;
		width: calc(100% - 40px);
		float: none;
	}
	.start-box-right label + label {
		font-size: 25px;
	}

	.button-yellow {
		float: none !important;
		display: inline-block;
		position: static !important;
		margin-top: 20px;
	}

	.news-wrapper {
		background-repeat: repeat;
		text-align: center;
	}
	.news, .inside {
		width: 100%;
		height: auto !important;
	}
	.news h4 {
		padding-top: 30px
	}
	.artice-box {
		height: auto !important;
		margin: auto;
	}
	.news-nav {
		display: none;
	}
	.news article {
		margin: 0 0 88px;
	}

	.footer {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	#project, #copyright {
		position: static;
		display: block;
		text-align: center;
		width: 100%;
		padding-bottom: 15px;
	}
	.footer .menu {
		display: none !important;
	}




	

	.footer .up {
		left: calc(50% - 18px);
	}
	.f-b {
		left: auto;
		right: 30px;
		color: black;
	}
	.f-a {
		left: 30px;
		color: black;
	}
	.k-sl, .left-c, .baner, .right-c, .tree li a, .tree li, .tree {
		max-width: 100%;
	}
	.tree {
		width: 100%;
	}
	.tree li a {
		min-width: 0;
		width: 90%;
		padding: 6px 5%;
		text-align: center;
	}
	.tree li {
		margin: 0;
		width: 100%;
		padding: 10px 0;
	}
	.input, .right-c {
		padding: 0 5%;
		width: 90%;
	}
	.left-c img {
		max-width: 80%;
	}
	.menu:before {
		content: '';
		display: block;
		border: 5px solid #959e32;
		border-style: solid none;
		width: 50px;
		height: 5px;
		cursor: pointer;
		transition: .4s;
		margin: 0;
	}
	.menu:after {
		content: '';
		display: block;
		border-bottom: 5px solid #959e32;
		width: 50px;
		height: 5px;
		cursor: pointer;
		transition: .4s;
	}
	.menu.active .menu-inset {
		display: block;
	}
	.menu.active:before {
		content: 'x';
		border: none;
		height: auto;
		color: #959e32;
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		transform: rotateZ(90deg);
	}
	.menu.active:after {
		border-width: 2px;
		width: 100%;
	}
	#mapa {
		width: 90% !important;
		margin: auto !important;
		float: none !important;
	}
	.msg, #submit-a, #siteForm textarea {
		width: 90%;
		padding: 10px 5%;
	}
	#submit-a {
		display: block;
		margin: auto;
	}
	#siteForm table {
		width: 100% !important;
	}
	#siteForm table td {
		width: 100%;
		display: block;
	}
	#kod {
		float: none !important;
		display: block;
		width: 90% !important;
	}
	#captcha {
		float: none !important;
	}
}