.mp-main-menu-container {
    height: 64px;
    white-space: nowrap;
    position: sticky;
    top: 0;
    z-index: 7;
}

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

@media all and (min-width: 1200px) {
    .mp-main-menu-container {
        position: static;
    }
}

.mp-main-menu {
    position: static;
    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__inner {
    display: flex;
    flex-direction: column;
}

.mp-footer__maked {
    color: #666;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}

.mp-footer__nav {
    background: #f7f7fb;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
}

.mp-footer__group-links {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0 16px 16px;
    border-top: 1px solid #e1e1e1;
}

.active .mp-footer__group-links { display: flex; }

.mp-footer__group-title {
    display: flex;
    padding: 16px 0;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e1e1;
}

.mp-footer__column:first-child .mp-footer__group:first-child .mp-footer__group-title { border-top: none; }
.mp-footer__column:last-child .mp-footer__group:last-child .mp-footer__group-title { border-bottom: 1px solid #e1e1e1; }

.mp-footer__group-title-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    letter-spacing: 0.2px;
}

.mp-footer__group-title-text a {
    color: inherit;
    text-decoration: none;
}

.mp-footer__group-title-arrow {
    flex: none;
    pointer-events: none;
}

.active .mp-footer__group-title-arrow { transform: rotate(180deg); }

.mp-footer__group-links-item {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 170%;
    padding: 6px 0;
    color: #666666;
    text-decoration: none;
    transition: all 0.2s;
}

.mp-footer__group-links-item:hover {
    color: #1ca345;
}

.mp-footer__group-links-item img {
    line-height: 0;
    margin-right: 8px;
}

.mp-footer__left {
    order: 1;
    background: #f7f7fb;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.mp-footer__logo {
    font-size: 0;
    line-height: 0;
    margin-bottom: 16px;
}

.mp-footer__logo a { display: inline-block; }

.mp-footer__text {
    color: #666;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-bottom: 24px;
    order: 1;
}

.google-recapcha-info {
    display: none;
    font-size: 16px;
    line-height: 170%;
    color: #666666;
    margin-bottom: 24px;
}

.google-recapcha-info a {
    color: #0369d9;
    text-decoration: none;
}

.mp-footer__year-wrapper {
    order: 2;
}

.mp-footer__socials {
    order: 1;
    font-size: 0;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(4, 40px);
    grid-gap: 8px;
    justify-content: center;

    @media all and (min-width: 640px) {
        justify-content: flex-start;
    }
}

.mp-footer__socials-item {
    display: block;
}

.mp-footer-bottom__year {
    font-size: 16px;
    line-height: 150%;
    color: #666666;
}

.mp-footer-bottom__privacy {
    font-size: 16px;
    line-height: 170%;
    text-decoration: none;
    color: #0369d9;
    letter-spacing: -0.2px;
}

.mp-footer__phones {
    padding: 24px 8px;
}

.mp-footer__phones .mp-footer__socials {
    display: none;

    @media all and (min-width: 1200px) {
        display: grid;
        margin-bottom: 0;
        margin-top: 16px;
    }
}

.mp-footer__phones-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mp-footer__phones-more {
    flex: none;
    margin-left: 10px;
    width: 48px;
    height: 48px;
    transition: transform 0.2s;
}

.mp-footer__phones-more.active {
    transform: rotate(180deg);
}

.mp-footer__phones-more > * {
    width: 100%;
    height: 100%;
}

.mp-footer__phones-group {
    height: 0;
    overflow: hidden;
}

.mp-footer__phones-group.active { height: auto; }

.mp-footer__phones-group-inner {
    background: #f4f5f4;
    border-radius: 12px;
    padding: 24px 16px;
    margin-top: 16px;
}

.mp-footer__phones-item-title {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

.mp-footer__phones-item-text {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.2px;
    margin-top: 4px;

    @media all and (min-width: 1200px) {
        margin-top: 16px;
    }
}

.mp-footer__phones-item-title a {
    color: #1ca345;
    text-decoration: none;
}

.mp-footer__phones-item-tel {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 170%;
    letter-spacing: -0.2px;
}

.mp-footer__phones-item-tel a {
    color: inherit;
    text-decoration: none;
}

.mp-footer__phones-item + .mp-footer__phones-item { margin-top: 16px; }

.mp-footer__regions-button { display: none; }

.mp-footer__search {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 112px;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    margin-top: 24px;
}

.mp-footer__search-sbmt {
    flex: none;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    border: 0;
    margin-left: 8px;
}

.mp-footer__search-input {
    flex: 1 0 1%;
    border: none;
    font-size: 16px;
    line-height: 170%;
    color: #666666;
    width: 100%;
    outline: none;
}

.mp-footer {
    font-family: Montserrat, sans-serif;
}

.mp-footer__paysystems-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
}

.mp-footer__paysystems-inner {
    background: #f7f7fb;
    box-sizing: border-box;
    padding-top: 24px;
}

.mp-footer--light .mp-footer__paysystems-inner { background: #fff; }
.mp-footer--light .mp-footer__paysystems-wrap { background: #f4f5f4; }

.mp-footer__paysystems-title {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -0.02em;
    text-align: center;
    color: #000;
    margin-bottom: 16px;
}

.mp-footer__paysystems-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
}

.mp-footer__paysystems-item {
    line-height: 0;
    text-align: center;
    min-height: 40px;
    border-radius: 6px;
    background: #f7f7fb;
    display: flex;
    align-items: center;
    justify-content: center;

    @media all and (max-width: 639px) {
        &:last-child {
            grid-column: 2 / 3;
        }
    }
}

.mp-footer__paysystems-item img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

@media all and (min-width: 416px) {
    .mp-footer__left {
        padding: 40px 32px 24px;
    }

    .mp-footer__nav {
        padding: 25px 32px 40px;
    }

    .mp-footer__group-title-arrow {
        width: 24px;
        height: 24px;
    }

    .mp-footer__phones { padding: 32px 0; }

    .mp-footer__search { padding: 18px 24px; }
}

@media all and (min-width: 600px) {
    .mp-footer__left {
        margin-left: -12px;
        margin-right: -12px;
    }

    .mp-footer__nav {
        margin-left: -12px;
        margin-right: -12px;
    }
}

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

    .mp-footer__maked {
        font-size: 13px;
        text-align: left;
        margin-bottom: 24px;
    }

    .mp-footer__year-wrapper {
        display: flex;
        align-items: center;
    }

    .mp-footer-bottom__year {
        font-size: 13px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.2px;
        margin-right: 24px;
        white-space: nowrap;
    }

    .mp-footer-bottom__privacy {
        font-size: 13px;
        line-height: 150%;
    }

    .mp-footer__left {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 32px;
        text-align: left;
        align-items: start;
        padding-bottom: 40px;
    }

    .mp-footer__phones-item-tel {
        display: inline-block;

        & + .mp-footer__phones-item-tel {
            margin-left: 16px;

            @media all and (min-width: 1200px) {
                margin-left: 0;
            }
        }
    }

    .mp-footer__text {
        font-size: 13px;
        text-align: left;
        grid-row: 1 / 5;
        grid-column-start: 2;
    }

    .mp-footer__text p:first-child { margin: 0; }
    .mp-footer__text p + p { margin-top: 16px; }

    .mp-footer__nav {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 25px;
    }

    .mp-footer__group-title {
        padding: 0;
        display: block;
        margin-bottom: 12px;
        border: none;
    }

    .mp-footer__group-title-text a { display: block; }

    .mp-footer__group-links {
        display: flex;
        border: none;
        padding: 0;
    }

    .mp-footer__group-links-item { padding: 0; }

    .mp-footer__group-links-item + .mp-footer__group-links-item { margin-top: 8px; }

    .mp-footer__group-title-arrow { display: none; }

    .mp-footer__group + .mp-footer__group { margin-top: 12px; }

    .mp-footer__phones {
        position: relative;
        padding: 32px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 32px;
        align-items: center;
    }

    .mp-footer__phones-item-wrapper {
        width: 336px;
    }

    .mp-footer__search {
        margin-top: 0;
    }

    .mp-footer__phones-group-inner {
        padding: 32px;
        margin-top: 32px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 32px;
    }

    .mp-footer__phones-item + .mp-footer__phones-item { margin-top: 0; }

    .mg-popup-form__inner {
        padding: 48px 40px;
    }

    .mg-popup-form__title {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .mg-popup-form .mg-form__field-title {
        font-size: 15px;
    }

    .mg-popup-form .mg-form__field-control input[type="text"],
    .mg-popup-form .mg-form__field-control input[type="email"],
    .mg-popup-form .mg-form__field-control input[type="phone"],
    .mg-popup-form .mg-form__field-control input[type="password"],
    .mg-popup-form .mg-form__field-select .mg-form__field-control {
        height: 48px;
    }

    .mg-popup-form .mg-form__field-button button {
        width: auto;
        padding: 12px 40px;
    }

    .mg-popup-form__subtitle {
        font-size: 17px;
        margin-top: -12px;
    }

    .mp-footer__paysystems-wrap {
        padding: 24px;
    }

    .mp-footer__paysystems-inner {
        padding-top: 40px;
    }

    .mp-footer__paysystems-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: -0.02em;
        text-align: center;
        color: #000;
        margin-bottom: 16px;
    }

    .mp-footer__paysystems-title br {
        display: none;
    }

    .mp-footer__paysystems-list {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media all and (min-width: 960px) {
    .mp-footer__left {
        margin-left: -24px;
        margin-right: -24px;
    }

    .mp-footer__nav {
        margin-left: -24px;
        margin-right: -24px;
    }
}

@media all and (min-width: 1200px) {
    .mp-footer {
        background: #f7f7fb;
        padding: 40px 0;
    }

    .mp-footer.mp-footer--light,
    .mp-footer--light .mp-footer__left { background: #fff; }

    .mp-footer__inner {
        display: grid;
        grid-template-columns: 274px 1fr 195.5px;
        grid-column-gap: 16px;
    }

    .mp-footer__left {
        order: -1;
        padding: 0;
        margin: 0;
        display: flex;
        text-align: left;
    }

    .mp-footer__logo { margin-bottom: 32px; }

    .mp-footer__text {
        font-size: 13px;
        margin-bottom: 16px;
    }

    .mp-footer-bottom__year {
        font-size: 13px;
        margin-bottom: 0;
    }

    .mp-footer-bottom__privacy { font-size: 13px; }

    .mp-footer__year-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .mp-footer__socials {
        display: none;
    }

    .mp-footer__socials-item {
        margin: 0 16px 0 0;
    }

    .mp-footer__socials-item:last-child { margin-right: 0; }

    .google-recapcha-info {
        font-size: 13px;
        margin-bottom: 0;
    }

    .mp-footer__maked {
        font-size: 13px;
        line-height: 150%;
        margin-bottom: 16px;
        color: #666666;
    }

    .mp-footer__group-title-text { font-size: 16px; }
    .mp-footer__group-title { margin-bottom: 12px; }
    .mp-footer__group-links-item { font-size: 13px; }
    .mp-footer__group-links-item + .mp-footer__group-links-item { margin-top: 8px; }

    .mp-footer__nav {
        grid-column-gap: 16px;
        margin: 0;
        padding: 0;
        background: none;
    }

    .mp-footer__phones {
        padding: 0;
        display: block;
    }

    .mp-footer__search {
        position: static;
        margin-top: 16px;
        padding: 12px 16px 12px 24px;
    }

    .mp-footer__search-input {
        font-size: 13px;
        line-height: 180%;
    }

    .mp-footer__phones-item-wrapper { width: auto; }
    .mp-footer__phones-more { display: none; }

    .mp-footer__phones-item-title {
        font-size: 13px;
    }

    .mp-footer__phones-item-tel {
        font-size: 16px;
    }

    .mp-footer__phones-group {
        height: auto !important;
    }

    .mp-footer__phones-group-inner {
        background: none;
        padding: 0;
        margin: 24px 0 0;
        display: block;
    }

    .mp-footer__phones-item + .mp-footer__phones-item { margin-top: 24px; }

    .mp-footer__regions-button {
        display: block;
        font-weight: 600;
        font-size: 13px;
        line-height: 180%;
        text-align: center;
        color: #ffffff;
        background: #1ca345;
        border-radius: 96px;
        border: none;
        outline: none;
        width: 100%;
        box-sizing: border-box;
        margin-top: 24px;
        padding: 12px;
        cursor: pointer;
        transition: all 0.2s;
    }

    .mp-footer__regions-button:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 10%), rgba(255, 255, 255, 10%)), #1ca345;
        box-shadow: 0 8px 16px rgba(28, 163, 69, 32%);
    }

    .mp-footer__regions-button:active {
        background: linear-gradient(0deg, rgba(0, 0, 0, 6%), rgba(0, 0, 0, 6%)), #1ca345;
        box-shadow: none;
    }

    .mp-footer__paysystems-wrap {
        flex-direction: row;
        justify-content: space-between;
    }

    .mp-footer__paysystems-inner {
        padding-top: 0;
        padding-bottom: 32px;
    }

    .mp-footer__paysystems-title {
        flex: none;
        margin: 0 16px 0 0;
        font-size: 15px;
        text-align: left;
    }

    .mp-footer__paysystems-title br {
        display: block;
    }
}

@media all and (min-width: 1440px) {
    .mp-footer { padding: 48px 0; }

    .mp-footer__inner {
        grid-template-columns: 274px 1fr 196px;
    }
}

.mini-top {
    display: block;
    text-decoration: none;
    overflow: hidden;
    height: 40px;
    width: 100%;
    text-align: center;
    background: #000;
}

.mini-top img {
    width: 100%;
    height: 100%;
    max-width: 480px;
    object-fit: cover;
}

@media all and (min-width: 730px) {
    .mini-top {
        height: 56px;
    }

    .mini-top img {
        max-width: 100%;
    }
}
