@import url('/ui/footer/styles/oterisovka.css');
@import url('/ui/footer/styles/form.css');
@import url('/ui/footer/styles/mob-panel.css');
.foot-logo,.foot-cont > nav > a,.foot-rb > a,.fns {
    color: white;
}
.foot-logo {
    text-transform: uppercase;
    background-size: contain;
    font-weight: 700;
    background-repeat: no-repeat;
    background-image: url('/ui/symbols/logo/light-logo.svg');
    display: block;
    width: fit-content;
    z-index: 2;
    position: relative;
}
.foot-cont {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-cont > nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.foot-cont > nav > a {
    z-index: 2;
}
#foot-ask {
    border: none;
    outline: none;
    z-index: 2;
}
.foot-rb {
    display: flex;
    flex-direction: column;
    align-items: end;
    z-index: 2;
}
.foot-rb > a > span {
    font-weight: 700;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/ui/symbols/white/tel.svg');
}
.foot-rb > a > aside {
    font-size: 18px;
}
.foot-nets {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot-nets > a {
    background-repeat: no-repeat;
    background-size: contain;
}
#foot-tg {
    background-image: url('/ui/symbols/white/tg.png');
}
#foot-wa {
    background-image: url('/ui/symbols/white/wa.png');
}
#foot-vk {
    background-image: url('/ui/symbols/white/vk.png');
}
.fns {
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
}
#razd {
    margin: 0 14px;
}
@media(min-width:1100px) {
    .foot-logo {
        line-height: 52px;
        margin: 54px auto 96px auto;
        padding-left: 62px;
        font-size: 20px;
    }
    .foot-cont {
        width: 92%;
    }
    .foot-cont > nav {
        height: 216px;
        font-size: 20px;
    }
    #foot-ask {
        padding: 24px 0;
        width: 290px;
    }
    .foot-rb > a > span {
        font-size: 25px;
        line-height: 36px;
    }
    .foot-rb > a > span,.foot-rb > a > aside {
        padding-left: 40px;
    }
    .foot-nets {
        height: 37px;
        width: 140px;
        margin-top: 25px;
    }
    .foot-nets > a {
        width: 37px;
        height: 37px;
    }
    .fns {
        margin-top: 80px;
    }
}
@media(min-width:760px) and (max-width:1099px) {
    .foot-logo {
        line-height: 36px;
        margin: 0 auto 22px auto;
        padding-left: 40px;
        font-size: 16px;
    }
    .foot-cont {
        width: 88%;
    }
    .foot-cont > nav {
        height: 120px;
        font-size: 12px;
    }
    #foot-ask {
        padding: 14px 0;
        width: 160px;
    }
    .foot-rb > a > span {
        font-size: 16px;
        line-height: 30px;
    }
    .foot-rb > a > span,.foot-rb > a > aside {
        padding-left: 34px;
    }
    .foot-rb > a > aside {
        font-size: 10px;
    }
    .foot-nets {
        height: 25px;
        width: 111px;
        margin-top: 25px;
    }
    .foot-nets > a {
        width: 25px;
        height: 25px;
    }
    .fns {
        margin-top: 25px;
        font-size: 14px;
    }
}
@media(min-width:760px) {
    .foot-cont > nav,.foot-rb {
        flex: 0 30%
    }
}
@media(max-width:759px) {
    .foot-logo {
        line-height: 23px;
        margin: 9px auto 18px auto;
        padding-left: 26px;
        font-size: 14px;
    }
    .foot-cont {
        width: 96%;
    }
    .foot-cont > nav {
        height: 93px;
        width: 63px;
        font-size: 10px;
    }
    #foot-ask {
        padding: 8px 0;
        width: 118px;
        align-self: end;
    }
    .foot-rb > a > span {
        font-size: 12px;
        line-height: 20px;
    }
    .foot-rb > a > span,.foot-rb > a > aside {
        padding-left: 24px;
    }
    .foot-rb > a > aside {
        font-size: 8px;
    }
    .foot-nets {
        height: 20px;
        width: 88px;
        margin-top: 7px;
    }
    .foot-nets > a {
        width: 20px;
        height: 20px;
    }
    .fns {
        margin-top: 28px;
        font-size: 8px;
    }
}