.site-footer {
    background-color: #333;
}

.site-footer .ft-top {
    padding: 22px 0;
    border-style: solid;
    border-width: 0px 0px 1px;
    border-color: rgb(187, 162, 104) rgb(187, 162, 104) rgb(171, 171, 171);
}

.site-footer .ft-top .logo {
    max-width: 70px;
}

.site-footer .ft-top .logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-footer .ft-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 20px 0;
}

.site-footer .ft-second .content-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.site-footer .ft-second .content-footer .footer-info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: rgb(255, 255, 255);
    display: inline;
    font-family: Roboto;
    font-size: 16px;
    line-height: 27px;
    overflow-wrap: break-word;
    font-weight: 300;
    white-space: nowrap;
}

.site-footer .ft-second .content-footer .footer-info:not(:first-child) {
    padding-left: 30px;
    border-left: 1px solid #cbcbcb;
}

.site-footer .ft-second .footer-info .footer-info__title {
    font-weight: bold;
}

.site-footer .ft-second .content-footer .footer-info a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.site-footer .ft-second .content-footer .footer-info a:focus,
.site-footer .ft-second .content-footer .footer-info a:hover {
    text-decoration: underline;
}

.site-footer .ft-second .footer-info__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 328px;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11.5px 20px;
    border-radius: 10px;
    margin-top: 2px;
    position: relative;
    -webkit-box-shadow: rgb(0, 0, 0) 0px 0px 10px inset;
    box-shadow: rgb(0, 0, 0) 0px 0px 10px inset;
}

.site-footer .ft-second .footer-info__image:after {
    position: absolute;
    content: '';
    bottom: -25px;
    right: 35px;
    width: 15px;
    height: 25px;
    background: url(../images/after_img.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer .ft-second .footer-info__image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-footer .footer-info__copy {
    padding: 8px;
    padding-top: 35px;
    color: rgb(255, 255, 255);
    font-family: Roboto;
    font-size: 11px;
    line-height: 27px;
    overflow-wrap: break-word;
    font-weight: 300;
    width: 100%;
    display: block;
    text-align: center;
}

footer .logo:after {
    height: 1px;
    bottom: 7%;
}

@media (max-width: 1199.98px) {

    .site-footer .container-footer {

        padding: 0 40px;
    }

    .site-footer .ft-second .footer-info__image {
        max-width: 250px;
    }

    .site-footer .footer-info__copy {
        padding-top: 20px;
    }
}

@media (max-width: 991.98px) {
    .site-footer .container-footer {
        max-width: 810px;
        padding: 0 20px;
    }

    .site-footer .ft-second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-footer .ft-second .content-footer {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site-footer .ft-second .content-footer .footer-info:last-child {
        padding-right: 0;
    }

    .site-footer .ft-second .footer-info__image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        margin: auto;
        margin-top: 40px;
    }

    .site-footer .ft-second .footer-info__image {
        max-width: 223px;
    }
}

@media (max-width: 767.98px) {
    .site-footer .container-footer {
        max-width: 473px;
        padding: 0;
    }

    .site-footer .ft-top {
        padding: 18px 30px 12px;
    }

    .site-footer .ft-second {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 17px;
    }


    .site-footer .ft-second .content-footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-column-gap: 48px;
        -moz-column-gap: 48px;
        column-gap: 48px;
    }

    .site-footer .ft-second .content-footer .footer-info {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: calc(50% - 26px);
        padding: 0 !important;
        border: none !important;
        border-bottom: 1px solid #cbcbcb !important;
        padding-bottom: 24px !important;
        margin-bottom: 20px;
        font-family: Roboto;
        font-size: 13px;
        line-height: 22px;
        overflow-wrap: break-word;
        font-weight: 300;
    }

    .site-footer .ft-second .footer-info__image {
        margin-top: 10px;
        padding: 9px 20px;
    }

    .site-footer .ft-second .footer-info__image:after {
        right: 23px;
        width: 10px;
        height: 15px;
        bottom: -15px;
    }

    .site-footer .footer-info__copy {
        padding-top: 0;
        font-size: 10px;
        line-height: 27px;
        overflow-wrap: break-word;
        font-weight: 300;
    }


}