.wrapper {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 119px;
}

.path {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 30px;

    color: rgba(0, 0, 0, 0.50);
}

.path .pagename {
    all: unset;
    font-size: 13px;
    line-height: 18px;
}

.path .pagename.active {
    font-weight: 600;
}

.blogblog_block {
    margin-top: 80px;
}

.content_wrapper {
    padding: 0 196px;
    box-sizing: border-box;
}

.blogblog_block>.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 24px;
}

.blogblog_block>.title .back_button {
    position: absolute;
    left: -196px;
    cursor: pointer;
}

.blogblog_block>.title .close_button {
    width: 30px;
    aspect-ratio: 1/1;
    display: none;
    flex-shrink: 0;
}

.blogblog_block>.title .close_button img {
    width: 100%;

}

.blogblog_block>.title .text {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.blogblog_block .banner {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;
    overflow: hidden;
}

.blogblog_block .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogblog_block .content {
    margin-top: 20px;
}

.blogblog_block .content p {
    font-size: 18px;
    line-height: 30px;

    margin-top: 20px;
}

.blogblog_block .content ul {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
    list-style-position: inside;
}

.blogblog_block .content p:not(:first-child) {
    margin-top: 20px;
}

.order_consultation_mobile {

    display: none;
    flex-direction: column;
    gap: 9px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 80px;
}

.order_consultation_mobile>.title {
    font-size: 32px;
    font-weight: 700;
}

.order_consultation_mobile>.subtitle {
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}

.order_consultation_mobile input {
    all: unset;
    margin-top: 30px;
    padding: 25px 42px;

    color: var(--white);
    font-size: 20px;
    line-height: 20px;

    border-radius: 10px;
    background: var(--1, linear-gradient(155deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 38.36%, rgba(255, 255, 255, 0.28) 38.37%, rgba(255, 255, 255, 0.00) 80.52%), #0050EC);
    box-shadow: 0px 20px 20px -10px rgba(99, 131, 215, 0.40);

    cursor: pointer;
}