
@media only screen and (max-width : 1450px) {
	.top .mk {
		padding: 0 50px;
	}
}

@media only screen and (max-width : 1150px) {
	.top .mk {
		padding: 0 15px;
	}
}

@media only screen and (max-width : 1080px) {
	.slider h1 {
		font-size: 30px;
	}
	.slider span {
		font-size: 18px;
	}
}

@media only screen and (max-width : 1050px) {
	.produciya .pins .item {
		width: 50%;
	}
}

@media only screen and (max-width : 950px) {
	.top .menu .bub {
		display: block;
		width: 50px;
		fill: #fff;
		margin: 0 auto;
	}
	.top .menu ul {
		position: fixed;
		display: block;
		top: 0;
		bottom: 0;
		width: 190px;
		left: -250px;
		padding: 40px 30px 0 30px;
		z-index: 12;
		background-color: #fff;
		transition: .3s;
	}
	.top .menu ul > img {
		display: block;
		width: 15px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.top .menu ul li {
		display: block;
		margin-bottom: 5px;
	}
	.top .menu ul li a {
		color: #000;
	}
	.top .menu ul li a[class="active"] {
		color: #00538A;
	}
	.top .kont {
		display: flex;
		flex-wrap: wrap;
		width: 170px;
	}
	.top .kont > a {
		display: inline-block;
		margin-right: 10px;
	}
	.top .kont > a:last-of-type {
		margin-right: 0;
	}
	.top .kont > a span {
		display: none;
	}
	.fullwrap2 {
		margin-top: 73px;
	}
	.tehnologii .tins .item {
		width: 50%;
	}
	.futer .cnt {
		flex-direction: column;
	}
	.futer .cnt .item {
		width: 100%;
	}
	.top .mk {
		box-sizing: content-box;
		width: 50px;
	}
}

@media only screen and (max-width : 850px) {
	body {
		font-size: 14px;
	}
	.slider h1 {
		font-size: 34px;
	}
	.slider span {
		font-size: 20px;
	}
	.slider .slide .text {
		flex-wrap: wrap;
	}
	.usl1 {
		flex-wrap: wrap;
	}
	.itemh {
		width: 100%;
		margin-bottom: 10px;
	}
	.usl2 {
		flex-wrap: wrap;
	}
	.usl2 div:nth-child(1) {
		order: 1;
	}
	.usl2 div:nth-child(2) {
		order: 2;
	}
	.preim .ins {
		flex-wrap: wrap;
	}
	.preim .ins .item {
		width: 50%;
	}
	.dopusl .ins {
		flex-wrap: wrap;
	}
	.dopusl .ins .item {
		width: 50%;
	}
}

@media only screen and (max-width : 850px) {
	.colback {
		flex-wrap: wrap;
	}
	.colback .text {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width : 650px) {
	.tehnologii .tins .item {
		width: 100%;
	}
	.fullwrap2 h3 {
		font-size: 30px;
	}
	.tehnologii .tins .item .zg {
		font-size: 20px;
		margin-top: 8px;
		margin-bottom: 4px;
	}
	.produciya .pins .item {
		width: 100%;
	}
	.colback .text p {
		font-size: 18px;
	}
}

@media only screen and (max-width : 550px) {
	.slider .slide {
		padding: 15px;
	}
	.page img {
		float: none;
		max-width: 100%;
		width: 100%;
		padding: 0 0 10px 0;
	}
	.slider h1 {
		font-size: 24px;
	}
	.slider span {
		font-size: 18px;
	}
	.itemh p {
		font-size: 16px;
	}
	.preim .ins .item {
		width: 100%;
	}
	.dopusl .ins .item {
		width: 100%;
	}
}

@media only screen and (max-width : 360px) {
}


/*==========  Mobile First Method  ==========*/

@media only screen and (min-width : 600px) {

}

@media only screen and (min-width : 900px) {

}

@media only screen and (min-width : 1200px) {

}

@media only screen and (min-width : 1800px) {

}