body{
    font-family: 'Open Sans', sans-serif;
    color: #1d1a16
  }
  .navbar{
    background: #f5f5f5
  }
  .navbar nav a{
    color: #1d1a16;
    display: inline-block;
    font-weight: bold;
    padding: 40px 55px 40px 0;
    font-size: 16px;
    line-height: 18px;
  }
header{
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    color: #1d1a16;
  }
  header a{
    color: #1d1a16;
  }
  header a:hover{
    color: #666;
    text-decoration: none
  }
  .logo{
    width: 600px;
    height: 120px
  }
  .logo img{
    float:left;
    margin-right: 32px
  }
@media(max-width: 850px){
.logo{
width: 100%;
}
.navbar nav a{
padding: 30px 30px 30px 0
}
}
@media(max-width: 1190px){
#about{
background-size: cover !important
}

.hook,
#about .col-md-6
{
display:none
}


.logo{
width: 430px;
}
.heading{
font-size:16px !important;
}
.subheading{
font-size:14px !important;
}
.logo img{
width: 90px;
height: 90px;
}
}
  .heading{
    padding: 15px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: .5px
  }
  .subheading{
    line-height: 20px
  }
  .phone img,
  .location img{
    float:left;
    padding: 5px 15px 0 0;
  }
  .contacts > div{
    float:right;
    min-width: 200px
  }
  .contacts > div > div{
    float: left
  }
  .location{
    font-weight: bold;
    flex: 1;
    padding:12px;
    min-width: 180px
  }
  .phone{
    font-weight: bold;
    width: 290px;
    padding:12px;
    font-size: 26px;
    line-height: 30px;
  }
  .phone a{
    font-size: 13px;
    color: #1d1a16;
    border-bottom: 1px dashed #1d1a16;
    display: inline-block;
    line-height: 20px;
    margin-left: 15px;
  }

footer{
    text-align: center;
    color: #8c8b8a;
    background: #1d1a16;
    padding: 45px
  }

h2{
    text-transform: uppercase;
    font-weight: 900;
    width: 100%;
    margin-top:30px
  }
  .heading-bg{
    background-color: #efbf00;
    display: inline-block;
    padding: 10px;
    font-size: 50px;
    white-space: pre-wrap;
  }
  #info p{
    max-width: 400px;
    margin: 30px 15px;
    font-size: 14px;
  }
  a.btn-bg{
    background-color: #efbf00;
    display: inline-block;
    color: #1d1a16;
    font-weight: bold;
    padding: 10px 20px;
    border-top: 1px solid #f5d419;
    text-transform: uppercase;
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
  }
  a.btn-bg img{
    margin-right: 15px;
  }
  #about{
    background-image: url('/assets/home/crane.jpg');
    background-position-x: 100%;
    background-repeat: no-repeat;
    background-size:contain;
    min-height: 1000px;
    padding: 150px 0;
  }

  #about p{
    max-width: 380px;
    margin: 30px 15px;
    font-size: 16px;
    margin-right: 60px
  }
  #about .row{
    //display: inline-block;
  }
  #about .row img{
    margin-top:30px
  }
  #info{
    background-color: #ccc;
    background-image: url('/assets/home/info.jpg');
    background-size: cover;
    min-height: 760px;
    display: flex;
    flex-direction: column;
  }
  #info .hook{
    position: absolute;
    top: 0;
    right: 0;
  }
  #info p{
    max-width: 400px;
    margin: 30px 15px;
    font-size: 14px;
  }
  #info .container{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1
  }
  #info .row{
    display: block;
  }

#contact{
    padding: 150px 0;
  }
  .contacts > p{
    margin: 40px 0
  }
  #contact iframe{
    margin-top: 30px;
  }

  #promo{
    background-color: #f1c607;
    background-image: url('/assets/home/promo.jpg');
    background-size: cover;
    min-height: 300px;
    text-align: center;
    padding: 70px 0 90px;
    font-weight: bold
  }
  #promo .image img{
    margin-bottom: 20px
  }

#promo .image{
  min-height: 90px;
margin-top: 20px;
}

#post img{
   float:right;
    margin-top:10px;
    margin-left:50px
  }
  #post{
    padding: 80px 15px
  }
  #post h1{
    font-size:30px;
    margin-bottom: 30px;
    font-weight: bold;
  }
#product{
    padding: 80px 15px
  }
  #product h1{
    font-size:30px;
    margin-bottom: 30px;
    font-weight: bold;
  }

#news a.thumb{
  height: 240px;
  display: block;
  opacity: 1;
  transition: opacity .2s ease
}
#news a.thumb:hover{
  opacity: .8
}
#news img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#news a.title{
  font-weight: bold;
  margin:20px 0;
  color: #212121;
  font-size: 16px;
  display: block;
}
#news .date{
  margin: 20px 0;
  color: #cecece;
  font-size: 14px
}
#news .descr{
  font-size: 14px
}
#news h2{
  margin-bottom:50px
}
#page{
  padding: 40px 0
}

#catalog{
    padding: 140px 0;
    background: #fafafa
  }
  #catalog a.entry{
    opacity: 1;
    transition: opacity .2s ease;
    color: #262626;
    margin-top: 25px
  }
  #catalog a.entry:hover{
    opacity: .8;
    text-decoration: none;
  }
  #catalog .caption{
    background: #efc000;
    text-align: center;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid #f5d419;
    line-height: 70px;
    height: 80px;
  }
  #catalog .caption span{
    vertical-align: middle;
    display: inline-block;  
    line-height: normal;
  }
  #catalog .image{
    border: 1px solid #e0e0e0;
    height: 266px;
    background: #fff;
    text-align: center;
    line-height: 260px
  }
  #catalog img{
    max-width: 100%;
    max-height: 100%;
  }
  #catalog h2{
    margin-bottom: 25px;
  }
#category{
margin-top: 40px;
margin-bottom: 40px;
}
#category h4{
margin: 50px 0 30px;
text-align:center
}
@media(min-width: 860px){
#product img{
margin: 0 30px 30px 0;
float:left
}
}
caption{
caption-side: top;
text-align:center
}
#product .order {
    background: #242424;
    color: #eebc00;
    padding: 10px 40px;
    margin-bottom: 29px;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
}
#category #catalog{
margin: 10px 0;
background: #fff;
padding: 20px 0
}

.remodal input,
.remodal textarea {
    width: 328px;
padding: 5px 10px;
}
.remodal p {
    padding: 30px 0 10px !important;
}