
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1e242e;
    color: #fff;
    position: relative;
}
.footer__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__first {
    width: 280px;
}
.footer__copiright {
    line-height: 150%;
    margin-top: 35px;
    margin-bottom: 52px;
}
.footer__desc {
    font-size: 12px;
    line-height: 150%;
    color: #8e9297;
}
.footer__center {
    width: 558px;
    display: flex;
    justify-content: space-between;
}
.footer__center-box {
    width: 150px;
}
.footer__center-box.active .footer__center-arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.footer__center-arrow,
.footer__link {
    display: none;
    transition: all 0.3s;
}
.footer__link {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #fff;
    margin-bottom: 30px;
}
.footer__item:hover,
.footer__link:hover,
.footer__menu ul li a:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.footer__menu ul li {
    margin-bottom: 10px;
}
.footer__menu ul li a {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.footer__menu ul li a:hover {
    border-color: #a9ff35;
}
.footer__last {
    width: 512px;
}
.footer__last-row {
    display: flex;
    justify-content: space-between;
}
.footer__last-coll {
    width: 47%;
}
.footer__address {
    font-style: normal;
    line-height: 150%;
    color: #fff;
    margin-bottom: 25px;
}
.footer__item {
    display: block;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
    transition: all 0.3s;
}
.footer__work-item {
    margin-bottom: 10px;
}
.footer__work-item:last-child {
    margin-bottom: 0;
}
.footer__social {
    display: flex;
}
.footer__social-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.footer__social-link:last-child {
    margin-right: 0;
}
.fixed-nav__icon {
    position: relative;
}
.fixed-nav__value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 13px;
    color: #000;
    background-color: #a9ff35;
    border-radius: 10px;
    top: -6px;
    right: -12px;
    height: 13px;
    width: 15px;
    padding: 0 5px;
}
.fixed-nav__icon svg,
.footer__social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__social-link svg * {
    transition: all 0.3s;
}
.footer__social-link:hover svg * {
    fill: #a9ff35;
    transition: all 0.3s;
}
.footer__services {
    margin-top: 30px;
}
@media (max-width: 1430px) {
    .footer__center {
        width: 500px;
    }
    .footer__last {
        width: 450px;
    }
}
@media (max-width: 1320px) {
    .footer__center {
        width: 450px;
    }
    .footer__last {
        width: 420px;
    }
}
@media (max-width: 1190px) {
    .footer__center {
        width: 380px;
        flex-wrap: wrap;
    }
    .footer__center-box {
        width: 50%;
    }
    .footer__last {
        width: 250px;
    }
    .footer__last-row {
        flex-wrap: wrap;
    }
    .footer__last-coll {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__last-coll:last-child {
        margin-bottom: 0;
    }
    .footer__services {
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 1010px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .footer__first {
        width: 100%;
    }
    .footer__first-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 38px;
    }
    .footer__center {
        width: 100%;
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .footer__center-box {
        width: 33%;
    }
    .footer__last {
        width: 100%;
    }
    .footer__last-coll {
        width: 47%;
    }
    .footer__copiright {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer__desc {
        max-width: 320px;
    }
}
@media (max-width: 760px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .footer__copiright {
        margin-top: 2px;
        margin-bottom: 0;
        margin-right: 7px;
    }
    .footer__desc {
        margin-left: -3px;
        margin-top: -1px;
    }
    .footer__center-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__center-box {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #303948;
        padding: 12px 20px;
    }
    .footer__center-box:last-child {
        border-bottom: 1px solid #303948;
    }
    .footer__center-arrow {
        display: block;
        width: 16px;
        height: 16px;
    }
    .footer__link {
        margin-bottom: 0;
    }
    .footer__menu {
        margin-top: 14px;
        display: none;
    }
    .footer__menu ul li {
        margin-bottom: 9px;
    }
    .footer__last-coll {
        width: 48%;
        margin-bottom: 25px;
    }
    .footer__address {
        margin-bottom: 22px;
        font-size: 12px;
        margin-top: 21px;
    }
    .footer__work {
        margin-top: 20px;
    }
    .footer__work-item {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 145%;
    }
    .footer__social {
        margin-top: 42px;
        margin-left: 0;
    }
    .footer__services {
        margin-top: 0;
    }
    .footer .logo {
        height: 43px;
    }
    .footer .logo img:first-child {
        display: block;
    }
    .footer .logo img:last-child {
        display: none;
    }
}
@media (max-width: 385px) {
    .footer__address {
        font-size: 11px;
    }
}

.fixed-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.fixed-nav .bottom_nav {
    background-color: #303948;
    border-top: 1px solid rgba(97, 107, 125, 0.5);
    padding: 8px 0;
}
.fixed-nav__items {
    display: flex;
    justify-content: space-between;
}
.fixed-nav__item {
    width: calc(20% - 10px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.fixed-nav__item.active,
.menu__left-coll ul li a:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.fixed-nav__item.active svg * {
    stroke: #a9ff35;
    transition: all 0.3s;
}
.fixed-nav__icon {
    width: 20px;
    height: 20px;
}
.fixed-nav__icon svg * {
    transition: all 0.3s;
}
.fixed-nav__caption {
    width: 100%;
    line-height: 1.3;
}
@media (max-width: 760px) {
    .fixed-nav {
        display: block;
    }
}


.footer-new {
    padding-bottom: 0;
}
.footer-new .footer__center {
    width: 100%;
    flex: 1;
    justify-content: flex-start;
    gap: 115px;
}
.footer-new .footer__center-box {
    width: auto;
}
.footer-new .services-item__coll {
    max-width: 370px;
}
.footer-new .footer__services {
    margin-top: 0;
}
.footer-new .footer__desc {
    max-width: 400px;
}
.footer-new .footer__work-item {
    margin-bottom: 0;
}
.footer-new .footer__address {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
}
.footer-new .footer__first {
    width: auto;
    margin-right: 55px;
}
.footer__bottom {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #373C69;
}
.footer__bottom--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__contacts .contacts-item {
    margin-bottom: 15px;
}
.footer-new .footer__social {
    margin-top: 20px;
}
.footer-new .footer__social .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #303948;
}
.footer-new .footer__social svg {
    height: auto;
    width: auto;
}
.contacts-item {
    display: flex;
    gap: 8px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
}
.contacts-item__link {
    color: #ffffff;
}
.contacts-item__link:hover {
    color: #a9ff35;
}
.contacts-item__caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .3px;
    color: #82C36E;
}
.contacts-item svg {
    flex: 0 0 auto;
}

@media (max-width: 1320px) {
    .footer-new .footer__center {
        gap: 60px;
    }
}
@media (max-width: 1010px){
    .footer-new .footer__first {
        width: 100%;
        flex: 0 0 auto;
    }
    .footer-new .footer__center {
        flex: 0 0 auto;
        gap: 50px;
    }
    .footer__bottom--wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }
}
@media (max-width: 760px) {
    .footer__contacts {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-new .footer__social {
        margin: 5px auto 0;
    }
    .footer__contacts .contacts-item {
        width: 50%;
    }
    .footer-new {
        padding-bottom: 70px;
    }

    .footer-new .footer__work {
        margin-top: 0;
    }

    .footer-new .footer__center {
        display: block;
        margin-bottom: 0;
    }
    .footer__bottom {
        margin-top: 0;
        border: 0;
        padding: 0;
    }
    .footer-new .footer__center-box:last-of-type {
        border-bottom: 0;
        border-top: 1px solid #303948;
    }
    .footer-new .services-item__coll {
        max-width: initial;
    }
}