.footer {
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgb(255,255,255);
    position: relative;
    overflow: hidden;
    width: calc(100% - 60px);
    margin: 0 auto;
}

.footer__up {
    padding: 80px 0 65px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(56, 56, 56, 0.10);
}
.footer__logo--img {
    max-width: 556px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.footer__logo--text {
    color: #383838;
    text-align: center;
    font-family: Montserrat, serif;
    font-size: 46px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 20px;
}
.footer__center {
    padding: 30px 0px 30px 30px;
    border-bottom: 1px solid rgba(56, 56, 56, 0.10);
    display: flex;
}
.footer__block1 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 40px;
    width: 180px;
    margin-right: 42px;
    flex: none;
}
.footer--logo2 {
    display: block;
}
.footer--logo2 img {
    width: 160px;
    display: block;
}

.footer--blocksTitle {
    color: #004271;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}
.footer--blocksTitle:last-child {
    margin-bottom: 0;
}
.footer__socs__text {
    display: grid;
    row-gap: 8px;
}
.footer__socs__text a {
    color: #383838;
    font-size: 14px;
    font-weight: 700;
    line-height: 10px;
}
.socials {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 4px;
}
.socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: #004E86;
    width: 36px;
    height: 36px;
    transition: box-shadow 0.2s ease;
}
.socials a span {
    font-size: 18px;
}
.socials a span:before {
    transition: color 0.2s ease;
}
.socials a:hover span:before {
    color: #FFE100;
}
.socials a:active {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) inset;
}
.socials a:active span:before {
    color: #FFE100;
}


.footer__block2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 40px;
    width: 228px;
    margin-right: 42px;
    flex: none;
}
.footer--companyDesc {
    color: #004271;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}

.footerMenu {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 28px;
}
.footerMenu--title {
    display: block;
    padding: 0 12px;
    color: #004271;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    transition: color 0.2s ease;
    font-family: Montserrat, serif;
    margin-bottom: 10px;
}
.footerMenu--link {
    display: block;
    width: 100%;
    color: #383838;
    font-size: 13px;
    line-height: 17px;
    padding: 3px 12px;
    margin-bottom: 4px;
    border-radius: 13px;
    border: 2px solid transparent;
    transition: border 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}
.footerMenu--link:hover {
    border: 2px solid #F5F7FA;
}
.footerMenu--link:active {
    border: 2px solid #F5F7FA;
    background-color: #F5F7FA;
}
.footerMenu--link:last-child {
    margin-bottom: 0;
}
.footerMenu--link:first-child {
    margin-top: 28px;
}
.footerMenu--link+.footerMenu--title {
    margin-top: 8px;
}

.footer__down {
    padding: 30px 0 80px 30px;
    display: flex;
    align-items: center;
}

.footer__phone {
    width: 200px;
    margin-right: 22px;
    flex: none;
}
.footer__phone--link {
    color: #383838;
    font-family: Montserrat, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.footer--callBackContainer {
    width: 228px;
    margin-right: 42px;
    flex: none;
}
.footer__info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 28px;
    flex: 1;
}
.footer__info__item {
    padding-left: 12px;
}
.footer__info__item--value {
    color: #383838;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.footer__info>div:nth-child(2) {
    grid-column: span 3;
}

@media screen and (max-width: 1400px) {
    .footer__block1 {
        width: 180px;
        margin-right: 24px;
    }
    .footer__phone {
        width: 180px;
        margin-right: 24px;
    }
    .footer__phone--link {
        font-size: 15px;
    }
    .footer__block2 {
        width: 205px;
        margin-right: 30px;
    }
    .footer--callBackContainer {
        width: 220px;
        margin-right: 15px;
    }
    .footerMenu {
        row-gap: 5px;
    }
    .footer__info {
        row-gap: 5px;
    }
}

@media screen and (max-width: 1200px) {
    .footer {
        width: calc(100% - 48px);
    }
    .footer__up {
        padding: 60px 0 33px;
    }
    .footer__logo--img {
        max-width: 272px;
    }
    .footer__logo--text {
        font-size: 28px;
        line-height: 36px;
        margin: 21px auto 0;
        max-width: 400px;
    }
    .footer--companyDesc {
        line-height: 23px;
        text-align: center;
        max-width: 500px;
        margin: 0 auto 45px;
    }
    .footer__center {
        display: block;
        padding-left: 0;
        padding-bottom: 20px;
    }
    .footerMenu {
        display: grid;
        row-gap: 26px;
        grid-template-columns: repeat(1, 1fr);
        max-width: 554px;
        margin: 0 auto 30px;
    }
    .footerMenu__row {
        display: flex;
        column-gap: 80px;
        align-items: flex-start;
    }
    .footerMenu__col {
        flex: 1;
        display: grid;
    }
    .footerMenu--title {
        font-size: 14px;
        line-height: 20px;
        padding: 0 12px;
        margin-bottom: 10px;
    }
    .footerMenu--link:first-child {
        margin-top: 30px;
    }
    .footerMenu--link {
        font-size: 13px;
        line-height: 20px;
        padding: 1.5px 14px;
        margin-bottom: 4px;
        display: inline-block;
        width: auto;
    }
    .footer__infoRow {
        display: flex;
        column-gap: 80px;
        max-width: 554px;
        margin: 0 auto;
    }
    .footer__infoRow>div {
        flex: 1;
    }
    .footer__infoRow>div>div {
        padding-left: 14px;
    }

    .footer__down2 {
        margin-top: 24px;
        padding-bottom: 45px;
        display: grid;
        row-gap: 30px;
    }
    .footer--blocksTitle {
        margin-bottom: 6px;
    }

    .copyright {
        padding: 24px 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        max-width: 500px;
    }

    .footer .socials {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    .footer {
        width: calc(100% - 40px);
        border-radius: 60px;
    }
    .footer__logo--img {
        max-width: 204px;
    }
    .footer__logo--text {
        font-size: 18px;
        line-height: 23px;
        margin-top: 28px;
    }
    .footer--companyDesc {
        font-size: 14px;
        line-height: 18px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(56, 56, 56, 0.10);
        margin-bottom: 30px;
        max-width: 100%;
    }
    .footer__up {
        padding: 50px 0 34px;
    }
    .footer__center {
        padding-left: 0;
        padding-bottom: 22px;
        padding-top: 18px;
    }
    .footerMenu {
        text-align: center;
        row-gap: 26px;
    }
    .footerMenu__row {
        flex-wrap: wrap;
        display: block;
    }
    .footerMenu__col {
        width: 100%;
    }
    .footerMenu--title {
        margin-bottom: 14px;
    }
    .footerMenu--link {
        margin-bottom: 6px;
    }
    .footerMenu--link:first-child {
        margin-top: 8px;
    }
    .footerMenu__row>.footerMenu__col:not(:first-child)>.footerMenu--title:first-child {
        margin-top: 26px;
    }
    .footer__infoRow {
        flex-wrap: wrap;
        row-gap: 32px;
        display: grid;
    }
    .footer__infoRow>div {
        width: 100%;
        text-align: center;
    }
    .footer__infoRow>div>div {
        padding-left: 0;
    }
    .footer .socials {
        justify-content: center;
    }
    .footer__down2 {
        padding-bottom: 35px;
    }
    .copyright {
        padding: 17px 0 24px;
        line-height: 18px;
    }
}