.footer {
    margin-top: auto;
    padding-top: 100px;
    position: relative;
    z-index: 20;
}

.footer .footer__top {
    background: #e4eef7;
    display: block;
    padding-top: 30px;
    padding-bottom: 40px;
    color: #475669 !important;
}

.footer .footer__middle {
    padding: 9px 0 12px 0;
    background: #e6f6ff;
}

.footer .footer__stat > *:not(.hint) {
    display: inline-block;
    line-height: 12px;
    vertical-align: bottom;
}

.footer .container .footer__stat:first-child {
    margin-left: 1px;
}

.footer .container .footer__stat:not(:last-child) {
    margin-right: 50px;
}

.footer .footer__stat .bth__bold-link i.mr5 + b {
    margin-left: 20px;
}

.footer .footer__stat .bth__bold-link i.mr5 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .footer__stat .bth__bold-link i.fa-pencil, .footer .footer__stat .bth__bold-link i.fa-key {
    bottom: 1px;
}

.footer .footer__stat .bth__bold-link i:not(.fa-chart-simple) {
    font-size: 12px;
}

.footer .footer__stat .bth__bold-link {
    color: #696969;
    position: relative;
}

.footer .footer__stat {
    display: inline-block;
    line-height: 12px;
    vertical-align: bottom;
}

.footer .footer__bottom {
    background: #ffffff;
}

.footer .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer__link {
    font-size: 16px;
    color: #318cc6;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.footer .footer__right {
    padding-left: 35px;
    width: calc(100% - 195px);
}

.footer .footer__border {
    padding: 20px 0;
    margin: 20px 0 30px 0;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.footer .footer__left {
    min-width: 187px;
}

.footer .footer__left, .footer .footer__right {
    display: inline-block;
    vertical-align: top;
}

.footer .footer__sm-ttl {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 15px;
}

.page .footer__col .footer__icon:not(:last-child) {
    margin-right: 5px;
}

.page .footer__icon {
    display: inline-block;
    vertical-align: bottom;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    position: relative;
    line-height: 40px;
    color: #ffffff !important;
    text-align: center;
    font-size: 24px;
    border: none;
}

.footer .footer__container {
    width: calc(100% - 205px);
}

.footer__icon.footer__icon--social {
    background-color: #113246;
    width: 50px;
}

.pp-share__icon:hover, .footer__icon.footer__icon--social:hover {
    background-color: #215f86;
}

.footer__icon.footer__icon--act {
    background-color: #e27200;
}

.footer__icon.footer__icon--act:hover {
    background-color: #ff8e41;
}

.footer .footer__copyright {
    font-size: 15px;
    color: #475669;
    margin-right: -1px;
    display: block;
}

.footer .footer__legal span {
    display: none;
}

.footer .footer__legal {
    font-size: 14px;
    text-align: right;
    display: block;
    margin-top: 10px;
    padding-right: 4px;
}

.footer .footer__txt-sm {
    font-size: 12px;
    line-height: 18px;
}

.footer a.footer__link:hover {
    color: #215f86 !important;
}

.footer .footer__txt-big {
    font-size: 16px;
    line-height: 26px;
}

.footer .footer__title:hover {
    color: #323b49;
}


.footer .bth__btn i {
    margin-right: 10px;
}

.footer .bth__btn.footer__telegram i {
    font-size: 18px;
    vertical-align: middle;
}

.footer .bth__btn {
    min-width: auto;
    width: 275px;
    padding: 0 10px 0 20px;
    text-align: left;
    line-height: 38px;
    margin: 0;
    border-radius: 3px;
}

.footer .footer__title {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.footer__bottom .container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer .show-767 {
    display: none;
}

.footer .footer__socials .footer__col {
    display: inline-block;
    vertical-align: top;
}

.footer .footer__socials .footer__col:not(:last-child) {
    margin-right: 100px;
}

.footer .bth__btn.footer__telegram {
    color: #ffffff;
    padding-left: 50px;
    background: #318cc6 url(/i/telegram-plane.svg) 15px 8px/18px no-repeat !important;
    border-color: #318cc6;
}

.footer .bth__btn.footer__telegram:hover {
    background-color: #2974a4 !important;
    border-color: #2974a4;
}

@media screen and (max-width: 1374px) {
    .footer .footer__txt-sm {
        font-size: 10px;
        line-height: 18px;
    }

    .footer .footer__container {
        width: 100%;
    }
}

@media screen and (max-width: 1230px) {
    .footer .footer__container {
        width: 100%;
    }

    .footer .footer__socials .footer__col:not(:last-child) {
        margin-right: 50px;
    }

    .footer .bth__btn {
        padding-right: 20px;
    }

    .footer .footer__txt-sm {
        display: none;
    }

    .footer .footer__copyright {
        display: inline-block;
        vertical-align: middle;
    }

    .footer .footer__legal {
        display: inline-block;
        line-height: 14px;
        vertical-align: middle;
        padding: 0;
        margin: 0 0 0 15px;
    }

    .footer .footer__border {
        padding-top: 25px;
        margin-top: 25px;
    }

    .footer .footer__link {
        font-size: 15px;
    }

    .footer .footer__left {
        min-width: auto;
    }

    .footer .footer__sm-ttl {
        font-size: 12px;
    }

    .footer__top {
        padding-bottom: 30px;
        padding-top: 25px;
    }

    .footer .footer__legal span {
        display: inline-block;
    }

    .footer .footer__legal {
        font-size: 17px;
        margin-left: 30px;
    }

    .footer .footer__nav .footer__link {
        font-size: 15px;
    }

    .footer .footer__nav .footer__link:not(:first-child) {
        display: none;
    }

    .footer .footer__socials .footer__col {
        margin-top: 15px;
    }

    .footer .footer__border {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
    .footer .footer__link {
        margin-right: 20px;
        display: inline-block;
        vertical-align: middle;
    }

    .footer .footer__socials .footer__col {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer .footer__socials {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer .footer__top {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer .footer__title {
        font-size: 18px;
    }

    .footer .footer__socials .footer__col:not(:last-child) {
        margin-right: 20px;
    }

    .footer .footer__txt-big {
        font-size: 14px;
        line-height: 24px;
    }

    .footer .show-767 {
        display: inline-block;
    }

    .footer .hide-767 {
        display: none;
    }

    .footer .footer__sm-ttl {
        margin-bottom: 5px;
        font-size: 10px;
    }


    .footer .footer__border {
        padding: 15px 0;
        margin: 15px 0 0 0;
    }

    .footer .footer__top {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .footer .bth__btn {
        min-width: 270px !important;
        width: auto !important;
    }

}

@media screen and (max-width: 500px) {
    .footer .footer__left {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .footer .footer__legal {
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 425px) {
    .footer .footer__title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .footer .container .footer__stat .mr10 {
        margin-right: 5px !important;
    }

    .footer .container .footer__stat .bth__bold-link {
        font-size: 14px !important;
    }

    .footer .container .footer__stat .mr5 {
        margin-right: 4px !important;
        font-size: 12px;
    }

    .footer .container .footer__stat:not(:last-child) {
        margin-right: 15px;
    }

    .page .footer__icon {
        margin-right: 1px;
    }

    .footer .footer__bottom .container {
        padding-top: 20px;
    }

    .footer .footer__copyright {
        font-size: 14px;
    }

}
