@media (max-width: 1024px) {
	.header{
		padding: 0;
	}
	.header-righr-top{
		display: none;
	}
	.logo{
		display: none;
	}
	.top-menu-nav{
		position: absolute;
		top: 6px;
		left: 0;
		width: 100%;
		display: block;
		background-color: #0c73ee;
		min-height: 100vh;
		z-index: 99;
		display: none;
	}
	ul.top-menu{
		display: block;
	}
	ul.top-menu--catalogue{
		margin-top: 20px;
		padding-bottom: 20px;
	}
	ul.top-menu li{
		padding: 0;
	}
	ul.top-menu li a{
		display: block;
		padding: 10px 20px;
		color: #fff;
		text-decoration: none;
	}
	.mobile-header{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.news-right-text{
		padding: 20px 20px 0;
	}
	.news-block{
		background: none;
		width: 50%;
		height: auto;
	}
	.news-block-title{
		display: block;
	}
	.news{
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
	}
	.news-title-box{
		height: auto;
		width: auto;
		font-size: 14px;
		background: none;
	}
	.news-title-box a{
		height: auto;
		width: auto;
	}
	.news-text{
		height: auto;
		width: auto;
		color: #fff;
		background: none;
	}
	.news-text .hidden{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.news-data{
		float: none;
		width: auto;
	}
	.news-data p{
		color: #000;
		margin: 0 10px 0 0;
		text-align: left;
	}
	.news-text-box{
		float: none;
		width: auto;
	}
	.right-text{
		box-sizing: border-box;
		width: 50%;
	}
	.buttons-menu{
		padding-left: 20px;
		padding-right: 20px;
	}
	.bottom-text{
		padding-left: 20px;
		padding-right: 20px;
	}
	.certificate{
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer-box{
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
	}
	.page-img-top{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-img-top img{
		max-width: 100%;
	}
	.right-col{
		padding-left: 20px;
		padding-right: 20px;
	}
	.hero{
		margin-left: 20px;
		margin-bottom: 10px;
		width: calc(100% - 40px);
	}
	.hero__img{
		padding-bottom: 23.5%;
	}
}
@media (max-width: 768px) {
	.news-block{
		width: 100%;
	}
	.right-text{
		width: 100%;
		padding-left: 0;
	}
	.left-col{
		display: none;
	}
	.form-row{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.mod-form-elem{
		width: 100%;
		max-width: 100%;
	}
	.mod-form-name{
		max-width: 100%;
		width: auto;
		margin-right: 5px;
	}
	.map-cols{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.hero{
		width: calc(100% - 40px);
	}

}
@media (max-width: 480px){
	.mobile-phone{
		font-size: 0!important;
	}
	.mobile-phone::before{
		content: "\f095";
		display: inline-block;
		font-family: FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 22px!important;
		margin-top: 2px;
	}
	.hero{
		margin-bottom: 0;
	}
	.hero__img{
		padding-bottom: 100%;
		background-image: url('/img/bunner-mobile.jpg');
	}
}
