*{
  -moz-box-sizing: border-box;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
 }
html, body {
 height: 100%;
 background-color: #fff;
 font-family: 'PF Din Text Comp Pro';
 font-size: 16px;
 font-weight: normal;
 min-width: 320px;
}
body{
  overflow-x: hidden;
 }
a{
  outline: none;
  text-decoration: none;
  }
img{
  outline: none;
  max-width: 100%;
  border:none;
 }
ul{
  list-style: none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
input[type="text"]::-moz-placeholder{
  color: #c2c2c2;
  font-size: 16px;
}
input[type="text"]::-webkit-input-placeholder{
  color: #c2c2c2;
  font-size: 16px;
}

input[type="text"]:-ms-input-placeholder{
  color: #c2c2c2;
  font-size: 16px;
}
input[type="text"]::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
input[type="text"]:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input[type="text"]:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}




/*
START HEADER
############*/
.header{
  background: url(../images/bg.jpg) no-repeat top center;
  min-height: 600px;
}
.js-header{
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  z-index: 2000;
}
.header-in{
  margin: 0 auto;
  max-width: 1120px;
  width: 100%;
  padding-top: 20px;
  overflow: hidden; 
}
.header-bottom{
  /*overflow: hidden;*/
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 210px 0 30px;
}
.header-title{
  color: #ffffff;
  font-family: 'PF Din Text Comp Pro';
  display: block;
  font-size: 45px;
  font-weight: 500;
}
.header-descript{
  color: #ffffff;
  display: block;
  font-size: 30px;
}
.btn{
  display: block;
  width: 150px;
  height: 50px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #696458 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#696458 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#696458 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#696458',GradientType=0 );
  box-shadow: 0 5px 8px #000000;
  margin: 20px 0 0 4px;
}
.btn span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 14px;
}
.header-logo{
  float: left;
}
.header-info{
 float: right;
}
.chelabinsk{
  display: block;
  color: #fff;
  font-size: 16px;
}
.chelabinsk:before{
  content: url(../images/icon9.png);
}
.header-info-mail{
  display: block;
  color: #fff;
  font-size: 16px;
}
.header-info-mail:before{
  content: url(../images/icon10.png);
  margin: 2px 11px 0 0;
  display: block;
  float: left;
}
.header-info-phone{
  display: block;
  color: #fff;
  font-size: 16px;
  position: relative;
  left: -23px;
}
.header-info-phone:before{
  content: url(../images/icon11.png);
  margin: 2px 11px 0 0;
  display: block;
  float: left;
}
/*#######
START OUR
#########*/
.our{
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 85px;
}
.our-title,
.catalog__title,
.client__title {
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-size: 36px;
  font-family: 'PF Din Text Comp Pro';
  font-weight: 500;
  text-align: center;
  margin-top: 75px;
}
.our-content{
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
}
.our-content li{
  float: left;
  width: 23.6%;
  margin: 0 20px 0 0;
}
.our-content li:last-child{
  margin: 0;
}
.our-content-title{
  color: #1f1f1f;
  font-size: 18px;
  font-weight: bolder;
  display: block;
}
.our-desc{
  color: #474747;
  font-size: 16px;
}
.our-line{
  display: block;
  border-top: 3px solid #000000;
  width: 65px;
  height: 3px;
  margin-top: 20px;
}
.our-icon{
  background: #f0f0f0 url(../images/icon.png) no-repeat center center;
  width: 95px;
  height: 95px;
  display: block;
  margin-bottom: 25px;
}
.our-icon2{
  background: #f0f0f0 url(../images/icon3.png) no-repeat center center;
}
.our-icon3{
  background: #f0f0f0 url(../images/icon5.png) no-repeat center center;
}
.our-icon4{
  background: #f0f0f0 url(../images/icon7.png) no-repeat center center;
}
.our-content li.our-experience:hover .our-icon{
  background: #f0f0f0 url(../images/icon2.png) no-repeat center center;
}
.our-content li.our-experience:hover .our-line{
  border-top: 3px solid #ffb932;
}
.our-content li.our-experience:hover .our-content-title{
  color: #ffb932;
}
.our-content li.our-experience:hover .our-icon2{
  background: #f0f0f0 url(../images/icon4.png) no-repeat center center;
}
.our-content li.our-experience:hover .our-icon3{
  background: #f0f0f0 url(../images/icon6.png) no-repeat center center;
}
.our-content li.our-experience:hover .our-icon4{
  background: #f0f0f0 url(../images/icon8.png) no-repeat center center;
}

