@media only screen and (max-width : 980px){

.inner {
	/*max-width: 940px;*/
    max-width: 100%;
    padding: 0 10px;
}

.menu {
	display: none;
}

.service-block-wrapper{
	justify-content: center;
}

.service-item:nth-child(odd){
	margin-right: 15px;
}

.reviews-block{
	justify-content: center;
}

.review-item {
	margin-bottom: 20px;
}

.review-item:nth-child(odd){
	margin-right: 20px;
}

#contacts {
	display: flex;
	flex-direction: column;
}

.map {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

}

@media only screen and (max-width : 320px){

	.inner {
		max-width: 280px;
	}
}

@media only screen and (max-width : 1024px){
  .slide.head {
    height: 400px;
  }
  .head .text-block {
    font-size: 30px;
  }
	.service-block-wrapper {
		justify-content: space-around;
	}

	.review-item {
		margin-bottom: 20px;
	}

	.footer-block {
		justify-content: center;
	}

	.menu {
		display: none;
	}

	.gamburger1 {
		display: block;
	}
	
}
@media only screen and (max-width : 803px) {
  .review-item:nth-child(odd) {
      margin-right: 0;
  }
}
@media only screen and (max-width : 1200px) {
  .footer-right {
		margin-bottom: 20px;
	}
	.footer-block {
		justify-content: center!important;
	}
}
@media (max-width: 767px){
  html, body{
    overflow-x: hidden;
  }
  .review-item:nth-child(odd) {
    margin-right: 0;
}
  .middle .text-block {
    height: auto;
    width: 90%;
    padding: 30px 0;
}
  .about p{
    padding: 0 3px; 
  }
    .slide.head {
      height: 300px;
    }  
  .head .text-block {
    max-width: 590px;
    width: 90%;
  }
  .header-wrapper {
    display: block;
  }
  .logo-block {
    display: inline-block;
     width: 68%;
    margin: 0 0 25px;
  }
  .logo, .company-name-block  {
    display: inline-block;
  }
  header .feedback-block,  .phone-block {
     display: inline-block;
     width: 47%;
  }
  .gamburger1 {
      display: inline-block;
      width: 30%;
  }
  .footer_form {
    display: block;
  }
  .fb-left-side, .fb-right-side {
    margin: 0 auto;
    width: 282px;
  }
  .f-plicity {
    margin: 0 auto 10px;
    text-align: center;
  }
  .service-item:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 510px){
  .section-wrapper {
    margin-top: 35px;
  } 
  .gamburger1 {
    display: inline-block;
    width: 18%;
  }
  .logo {
    padding-right: 1px;
  }
  .company-name-block{
   width: 65%; 
  }
  .logo-block {
    width: 80%;
  }
  header .feedback-block, .phone-block {
    display: inline-block;
    width: 100%;
  }
  .phone-block{
    margin: 0 0 20px;
  }
}
@media (max-width: 475px){
.gamburger4 {
    top: 68px;
  }
  .icons li {
      display: block;
      max-width: 100%;
      width: 100%;
      text-align: center;
  }
}