
@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans-Semibold.woff');
  font-weight: 600;
}
@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans-Bold.woff');
  font-weight: 700;
}
@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans-ExtraBold.woff');
  font-weight: 900;
}
@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans-Regular.woff');
  font-weight: 400;
}
@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans-Light.woff');
  font-weight: 300;
}
@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans-SemiboldItalic.woff');
  font-weight: 600;
  font-style: italic;
}

body{
  padding: 0;
  margin: 0;
  font-family: OpenSans;
}
.wrapper{
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
.wrapper-all{
  width: 100%;
  overflow: hidden;
}
h1, h2, h3, h4, p, a, img, ul, li{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style-type: none;
}
header, section, footer{
  width: 100%;
  min-width: 1250px;
  margin: 0 auto;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
button{
  position: relative;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  font-family: OpenSans;
}
input{
  position: relative;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  outline: none;
  font-family: OpenSans;
  color:  #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
input:focus {
  border-width: 4px;
  border-color:  #66b87e;
}
.col{
  display: inline-block;
  vertical-align: top;
}

.mobile-btn{
  display: none;
  position: fixed;
  /* bottom: 5px; */
  bottom: 200px;
  right: 5px;
  z-index: 10;
  width: 36px;
  height: 36px;
  padding: 0;
  animation-duration: 1.5s;
}
.mobile-btn img{
  width: 100%;
}

/*NAVIGATION*/

.navigation{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 160px;
  z-index: 100;
  background-repeat: no-repeat;
  background-image: url("../image/header/bg.png");
  background-size: cover;
  background-position: center bottom;
}
.navigation .wrapper{
  height: 100%;
}
.header_logo{
  padding: 5px 0 0 0;
}
.nav_links{
  margin: 48px 5px 0 0;
  float: right;
}
.nav_link{
  margin-left:7px;
  margin-right: 7px;
}
.nav_link a{
  font-family: "Times New Roman";
  color:  #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-align: justify;
  margin-left: 2px;
  position: relative;
}
.nav_link a:before{
  content: '';
  position: absolute;
  width: 110%;
  height: 3px;
  top: -15px;
  left: -5%;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  z-index: 1;
  background-color: #D8D8D8;
}
.nav_link a:hover:before{
  opacity: 1;
}



.nav_link2 a{
  font-family: "Times New Roman";
  color:  #ffffff;
  font-size: 21px;
  font-weight: 400;
  text-align: justify;
  margin-left: 7px;
  position: relative;
}
.nav_link2 a:before{
  content: '';
  position: absolute;
  width: 110%;
  height: 3px;
  top: -15px;
  left: -5%;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  z-index: 1;
  background-color: #D8D8D8;
}
.nav_link2 a:hover:before{
  opacity: 1;
}


.header_social a{
  width: 21px;
  height: 26px;
  background-repeat: no-repeat;
  background-image: url("../image/header/social.png");
  margin-left: 6px;
}
.header_social .twitter{
  background-position: 0 center;
}
.header_social .youtube{
  background-position: -36px center;
}
.header_social .face{
  background-position: -66px center;
}
.menu-btn{
  position: absolute;
  top: 40px;
  right: 15px;
  width: 30px;
  height:auto;
  cursor: pointer;
  display: none;
}
.menu-btn span{
  display: block;
  width: 100%;
  height: 2px;
  background-color: black;
  margin: 3px auto;
  border-radius: 3px;
}

.fixed{
  position: fixed;
  text-align: center;
  padding: 10px 0;
  height: auto;
  background-image: none;
  background-color: rgba(166, 165, 165, 0.8);
}
.fixed .header_logo{
  display: none;
}
.fixed .nav_links{
  margin: 0;
  float: none;
}
.fixed .nav_link{
  margin-left: 10px;
  margin-right: 10px;
}
.fixed .nav_link a:before{
  top: auto;
  bottom: -5px;
  left: -5%;
}

/* SECTION 1*/

.s1{
  padding-bottom: 48px;
}
.s1 .wrapper{
  margin-top: 180px;
  padding-bottom: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../image/section1/bg.png");
}
.s1 .title{
    color: #a95647;
    font-size: 45px;
    font-weight: 400;
    line-height: 58px;
    text-align: left;
    padding-left: 68px;
}
.s1 .title span{
  font-weight: 700;
}
.s1 .subheading{
  color: #444444;
  font-size: 26px;
  display: block;
  margin: 7px 0 0 68px;
}
.s1 .btn{
  background-color: #81DC45;
  width: 228px;
  height: 44px;
  display: block;
  color:  #ffffff;
  text-transform: uppercase;
  margin: 43px 0 0 339px;
}
.red-text{
  color:  #ffffff;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  text-align: center;
  background-color:  rgba(247, 0, 0, 0.7);
  width: 208px;
  position: absolute;
  top: 114px;
  right: 12%;
}

    .item-btn {
    color: #fff;
    background-color: #e85538;
    background-image: -webkit-linear-gradient(top,#e85538 0,#e4003a 100%);
    background-image: linear-gradient(to bottom,#e85538 0,#e4003a 100%);
    border-width: 1px 0;
    border-color: #e85538 transparent #e4003a;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    width: 143px;
    height: 34px;
    border-radius: 5px;
}
.photo img{border-radius:10px;}
.photo{    display: inline-block;
    float: left;
    width: 320px;}
.product-info{
        float: right;
    display: inline-block;
    width: 900px;
}
.col a{color:#000;}

/* section2 & section3 background */

.blocks-wrap{
  background-repeat: repeat;
  background-image: url("../image/bg.jpg");
}

/* SECTION 2 */

.s2{
  padding-top: 33px;
  padding-bottom: 25px;
}
.s2 .title{
  font-family: 'Times New Roman';
  color:  #cc9900;
  font-size: 36px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.s2 .title:after{
  content: '';
  display: block;
  margin: 35px auto 0 auto;
  background-repeat: no-repeat;
  background-image: url("../image/section2/title-pic.png");
  width: 247px;
  height: 24px;
}
.s2 .items{
  text-align: center;
}
.s2 .item{
  vertical-align: middle;
}
.s2 .item-arr{
  position: relative;
  margin: 0 180px;
}
.s2 .item-arr:before{
  content: '';
  position: absolute;
  width: 149px;
  height: 40px;
  top: 97px;
  left: -214px;
  background-repeat: no-repeat;
  background-image: url("../image/section2/arr.png");
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}
.s2 .item-arr:after{
  content: '';
  position: absolute;
  width: 149px;
  height: 40px;
  top: 135px;
  left: 210px;
  background-repeat: no-repeat;
  background-image: url("../image/section2/arr.png");
}


/* SECTION 3 */

.s3{
  padding-top: 30px;
  padding-bottom: 147px;
}
.s3 .title{
  font-family: 'Times New Roman';
  color:  #cc9900;
  font-size: 36px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}
.s3 .title:after{
  content: '';
  display: block;
  margin: 35px auto 0 auto;
  background-repeat: no-repeat;
  background-image: url("../image/section2/title-pic.png");
  width: 247px;
  height: 24px;
}
.s3 .items{
  text-align: center;
  width: 960px;
  margin: 0 auto;
}
.s3 .item{
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 262px;
  text-align: left;
  box-sizing: border-box;
  padding-top: 47px;
  padding-left: 25px;
}
.s3 .item-title{
  color: #474951;
  line-height: 30px;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 26px;
}
.s3 .item-text{
  color: #777777;
  font-size: 15px;
  line-height: 18px;
}
.s3 .item-pic{
  margin-top: 28px;
  margin-right: 17px;
}

.s3 .item-big{
  width: 100%;
  margin-bottom: 20px;
  padding-left: 515px;
}
.s3 .item-1{
  background-image: url("../image/section3/1.png");
}
.s3 .item-2{
  margin-bottom: 20px;
  width: 550px;
  background-image: url("../image/section3/2.png");
}
.s3 .item-3{
  padding-left: 255px;
  width: 550px;
  background-image: url("../image/section3/3.png");
}
.s3 .item-4{
  padding-top: 28px;
  float: right;
  width: 390px;
  height: 544px;
  background-image: url("../image/section3/4.png");
}


/* SECTION 4 */

.s4{
  background-image: url("../image/section4/bg.png");
  height: 758px;
}
.s4 .container{
  text-align: center;
  width: 570px;
  box-sizing: border-box;
  float: right;
  background-color: rgba(0,0,0,0.65);
  padding: 39px 45px;
  margin: 93px 45px 0 0;
}
.s4 .title{
  font-family: 'Times New Roman';
  color:  #ffffff;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 7px;
}
.s4 .title:after{
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  background-repeat: no-repeat;
  background-image: url("../image/section4/title-pic.png");
  width: 247px;
  height: 24px;
}
.s4 .text{
  color:  #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 44px;
}
.s4 .pic{
  margin: 0 13px;
  width:70px;
  border-radius:50%;
  border:3px solid #4A2E27;
}


/* SECTION 5 */

.s5{
  padding-top: 60px;
  padding-bottom: 80px;
}
.s5 .title{
  font-family: 'Times New Roman';
  color:  #cc9900;
  font-size: 36px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 60px;
}
.s5 .title:after{
  content: '';
  display: block;
  margin: 24px auto 0 auto;
  background-repeat: no-repeat;
  background-image: url("../image/section2/title-pic.png");
  width: 247px;
  height: 24px;
}
.s5 .items{
  text-align: center;
}
.s5 .item{
      width: 350px;
    margin: 0 15px 25px;
    border: 1px solid #fbededd9;
    padding: 20px 15px;
    border-radius: 10px;
}
.s5 .item-name{
  color:  #c89f2d;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  display: block;
  border-bottom: 1px solid #F7F2E4;
  padding-bottom: 6px;
}
.s5 .item-block{
  margin-top: 1px;
  text-align: left;
}
.s5 .rate{
  vertical-align: middle;
  padding-bottom:3px;

}
.s5 .price{
  color:  #079830;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  float: right;
}
.s5 .price .old{
  color:  #131313;
  font-size: 15px;
  text-decoration: none;
}
.s5 .preview{
  display: block;
  margin: 44px auto 12px auto;
  width: 255px;
  padding-top:10px;
}
.s5 .description{
  color:  #4c4c4c;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: left;
  margin-bottom: 19px;
}
.s5 .item-more{
  color: rgba(49, 36, 80, 1);
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  width: 143px;
  height: 34px;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
}
.s5 .item-btn{
  color: #fff;
  background-color: #e85538;
  background-image: -webkit-linear-gradient(top, #e85538 0%, #e4003a 100%);
  background-image: linear-gradient(to bottom, #e85538 0%, #e4003a 100%);
  border-width: 1px 0;
  border-color: #e85538 transparent #e4003a;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  width: 143px;
  height: 34px;
  margin-left: 8px;
  border-radius: 5px;
}

/* SECTION 6 */

.s6{
  background-image: url("../image/section6/bg.png");
  padding-top: 45px;
  padding-bottom: 97px;
}
.s6 .container{
  text-align: center;
  width: 770px;
  box-sizing: border-box;
  background-color: rgba(0,0,0,0.65);
  padding: 36px 55px;
  margin: 0 auto 0 auto;
}
.s6 .title{
  font-family: 'Times New Roman';
  color:  #ffffff;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.s6 .title:after{
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  background-repeat: no-repeat;
  background-image: url("../image/section4/title-pic.png");
  width: 247px;
  height: 24px;
}
.s6 .text{
  color:  #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  position: relative;
}
.s6 .text span{
  display: block;
  margin-top: 20px;
}
.s6 .text:before{
  content: '';
  background-repeat: no-repeat;
  width: 32px;
  height: 25px;
  position: absolute;
  top: 20%;
  left: -35px;

  background-image: url("../image/section6/quote.png");
}


/* SECTION 7 */

.s7{
  text-align: center;
  background-image: url("../image/section7/bg.png");
  padding-top: 95px;
  padding-bottom: 102px;
}
.s7 .container{
  width: 49%;
}
.s7 .pic{
  width: 99%;
  margin-left: 2%;
}
.s7 .title{
  font-family: 'Times New Roman';
  color:  #cc9900;
  font-size: 36px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.s7 .title:after{
  content: '';
  display: block;
  margin: 24px auto 0 auto;
  background-repeat: no-repeat;
  background-image: url("../image/section2/title-pic.png");
  width: 247px;
  height: 24px;
}
.s7 .form{
  width: 360px;
  background-color: #E6E5E5;
  border-radius: 10px;
  margin: 0 auto 0 auto;
  display: block;
  padding: 25px 0 34px 0;
}
.s7 .form-title{
  font-size: 30px;
  line-height: 38px;
  color: #2a2b33;
  font-weight: 300;
}
.s7 .form-subtitle{
  color: #2a2b33;
  font-size: 18px;
  line-height: 23px;
  display: block;
  margin-bottom: 19px;
}
.s7 .form-input{
  display: block;
  height: 48px;
  width: 286px;
  border: 1px solid #bbb;
  border-radius: 5px;
  font-size: 18px;
  padding: 0 19px;
  margin: 0 auto 19px auto;
  background-color: white;
  color: black;
}
.s7 .btn{
  height: 49px;
  width: 286px;
  background-color: #e28406;
  margin: 0 auto 0 auto;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
   border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  font-family: OpenSans;
}


.s8{
  padding: 40px 0;
  background-image: url("../image/bg.png");
}
.s8 .title{
  font-family: 'Times New Roman';
  color:  #cc9900;
  font-size: 36px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin-bottom: 35px;
}
.s8 p{
  color: #777777;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}


/* FOOTER */

.footer{
  background-color:  #191919;
  text-align: center;
  padding-top: 38px;
  padding-bottom: 67px;
}
.footer .item{
  margin: 0 45px;
}
.footer .title{
  color:  #fefefe;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 12px;
}
.footer .title:after{
  content: '';
  display: block;
  margin: 15px auto 0 auto;
  background-repeat: no-repeat;
  background-image: url("../image/section4/title-pic.png");
  width: 247px;
  height: 24px;
}
.footer .text{
  color:  #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.footer .text span{
  font-weight: 700;
}
.footer .pic{
  margin-top: 50px;
}
.footer .social{
  background-repeat: no-repeat;
  background-image: url("../image/footer/icons.png");
  width: 20px;
  height: 20px;
  margin-top: 50px;
}
.footer .face{
  background-position: 0 center;
}
.footer .youtube{
  background-position: -18px center;
}
.footer .twitter{
  background-position: -44px center;
}
.footer .linked{
  background-position: -72px center;
}





 /*modal*/

.modal_form{
  box-shadow: 2px 3px 12px 0px rgba(0, 0, 1, 0.15);
  width: 480px;
  background-color: white;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.modal_form2{
  box-shadow: 2px 3px 12px 0px rgba(0, 0, 1, 0.15);
  width: 480px;
  background-color: white;
  border-radius: 3px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.modal_title{
  color:  #454545;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.modal_input{
  width: 398px;
  height: 38px;
  border-radius: 30px;
  display: block;
  margin: 0 auto 15px auto;
  background-color: white;
  border: 1px solid #EBEBEB;
  color:  #454545;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding-left: 10px;
}
.modal_btn{
  width: 166px;
  height: 38px;
  display: block;
  margin: 35px auto 0 auto;
  background-color: #FD8300;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
    text-align:center;
  cursor:pointer;
}



.description_for_catalog{
  display: none;
}

.description_for_catalog_item{
  width: 600px;
  box-sizing: border-box;
}

.description_for_catalog_item_text{
  font-family: OpenSans;
  color: black;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  box-sizing: border-box;
  padding: 10px 20px;
}




@media all and (max-width: 1250px) {
  .wrapper{
    width: 100%;
    min-width: 320px;
  }
  header, section, footer{
    min-width: 320px;
  }
  .fixed{
    background-color: rgba(0,0,0,0);
    padding: 0;
  }
  .fixed .menu-btn{
    top: 5px;
    z-index: 110;
  }

  .nav_links{
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: white;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 10px 25px -15px black;
    z-index: 100;
    text-align: center;
  }
  .nav_link a{
    color: black;
  }
  .nav_link a:before{
    top:auto;
    bottom: -3px;
  }
  .header_social{
    display: none;
  }
  .menu-btn{
    display: block;
  }
  .s5 .item{
    margin: 25px;
  }
}

@media all and (max-width: 1150px) {
    
  .red-text{
    right: 2%;
  }
  .s2 .item-arr{
    margin: 0 20px;
  }
  .s2 .item-arr:before{
    display: none;
  }
  .s2 .item-arr:after{
    display: none;
  }

  .s7 .container{
    width: 100%;
  }
}

@media all and (max-width: 1080px) {
  .s1 .title {
    font-size: 34px;
    letter-spacing:0;
  }}
@media all and (max-width: 960px) {
    
    .product-info{
width:auto;
    float:none;
    padding: 0 10px;
}
.photo {
    width:auto;
    float:none;
    padding: 0 10px;
}

  .link, .nav_link{
    display: block;
    margin-bottom: 10px;
  }
  .s1 .title {
    font-size: 36px;
    line-height: 44px;
    padding-left: 40px;
  }
  .s1 .subheading {
    font-size: 24px;
    margin: 7px 0 0 40px;
  }
  .red-text{
    display: none;
  }
  .s3{
    padding-bottom: 60px;
  }
  .s3 .items{
    width: 100%;
  }
  .s3 .item{
    display: block!important;
    margin: 10px auto!important;
    width: 60%!important;
    min-width: 300px!important;
    height: auto!important;
    float: none!important;
    background-image: none!important;
    background-color: white!important;
    padding: 40px 20px!important;
    text-align: center!important;
  }
  .s4{
    height: auto;
    padding: 40px 0;
  }
  .s4 .container{
    float: none;
    margin: 0 auto;
    width: 70%;
    min-width: 300px;
  }
  .s4 .pic{
    width: 20%;
    margin: 0 5%;
  }
  .s6 .container{
    width: 80%;
    min-width: 300px;
    margin: 0 auto;
    padding: 33px 38px;
  }
  .s6 .text {
    line-height: 22px;
  font-size: 16px;
  font-weight: 300;
    
  }
}


@media all and (max-width: 640px) {
.description_for_catalog_item{width:305px;}
.s3 .title{    line-height: 37px;}
.photo img{
   max-width:80%;
}
  .s1 .wrapper{
    background-image: none;
    padding-bottom: 0;
  }
  .s1 .title {
    font-size: 28px;
    line-height: 26px;
    padding-left: 0px;
    text-align: center;
  }
  .s1 .subheading {
    margin: 7px 0 0 0;
    text-align: center;
  }
  .s1 .btn{
    margin: 40px auto 0 auto;
  }
  .s5 .item {
    width: 300px;
    margin: 25px 0;
  }
  .s7 .form{
    width: 300px;
  }
  .modal_form{
    width: 280px;
  }
  
  .modal_form2{
    width: 280px;
  }
  .modal_title{
    line-height: 24px;
    margin-bottom: 20px;
  }
  .modal_input{
    width: 260px;
  }
  .modal_btn{
    width: 160px;
  }
  .fancybox-skin{
    padding: 0!important;
  }
  .mobile-btn{
    display: block;
  }
}


.center-text{color:#4C4C4C;text-align:center; padding:0 20px }
.center-text3 p{color:#4C4C4C; padding:0 20px }
.soc .fa{color:#E43232; padding: 0 10px; font-size:26px;}
.soc .fa{color:#E43232; padding: 0 10px; font-size:26px;}
.item .fa{color:#fff; padding: 0 10px; font-size:36px;}
.link{color:#fff;}
.s4 ul{text-align:center;}
.s4  li{  color:#fff;  list-style-type:disc; text-align:center;}

img{max-width:100%;height:auto;}
.workemail {
display: none;
}


.s2_catalog_btn{
    color: #fff;
  background-color: #e85538;
  background-image: -webkit-linear-gradient(top, #e85538 0%, #e4003a 100%);
  background-image: linear-gradient(to bottom, #e85538 0%, #e4003a 100%);
  border-width: 1px 0;
  border-color: #e85538 transparent #e4003a;
  box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    width: 173px;
    height: 34px;
    margin-left: 8px;
    float: right;
    border-radius:5px;
}
.s2_catalog_btn:hover{
       background-color: #e4003a;
    background-image: -webkit-linear-gradient(top, #e4003a 0%, #e85438 100%);
    background-image: linear-gradient(to bottom, #e4003a 0%, #e85438 100%);
    border-width: 1px 0;
    border-color: #e4003a transparent #e85438;
    box-shadow: none;
}

.img1{float:left;padding:0 10px;}
.row1{margin: 0 0 15px 0; display:block;}
.title-row{
    font-family: 'Times New Roman';
    font-weight:600;    
    color: #cc9900;
    font-size:22px;
        padding-bottom: 4px;
    display: inline-block;
}
.more{
    color:#000;
    line-height: 38px;
    font-weight: 600;
    border-bottom:1px solid rgba(204, 153, 0, 0.3411764705882353);
}

.link-prev a, .link-next a{
    font-family: 'Times New Roman';
    font-weight:600;    
    color: #cc9900;
    line-height: 38px;
     font-size:18px;
    border-bottom:1px solid rgba(204, 153, 0, 0.3411764705882353);
}
.link-next{float:right;}
.project-box-2 {
    display: inline-block;
    margin: 20px;
}

.pagination{display:inline-block;padding-left:0;margin:5px 0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;
border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;
background-color:#428bca;border-color:#428bca;cursor:default}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;
background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}

/* NEWS */
.news-category-template .middle-section{
    background: url(../images/catalog-bg.png);
}
.news-list .element{
    background: #fff;
    margin-bottom: 20px;
    padding-left: 330px;
    height: 275px;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.news-list .element .date{
    color: #a4a8b4;
    font-weight: 300;
    font-size: 14px;
}
.news-list .element .img-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 100%;
    z-index: 4;
}
.news-list .element .category{
    position: absolute;
    top: 28px;
    left: 0;
}
.news-list .element .category span{
    background: #272727;
    color: #fff;
    display: inline-block;
    padding: 5px 15px 4px;
    font-size: 11px;
    text-transform: uppercase;
}
.news-list .element .img-element{
    height: 100%;
}
.news-list .element .element-content{
    padding: 25px;
    min-height: 275px;
}
.news-list .element .element-content .text{
    line-height: 1.4;
    height: 8em;
    overflow: hidden;
    font-size: 13px;
    color: #585858;
}
.news-list .element:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.news-list .element h4{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	max-height: 3.9em;
	overflow: hidden;
}
.news-list .element:hover h4{
    color: #b80a24;
}
@media only screen and (max-width: 767px) {
    .news-list .element .img-wrapper{
        position: relative;
        width: 100%;
        height: 70vw;
    }
    .news-list .element{
        padding-left: 0;
    }
    .news-list .element,
    .news-list .element .element-content{
        min-height: inherit;
    }
    .news-list .element h4{
        max-height: inherit;
    }
    .news-list .element .element-content .text{
        height: auto;
    }
}

 .col-lg-6 {
    width: 48%;
}
 .col-lg-6{
    float: left;
        position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.relative {
    position: relative;
}
a.absolute {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.second-head{float: right;padding: 20px 0 0;}
@media only screen and (max-width: 767px) {
    .mob-link {display:block;padding-bottom:20px;}
    .second-head{float: none;padding: 20px 0 0;}
    
.news-list .element, .news-list .element .element-content {
    min-height: inherit;
}
 .col-lg-6 {
    width: 95%;
}

.news-list .element .img-wrapper {
    position: relative;
    width: 100%;
    height: 70vw;
}
.news-list .element{height:auto;}
.product-info iframe{max-width:100%;}
}
/* /. NEWS */

.ysm-placeholder {
    height: 102px;
    background-color: #eee;
    border-radius: 11px;
}
.site-lang-indicator-button{
    position: absolute;
    top: 0;
    left: 0;
}