html{
  box-sizing: border-box;
}
*, *::before, *::after{
  box-sizing: inherit;
}
body{
  font-family: 'Montserrat';
  font-style: normal;
  font-size:  16px;
  line-height: 1.2;
  font-weight: normal;
  color: #1B1B1B;
}

/* Header start*/

.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.main{
  width: 100%;
}
.wraper{
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.header-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.contacts{
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.16em;
  text-decoration: none;
  color: #1B1B1B;
}
.logo-link{
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.header-link{
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.menu-white{
  background: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
}
.menu-black{
  background: #424242;
  padding-top: 18px;
  padding-bottom: 19px;
}
.header-list{
  display: flex;
  flex-wrap: wrap;
}
.header-item{
  margin-right: 54px;
}
.header-item:last-child{
  margin-right: 0;
}
.contacts:hover, .contacts-form:hover, .contacts:focus, .contacts:active, 
.header-link:hover, .header-link:focus, .header-link:active{
  opacity: .8;
}

/* Header end*/

/*Main section 1 start*/

.arenda-spec-teh{
  margin-top: 98px; 
  background: url(../img/arenda.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 64px;
}
.main-wrap1, .table{
  display: flex;  
  align-items: flex-start;
  justify-content: space-between;
}
.info-spec{
  padding-top: 112px;
  padding-bottom: 16px;
}
.info-spec-teh{
  max-width: 490px;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.info-desc{
  padding-top: 16px;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  background: transparent url(../img/line.svg) no-repeat left 22px;
  background-size: 2px;
  border: 0;
  padding-left: 10px;
}
.form-info{
  width: 393px;
  height: 473px;
  background: #E8E8E8;
  border-radius: 5px;
  margin-top: 64px;
  padding: 48px;
}
.free-consultation-title{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.free-consultation-desc{
  padding-top: 4px;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.8;
}
.free-consultation{
  padding-top: 32px;
}
.free-consultation input{
  width: 300px;
  height: 46px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 16px;
}
.btn, .btn-mob{
  width: 300px;
  height: 46px;
  padding: 16px 52px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #F76161;
  border-radius: 5px;
}
.btn:hover{
  background: #DC2121;
}
.btn-mob:hover{
  background: #DC2121;
}
.btn-mob{
  display: none;
}
.btn-desc{
  display: block;
}
/*Main section 1 end*/

/*Main section 2 start*/
.tehnika{
  width: 100%;
  height: 100%;
  background: #424242;
  padding-top: 64px;
  padding-bottom: 64px;
}
.main-wrap2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-top: 32px;
}
.tehnika-title{
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.tehnika-desc{
  padding-top: 4px;
  font-size: 12px;
  line-height: 15px;
  color: #FFFFFF;
  opacity: 0.8;
}
.tehnika .wraper .main-wrap2 a{
  transition: .5s ease;
}
.izo1{ 
  background: url(../img/auto1_1.jpg) no-repeat center;  
  width: 222px; 
  height: 222px; 
}
.izo1:hover{ 
  background: url(../img/auto1.jpg) no-repeat center; 
} 
.izo2{ 
  background: url(../img/auto2_2.jpg) no-repeat center;  
  width: 222px; 
  height: 222px; 
}
.izo2:hover{ 
  background: url(../img/auto2.jpg) no-repeat center; 
} 
.izo3{ 
  background: url(../img/auto3_3.jpg) no-repeat center;  
  width: 222px; 
  height: 222px; 
}
.izo3:hover{ 
  background: url(../img/auto3.jpg) no-repeat center; 
} 
.izo4{ 
  background: url(../img/auto4_4.jpg) no-repeat center;  
  width: 222px; 
  height: 222px; 
}
.izo4:hover { 
  background: url(../img/auto4.jpg) no-repeat center; 
} 
.izo5{ 
  background: url(../img/auto5_5.jpg) no-repeat center;  
  width: 222px; 
  height: 222px; 
}
.izo5:hover{ 
  background: url(../img/auto5.jpg) no-repeat center; 
} 
.izo6{ 
  background: url(../img/auto6_6.jpg) no-repeat center;  
  width: 222px; 
  height: 222px; 
}
.izo6:hover{ 
  background: url(../img/auto6.jpg) no-repeat center; 
} 
.izo7{ 
  background: url(../img/auto7_7.jpg) no-repeat center;  
  width: 222px; 
  height: 222px; 
}
.izo7:hover{ 
  background: url(../img/auto7.jpg) no-repeat center; 
} 
/*Main section 2 end*/

/*Main section 3 start*/
.arenda_gruz_krana{
  width: 100%;
  height: 100%;
  padding-bottom: 64px;
}
.arenda_gruz_krana-title, .arenda_ex_pog-title, 
.arenda-high-title{
  padding-top: 64px;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.arenda_gruz_krana-desc, .arenda_ex_pog-desc,
.arenda-high-desc{
  padding-top: 8px;
  padding-bottom: 32px;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  opacity: 0.5;
}
.main-wrap3{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.arenda_gruz_auto1, .arenda_gruz_auto2{
  margin: auto 15px;
}
.arenda_gruz_auto1 img, .arenda_gruz_auto2 img,
.arenda_ex_pog1 img, .arenda_ex_pog2 img, 
.arenda_ex_pog3 img, .arenda_ex_pog4 img, 
.arenda_ex_pog5 img{
  margin: 8px auto;
  border-radius: 5px;
}
.title-gruz-auto, .title-arenda_ex_pog,
.title-arenda_ex_pog1{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
}
.title-arenda_ex_pog1{
  margin-bottom: 24px; 
  margin-top: 15px
}
.desc-gruz-auto, .desc-arenda_ex_pog{
  font-size: 12px;
  line-height: 140.2%;
}
.desc-gruz-auto b, .desc-arenda_ex_pog b,
.arenda-highv-desc{
  font-weight: bold;
}
.form-btn{
  margin: 32px 400px 0 400px;
}
/*Main section 3 end*/

/*Main section 4 end*/
.arenda-ex-pog{
  width: 100%;
  height: 100%;
  padding-bottom: 64px;
  background: #424242;
}
.arenda_ex_pog-title, .arenda_ex_pog-desc, 
.title-arenda_ex_pog, .title-arenda_ex_pog1,
.desc-arenda_ex_pog, .arenda-high-title, 
.arenda-high-desc{
  color: #FFFFFF; 
}
.arenda_ex_pog1, .arenda_ex_pog2,
.arenda_ex_pog3, .arenda_ex_pog4,
.arenda_ex_pog5{
  margin: 0 10px 32px 10px;
}
.btn1{
  width: 300px;
  height: 46px;
  padding: 16px 12px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #F76161;
  border-radius: 5px;
}
.btn1:hover{
  background: #DC2121;
}
.form-btn1{
  margin: 0 400px;
}
.btn-change{
  margin: 30px 400px;
}
.form-btn2{
  margin: 32px 400px 0 400px;
}
/*Main section 4 end*/

/*Main section 6 end*/
.arenda-high{
  width: 100%;
  height: 100%;
  padding-bottom: 64px;
  background: #424242;
}
.arenda-high img{
  border-radius: 5px
}
.high-arenda{
  padding-left: 30px;
  padding-top: 15px;
  margin-right: 50px;
}
.main-wrap4{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.arenda-highv-title{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.arenda-highv-desc{
  font-size: 12px;
  line-height: 140.2%;
  color: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 32px;
}
/*Main section 6 end*/

.arenda_sed_tyag1, .arenda_sed_tyag2,
.arenda_sed_tyag3{
  margin: auto 5px;
}
.arenda_sed_tyag1 img, .arenda_sed_tyag2 img,
.arenda_sed_tyag3 img{
  margin: 8px auto;
  border-radius: 5px;
}
.spec-teh{
  width: 100%;
  height: 100%;
  padding: 64px 0;
}
.title-spec-teh{
  max-width: 720px;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  padding-left: 50px;
}

/*Main section 7 start*/

.wrap-spec-teh, .wrap-spec-tehn{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 56px;
}
.spec-teh-item{
  height: 120px;
  width: 250px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}
.spec-teh-item p{
  padding: 0 2px;
}
.spec-teh{
  padding-bottom: 64px;
}
.pos{
  padding-top: 64px;
  height: 120px;
  width: 300px;
}
.pos-empty{
  padding-top: 64px;
  height: 120px;
  width: 200px;
}

/*Main section 7 start*/

/*Main section 8 start*/
.contact-form{
  width: 100%;
  height: 100%;
  background: #424242;
}
.section-wrap{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.contakt-title{
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.contakt{
  padding-top: 64px;
  max-width: 580px;
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}
.google-map{
  width: 600px;
  height: 570px;
} 
.google-map iframe{
  width: 100%;
  height: 570px;
} 
.contakt-wrap1, .contakt-wrap2{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.contakt-wrap1{
  padding-top: 64px;
}
.contakt-wrap2  {
  padding-top: 24px;
}
.contacts-form{
  color: #FFFFFF;
  text-decoration: none;
}
.title-item{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
}
.desc-item{
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  padding-top: 4px;
}
.contakt-item1{
  padding-left: 100px;
}
.contakt-item2{
  padding-left: 165px;
}
/*Main section 8 end*/

.table-item{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.info-table{
  padding-top: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: transparent url(../img/line.svg) no-repeat left 22px;
  background-size: 2px;
  border: 0;
  padding-left: 10px;
}
.mounth-info{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.5;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
}
.mounth-change{
  padding-top: 40px;
}
.pos-info{
  padding-left: 115px;
}
sup{
  font-size: 8px;
  line-height: 10px;
}
/*Footer start*/

.footer{
  bottom: 0;
  left: 0;
  width: 100%;
  background: #424242;
  padding-bottom: 10px; 
}
.text-footer{
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.16em;
  color: #FFFFFF;
  opacity: 0.2;
}
.change{
  padding-bottom: 50px;
}
.change-desc{
  padding-top: 8px;
  padding-bottom: 32px;
}

/*Footer end*/

.phone-icon{
  height: 30px;
  width: 30px;
  background: url(../img/phone.jpg) no-repeat center;
  background-size: cover;
  display: none;
}

/* Всплывающая форма */
.overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 100;
}
.overlay input{
  width: 300px;
  height: 46px;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 16px;
}
.popup {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  box-sizing: border-box;
  background: #E8E8E8;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 40px;
}
.popup form, .pop-title, .pop-desc{
  margin: 0 100px;
}
.pop-desc{
  padding-top: 5px; 
}
.popup form{
  padding-top: 30px;
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.close-popup:before {
  content: '';
  background-color: #000000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  left: -4px;
  transform: rotate(-45deg);
}

.close-popup:after {
  content: '';
  background-color: #000000;
  position: absolute;
  height: 1px;
  width: 31px;
  top: 11px;
  transform: rotate(45deg);
  left: -4px;
}
.pop-title{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1B1B1B;
}
.pop-desc{
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #1B1B1B;
  opacity: 0.8;
}

.phone-gazel{
  padding-bottom: 32px;
}

.phone-gazel-numb {
color: #1B1B1B;

}

@media only screen 
and (max-width: 767px){
.btn-mob{
  display: block;
}
.btn-desc{
  display: none;
}
.popup{
  margin-top: 100px;
  height: 100%;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 100;
}
.popup form, .pop-title, .pop-desc{
  margin: 0;
}
.popup {
    width: 100%;
    font-size: 15px;
}

.menu-white{
  display: none;
  margin: 0;
  padding: 0;
}
.menu-black{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 0;
}

.phone-icon{
  display: block;
}
.header-item{
  border-bottom: 2px solid #F76161;
  margin-right: 5px;
}
.header-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.header-nav{
  margin-top: 30px;
  width: 100%;  
}
.header-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.logo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.info-spec{
  padding: 64px 30px;
}
.arenda-spec-teh{
  padding-bottom: 0; 
  background: url(../img/arenda.jpg) no-repeat center;
  background-size: cover;
}
.info-spec-teh{
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.form-info{
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  margin-top: 0;
}
.form-info input{
  display: none;
}
.form-info button{
  padding: 0;
  margin: 0;
}
.free-consultation{
  padding: 0;
}
.tehnika{
  padding: 30px;
}
.arenda_gruz_krana{
  padding: auto 30px;
}
.title-gruz-auto{
  padding-top: 30px;
}
.spec-teh{
  padding-top: 0;
}
.title-spec-teh{
  padding-left: 30px;
}
.google-map, .google-map iframe{
  width: 100%;
  height: 200px;
  margin: 0;
}
.section-wrap{
  display: flex;
  flex-direction: column;
}
.contakt-wrap1, .contakt-wrap2{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.contakt-wrap1{
  padding-top: 30px;
}
.contakt-wrap2{
  padding-bottom: 15px;
}
.contakt-item1, .contakt-item2{
  padding-left: 0;
}
.position-top{
  padding-top: 15px;
}
.footer{
  padding-top: 4px;
}
.wrap-spec-teh{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
}
.wrap-spec-tehn{
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding-top: 0;
}
.spec-teh-item{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.pos-empty{
  display: none;
}
.spec-teh-item{
  padding-left: 30px;
  width: 340px;
}
.spec-teh-item p{
  padding-left: 10px; 
}
.pos{
  padding-top: 50px;
}
.main-wrap1, .table{
  display: flex;  
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.table{
  padding-left: 50px;
  padding-bottom: 50px;
}
.free-consultation button{
  width: 100%;
}
.main-wrap2{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title-spec-teh{
  padding-top: 64px;
}
.btn-change{
  margin-top: 0;
}

html, body{
  overflow-x: hidden;
}