/*############
START MAXIMUM
##############*/
.maximum{
  background: #f4b757;
  padding: 25px 0 45px;
}
.maximum__in{
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
.maximum__title{
  display: block;
  color: #000000;
  font-size: 34px;
}
.maximum__form{
  margin-top: 30px;
}
.maximum__form input[type="text"]{
  display: block;
  float: left;
  width: 160px;
  height: 30px;
  border:none;
  padding: 0 0 0 15px;
  margin: 0 30px 0 0;
}
.file-upload {
  position: relative;
  overflow: hidden;
  padding: 5px 0 0 37px !important;
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  height: 30px;
  background-color: #fff;
  color: #c2c2c2;
  font-size: 16px;
}
.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload span:before{
  content: "";
  border: 11px solid transparent;
  border-top: 18px solid #000000;
  display: block;
  width: 0;
  position: absolute;
  top: 6px;
  left: 6px;
}
.maximum__form input[type="submit"]{
  border: none;
  width: 160px;
  height: 42px;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  display: block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #040404 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#040404 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#040404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#040404',GradientType=0 );
  margin-top: 16px;
  cursor: pointer;
  float: left;
  clear: both;
}
.maximum__minute{
  float: left;
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin: 13px 0 0 30px;
}

.input-row {
  margin-top: 0;
  position: relative;
  clear: both;
  top: 15px;
  width: 150px;
}
  
.input-helper {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.input-helper:before {
  content: '';
  display: block;
  position: absolute;
}
.input-helper--checkbox {
  padding-left: 30px;
  cursor: pointer;
  font-size: 13px;
}
.input-helper--checkbox:before {
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
}  
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"]:checked + label:before {
  background: #222;
}

/*
START CATALOG
#############*/
.catalog{
  background: url(../images/bg2.jpg) no-repeat top center;
  min-height: 760px;
}
.catalog__title{
  margin-top: 0;
  padding-top: 50px;
}
.catalog__in{
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
.catalog__content{
  margin-top: 50px;
}
.catalog__content li{
  background-color: #fff;
  width: 247px;
  height: 240px;
  display: inline-block;
  margin: 0 30px 30px 0;
  vertical-align: top;
  position: relative;
  text-align: center;
}
.catalog__content-title{
  color: #000000;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'PF Din Text Comp Pro';
  font-weight: 500;
  display: block;
  padding: 19px 0 8px 30px;
  text-align: left;
  width: 200px;
  position: relative;
}
.catalog__content li img{
  vertical-align: -110px;
}
.catalog__content-open{
  display: block;
  text-transform: uppercase;
  color: #000000;
  padding: 20px 0 20px 30px;
  font-family: 'TRY Clother';
  font-weight:bold;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.catalog__content li a:hover .catalog__content-open{
  color: #f4b130;
}
.catalog__content li:nth-child(4n+4){
  margin: 0;
}
.catalog__content li .img{
  margin-top: -20px;
}

/*
START CLIENT
############*/
.client{
  background-color: #fff;
  max-width: 1100px;
  width: 100%;
  height: 230px;
  margin: -60px auto 0;
  position: relative;
  z-index: 1000;
  padding-bottom: 20px;
  overflow: hidden;
}
.client__title{
  margin-top: 0;
  padding-top: 30px;
  font-size: 30px;
}
.client .owl-carousel{
  padding-top: 40px;
}
.client .owl-carousel .owl-item img{
  width: auto;
  margin: 0 auto;
  display: block;
}
.client .owl-carousel{
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.owl-theme .owl-nav [class*=owl-]{
    text-indent: -999999px;
  }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  background: url(../images/next.png) no-repeat !important;
  width: 25px;
  height: 25px;
  float: right;
  position: relative;
  left: 64px;
}
.owl-carousel .owl-nav .owl-prev {
  background: url(../images/prev.png) no-repeat !important;  
  float: left;
  left: -64px;
}

.owl-theme .owl-nav{
  position: absolute;
  width: 100%;
}
.owl-theme .owl-nav{
  top: 90px;
}

/*
START APPLICATION
#################*/
.application{
  background: url(../images/bg3.jpg) no-repeat top center;
  min-height: 550px;
  padding: 30px 0 50px;
  margin-top: -170px;
}
.application__in{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.application__title{
  display: block;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  font-family: 'PF Din Text Comp Pro';
  padding-top: 160px;
}
.application__descr{
  color: #fff;
  font-size: 24px;
}
.application__form{
  margin-top: 40px;
}
.application__left{
  float: left;
  max-width: 350px;
  width: 100%;
}
.application__left input[type="text"]{
  border:none;
  width: 350px;
  height: 35px;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  font-size: 15px;
}
.application__left input[type="submit"]{
  display: block;
  cursor: pointer;
  width: 130px;
  height: 35px;
  border: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #0b0a0a 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#0b0a0a 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#0b0a0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#0b0a0a',GradientType=0 );
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  font-family: 'PF Din Text Comp Pro';
}
.application__right{
  float: left;
  width: 270px;
}
.application__right .file-upload{
  position: relative;
  left: 18px;
  width: 250px;
  font-size: 20px;
  padding: 3px 0 0 35px !important;
  clear: both;
}
.application__right .file-upload2{
  top: 20px;
}
/*
START MAP
#########*/
.map{
  max-width: 100%;
  width: 100%;
}


/*
START FOOTER
#############*/
.footer{
  background-color: #171717;
  padding: 20px 0;
}
.footer__in{
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
.footer__in .header-logo{
  float: left;
}
.footer__copyright{
  float: left;
  margin: 13px 0 0 24%;
}
.footer__copyright span{
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}
.footer__copyright a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  padding-bottom: 2px;
}
.footer__info{
  float: right;
}
.footer__info span{
  display: block;
  color: #fff;
  font-size: 16px;
}
.footer__info a{
  color: #fff;
  font-size: 16px;
  display: block;
}
.white-popup{
  position: relative;
  max-width: 545px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #696458 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%,#696458 100%);
  background: linear-gradient(to bottom, #ffffff 0%,#696458 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#696458',GradientType=0 );
  min-height: 400px;
}
.popup-title{
  color: #ffffff;
  font-size: 33px;
  display: block;
  padding: 60px 0 0 170px; 
  line-height: 30px;
}
.white-popup .name,
.white-popup .phone{
  margin: 40px 0 0 0;
}
.white-popup .phone{
  margin: 0;
}
.white-popup .name label,
.white-popup .phone label{
  display: block;
  float: left;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 75px 0 70px;
}
.white-popup .phone label{
  padding: 6px 50px 0 70px;
}
.white-popup .name input[type="text"],
.white-popup .phone input[type="text"]{
  border:2px solid #fff;
  width: 280px;
  height: 40px;
  margin-bottom: 40px;
  background: transparent;
  padding: 0 0 0 20px;
  outline: none;
  -moz-caret-color: #fff;
  -o-caret-color: #fff;
  -webkit-caret-color: #fff;
  caret-color: #fff;
  color: #fff;
}
.white-popup .phone input[type="text"]{
  margin-bottom: 0;
}
.white-popup input[type="submit"]{
  display: block;
  border:2px solid #fff;
  width: 210px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'PF Din Text Comp Pro';
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  border-radius: 25px;
  color: #fff;
  background-color:transparent;
  margin-top: 40px;
  cursor: pointer;
}
.mfp-close-btn-in .mfp-close{
  font-size: 50px;
}
.white-popup-descript{
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  padding-bottom: 100px;
}
.white-popup-descript-title{
  text-transform: uppercase;
  color: #000000;
  font-size: 25px;
  display: block;
  padding: 48px 0 30px 25px;
  font-family: 'Proxima Nova ExCn Rg';
  font-weight: bold;
}
.white-popup-descript p{
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  padding: 12px 0 0 25px;
  font-family: 'Proxima Nova ExCn Rg';
  font-weight: bold;
}


/*
START MENU
##########*/
.menu__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
    margin-top: 10px;
    max-width: 760px;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.menu__element {
	margin: 0 15px;
}
.menu__element.active:after{
  content: "";
  border-bottom: 2px solid #fff;
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: -6px;
}
.menu__link {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 10px;
  color: #ffb932;
  font-family: 'Proxima Nova ExCn Rg';
  font-weight: bold;
	border-radius: 20% / 5px;

	-webkit-transition: .3s;

	-o-transition: .3s;

	transition: .3s;
}
.menu__element.active .menu__link,
.menu__element:not(.menu__element_no-clickable) .menu__link:hover {
	color: #fff;
}
.menu__element_except .menu__link {
	font-style: italic;
}
.menu__element_no-clickable .menu__link:hover,
.menu__element_no-clickable .menu__link {
	cursor: default;
}


/* *************************
	menu toggle button */
.menu-toggle {
	display: none;
	
	position: relative;
	z-index: 69999;
	order: 1;
}

.btn-container {
	display: inline-block;
	cursor: pointer;
	transform: scale(.8);
}

.btn-container__bar {
	width: 35px;
	height: 5px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
}
.btn-container.change .btn-container__bar {
	background-color: #f60;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
	transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px) ;
	transform: rotate(45deg) translate(-8px, -8px) ;
}
/*	menu toggle button ends
 ---------------------------- */


.section-header {
	text-transform: uppercase;
	padding: 20px 0;
	font-size: 36px;
}

.section-content {
	width: 100px;
	margin: auto;
	font-size: 18px;
	line-height: 1.5;
}

section {
	padding: 10px 10px 50px;
}
section:nth-of-type(2n+2) {
	background-color: #930;
}

.singles {
	padding: 30px 0;
	line-height: 2;
	background-color: #555;
	border: 10px solid #f60;
}
.singles__header {
	font-size: 36px;
}

.footer__text {
	padding: 20px 10px;
	background-color: #111;
	color: #f60;
	border: 1px solid;
	font-size: 14px;
}
.white-popup-descript.politicts{
  padding-bottom: 30px;
}
.white-popup-descript.politicts p{
  text-transform: none;
  font-family: 'PF Din Text Comp Pro';
  font-weight: normal;
  font-size: 20px;
  padding: 28px 27px 0 27px;
}
.white-popup-descript.politicts a{
  color: #930;
  text-decoration: underline;
}
/*popup form*/
.bttn {
	min-width: 300px;
	color: #FFF;
	padding: 5px 40px 15px;
	font-size: 30px;
	background: #d98642;
	height: auto;
	border-radius: 10px;
	border: none;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
	outline: none;
}
.bttn:hover {
    box-shadow: 5px 10px 16px 0px rgba(0, 0, 0, 0.55);
}
button.bttn {
	font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
	min-width: auto;
    padding: 10px 50px;
    margin-right: 20px;
	outline: none;
}
button.bttn:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.55);
}
.lleft {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #000;
	width: 49%;
}
.lleft a {
	color: #000;
	text-decoration: underline;
}
.formOnline {
	background: #FFF;
	padding: 30px 60px;
}
.formOnline .popup-title {
	color: #000;
	text-align: left;
	padding: 30px 0 0 0px;
	font-weight: bold;
}
.formOnline .popup-title2 {
	margin:  10px 0 30px;
	font-size: 18px;
}
.formOnline input {
    color: #000;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
	font-size: 14px;
    display: block;
	width: 100%;
    text-align: left;
    background-color: transparent;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 0px 0px 0px 5px;
	border: none;
    border-bottom: 1px solid #262626;
	margin-bottom: 20px;
	height: 30px;
	outline: none;
}
.maximum__in.formOnline, .application__in.formOnline {
	background: transparent;
}
.maximum__in.formOnline input::placeholder { 
	color: #333; 
} 
.application__in.formOnline input::placeholder{ 
	color: #bdbdbd; 
} 
.maximum__minute {
	margin-bottom: 15px;
	margin-left: 0;
}
.application__title {
	margin: 20px 0 40px;
}
.application__in.formOnline input {
	color: #bdbdbd;
}


/*
START RESPONSIVE
###############*/
@media (max-width:1140px){
  .header-in{
    padding: 20px 1% 0;
  }
  .menu__container{
    max-width: 680px;
  }
}

@media only screen and (max-width : 900px) {
	.menu-toggle {
		display: block;
	}
	.menu__container {
		flex-direction: column;
		display: none;
	}
	.menu__element {
		margin: 1px 0;
	}
	.menu__link {
		border-radius: 0;
	}
}

@media (max-width:1120px){
  .our{
    padding: 0 1% 80px;
  }
  .our-content li{
    width: 22.6%;
  }
  .maximum__in{
    padding: 0 1%;
  }
  .catalog__content{
    padding: 0 1%;
  }
  .catalog__content li{
    width: 22.5%;
  }
  .application__in,
  .footer__in{
    padding: 0 1%;
  }
  .header-bottom{
    padding: 220px 1% 30px;
  }
}


@media (max-width:1070px){
  .menu__element{
    margin: 0 4px;
  }
  .menu__container{
    max-width: 570px;
  }
}


@media (max-width:1030px){
  .catalog__content li{
    margin: 0 25px 25px 0;
  }
}


@media (max-width:970px){
  .menu__link{
    padding: 5px;
  }
  .menu__container {
    max-width: 500px;
    margin-top: 12px;
  }
}


@media (max-width:950px){
  .catalog__content li{
    margin: 0 23px 20px 0;
  }
  .catalog__content {
    padding: 0 1%;
    width: 97%;
    margin: 50px auto 0;
  }
  .catalog__content-title{
    font-size: 18px;
    padding: 14px 0 8px 24px;
  }
  .catalog__content li img{
    width: 90%;
  }
  .client .owl-carousel{
    max-width: 660px;
  }
}

@media (max-width:900px){
  .menu-toggle {
   display: block;
   width: 38px;
   margin: 0 auto;
 }
 .menu{
   max-width: 200px;
   width: 100%;
   float: left;
   margin: 0 0 0 15%;
   padding-bottom: 15px;
 }
 .menu__container{
   text-align: center;
 }
 .menu__element.active:after{
   width: 17%;
 }
}

@media (max-width:890px){
  .catalog__content li{
    margin: 0 13px 20px 0;
    width: 23.3%;
  }
  .footer__copyright{
    margin: 13px 0 0 15%;
  }
}

@media (max-width:850px){
  .our-content{
    max-width: 700px;
    width: 100%;
  }
  .maximum__title{
    font-size: 30px;
  }
  .catalog__content li{
    margin: 0 6px 10px 0;
    width: 23.9%;
  }
  .catalog__content-title{
    padding: 14px 0 8px 9px;
    width: 170px;
  }
  .owl-carousel .owl-nav .owl-prev{
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next{
   left: 36px;
  }
  .client .owl-carousel{max-width: 620px;
  }
}

@media (max-width:750px){
  .catalog__content{
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
  }
  .catalog__content li{
    width: 220px;
  }
  .catalog{
    background-size: cover;
    padding-bottom: 50px;
  }
  .catalog__title{
    margin-bottom: 30px;
  }
  .application__title{
    font-size: 25px;
  }
  .application__descr{
    font-size: 22px;
  }
  .client{
    margin: 0px auto 0;
  }
  .header-title{
    font-size: 40px;
  }
  .header-descript{
    font-size: 25px;
  }
  .menu{
    margin: 3px 0 0 6%;
  }
}


@media (max-width:700px){
  .our-content{
    max-width: 600px;
    width: 100%;
  }
  .our-content li{
    width: 207px;
    margin-bottom: 30px;
  }
  .our {
    padding: 0 1% 50px;
 }
  .our-content{
    max-width: 460px;
  }
  .footer__copyright{
    margin: 13px 0 0 10%;
  }
}

@media (max-width:679px){
  .client .owl-carousel{
    max-width: 420px;
  }
}

@media (max-width:640px){
  .maximum__title{
    font-size: 25px;
  }
  .application{
    background-size: cover;
  }
  .application__in{
    max-width: 500px;
  }
  .application__in{
    max-width: 370px;
  }
  .application__title{
    font-size: 23px;
  }
  .application__descr{
    font-size: 20px;
  }
  .application__right .file-upload{
    left: 0;
    top: -35px;
    width: 100%;
    margin-bottom: 20px;
  }
  .application__left input[type="submit"]{
    top: 110px;
    position: relative;
  }
  .application__left input[type="text"]{
    width: 100%;
  }
  .application__right,
  .application__left{
    width: 100%;
    max-width: 100%;
  }
  .footer__copyright{
    margin: 13px 0 0 5%;
  }
  .header-title{
    font-size: 30px;
  }
  .header-descript{
    font-size: 20px;
  }
  .menu {
    margin: 3px 0 0 0;
    width: 154px;
 }
 
}

@media (max-width:590px){
  .footer__in{
    max-width: 320px;
  }
  .footer__copyright{
    margin: 13px 0 0 0;
  }
  .footer__in .header-logo{
    display: block;
    margin: 0 auto;
    float: none;
    width: 180px;
  }
  .footer__copyright{
    margin: 0 auto;
    float: none;
    width: 206px;
  }
  .footer__info{
    float: none;
    margin: 10px auto 0;
    width: 165px;
  }
}

@media (max-width:560px){
  .maximum__title{
    font-size: 23px;
  }
  .maximum__form{
    max-width: 480px;
  }
  .maximum__form {
    max-width: 435px;
    width: 100%;
    margin: 30px auto 0;
  }
  .maximum__in .file-upload{
    margin: 16px 0 0 30px;
  }
  .input-row{
    top: 0;
  }
  .header-logo{
    width: 130px;
  }
}

@media (max-width:500px){
  .catalog__content{
    width: 97%;
  }
  .catalog__content li{
    width: 48%;
  }
  .popup-title{
    padding: 60px 0 0 100px;
  }
  .white-popup .name label, .white-popup .phone label{
    padding: 6px 48px 0 30px;
  }
  .white-popup .phone label{
    padding: 6px 36px 0 14px;
  }
  .white-popup-descript p{
    font-size: 18px;
    padding: 12px 0 0 15px;
  }
  .white-popup-descript-title{
    padding: 48px 0 30px 13px;
  }
}

@media (max-width:483px){
  .our-content{
    max-width: 380px;
    width: 100%;
  }
  .our-content li{
    width: 46%;
    margin: 0 10px 30px 0;
  }
  .our-title, .catalog__title, .client__title{
    font-size: calc(36px - 20%);
  }
  .maximum__in {
    max-width: 270px;
    width: 100%;
  }
  .maximum__form input[type="text"]{
    width: 225px;
    margin-bottom: 20px;
  }
  .maximum__in .file-upload {
    margin: 0 0 0 0;
    width: 225px;
  }
  .maximum__minute{
    margin: 13px 0;
  }
  .owl-carousel .owl-nav .owl-next{
    left: 0;
  }
  .header-info span,
  .header-info a{
   font-size: 14px;
  }
  .menu__link{
    font-size: 14px;
  }
  .menu{
    width: 136px;
  }
  
}

@media (max-width:450px){
 .header-in{
   max-width: 320px;
   min-width: 320px;
 }
 .header-info{
  overflow: hidden;
  width: 190px;
  margin: 0 auto;
  padding-bottom: 12px;
 }
}

@media (max-width:420px){
  .catalog__content{
    width: 100%;
  }
  .catalog__content li{
    margin: 0 1% 10px 0;
  }
  .popup-title{
    padding: 60px 0 0 50px;
  }
  .white-popup .name label, .white-popup .phone label{
    padding: 6px 20px 0 6px;
  }
  .white-popup .phone label{
    padding: 6px 11px 0 3px;
  }
  .application__left input[type="text"],
  .application__right .file-upload{
    width: 97%;
  }
}

@media (max-width:380px){
  .catalog__content-title{
    font-size: 16px;
    padding: 14px 0 8px 5px;
  }
  .white-popup .name input[type="text"], .white-popup .phone input[type="text"]{
    width: 210px;
  }
 .white-popup .phone label {
    padding: 6px 10px 0 6px;
 }
 .white-popup .name label{
   padding: 6px 35px 0 6px;
 }
 .white-popup-descript p {
  font-size: 16px;
  padding: 12px 0 0 9px;
 }
 .white-popup-descript{
   min-width: 320px;
 }

}

