      body {

        background: #fff url('../images/head_line.jpg') repeat-x top;
      }
h1,
h2,
h3,
h4,
h5,h6 {
    color: #672382;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 400; 
}
h1 {
    padding-left: 4px;    
}
h2 {
    font-size: 40px;
    font-weight: 300; 
}
h4 {
    font-size: 20px;
    font-weight: 300;     
}
      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        padding: 10px;
        max-width: 1221px;
      }
.logo {
    margin-top: 30px;
}
.bigberry {
    background: url('http://u-berry.com.ua/images/bgberry.jpg') top center no-repeat;
    height: 636px;
    margin-top: -16px;
    padding-top: 20px;
}
.slideline {
    padding: 19px;
    margin-top: 200px;
    background: rgba(255, 255, 255, 0.75);
}
.strelki {
    margin: 0 auto;
 
    width: 45px;
}
.title1 {
    margin-bottom: 15px;
    text-align: center;
}
.product {
    margin-top: 40px;
}
.berry {
    text-align: center;
}
.berry p{
    line-height: 20px;
    color: #7d8480;
    text-align: justify;
}
.dalee a{
    display: block;
    background: #e8e8e8;
    height: 26px;
    padding-top: 11px;
    width: 126px;
    margin: 0 auto;
    -webkit-border-radius: 13px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 13px;
        -moz-border-radius-topright: 0;
        border-radius: 13px;
        border-top-right-radius: 0;
}
.dalee a:hover{
    background: #37905e;
    color: #fff;
    text-decoration: none;
}
.newscustom {
    border-bottom: 1px dashed #D4D7F3;
    margin-bottom: 8px;
}
.newscustom b{
    color: #C5C5C5;
}
.newscustom span{
    font-size:15px;
    font-weight: bold;
}
.footer {
    background-color: #ececec;
    height: 130px;
    font-size: 0.86em;
    color: #8488B6;
}
.lang ul{
    margin: 10px 0 0 0;
}
.lang li{
    float: left;
    position: relative;
    list-style: none;
    padding: 0px 10px;
    background-color: #E8E8E8;
    border-radius: 25px;
    margin-right: 5px;
    font-size: 10px;
}
.soc ul{
   position: absolute;
     margin-top: 69px;
}
.soc li{
    float: left;
    position: relative;
    list-style: none; 
}
.soc img {
    width: 30px;
    margin-left: 10px;
}
.soc li a{
    -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
    opacity: 0.7;
}
.soc li a:hover{
 
    opacity: 1;
}