.header-menu .main-menu>li>ul {
    padding: 10px 10px !important;
    border-radius: 15px;
}

.header-menu .main-menu>li>ul>li>a {
    border-bottom: none !important;
    padding: 6px 15px !important;
    cursor: pointer;
    border-radius: 10px;
}

.header-menu .main-menu>li>ul>li>a:hover {
    background-color: white;
}

#service-body {
    box-shadow: 0px 7px 40px 0px #00000017;
    margin-top: 10px;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #f8f8f8;
    z-index: 99;
    border-radius: 10px;
    padding: 12px;
}

#service-body.active {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.service-body__category {
    grid-column: 1 / 4;
    display: grid;
    vertical-align: middle;
    align-items: center;
}

.service-body__category ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.service-body__category a {
    padding: 6px 15px !important;
    cursor: pointer;
    border-radius: 10px;
    display: block;
}

.service-body__content {
    grid-column: 1;
    background-color: white;
    border-radius: 10px;
    padding: 15px 20px;
}

.service-data>div:not(.last) {
    padding-bottom: 20px;
    border-bottom: 2px solid #d9d9d9;
}


.service-body__category a:hover,
.service-body__category a.active {
    color: #cc1a43 !important;
    background-color: white;
    border-radius: 5px;
}

.service-data__node ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.service-data__node a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    color: #535353;
    display: block;
    padding: 6px 15px !important;
}

.service-data {

    display: none;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.service-data.active {
    display: grid;
}

.service-data__image {
    border-radius: 20px;
    background-position: center;
    background-size: cover;
}

.price-search {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price-search input {
    border: 1px solid #d4d4d4;
    width: 100%;
    border-radius: 10px;
    font-size: 17px;
    min-height: 44px;
    padding: 19px 20px 17px;
    padding-right: 35px;
    background-image: url('/image/lens.svg');
    background-position: right 10px center;
    font-size: 16px;
    background-repeat: no-repeat;
    background-size: 20px;
}

.price-search__body {
    border-radius: 10px;
    border: 1px solid #d4d4d4;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 200px;
    overflow-y: auto;
    background-color: white;
    box-shadow: 4px 4px 5px 1px #00000017;
}

.price-search__body a {
    padding: 13px 15px 12px 15px !important;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
    display: block;
    font-size: 16px;
    color: black;
    line-height: 1.1;
}

.price-tab__item {
    scroll-margin-top: 100px;
}

.header-search {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    box-shadow: 0px 7px 40px 0px #00000017;
    border-bottom: 3px solid #d4d4d4;
    background-color: white;
    z-index: 99999999;
    padding: 10px;
    transition: top 0.3s ease-in-out;
}

.header-search.active {
    top: 0;
}

.header-search__close {
    text-align: right;
    margin-bottom: 20px;
}

.header-search__close svg {
    cursor: pointer;
}

.open-search {
    position: relative;
    padding-left: 25px;
    padding-top: 4px;

    img {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 1px;
        left: 0;
    }
}

.open-search:hover {
    color: #cc1a43;
}


.mp-slide {
    background-color: #b1c2d9;
    border-radius: 0px 35px 35px 35px;
    padding: 40px;
    padding-top: 120px;
    padding-bottom: 102px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    background-size: auto 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.mp-slide__sticker {
    position: absolute;
    top: 0;
    left: 0;
    background: #e2e8f0;
    border-radius: 0px 100px 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 25px;
}

.mp-slide__sticker span {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    color: #1d1d1f;
}

.mp-slide__title {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    text-transform: uppercase;
    color: white;
    width: 600px;
    max-width: 100%;
    margin-bottom: auto;
    /* max-width: calc(100% - 120px); */
}

.mp-slide__lastprice {
    margin-top: 20px;
    font-weight: 700;
    font-size: 36px;
    line-height: 83%;
    text-transform: uppercase;
    text-decoration: line-through;
    color: #e2e8f0;
    margin-bottom: 0px;
}

.mp-slide__btns {
    margin-top: 40px;
}

.mp-slide__btns .prs {
    padding: 15px 50px 10px 50px;
    border: none;
    border-radius: 40px;
    background-image: -o-linear-gradient(4deg, #e5262c 5.12%, #b52820 95.42%);
    background-image: linear-gradient(86deg, #e5262c 5.12%, #b52820 95.42%);

    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #352f44;
    margin-right: 20px;
}

.mp-slide__btns .nw {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    color: #c3153d;
}

.banner-btn button {
    border-radius: 100%;
    background-color: #e2e8f0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 69px !important;
    height: 69px !important;
    transform: none !important;
}

.topline span {
    position: relative;
    top: -5px;
    font-weight: 600;
    font-size: 17px;
}

.topline img {
    top: 5px;
    position: relative;
    margin-left: 5px;
}

@media(max-width: 1200px) {
    .mp-slide__title {
        font-size: 32px;
        width: 475px;
    }
}

@media(max-width: 760px) {
    .mp-slide {}

    .mp-slide__title {
        width: 100%;
        line-height: 1.2;
        font-size: 24px;
        margin-bottom: 14px;
    }

    .mp-slide__btns .prs {
        margin-right: 0px;
        font-size: 30px;
    }

    .mp-slide__sticker svg {
        height: 80px;
        width: 80px;
    }

    .mp-slide__lastprice {
        margin-top: 12px;
    }

    .mp-slide {
        padding: 0px 15px 70px 15px;
        background-position: center top 100px;
        background-size: auto 200px;
        padding-top: 320px;
    }

    .mp-slide__btns span {
        display: block;
        text-align: center;
    }

    .mp-slide__btns {
        margin-top: 20px;
    }

    .mp-slide__lastprice {
        text-align: center;
        font-size: 30px;
    }
}

.popup-circle svg {
    width: 37px !important;
    height: 37px !important;
}

.popup-btns {
    right: 40px;
    opacity: 0;
    position: fixed;
    bottom: -150px;
    transition: all 0.25s ease-in-out;
}

.popup-btns.active {
    bottom: 35px;
    opacity: 1;
}

.popup-btns svg {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-btns span svg {
    height: 40px;
    width: 40px;
}

.popup-btns>* {
    position: relative;
    background-image: linear-gradient(86deg, #e5262c 5.12%, #b52820 95.42%);
    border-radius: 50%;
    display: flex;
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
}