@media screen and (max-width: 1360px) {
}
@media screen and (max-width: 1200px) {
	.inner {
		width: 960px;
	}
	.logo {
		width: 200px;
		margin: 22px 0;
	}

	.head-contants .phone {
		font-size: 18px;
	}

	.head-buttons .button-style1 {
		width: 140px;
		font-size: 12px;
	}

	.cat-item {
		width: 213px;
	}

	.partner-item {
		margin: 10px 21px;
	}

	.content-side .cat-item {
		width: 210px;
	}

	.content-side .product-item,
	.product-item:nth-child(4n) {
		margin-right: 15px;
		width: 207px;
	}

	.product-item:nth-child(3n) {
		margin-right: 0;
	}

	.pd-left-side {
		width: 225px;
	}

	.pd-right-side {
		width: 400px;
	}
}

@media screen and (max-width: 980px) {
	.inner {
		width: 760px;
	}

	.header {
		display: none;
	}
	.header-mobile-area {
		display: block;
		padding-bottom: 0px;
	}
	.navigation {
		position: fixed;
		top: 60px;
		bottom: 0px;
		height: auto;
		overflow: hidden;
		width: 100%;
		right: -100%;
		background: #0b4da1;
		z-index: 99;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.navigation.active {
		right: 0;
	}
	.navigation .inner {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: -30px;
		overflow-y: scroll;
		padding: 0;
		padding-right: 30px;
		width: auto;
		max-width: none;
	}
	.navigation .inner > li {
		display: block;
		text-align: left;
		color: #fff;
		margin: 0 15px;
	}
	.navigation .inner > li > a {
		font-size: 24px;
		font-weight: bold;
		padding: 11px 5px;
		border-bottom: 1px solid #5179ac;
	}
	.navigation .inner li.parent > a {
		background-repeat: no-repeat;
		background-position: top 50% right 15px;
	}
	.navigation .inner li.active > a,
	.navigation .inner li:hover > a {
		color: #eee;
	}
	.navigation .sub-menu {
		opacity: 1;
		visibility: visible;
		position: relative;
		width: 100%;
		left: 0;
		background: #404040;
		color: #fff;
		display: none;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

	.wf-wrap {
		width: 95%;
		margin-left: 0;
		-moz-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-o-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.wf-wrap .mf-head {
		font-size: 30px;
		padding: 15px 10px;
	}
	.header-text {
		display: none;
	}

	.left-side {
		float: none;
		width: 100%;
	}

	.content-side {
		margin-left: 0;
	}

	.footer-phone-mob {
	}

	.cat-item {
		margin-right: 10px;
		width: 182px;
	}

	.cat-item a {
		min-height: 260px;
	}
	.content-side .cat-item {
		width: 245px;
	}

	.cat-itemf:nth-child(4n) {
		margin-right: 10px;
	}

	.content-side .product-item,
	.product-item:nth-child(4n) {
		width: 240px;
	}

	.pd-right-side {
		width: 500px;
	}
	.slider {
		margin-top: 50px;
	}

	.footer__columns {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 770px) {
	.header-mobile-area .logo {
		max-width: 250px;
		display: inline-block;
		vertical-align: middle;
		width: auto;
	}

	.nav-left {
		display: none;
	}
	.inner {
		width: 100%;
		max-width: 760px;
		padding: 0 15px;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.head {
		font-size: 25px;
	}

	.cat-item,
	.cat-item:nth-child(4n),
	.content-side .cat-item,
	.content-side .product-item,
	.content-side .product-item:nth-child(4n) {
		width: 49%;
		margin-right: 2%;
		float: left;
	}

	.cat-item:nth-child(2n),
	.content-side .product-item:nth-child(2n) {
		margin-right: 0;
	}

	.tb-text {
		top: 0;
		left: 0;
		height: 470px;
		width: 100%;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}

	.top-banner {
		height: 470px;
	}

	.tb-text p {
		position: absolute;
		bottom: 15px;
		left: 25px;
	}

	.tb-text .social {
		display: none;
	}

	.as-item {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	/*.footer-mob {
		background: #0b4da1;
		text-align: center;
		color: #fff;
		padding: 35px 0 5px;
	}

	.footer-mob .social {
		margin-bottom: 35px;
	}

	.footer-mob .social a {
		display: inline-block;
		vertical-align: middle;
		margin: 0 15px;
	}

	.fotter-cont {
		margin: 5px 0;
	}*/

	.dev {
		margin: 20px 0;
	}

	/*.footer-mob,.footer-phone-mob {
		display: block;
	}

	.footer-phone-mob {
		text-align: center;
		font-size: 35px;
		font-weight: bold;
		color: #0b4da1;
		padding: 25px 0;
	}

	.footer-phone-mob a {
		text-decoration: none;
	}

	.footer {
		display: none;
	}*/

	.wf-wrap .input-col {
		width: 100%;
	}

	.wf-wrap .cc {
		max-height: 365px;
		overflow-y: auto;
	}

	.pd-left-side {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.pd-right-side {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.cat-item,
	.content-side .product-item,
	.product-item:nth-child(4n) {
		width: 100% !important;
		margin: 0 0 30px !important;
	}
	div.product-items div.stickers {
		right: unset !important;
		left: 148px !important;
	}
	.footer__column {
		flex: 100%;
	}
	.product-item.main__product-item {
		width: 400px !important;
	}
}

@media screen and (max-width: 391px) {
	div.product-items div.stickers {
		right: unset !important;
		left: 108px !important;
	}
	div.product-item div.image {
		width: 140px !important;
	}
	div.product-item div.infoblock {
		width: 140px !important;
	}
	div.infoblock ul {
		margin-left: -30px !important;
	}
	div.infoblock ul li {
		font-size: 13px;
		display: block;
		max-width: 80%;
		margin: 0px 0px 5px;
	}
	div.product-item div.price {
		width: 70% !important;
	}
	.cat-item,
	.content-side .product-item,
	.product-item:nth-child(4n) {
		width: 100% !important;
		margin: 0 0 50px !important;
	}
	.product-item.main__product-item {
		width: 400px !important;
	}
}

@media screen and (max-width: 380px) {
	.header-mobile-area .logo {
		max-width: 150px;
	}
	.home-wrap {
	}
	.top-wrap {
		font-size: 15px;
		line-height: 20px;
		background: url(../images/home-wrap.jpg) 50% no-repeat;
		/*    height: 180px;*/
		position: relative;
	}
	.bottom-wrap {
		display: none;
	}
	.arenda-steps {
		display: none;
	}
	.head {
		font-size: 18px;
		font-family: "Gotham Pro Bold";
	}
	.cat-item {
		width: 47% !important;
		margin: 0 3px 20px !important;
		background-color: #0b4da1;
	}
	.cat-item:hover {
		box-shadow: none;
		background-color: #333;
	}
	.cat-item .image {
		margin: auto;
		width: auto;
		padding: 15px;
	}
	.cat-item .name {
		color: #fff;
		font-size: 13px;
		padding: 0 5px;
		height: auto;
		font-family: "Gotham Pro Light";
	}
	.ppc {
		color: #fff;
		font-family: "Gotham Pro Bold";
	}
	.footer-phone-mob {
		font-size: 33px;
		font-family: "Gotham Pro Bold";
		font-weight: 900;
	}
	span.open-text {
		display: inline-block;
	}
	#read {
		display: none;
	}
	#hidden {
		display: none;
	}
	.dsp-n {
		display: none;
	}
}
