.header-contacts a{
     color:#000;
     font-size: 15px;
}
.header-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}
.header-contacts{
    display: flex;
    align-items: center;
    gap:5px;
}
.header-title{
    font-size: 14px;
}
.btn-order-call{
    width: auto;
    height: auto;
    padding: 5px 10px;
}
header .logo-text{
    font-size: 22px;
    line-height: 120%;
}
/******  *******/
.footer-block {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
}
.footer-work{
    display: block;
}
/******  *******/
.btn-contact{
    width: 100%;
    padding: 10px 0;
    background: #e6e6e6;
    border-radius: 8px;
    font-weight: 700;
    margin-top: 10px;
    cursor: pointer;
}
.contact-title{
    font-size: 14px;
    font-weight: 700;
    color: #241b1b;
    border: 1px dashed;
    padding: 10px;
    text-align: center;
    margin: 17px;
}
/******  *******/
.btn-order-call{
    margin: 0;
}
.footer-work__text {
    line-height: 24px;
    font-size: 16px;
    text-align: right;
}

/******  *******/

/****** Go media *******/
@media (max-device-width: 1200px) {
    .footer-phone svg {
        width: auto;
        height: auto;
    }
    .f-tg path:nth-of-type(1){
        fill:#00A5D9;
    }
}
/******  *******/
@media (max-device-width: 992px) {
    header{
        margin-top: 0;
    }
    header .logo{
        display: none;
    }
    .header-title{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .header-block {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 13px;
    }
    .top-mob-line{
        background: #e6e6e6;
        height: auto;
        position: sticky;
    }
    .top-mob-line-block {
        display: flex;
        width: 100%;
        top: 0;
        height: auto;
        z-index: 99;
        justify-content: space-between;
    }
    .top-mob-line-block{
        align-items: center;
    }
    .header-contacts{
        margin-right: 5px;
    }
    .top-mob-line-block .logo{
        display: flex;
        align-items: center;
        gap: 5px;
        text-align: left;
        font-size: 14px;
        line-height: 120%;
        font-weight: 700;
    }
    .footer-block {
        grid-template-columns: 1fr;
        gap: 13px;
        width: 300px;
        margin: 0 auto;
    }
}
/****** /992 *******/
@media (max-device-width: 768px) {
    .footer-block {
        display: grid;
        gap:10px;
        align-items: center;
        justify-content: center;
    }
}
