.site-footer{
    font-size: 12px;
    background-color: #000000;
}
.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    padding-top: 50px;
    padding-bottom: 75px;
    padding-left: 50px;
    margin-right: 0;
    margin-left: 0;
    color: #ffffff;
   
}
.footer-content .item{
    width: 20%;
    position: relative;
    min-height: 1px;
}
.footer-content .widget-text>div{
   margin-bottom: 14px;
}
.site-footer .button {
    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;
    width: 124px;
    height: 34px;
    line-height: 34px;
    border-width: 1px;
    padding: 0;
    letter-spacing: 1px;
}
.site-footer a {
    color: #ffffff;
    display: block;
}
.widget-info p {
    font-size: 14px;
    letter-spacing: .03vw;
    line-height: 1.6;
}
.footer-content .widget-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.site-footer .button{
    font-size: 14px;
}
.site-footer .social-link a {
    font-size: 12px;
    text-decoration: underline;
}
.site-footer .button {
    width: 150px;
    height: 40px;
}
.footer-menu{
    width: 68vw;
    margin: 0 auto;
    line-height: 1;
    padding: 4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-menu-link{
    font-size: 14px;
    text-transform: uppercase;
    padding: 1.389vw;
    letter-spacing: .1vw;
    line-height: 1.3;
    position: relative;
}
.footer-menu-link::after{
    content: '';
    position: absolute;
    bottom: 1.39vw;
    width: calc(100% - 2.847vw);
    height: 0;
    border-top: 1px solid #fff;
    left: 1.39vw;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
}
.footer-menu-link:hover:after {
    opacity: 0;
    -webkit-transform: translateY(-.139vw);
        -ms-transform: translateY(-.139vw);
            transform: translateY(-.139vw);
}
.social-link a{
    text-decoration: underline;
}
.social-link:not(:last-child){
    margin-bottom: 15px;
}
.social-link a:focus,
.social-link a:hover{
    text-decoration: none;
}
@media screen and (max-width: 1000px) {
    .footer-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .footer-content .item{
        width: 50%;
    }
    .footer-content > div{
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    .footer-menu{
        display: none;
    }
    
}
@media screen and (max-width: 550px) {
    .footer-content .item{
        width: 100%;
    }
}
@media screen and (min-width: 1000px) {
    .footer-content{
        padding-top: 3vw;
        padding-bottom: 3.5vw;
        padding-left: 5.55555555555vw;
    }
    .footer-content .widget-title {
        letter-spacing: 0.069vw;
        margin-bottom: 1.0416vw;
        text-transform: uppercase;
        margin-top: 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }
    .footer-content > div:nth-child(4) {
        padding-left: 3.472vw;
    }

}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1440px) {
    .footer-content .widget-title {
        font-size: 1.05vw;
        margin-top: 10px;
        line-height: 1.1;
    }
    .widget-info p {
        font-size: 0.9vw;
        letter-spacing: .03vw;
        line-height: 1.8;
    }
    .site-footer .button{
        font-size: 0.82vw;
    }
    .site-footer .social-link a {
        font-size: 0.8027vw;
    }
    .site-footer .button {
        width: 8.61vw;
        height: 2.36vw;
        border-width: 1px;
        letter-spacing: 0.06944vw;
    }
    .footer-menu-link{
        font-size: 0.85vw;
    }
}