footer {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    min-height: 280px;
    padding: 40px 0 20px 0;
    /*background-color: #eff3f7;
    border-top: 1px solid #d4dde7;*/
    background-color: #253444;
    z-index: 0;
}
.body-main footer {
    z-index: 5;
}
footer a {
    text-decoration: none;
    color: inherit;
}
.list-footer a:hover {
    /*color: #bf003f;*/
    color: #ffffff;
}
.footer-row {
    width: 1250px;
    /*height: 160px;*/
    margin: 0 auto;
}
.footer-row .col-25,
.footer-row .col-50 {
    /*height: 160px;*/
}
.col-25 {
    width: 25%;
    float: left;
}
.col-50 {
    width: 50%;
    float: left;
}
.footer-logo {
    display: inline-block;
    /*background: url(/img/logo_tp.png) no-repeat left;*/
    /*width: 200px;
    height: 47px;*/
    width: 162px;
    height: 27px;
    /*margin-left: 75px;*/
}
.main-site-link-wrapper {
    margin: 25px 0 0 0;
    width: 200px;
}
.main-site-link-wrapper .adv {
    color: #253545;
    width: 150px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
}
.main-site-link {
    width: 150px;
    margin: 0 auto;
}
.list-footer {
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 100px;
    /*color: #91a5b9;*/
    color: #a7b9cb;
}
.list-footer li {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 12px;
}
.list-footer li a {
    text-decoration: none;
    color: inherit;
}
.help {
    color: #253444;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    margin-left: 40px;
}
.help span {
    font-weight: 900;
}
.footer-phone {
    position: relative;
    padding-left: 52px;
    margin-top: 10px;
    line-height: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}
.footer-phone:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/img/guides/icons/24_7_icon.png);
    width: 40px;
    height: 40px;
}

.social-round {
    display: inline-block;
    margin-right: 12px;
    opacity: 0.7;
}
.social-round:hover {
    opacity: 1;
}
.facebook-round {
    background: url(/img/guides/social/facebook-round.png);
    width: 36px;
    height: 35px;
}
.twitter-round {
    background: url(/img/guides/social/twitter-round.png);
    width: 36px;
    height: 35px;
}
.instagram-round {
    background: url(/img/guides/social/instagram-icon.png);
    width: 35px;
    height: 35px;
}

.copyright {
    padding: 20px 0 0 0;
    /*color: #57697b;*/
    color: #909eaf;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
}
@media screen and (max-width: 1300px) {
    .footer-row {
        min-width: 100%;
        width: 100%;
        min-width: 300px;
    }
}
@media screen and (max-width: 970px) {
    .list-footer li a {
        font-size: 16px;
    }
    .list-footer {
        margin-left: 50px;
    }
}
@media screen and (max-width: 750px){
    .twitter-round {
        background: url("/img/guides/social/twitter_icon.svg");
        width: 40px;
        height: 40px;
    }
    .facebook-round {
        background: url("/img/guides/social/facebook_icon.svg");
        width: 40px;
        height: 40px;
    }
    .instagram-round {
        background: url(/img/guides/social/instagram-icon-mobile.png);
        width: 40px;
        height: 40px;
    }
    footer {
        padding-top: 15px;
        min-height: 331px;
        border-top: 2px solid #bf003f;
    }
    .list-footer li a {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 19px;
        line-height: 109%;
    }
    .footer-row .col-25:first-child .footer-logo{
        display: none;
    }
    .footer-row .col-25:first-child .mt20{
        display: inline-block;
        vertical-align: middle;
        margin-top: 12px !important;
        margin-bottom: 30px;
    }
    .list-footer{
        float: left;
        margin: 0;
        width: 50%;
        border: none !important;
    }

    .list-footer li {
        display: inline-block;
        width: 100%;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 15px;
    }
    .footer-row .col-50 {
        padding: 0 5% 0 5%;
    }
    .footer-row .col-25, .footer-row .col-50 {
        box-sizing: border-box;
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer-phone{
        margin: 20px auto 0;
        text-align: center;
        display: inline-block;
    }
}
@media screen and (max-width: 500px) {
    .c016{
        margin: 38px 0 30px;
        display: block;
    }
    footer {
        padding-top: 15px;
    }
    .list-footer {
        width: 100%;
        z-index: 29;
        position: relative;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }
    .list-footer li {
        margin: 15px 0 0 !important;
    }

}
@media screen and (max-width: 460px) {
    .list-footer {
        z-index: 29;
        position: relative;
    }
    .list-footer li {
        width: 100%;
    }
}
