.aboutus.wrapper{
  max-width: 1920px;
  width: 75%;
  margin: 0 auto;
}

/* конец меню */
.aboutus .content{
  width: 100%;
  color: #333;
}
.aboutus .content img{
	width: auto;
	max-width: 1500px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 10px 0 30px 0;
}
.aboutus .content .lightgallery-default img{
    width: /*auto*/23%;
    max-width: initial;
    height: auto;
    margin: 0 1% 0 0/*0*/;
    display: inherit;
    padding: 0;
}
.aboutus .content h2{
  margin: 10px 0 0 0;
  font-family:'Monserrat';
  font-weight: normal;
  font-size: 3.4em;
  color: black;
}
.aboutus .content h1{
  margin: 40px 0 0 0;
  font-family: 'Raleway';
  font-weight: 800;
  font-size: 4em;
  color: black;
	text-align: center;
}
.aboutus .content h3{
  font-family:'Monserrat';
  font-weight: normal;
  font-weight: 500;
  font-size: 2.8em;
}
.aboutus .content .h3{
  font-family:'Monserrat';
  font-weight: normal;
  font-weight: 800;
  font-size: 3.5em;
}
.aboutus .content p{
  font-size: 2em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
/*.aboutus .content a{
  color: rgb(0, 82, 214) !important;
}*/
.aboutus #low_img{
  width: 40%;
  max-width: 800px;
}
.aboutus .content ul, 
.aboutus .content li{
  list-style-type: disc;
  font-size:19px;
}
.aboutus .content  h2#h2-main{
  font-size: 2.2em;
  padding-bottom: 0.6em;
}
.aboutus .line-red-ab{
  height: 1px;
  width: 100%;
  margin: 20px auto 30px;
  background-color: rgba(0, 0, 0, 0.274);
}
.aboutus h2.main_h2{
  font-family:'Monserrat';
  font-weight: normal;
}
@media (max-width: 1140px){
  .aboutus.wrapper{
   width: 100%;
   padding: 0 30px;
  }
  .aboutus .contacts_info {
   margin-right: 30px;
}
}
@media (max-width: 780px){
  .aboutus.wrapper{
    font-size: 0.9em;
  }
  .aboutus .line-red-ab{
    margin: 10px 0 20px;
  }
}

@media (max-width: 600px){
  .aboutus.wrapper{
    font-size: 0.8em;
    padding: 0 20px;
  }
}
@media (max-width: 460px){
  .aboutus.wrapper{
    font-size: 0.7em;
    padding: 0 20px;
  }
  .aboutus .content {
    padding: 0px 0px 15px;
}
}
@media (max-width: 420px){
  .aboutus.wrapper{
    font-size: 0.6em;
    padding: 0 20px;
  }
  .aboutus .content h3{
    font-size: 3em;
  }
}


