/************FOOTER*************/
.footer_stl{
    background-image:url("https://1bio.ru/wp-content/themes/nibochTmp_v1_orange/img/footer_bg.png");
    background-repeat:no-repeat;
    background-size:cover;
   
    min-height:550px;
    
}
.footer_stl h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF;
     letter-spacing: -.02em;
}
.footer_stl ul{
    list-style-type: none;
    padding-left:0;
}
.footer_stl ul li a{
      font-size: 14px;
    font-weight: 500;
    line-height: 1.29;
    color: #FFFFFF;
     letter-spacing: -.02em;

      transition: opacity 0.12s ease-in-out;
      text-decoration:none;
     
}

.footer_stl ul li a:hover{
    opacity: 1;
}
.footer_stl ul li{
    margin-top:4px;
 height:18px;
     
}
.footfooter{
    margin-top:50px;
    display: flex;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.footcopy{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.39;
    color: #FFFFFF;
    letter-spacing: -.02em;
    opacity: 0.76;
    vertical-align: baseline;
    align-items: center;
    border-left: 1px solid #fff;
      border-right: 1px solid #fff;
    height:138px;
    padding:48px;
}

.brdLeft{
   
    margin: auto;
}

.brdLeft a{
        float: right;
    padding-right: 38px;
}

.brdRight{
    
    margin: auto;
}









