.footer {
    background: #fff;
    padding: 65px 0 100px;
}

.footer .soc-list {
    margin-top: 50px;
}
.soc-list {
    align-self: center;
    display: flex;
}

.soc-list a {
    align-self: center;
}

.soc-list a svg {
    width: 32px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    height: 32px;
}
/*
.soc-list a:hover svg circle:nth-child(1),
.soc-list a:hover svg path {
    fill: #487E0F;
}
*/
.soc-list a + a {
    margin-left: 12px;
}

.footer .nav .nav-item + .nav-item {
    margin-top: 10px;
}

.footer .nav-link {
    color: #6C6D89;
    font-size: 16px;
    padding: 0;
}

.logo-footer {}

.logo-text {
    max-width: 470px;
    color: #6C6D89;
    font-size: 16px;
    margin-top: 35px;
    line-height: 21px;
}
 
.footer .nav-link:hover {
    color: #487E0F;
}

.t-menu {
    color: #1E1E1E;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.63px;
    margin-bottom: 18px;
}

.privacy a {
    color: #6C6D89;
}
.privacy a:hover {
    color: #487E0F;
}
.footer-bottom {
    color: #6C6D89;
    font-size: 14px;
    line-height: 133.53%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(108, 109, 137, 0.67);
    margin-top: 35px;
}

.legal-footer {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #1f1f1f;
}
 
.contact-data .contact-item + .contact-item {
    margin-top: 25px;
}

.contact-data .contact-item:nth-child(1) .contact-data-item .btn-line:after {
    display: none;
}

.contact-data .contact-item:nth-child(1) .contact-data-item {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
}

.contact-data .contact-item:nth-child(1) .contact-data-item:hover {
    color: #487E0F;
}

.contact-data-item {
    display: flex;
    flex-wrap: wrap;
    color: #6C6D89;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.contact-data-ico {
    width: 15px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.contact-data-t {
    width: calc(100% - 15px);
    padding-left: 12px;
}

.contact-subdata-item {
    margin-top: 5px;
    color: #6C6D89;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}



@media (max-width:340px) {}

@media (max-width:767px) {

.logo-text {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 30px;
    }


    .footer-bottom {
        margin-top: 36px;
    }
    .t-menu { 
    margin-bottom: 15px;
}
    .footer-top .row .row [class^="col-"] + [class^="col-"] {
        margin-top: 30px;
    }
    .footer .soc-list {
    margin-top: 30px;
}
      .footer {
        padding: 56px 0;
    }
}

@media (max-width:767px) and (orientation: landscape) {}

@media (min-width:768px) and (max-width:991px) {
.logo-text {
    max-width: 100%;
    }
.footer .soc-list {
    margin-top: 30px;
}
    .footer-top .col-xl-5.col-lg-4 {
        margin-bottom: 35px;
    }
    .footer-bottom {
        margin-top: 36px;
    }
    .col-contact{
        margin-top: 35px;
    }
      .footer {
        padding: 56px 0;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .footer {
        padding: 56px 0;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1200px) and (max-height: 700px) {}