footer {
    padding-bottom: 20px;
}

.f_top {
    padding-top: 20px;
    border-top: 2px solid #C4C4C4;
}

.logo img {
    width: 120px;
}

.logo {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.f_top .logo_text {
    margin-top: 20px;
    color: #333333;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.2em;
    max-width: 112px;
    float: left;
    text-shadow: 0 0 0 #000;
    font-family: 'HeiseiMaruGoStd-W8-AlphaNum', sans-serif;
}

.f_top .logo_text span {
    color: #808080;
    font-size: 8px;
}

.fr-title {
    color: #B2B2B2;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.form-mail {
    max-width: 520px;
}

.form-mail input[type="text"] {
    float: left;
    display: block;
    width: calc(100% - 140px);  
    height: 45px;
    border: 1px solid #199756;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 15px;
    color: #199756;
    font-size: 14px;
}

.form-mail input[type="text"]::placeholder {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #B2B2B2;
}

.form-mail input[type="submit"] {
    width: 140px;
    display: block;
    border: none;
    outline: none;
    background: #199756;
    font-family: Tahoma, sans-serif;
    height: 45px;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.f_top .social {
    padding-top: 37px;
}

.f_top .social img {
    max-width: 26px;
    max-height: 22px;
}
.f_top .social a:last-child {
    margin-right: 0;
}

.f_top .social a {
    margin-right: 12px;
}

.f_top .social .inst img {
    max-width: 20px;
}

.f_top .social .twit img {
    max-width: 24px;
}

.f_top .social .face {
    position: relative;
    top: 2px;
}

.f_top .contacts {
    color: #808080;
    padding-top: 35px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.f_top .contacts .title {
    margin-bottom: 3px;
}

.f_top .contacts a:hover {
    text-decoration: underline;
}

.f_top .contacts .phone a {
    position: relative;
    font-size: 14px;
}

.f_top .contacts .phone a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url(../img/phone_gray.svg) no-repeat 50% 50%;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.f_top .contacts .mail a {
    font-size: 14px;
    position: relative;
}

.f_top .contacts .mail a::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 10px;
    background: url(../img/mail.svg) no-repeat 50% 50%;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.f_bottom {
    padding-top: 12px;
    color: #4D4D4D;
}

.f_bottom .politica {
    display: inline-block;
    margin-left: 12px;
}

@media screen and (max-width: 1200px) {
    .f_top .social {
        padding-top: 15px;
        text-align: center;
    }
    
    .f_top .contacts {
        padding-top: 0;
    }
    
    .f_bottom {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .f_top .contacts {
        text-align: center;
    }
}

@media screen and (max-width: 769px) {
    .f_top .logo_wr {
        display: inline-block;
        margin-bottom: 15px;
    }
    
    .f_top > .row > div:nth-child(1) {
        text-align: center;
    }
    .fr-title {
        margin-bottom: 10px;    
    }
    
    .form-mail {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 576px) {
    .fr-title {
        font-size: 12px;
    }
}