.hero {
  background: #F7921D;
  text-align: center;
  padding: 30px 0 60px;
}
.hero h1 {margin-bottom:0;padding-bottom:0;}
.hero h1 img {
  max-width: 615px;
}
.hero h3 {
  font-weight: 500;
  color: #fff !important;
}
.hero .hero-img {margin-bottom:60px;}

.hero p {
  font-size: 18px;
  color: #0F1212;
  max-width: 850px;
  margin: 0 auto;
}

.catalog-section,
.product-type {
  width: 33.333333333%;
  float: left;
  color: #D1D3D3;
  font-size: 18px;
}
.catalog-inner {
  padding: 50px 70px;
}

.catalog-area:after,
.product-types:after {
  content: '';
  display: table;
  clear: both;
}

.catalog-section:nth-child(even) {background:#1C1E1E;}
.catalog-section:nth-child(odd) {background:#0F1212;}
.catalog-section:last-child{width:100%;float:none;clear:both;}
.catalog-section:last-child>img {width:33.333333333%;display:block;float:left;}
.catalog-section:last-child .catalog-inner {width:66.6666666%;float:left;}

.product-type-img {
  height: 350px;
  text-align: center;
  margin-top: 30px;
  padding: 0 30px;
}

html.flexbox .product-type-img,
html.flexboxlegacy .product-type-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0;
  height:325px;
}


.product-type-img img {
  vertical-align: bottom;
}

.product-types {
  background:#F7F7F7;
}

.product-type:nth-child(even) {background:#fff;}
.product-type:nth-child(odd) {background:#F7F7F7;}
.product-type dl {padding: 10px 45px;font-size: 18px;}

.product-type {
  display: table-row;
}

.product-type-name {
  padding: 0 75px;
  color: #F7931E;
  font-size: 36px;
  font-weight: 500;
}

.product-type dt {
  font-weight: bold;
  color: #0F1212;
  display:inline;
}
.product-type dd {
  color: #4F5151;
  display: inline;
}

.product-type dd + dt {
  clear: left;
}

.product-type dd:before {
  content: '— ';
}
a.btn.btn-catalog {
  background: #F7931E;
  border: none;
  font-size: 18px;
  padding: 10px 25px;
}

.catalog-section>img {
  width: 100%;
}

.catalog-section:after {
  content: '';
  display: table;
  clear: both;
}

@media all and (max-width:1045px){
  .catalog-section,
  .catalog-section:last-child {width:50%; float:left;clear:none;}
  .catalog-section:nth-child(odd) {clear:left;}
  .catalog-section:last-child>img,
  .catalog-section:last-child .catalog-inner {
    width: 100%;
    float: none;
  }
}

@media all and (max-width:980px){
  .hero h1 img {max-width:100%}
  .hero {padding-left:30px;padding-right:30px;}
}

@media all and (max-width:820px){
  .product-type-img {height:250px;padding-top:15px;}
  .product-type-img img {max-height:100%;}
  .product-type-name {padding:15px 15px 0;text-align:center;font-size:28px;}
}

@media all and (max-width:600px){
  .catalog-section,
  .catalog-section:last-child {width:100%;float:none;}
  .product-type {display:block;width:100%;}
  .catalog-inner { padding: 20px 10px;}
}