.mp-main-menu-container {
    height: 64px;
    white-space: nowrap;
}

@media all and (min-width: 960px) {
    .mp-main-menu-container {
        height: 80px;
    }
}

.mp-main-menu {
    position: fixed;
    z-index: 42;
    background: #0aa440;
    box-shadow: 0 5px 21px rgba(73, 71, 59, 15%);
    top: 0;
    left: 0;
    width: 100%;
}

@media all and (min-width: 1200px) {
    .mp-main-menu {
        position: relative;
        width: auto;
        box-shadow: none;
        top: unset;
        left: unset;
    }
}

.mp-main-menu.light {
    background: #fff;
}

@media all and (min-width: 600px) {
    .mp-main-menu.no-bg {
        background-color: transparent;
    }
}

.mp-main-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 21px rgba(73, 71, 59, 15%);
    z-index: 42;
}

.mp-main-menu__wrapp {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
    position: relative;
    z-index: 1;
}

@media all and (min-width: 600px) {
    .mp-main-menu__wrapp {
        max-width: 600px;
        padding: 0 12px;
    }
}

@media all and (min-width: 960px) {
    .mp-main-menu__wrapp {
        height: 80px;
        max-width: 960px;
        padding: 0 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-main-menu__wrapp {
        padding: 0 16px;
        max-width: 1180px;
    }
}

@media all and (min-width: 1380px) {
    .mp-main-menu__wrapp {
        max-width: 1320px;
        padding: 0 16px;
    }
}

.mp-main-menu__logo-mobile {
    display: block;
    margin-right: auto;
}

.mp-main-menu__logo-mobile svg {
    fill: #000;
}

.mp-main-menu__logo-mobile svg path:first-child {
    fill: #1eb34b;
}

@media all and (min-width: 600px) {
    .mp-main-menu__logo-mobile {
        display: none;
    }
}

.mp-main-menu__logo {
    display: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    outline: 0;
    text-decoration: none;
    margin-right: auto;
    cursor: pointer;
}

@media all and (min-width: 600px) {
    .mp-main-menu__logo {
        margin-right: 8px;
        padding-right: 16px;
        display: flex;
    }
}

@media all and (min-width: 600px) {
    .mp-megagroup-logo {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 140px;
    }

    .mp-catalog-logo {
        position: absolute;
        right: 13px;
        top: 0;
        bottom: 0;
        width: 130px;
    }
}

.mp-main-menu__services-link {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -.2px;
    cursor: pointer;
    display: none;
    white-space: normal;
}

@media all and (min-width: 600px) {
    .mp-main-menu__services-link {
        display: block;
        margin-right: auto;
    }
}

@media all and (min-width: 960px) {
    .mp-main-menu__services-link {
        margin-right: auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-main-menu__services-link {
        margin: 0 24px 0 0;
    }
}

.fixed .mp-main-menu__services-link,
.light .mp-main-menu__services-link {
    color: #0169d9;
}

.mp-main-menu__services-link svg {
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.fixed .mp-main-menu__services-link svg,
.light .mp-main-menu__services-link svg {
    fill: #979797;
}

.mp-main-menu__services-link span {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}

@media all and (min-width: 1200px) {
    .mp-main-menu__services-link span:hover::before {
        border-bottom-color: transparent;
    }
}

.mp-main-menu__services-link span::before {
    content: "";
    border-bottom: 1px dotted #fff;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
    transition: border-bottom-color 0.3s ease-in-out;
}

@media all and (min-width: 1200px) {
    .mp-main-menu__services-link span::before:hover {
        border-bottom-color: transparent;
    }
}

.fixed .mp-main-menu__services-link span::before,
.light .mp-main-menu__services-link span::before {
    border-bottom-color: #0169d9;
}

.mp-main-menu__inner {
    display: flex;
    position: relative;
    z-index: 1;
    margin-left: 0;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
}

@media all and (min-width: 960px) {
    .mp-main-menu__inner {
        margin-left: auto;
        margin-right: 16px;
        width: 100%;
    }
}

.mp-main-menu__nav {
    margin: 0 16px 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

@media all and (min-width: 1200px) {
    .mp-main-menu__nav {
        display: flex;
        margin: 0 auto;
    }
}

.mp-main-menu__link {
    margin: 0 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -.2px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.3s ease-in-out;
}

@media all and (min-width: 600px) {
    .mp-main-menu__link-hidden {
        display: none;
    }
}

.mp-main-menu__link::after {
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    display: block;
    will-change: width, height;
    transition: 0.13s ease-in-out;
    border-radius: 50%;
    background: rgba(255, 255, 255, 30%);
}

.fixed .mp-main-menu__link::after,
.light .mp-main-menu__link::after {
    background: #c4c4c4;
}

@media all and (min-width: 1200px) {
    .mp-main-menu__link:hover::after {
        width: 8px;
        height: 8px;
    }

    .mp-main-menu__link.active::after,
    .mp-main-menu__link:active::after {
        background: #fff;
        width: 8px;
        height: 8px;
    }

    .fixed .mp-main-menu__link.active::after,
    .fixed .mp-main-menu__link:active::after,
    .light .mp-main-menu__link.active::after,
    .light .mp-main-menu__link:active::after {
        background: #1eb34b;
    }
}

.fixed .mp-main-menu__link,
.light .mp-main-menu__link {
    color: #333;
}

.mp-main-menu__link[href="/zakazsite"] {
    color: #fff25d;
}

.mp-main-menu__link[href="/zakazsite"]::after {
    background: #fff25d;
}

.fixed .mp-main-menu__link[href="/zakazsite"],
.light .mp-main-menu__link[href="/zakazsite"] {
    color: #0169d9;
}

.fixed .mp-main-menu__link[href="/zakazsite"]::after,
.light .mp-main-menu__link[href="/zakazsite"]::after {
    background: #0169d9;
}

.mp-main-menu__btn,
.mp-main-menu__btn.iconed,
.mp-main-menu__btn.secondary {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    margin-left: 18px;
    background: #fff;
    color: #333;
    border: none;
    box-shadow: none;
}

@media all and (min-width: 960px) {
    .mp-main-menu__btn,
    .mp-main-menu__btn.iconed,
    .mp-main-menu__btn.secondary {
        width: auto;
        height: auto;
    }
}

@media all and (min-width: 1200px) {
    .mp-main-menu__btn.iconed:hover,
    .mp-main-menu__btn.secondary:hover,
    .mp-main-menu__btn:hover {
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 20%);
        color: #0169d9;
    }

    .mp-main-menu__btn.iconed:active,
    .mp-main-menu__btn.secondary:active,
    .mp-main-menu__btn:active {
        box-shadow: none;
        background: #fff;
        color: #333;
    }
}

.mp-main-menu__btn--login,
.mp-main-menu__btn.iconed--login,
.mp-main-menu__btn.secondary--login {
    display: none;
}

@media all and (min-width: 960px) {
    .mp-main-menu__btn--login,
    .mp-main-menu__btn.iconed--login,
    .mp-main-menu__btn.secondary--login {
        display: inline-flex;
    }
}

.mp-main-menu__btn--phone,
.mp-main-menu__btn.iconed--phone,
.mp-main-menu__btn.secondary--phone,
.mp-main-menu__btn--mail {
    margin-left: auto;
}

@media all and (min-width: 960px) {
    .mp-main-menu__btn--phone,
    .mp-main-menu__btn.iconed--phone,
    .mp-main-menu__btn.secondary--phone,
    .mp-main-menu__btn--mail {
        display: none;
    }
}

@media all and (min-width: 1200px) {
    .mp-main-menu__btn--burger,
    .mp-main-menu__btn.iconed--burger,
    .mp-main-menu__btn.secondary--burger {
        display: none;
    }
}

.mp-main-menu__btn--order,
.mp-main-menu__btn.iconed--order,
.mp-main-menu__btn.secondary--order {
    display: none;
}

@media all and (min-width: 1200px) {
    .mp-main-menu__btn--order,
    .mp-main-menu__btn.iconed--order,
    .mp-main-menu__btn.secondary--order {
        display: inline-flex;
    }
}

.fixed .mp-main-menu__btn,
.fixed .mp-main-menu__btn.iconed,
.fixed .mp-main-menu__btn.secondary,
.light .mp-main-menu__btn,
.light .mp-main-menu__btn.iconed,
.light .mp-main-menu__btn.secondary {
    background: #1eb34b;
    color: #fff;
}

@media all and (min-width: 1200px) {
    .fixed .mp-main-menu__btn.iconed:hover:not([disabled]),
    .fixed .mp-main-menu__btn.secondary:hover:not([disabled]),
    .fixed .mp-main-menu__btn:hover:not([disabled]),
    .light .mp-main-menu__btn.iconed:hover:not([disabled]),
    .light .mp-main-menu__btn.secondary:hover:not([disabled]),
    .light .mp-main-menu__btn:hover:not([disabled]) {
        box-shadow: 0 2px 4px #acd6a2, inset 0 0 0 2px #3cae5e;
        background-color: #51c568;
        color: #fff;
    }

    .fixed .mp-main-menu__btn.iconed:active:not([disabled]),
    .fixed .mp-main-menu__btn.secondary:active:not([disabled]),
    .fixed .mp-main-menu__btn:active:not([disabled]),
    .light .mp-main-menu__btn.iconed:active:not([disabled]),
    .light .mp-main-menu__btn.secondary:active:not([disabled]),
    .light .mp-main-menu__btn:active:not([disabled]) {
        background-color: #37a458;
        box-shadow: none;
        color: #fff;
    }
}

.fixed .mp-main-menu__btn.iconed.secondary,
.fixed .mp-main-menu__btn.secondary,
.fixed .mp-main-menu__btn.secondary.secondary,
.light .mp-main-menu__btn.iconed.secondary,
.light .mp-main-menu__btn.secondary,
.light .mp-main-menu__btn.secondary.secondary {
    background: #fafaf9;
    box-shadow: 0 2px 3px rgba(176, 176, 176, 20%), inset 0 0 0 2px #ddd;
    color: #0169d9;
}

@media all and (min-width: 1200px) {
    .fixed .mp-main-menu__btn.iconed.secondary:hover,
    .fixed .mp-main-menu__btn.secondary.secondary:hover,
    .fixed .mp-main-menu__btn.secondary:hover,
    .light .mp-main-menu__btn.iconed.secondary:hover,
    .light .mp-main-menu__btn.secondary.secondary:hover,
    .light .mp-main-menu__btn.secondary:hover {
        background: #d9e4f5;
        box-shadow: 0 2px 3px rgba(130, 166, 233, 26%), inset 0 0 0 2px #a3c0ea;
        color: #0169d9;
    }

    .fixed .mp-main-menu__btn.iconed.secondary:active,
    .fixed .mp-main-menu__btn.secondary.secondary:active,
    .fixed .mp-main-menu__btn.secondary:active,
    .light .mp-main-menu__btn.iconed.secondary:active,
    .light .mp-main-menu__btn.secondary.secondary:active,
    .light .mp-main-menu__btn.secondary:active {
        background: #a4bfe9;
        box-shadow: none;
        color: #0169d9;
    }
}

.mp-main-menu__btn svg,
.mp-main-menu__btn.iconed svg,
.mp-main-menu__btn.secondary svg {
    fill: #333;
    width: 26px;
    height: 26px;
}

.fixed .mp-main-menu__btn svg,
.fixed .mp-main-menu__btn.iconed svg,
.fixed .mp-main-menu__btn.secondary svg,
.light .mp-main-menu__btn svg,
.light .mp-main-menu__btn.iconed svg,
.light .mp-main-menu__btn.secondary svg {
    fill: #fff;
}

.mp-main-menu__phone-m {
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(63, 63, 63, 30%);
    border-radius: 40px;
    margin-left: auto;
}

@media all and (min-width: 960px) {
    .mp-main-menu__phone-m {
        display: none;
    }
}

.fixed .mp-main-menu__phone-m {
    background: #1eb34b;
}

.mp-main-menu__call,
.mp-main-menu__mailto {
    color: #fff;
    display: none;
}

@media all and (min-width: 600px) {
    .mp-main-menu__call,
    .mp-main-menu__mailto {
        margin: 0 0 0 auto;
    }
}

@media all and (min-width: 960px) {
    .mp-main-menu__call,
    .mp-main-menu__mailto {
        margin-left: 8px;
        display: block;
        text-align: center;
    }

    .mp-main-menu__mailto {
        margin-right: 8px;
    }
}

@media all and (min-width: 1380px) {
    .mp-main-menu__call,
    .mp-main-menu__mailto {
        margin-left: 8px;
    }

    .mp-main-menu__mailto {
        margin-right: 8px;
    }
}

.light .mp-main-menu__call,
.light .mp-main-menu__mailto {
    color: #333;
}

.mp-main-menu__phone,
.mp-main-menu__mail {
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    display: none;
    border-bottom: 1px dashed transparent;
}

@media all and (min-width: 960px) {
    .mp-main-menu__phone,
    .mp-main-menu__mail {
        display: block;
    }
}

.fixed .mp-main-menu__phone,
.fixed .mp-main-menu__mail {
    color: #333;
}

.mp-main-menu__callback {
    display: none;
}

@media all and (min-width: 1200px) {
    .mp-main-menu__callback {
        color: #fff;
        display: inline-block;
        border-bottom: 1px dotted #fff;
        line-height: 16px;
        font-size: 13px;
        text-decoration: none;
        outline: 0;
        cursor: pointer;
        transition: border-bottom-color 0.3s ease-out;
    }

    .mp-main-menu__callback:hover {
        border-bottom-color: transparent;
    }
}

.fixed .mp-main-menu__callback,
.light .mp-main-menu__callback {
    color: #0169d9;
    border-bottom-color: #0169d9;
}

.mp-m-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translate(100%, 0);
    transition: 0.3s;
    z-index: 43;
}

.mp-m-menu.opened {
    transform: translate(0, 0);
    background: rgba(0, 0, 0, 50%);
    transition: transform 0.3s;
    overflow: auto;
}

.mp-m-menu__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
    width: 272px;
    box-sizing: border-box;
    box-shadow: 0 2px 23px rgba(0, 0, 0, 50%);
    background: #0aa440;
    padding: 28px 33px 28px 31px;
}

@media all and (min-width: 600px) {
    .mp-m-menu__wrap {
        padding: 82px 22px 10px;
    }
}

.mp-m-menu__all {
    margin: 0 0 34px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    outline: 0;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px dashed #fff;
}

@media all and (min-width: 600px) {
    .mp-m-menu__all {
        display: none;
    }
}

.mp-m-menu__btn.secondary {
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 48px;
    box-sizing: border-box;
    margin-bottom: 18px;
}

.mp-m-menu__btn.secondary svg {
    fill: #0169d9;
    margin-right: 8px;
    margin-left: -10px;
}

.mp-m-aside-close {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 18px;
    right: 18px;
    background: rgba(63, 63, 63, 30%) url("../img/oah-cancel-white.svg") center no-repeat;
    border: none;
    outline: 0;
}

.mp-m-aside-close--dark {
    background-image: url("../img/oah-cancel.svg");
}

.mp-m-nav {
    padding: 0;
    margin-bottom: 62px;
}

.mp-m-nav__link {
    text-decoration: none;
    font-weight: 500;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: -.2px;
    margin-bottom: 14px;
    color: #fff;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 25%);
}

@media all and (min-width: 600px) {
    .mp-m-nav__link-hidden {
        display: none;
    }
}

.mp-m-nav__link:last-child {
    margin-bottom: 0;
}

.mp-m-nav__link--colored {
    color: #ffe25a;
    border-bottom-color: rgba(255, 226, 90, 25%);
}

.mp-m-filials {
    padding: 0;
    list-style: none;
    margin: 0;
}

.mp-m-filials__item {
    margin-bottom: 24px;
}

.mp-m-filials__item:last-child {
    margin-bottom: 0;
}

.mp-m-filials__name {
    margin: 0 0 4px;
    outline: 0;
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mp-m-filials__name svg {
    fill: #fff;
    margin-right: 2px;
}

.mp-m-filials__name span {
    line-height: 20px;
    font-size: 13px;
    color: #fff;
}

.mp-m-filials__link {
    font-weight: 600;
    margin-top: -9px;
    display: inline-block;
    text-decoration: none;
    line-height: 20px;
    font-size: 18px;
    color: #fff;
}

.mp-footer {
    background-color: #fff;
}

.mp-footer__wrapp {
    padding: 32px 16px 60px;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

@media all and (min-width: 600px) {
    .mp-footer__wrapp {
        max-width: 600px;
        padding-left: 12px;
        padding-right: 12px;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 32px;
    }
}

@media all and (min-width: 960px) {
    .mp-footer__wrapp {
        max-width: 960px;
        padding: 32px 24px 48px;
    }
}

@media all and (min-width: 1200px) {
    .mp-footer__wrapp {
        padding: 64px 16px 72px;
        max-width: 1180px;
        flex-wrap: nowrap;
    }
}

@media all and (min-width: 1380px) {
    .mp-footer__wrapp {
        max-width: 1320px;
        padding-left: 16px;
        padding-right: 16px;
    }
}

.mp-footer__info {
    padding-left: 30px;
    margin-bottom: 40px;
}

@media all and (min-width: 600px) {
    .mp-footer__info {
        padding-left: 16px;
        -webkit-box-flex: 1;
        flex: 1 0 500px;
        margin-bottom: 16px;
    }
}

@media all and (min-width: 960px) {
    .mp-footer__info {
        padding-left: 0;
        -webkit-box-flex: 1;
        flex: 1 0 700px;
        margin-bottom: 32px;
    }
}

@media all and (min-width: 1200px) {
    .mp-footer__info {
        -webkit-box-flex: 0;
        flex: 0 0 369px;
        margin-bottom: 0;
        margin-right: 24px;
    }
}

@media all and (min-width: 1380px) {
    .mp-footer__info {
        -webkit-box-flex: 0;
        flex: 0 0 408px;
        margin-right: 32px;
    }
}

.mp-footer__logo {
    margin-bottom: 24px;
    display: inline-block;
    text-decoration: none;
    outline: 0;
}

@media all and (min-width: 600px) {
    .mp-footer__logo {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .mp-footer__logo {
        margin-bottom: 40px;
    }
}

.mp-footer__text {
    color: #686868;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: none;
}

@media all and (min-width: 1200px) {
    .mp-footer__text {
        display: block;
        margin-bottom: 48px;
    }
}

@media all and (min-width: 1380px) {
    .mp-footer__text {
        margin-bottom: 32px;
        max-width: 330px;
    }
}

.mp-footer__text p {
    margin: 0 0 16px;
}

.mp-footer__text p:last-child {
    margin-bottom: 0;
}

.mp-footer__copy {
    color: #656565;
    font-weight: 400;
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -.35px;
}

@media all and (min-width: 600px) {
    .mp-footer__copy {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -.3px;
    }
}

.mp-footer__privacy-link {
    color: #0169d9;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -.35px;
}

@media all and (min-width: 600px) {
    .mp-footer__privacy-link {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: -.3px;
    }
}

.mp-footer__nav {
    padding-left: 30px;
}

@media all and (min-width: 600px) {
    .mp-footer__nav {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 0;
    }
}

@media all and (min-width: 960px) {
    .mp-footer__nav {
        flex-wrap: nowrap;
    }
}

@media all and (min-width: 600px) {
    .mp-footer__column {
        -webkit-box-flex: 0;
        flex: 0 0 236px;
        margin-left: 16px;
    }
}

@media all and (min-width: 960px) {
    .mp-footer__column {
        margin-left: 44px;
        -webkit-box-flex: 0;
        flex: 0 1 186px;
    }
}

@media all and (min-width: 1200px) {
    .mp-footer__column {
        -webkit-box-flex: 1;
        flex: 1 1 118px;
        margin-left: 32px;
    }
}

@media all and (min-width: 960px) {
    .mp-footer__column:first-child {
        margin-left: 0;
    }
}

.mp-footer__group {
    margin-bottom: 40px;
}

@media all and (min-width: 960px) {
    .mp-footer__group:last-child {
        margin-bottom: 0;
    }
}

.mp-footer__group-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 8px;
}

@media all and (min-width: 960px) {
    .mp-footer__group-title {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

.mp-footer__group-link-wr {
    margin: 0 0 4px;
}

.mp-footer__group-link-wr.inner {
    padding-left: 16px;
    position: relative;
}

.mp-footer__group-link-wr.inner::before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: #9f9f9f;
    position: absolute;
    top: calc(50% - 2px);
    left: 2px;
}

.mp-footer__group-link-wr.inner::after {
    content: "";
    width: 1px;
    height: 7px;
    background-color: #9f9f9f;
    position: absolute;
    top: calc(50% - 5px);
    left: 5px;
}

.mp-footer__group-link {
    color: inherit;
    font-size: 15px;
    line-height: 32px;
    font-weight: 400;
    text-decoration: none;
}

@media all and (min-width: 960px) {
    .mp-footer__group-link {
        font-size: 13px;
        line-height: 24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-footer__group-link:hover {
        color: #0169d9;
        text-decoration: underline;
    }
}

.mp-footer__socials {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 170px;
    margin: 16px 0 32px;
}

@media all and (min-width: 960px) {
    .mp-footer__socials {
        margin: 24px 0;
    }
}

@media all and (min-width: 1200px) {
    .mp-footer__socials {
        max-width: none;
    }
}

.mp-footer__callback {
    margin-bottom: 24px;
}

.mp-footer__callback-title {
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    margin: 0;
}

.mp-footer__callback-phone {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

@media all and (min-width: 960px) {
    .mp-footer__callback-phone {
        font-size: 22px;
    }
}

@media all and (min-width: 1380px) {
    .mp-footer__callback-phone {
        font-size: 25px;
    }
}

.mp-footer__search {
    position: relative;
    z-index: 1;
    margin: 40px 0 24px;
}

@media all and (min-width: 600px) {
    .mp-footer__search {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

@media all and (min-width: 960px) {
    .mp-footer__search {
        margin-top: 24px;
        margin-bottom: 16px;
    }
}

.mp-footer__search.focus svg {
    opacity: 1;
    fill: #005ac7;
}

.mp-footer__search-input {
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    padding: 6px 14px;
    box-sizing: border-box;
    border: 2px solid #dfdfdf;
}

.mpinput::placeholder {
    color: #b0b0b0;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.mpinput:placeholder {
    color: #b0b0b0;
    font-size: 14px;
    font-weight: 400;
}

@media all and (min-width: 1200px) {
    .mp-footer__search-input:hover {
        border-color: #a3c0ea;
    }
}

.mp-footer__search-input:focus {
    box-shadow: 0 6px 4px -4px rgba(130, 166, 233, 27%);
    border: 2px solid #a3c0ea;
    background-color: #f2f7ff;
}

.mp-footer__search-input.disabled,
.mp-footer__search-input[disable="true"] {
    box-shadow: inset 0 0 0 2px #ddd;
    background-color: #f4f4f4;
    color: #b0b0b0;
}

.mp-footer__search-sbt {
    position: absolute;
    right: 8px;
    top: 4px;
    width: 32px;
    height: 32px;
    appearance: none;
    background: 0 0;
    border: none;
    outline: 0;
    padding: 0;
}

.mp-footer__search-sbt svg {
    opacity: .4;
    fill: #333;
    width: 32px;
    height: 32px;
}
