.footer .col {
    display: inline-block;
    width: 15%;
    text-align: left;
    vertical-align: top
}

.footer .col.two {
    width: 40%;
    text-align: left
}

.footer .col.one {
    width: 35%
}

@media all and (max-width:767px) {
    .footer .col {
        width: 100% !important
    }
    .footer {
        margin: 0 15px
    }
}

@media all and (min-width:768px) {
    .footer .one {
        left: -58%
    }
    .footer .two,
    .footer .three {
        left: 38%;
        text-align: center
    }
    .footer .v-icon.phone {
        display: none
    }
}

.footer .col.license {
    font-size: 12px;
    font-weight: 400;
    color: #8b8a8a;
    max-width: 420px
}

.footer .title {
    color: #8b8a8a;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px
}

.footer .phone_block>* {
    display: inline-block;
    vertical-align: middle
}

.footer .phone_block .v-icon {
    margin: 0 5px
}

.footer .phone {
    font-size: 20px;
    font-weight: 600;
    margin-top: -3px
}

.footer .phone-lines {
    font-size: 10px;
    font-weight: 600;
    color: #8b8a8a
}

.footer .phone-lines:after {
    content: '';
    border-left: 1px solid #8b8a8a;
    height: 15px;
    margin: 0 15px
}

.footer .fa-facebook-square {
    font-size: 30px;
    color: #89bf42
}

@media all and (max-width:767px) {
    .footer .col {
        text-align: justify;
        max-width: 500px !important
    }
    .footer .title {
        font-size: 21px;
        color: #6d6d6d;
        text-transform: uppercase
    }
    .footer .phone {
        font-size: 30px;
        color: #fff;
        margin-left: 50px
    }
    .footer .phone-lines {
        font-size: 18px
    }
    .footer .phone.main {
        display: block
    }
    .footer .phone_block {
        text-align: left
    }
    .footer .phone_block .v-icon {
        position: absolute;
        left: 0;
        top: 3px;
        height: 30px;
        width: 30px
    }
    .footer .phone-lines:after {
        display: none
    }
    .footer .v-icon.phone {
        top: auto;
        bottom: 3px
    }
}

.top-block-footer {
    text-align: left
}

.top-block-footer .block-f {
    width: 19%;
    display: inline-block;
    padding: 15px 0 15px 30px;
    min-width: 200px;
    vertical-align: top
}

.top-block-footer .block-f ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left
}

.top-block-footer .block-f .links li {
    margin: 15px 0 0 0
}

.top-block-footer .block-f .links a {
    color: #bfbfbf;
    text-decoration: none;
    font-size: 14px;
    line-height: 1
}

.top-block-footer .block-f ul .name-link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none
}

.top-block-footer a:hover {
    color: #89bf42 !important
}

.top-block-footer .block-f ul .arrow {
    display: none;
    font-size: 16px;
    float: right;
    color: #89bf42;
    padding-top: 5px;
    cursor: pointer
}

@media(min-width:768px) {
    .top-block-footer .block-f .links li {
        display: block !important
    }
}

@media all and (max-width:767px) {
    .top-block-footer {
        text-align: center
    }
    .top-block-footer .block-f .links li:not(:nth-child(1)) {
        display: none
    }
    .top-block-footer .block-f ul .arrow {
        display: block
    }
}