
.footer {
    font-size: 16px;
}


.footer__logo-img {
    max-width: 154px;
    width: 100%;
}

.footer__description, .footer__bottom-text {
    color: #778 !important;
}

.footer__description {
    font-size: 18px;
    margin-top: 12px !important;
    margin-bottom: 42px !important;
}

.footer, .footer__top-side, .footer__bottom-side {
    display: flex;
}


.footer__top-side {
    justify-content: space-between;
    gap: 25px;
}

.footer__bottom-side {
    padding-top: 42px;
    gap: 20px;
    flex-direction: column;
}

.footer__address-info, .footer__offer-info, .footer__requisites-info, .footer-contacts {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.footer {
    flex-direction: column;
    padding: 35px 14.8px 16.8px;
}

.footer__info {
    width: 35%
}

.footer__catalog {
    width: 30%;
}

.footer__for-clients, .footer__contacts {
    width: 17.5%;
}


.footer__contacts {
    display: flex;
    flex-direction: column  ;
}

.footer-catalog__heading, .clients-block__heading {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.footer-catalog__link:hover, .clients-block__link:hover, .footer-contacts__phone:hover, .footer-contacts__mail:hover {
    text-decoration: underline !important;
}

.footer-grid {
    display: grid;
    max-width: 300px;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.footer-grid__item {
    height: 77px;
    border-radius: 15px;
    padding: 15px;
    background-color: #EDEDED;
    position: relative;
}

.footer-grid__item:hover {
    background-color: #dfdfdf;
}

.footer-grid__svg {
    width: 20px;
    height: 20px;
    background-image: url(https://serverict.com/yo/wp-content/themes/serverict/assets/img/arrow-blue.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.footer-grid__heading {
    color: #5c5c5f;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 16.8px;
}

.footer-grid__description {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}


.footer__offer-link {
    text-decoration: underline;
}

.footer__offer-link:hover {
    text-decoration: none;
}

.footer-contacts__phone {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.footer-contacts__social {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #778;
}

.footer-contacts__social:hover {
    text-decoration: underline;
}

.footer-contacts__btn {
    background: #EBF5FF !important;
    color: #2560DC !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
    padding: 8px 21px 10px !important;
    border: none;
    cursor: pointer;
}

.footer-contacts__btn:hover {
    background: #CDF;
}

.footer-contacts__img {
    width: 32px;
    height: 32px;
}

.footer-contacts__social:hover .footer-contacts__img {
    opacity: 0.9;
}

.clients-block__list {
    display: flex;
    flex-direction: column;
    margin-top: 11px;
    margin-bottom: 11px;
    gap: 11px;
}

.footer-catalog__list {
    display: grid;
    margin-top: 11px;
    margin-bottom: 11px;
    gap: 11px;
    grid-template-columns: 1fr 1fr;
}

.footer-catalog__span, .footer-grid__span {
    background-color: #245fdb;
    color: #EDEDED;
}

.footer-catalog__span {
    padding: 6px 3px;
    border-radius: 8px;

}

.footer-grid__span {
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 4px;
}

.footer-grid__heading {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width:1000px) {
    .footer__top-side {
        flex-wrap: wrap;
    }
}

@media (max-width:820px) {
    .footer__top-side {
        flex-wrap: nowrap;
        flex-direction: column  ;
    }

    .footer__info, .footer__catalog, .footer__for-clients, .footer__contacts {
        width: 100%;
    }

    .footer-contacts__btn {
        max-width: 174.75px;
    }
}

@media (max-width: 344px) {
    .footer-catalog__list {
        display: flex;
        flex-direction: column;

    }

    .footer-grid {
        display: flex;
        flex-direction: column;
    }
}


@media (max-width: 1280px)
{

    .footer {
    font-size: 14.4px;
}
    .footer-catalog__heading, .clients-block__heading {
    font-size: 21.6px !important;
}

.footer-contacts__phone {
    font-size: 18px !important;
}

.footer-contacts__btn {
    font-size: 14.4px !important;
    -webkit-border-radius: 10.8px !important;
    border-radius: 10.8px !important;
    padding: 7.2px 18.9px 9px !important;
}


.footer-grid__span {
    font-size: 11.7px;
}

.footer__description {
    font-size: 16.2px !important;
}

}

@media (max-width: 1160px)
{

    .footer {
    font-size: 12.8px;
}
    .footer-catalog__heading, .clients-block__heading {
    font-size: 19.2px !important;
}

.footer-contacts__phone {
    font-size: 16px !important;
}

.footer-contacts__btn {
    font-size: 12.8px !important;
    -webkit-border-radius: 9.6px !important;
    border-radius: 9.6px !important;
    padding: 6.4px 16.8px 8px !important;
}


.footer-grid__span {
    font-size: 10.4px;
}

.footer__description {
    font-size: 14.4px !important;
}

}


@media (max-width:1000px) {

    .footer {
    font-size: 11.2px;
}
    .footer-catalog__heading, .clients-block__heading {
    font-size: 16.8px !important;
}

.footer-contacts__phone {
    font-size: 14px !important;
}

.footer-contacts__btn {
    font-size: 11.2px !important;
    -webkit-border-radius: 8.4px !important;
    border-radius:8.4ppx !important;
    padding: 5.6px 14.7px 7px !important;
}


.footer-grid__span {
    font-size: 9.1px;
}
.footer__description {
    font-size: 12.6px !important;
}
}


@media (max-width:900px) {

    .footer {
        font-size: 12.8px;
    }
    .footer-catalog__heading, .clients-block__heading {
    font-size: 19.2px !important;
}

.footer-contacts__phone {
    font-size: 16px !important;
}

.footer-contacts__btn {
    font-size: 12.8px !important;
    -webkit-border-radius: 9.6px !important;
    border-radius: 9.6px !important;
    padding: 6.4px 16.8px 8px !important;
}


.footer-grid__span {
    font-size: 10.4px;
}
.footer__description {
    font-size: 14.4px !important;
}
}

