footer {
    margin-top: 30px;
    padding-top: 25px;
    background-color: #fff;
    color: #393939;
}
footer a:hover {
    color: #139258;
    text-decoration: none;
}
@media (max-width: 767px){
    .advantage_item + .advantage_item{
    margin-top: 15px;
}
}

.advantages {
    width: 100%;
    background: /*rgba(57, 57, 57, 1)*/ #000000 url(../png/footer_texture-min.png) center/cover;
    color: #ffffff;
    opacity: 1;
    padding: 20px 0 31px;
    position: relative;
}
.advantage_title{
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: 5px;
}
.advantages:before{
    content: '';
    position: absolute;
    top: 0px;
    bottom:0px;
    left: 0px;
    right: 0px;
    background-color: #393939;
    background-image: url(../jpg/footer_texture.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.receive_latest{
    max-width: 162px;
    margin-left: auto;
    margin-right: auto;
}

.advantages p{
    font-family: Helvetica Neue, ans-serif;
    color:#ffffff;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 17px;
    padding-top: 0;
    margin-bottom: 0px!important;
}
.bg-info {
    width: 100%;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    padding: 44px 0 28px;
    margin-bottom: 11px;
}
footer h5 {
    font-family: Helvetica Neue, sans-serif;
    color:#393939;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: none;
    margin: 0 0 9px 0;
    line-height: 24px;
    font-weight: 600;
}
footer li {
    margin: 0;
}
footer li a {
    position: relative;
    font-family: Helvetica Neue, sans-serif;
    position: relative;
    color: #393939;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    opacity: 53%;
}
footer li a:hover {
    color: #222;
    text-decoration: none
}
.bg-info p {
    font-family: Helvetica Neue, sans-serif;
    position: relative;
    color: #393939;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    opacity: 53%;
}
.bg-info p.address {
    margin-bottom: 47px; 
}
.bg-info p.phone {
    margin-bottom: 0!important; 
}
.bg-info p.email {
    margin-bottom: 20px!important; 
    padding-top: 0!important; 
}
footer span {
    font-family: Helvetica Neue, sans-serif;
    color:#393939;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0px;
}span.copy {
    margin: 0 0 0 -2px;
}
span.copy::after {
    content: "|";
    position: relative; 
    margin: 0 8px 0 6px;
}
.bg-info .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    font-size: 20px;
    color: #ffffff;
    background: #278145;
    border: 1px solid #278145;
    border-radius: 50%;
    margin-right: 9px;
}

 @media (min-width: 320px) and (max-width: 768px) {
    .inf {
        margin-bottom: 20px;
    }
    p.inf-copy {
        padding-left: 10px;
    }
}
@media (max-width: 530px) {
    .inf-smoll {
        margin-bottom: 20px;
    }
    span.copy {
        display: block;
        margin: 0 0 0 0;
    }
    span.copy::after {
        content: " ";
        position: relative; 
        margin: 0 0 0 0;
    }
}

.advantages .icon svg{
    height: 70px;
    width: 70px;
}

.advantages .icon{
    width: max-content;
    height: max-content;
    margin: 0 auto;
}