footer.footer {
    background: url(/Files/App_002/Images/footer.jpg) no-repeat center;
    padding: 50px 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.partners_footer {
    padding: 30px 0;
    background: #FFF;
}
.footer_bloc {
    font-family: "Trebuchet MS";
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 30px;
}
.address_title {
    font-size: 16px;
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 30px;
}
.address_title img {
    display: inline-block;
    margin-right: 5px;
}
.address_text {
    color: #FFF;
    margin-top: 5px;
}
.footer_bloc a {
    color: #FFF;
    text-decoration: none;
}
.footer_bloc a:hover {
    color: #0a407d;
    text-decoration: none;
}
.footer_bloc:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background: #ccd9e5;
    left: -25%;
    top: 0;
}
.footer_bloc.third:before {
    left: -50%!important;
}
.address_title:first-child {
    margin: 0;
}
.footer_bloc:first-child:before {
    display: none;
}
.rs_footer_content {
    margin: 40px 0;
}
.rs_footer_title {
    font-size: 36px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: lighter;
    font-family: "Segoe Ui";
    display: inline-block;
    margin-right: 30px;
}
.rs_footer_link {
    display: inline-block;
    width: 46px;
    height: 35px;
    margin-right: 10px;
    cursor: pointer;
}
.rs_footer_link.fb {background: url(/Files/App_002/Images/rs_fb.png) no-repeat center;}
.rs_footer_link.tw {background: url(/Files/App_002/Images/rs_tw.png) no-repeat center;}
.rs_footer_link.in {background: url(/Files/App_002/Images/rs_in.png) no-repeat center;}
.rs_footer_link.gp {background: url(/Files/App_002/Images/rs_gp.png) no-repeat center;}
.rs_footer_link.yt {background: url(/Files/App_002/Images/rs_yt.png) no-repeat center;}
.rs_footer_link.fb:hover {background: url(/Files/App_002/Images/rs_fb_hover.png) no-repeat center;}
.rs_footer_link.tw:hover {background: url(/Files/App_002/Images/rs_tw_hover.png) no-repeat center;}
.rs_footer_link.in:hover {background: url(/Files/App_002/Images/rs_in_hover.png) no-repeat center;}
.rs_footer_link.gp:hover {background: url(/Files/App_002/Images/rs_gp_hover.png) no-repeat center;}
.rs_footer_link.yt:hover {background: url(/Files/App_002/Images/rs_yt_hover.png) no-repeat center;}
.copyright {
    font-family: "Arial";
    font-size: 12px;
    color: #FFF;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}
.copyright a {
    color: #FFF;
    text-decoration: none;
}
.copyright a:hover {
    color: #0a407d;
    text-decoration: none;
}
.scroll_top {
    background: url(/Files/App_002/Images/scroll_top.png) no-repeat center;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -27px;
    cursor: pointer;
}

@media (max-width: 991px) {
  .copyright {
    margin-top: 0;
    text-align: center;
  }
  .rs_footer_title {
    font-size: 26px;
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .rs_footer_content {
    margin: 25px 0;
    text-align: center;
  }
}

@media (max-width: 425px) {
  .rs_footer_link {
    margin-right: 5px;
  }
}

