@media (max-width: 1025px){
	.container{
		padding: 0 4rem;
	}
	.advantages, .blog, .contact, 
	.footer, .price, .about, .info,
	.client, .blogs, .tech{
		padding: 4rem;
	}
}
@media (max-width: 769px){
	.tech{
		flex-direction: column;	
	}
	.tech-img, .tech-content{
		width: 70%;
		margin-bottom: 2rem;
	}
	.header-phone{
		display: none;
	}
	.header-left p{
		display: none;
	}
	.footer-top nav{
		display: none;
	}
	.popap-wrapper,
	.popap2-wrapper{
		width: 45%;
	}
	.advantages-item{
		width: 30%;
	}
	.advantages-item img{
		width: 35%;
	}
	.header-nav a,
	.main-content h1,
	.main-content p{
		text-shadow: 0px 0px 2px #eee;
	}
	.blog h3,
	.blog p{
		color: #000;
	}
	.client-company{
		flex-direction: column;
		align-items: center;
	}
	.client-company img{
		margin-bottom: 2rem;
	}
	.client-sert{
		flex-direction: column;
		align-items: center;
	}
	.client-sert img{
		margin-bottom: 2rem;
	}
	.price-content{
		flex-wrap: wrap;
	}
	.price-item{
		width: 45%;
		margin-bottom: 3rem;
	}
}
@media (max-width: 426px){
	.header-left img {
    	width: 80px;
    }
	.container{
		max-width: 100vw;
		width: 100vw;
		overflow-x: hidden;
	}
	.blog{
		background-position: right bottom;
		background-image: url(../image/blog-bg_mobile.png);
	}
	.blog h3,
	.blog p{
		max-width: 100%;
	}
	.blogs-item{
		flex-direction: column;
	}
	.blogs-info{
		width: 100%;
	}
	.blogs-img{
		width: 100%;
		height: 40rem;
	}
	.header-nav a{
		font-size: 1rem;
	}
	.price-item{
		width: 100%;
	}
	.main-content h1,
	.main-content p{
		text-shadow: none;
		color: #fff;
	}
	.header-left img{
		margin-right: 0;
	}
	.main-controls{
		display: none;
	}
	.header-button{
		display: none;
	}
	.main-content h1{
		font-size: 3rem;
	}
	.price-nav{
		align-items: center;
		flex-direction: column;
	}
	.price-link{
		width: 70vw;
		height: 50vw;
		margin-bottom: 2rem;
	}
	.price-content{
		align-items: center;
		flex-direction: column;
	}
	.price-slider{
		height: 15rem;
	}
	.price-info{
		margin-bottom: 2rem;
		width: 100%;
	}
	.price-slider{
		width: 100%;
		height: 40rem;
	}
	.advantages{
		display: none;
	}
	.contact-nav{
		flex-direction: column;
	}
	.contact-map{
		max-width: 100%;
	}
	.footer-phone{
		display: none;
	}
	.footer-bottom hgroup{
		display: none;
	}
	.main{
		width: 100vw;
		max-width: 100vw;
		overflow-x: hidden;
	}
	.about{
		flex-direction: column;
	}
	.about-left{
		width: 100%;
	}
	.owl-stage{
		flex-direction: column;
	}
	.owl-stage{
		width: 100%;
	}
	.owl-item{
		width: 100%;
	}
	.popap-wrapper, .popap2-wrapper {
	    width: 75%;
	}
	.header-top {
		height: 60px;
	}
	.header{
		height: 50px;
	}
	.header-nav{
		display: none;
	}
	.main-content{
		height: calc(60vh - 50px);
	}
	.header-menu__btn{
		display: flex;
	}
}