.global_container_blog_list_page {
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.list_breadcrumbs_custom{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    margin-bottom: 46px;
}

.icon_home_breadcrumbs {
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
}


.item_breadcrumbs_custom{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7C7F84;
    text-align: center;
    font-family: var(--font-family-minor);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.66;
    white-space: nowrap;
    transition: all var(--transition-time-default);
}

.item_breadcrumbs_custom::after {
    content: '';
    width: 10px;
    height: 16px;
    display: block;
    background-size: 10px 16px;
    background-image: url(../image/categories/icon_short_arrow_right.svg);
    background-repeat: no-repeat;
}

.item_breadcrumbs_custom a {
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font-family-minor);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.66;
    white-space: nowrap;
    transition: all var(--transition-time-default);
}

.item_breadcrumbs_custom:last-child::after {
    display: none;
}

.item_breadcrumbs_custom a:hover {
    color: #E22833;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    fill: #E22833;
}

.box_maps {
    display: flex;
    justify-content: center;
}

.box_maps_title {
    padding-bottom: 0 !important;
}

.box_maps_contacts_home_page{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.title_maps{
    text-align: center;
}

.iframe_maps_home_page{
    height: 460px;
    flex-shrink: 0;
    border-radius: 26px;
}

@media screen and (min-width: 768px) {
    .global_container_blog_list_page {
        padding-top: 104px;
        padding-bottom: 80px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 900px;
    }
}

@media screen and (min-width: 1280px) {
    .global_container_blog_list_page {
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 104px;
        max-width: 1440px;
    }
}

@media (min-width: 1000px) {
    .Stickers-7 {
        padding-bottom: 60px;
        max-width: 1440px;
        margin: 0 auto;
        display: flex;
        gap: 48px;
    }

    .Stickers-7-container-1 {
        border-radius: 46px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 48px;
        max-width: 718px;
        width: 100%;
        height: 765px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Stickers-7-bloc {
        display: grid;
        gap: 26px;
    }

    .Stickers-7-mailto-tel {
        display: grid;
        gap: 26px;
    }

    .Stickers-7-text-p1 {
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Stickers-7-text-p2 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 8px;
    }

    .Stickers-7-text-p3 {
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 429px;
    }

    .Stickers-7-text-p4 {
        color: rgba(26, 26, 26, 0.40);
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .Stickers-7-text-p5 {
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    /* ------------------------------------ */
    .Stickers-7-bloc-svg {
        display: flex;
        gap: 10px;
    }

    .Stickers-7-button-1,
    .Stickers-7-button-2 {
        display: inline-block;
        cursor: pointer;
        width: 25px;
        height: 25px;
        margin: 10px;
        position: relative;
    }

    .Stickers-7-icon-1,
    .Stickers-7-hover-1,
    .Stickers-7-icon-2,
    .Stickers-7-hover-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        transition: opacity 0.3s ease;
    }

    .Stickers-7-hover-1 {
        opacity: 0;
    }

    .Stickers-7-hover-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-icon-1 {
        opacity: 0;
    }

    .Stickers-7-button-2:hover .Stickers-7-icon-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-hover-1 {
        opacity: 1;
    }

    .Stickers-7-button-2:hover .Stickers-7-hover-2 {
        opacity: 1;
    }

    /* ------------------------------------- */

    .Stickers-7-container-2 {
        border-radius: 52px;
        background: #F5F5F5;
        padding: 30px;
        max-width: 554px;
        width: 100%;
        height: 765px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Stickers-7-text-p6 {
        color: #1A1A1A;
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 430px;
    }

    .Stickers-7-text-p7 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Stickers-7-text-p8 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 332px;
        padding: 12px 0 36px;
    }

    .Stickers-7-text-p9 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 17px;
    }

    .Stickers-7-container-2 input,
    textarea {
        overflow: hidden;
        color: #7C7F84;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }


    input,
    textarea {
        width: 100%;
        border: 1px solid #ffffff;
        border-radius: 30px;
        margin: 2px 0 20px;
        font-size: 16px;
        transition: border-color 0.3s, box-shadow 0.3s;
        background: #FFF;
        padding: 13px 18px;
    }

    .Stickers-7-message {
        height: 160px;
        border-radius: 20px;
    }

    input:focus,
    textarea:focus {
        border-color: #000000;
        outline: none;
    }

    input::placeholder,
    textarea::placeholder {
        transition: opacity 0.3s ease;
    }

    input:focus::placeholder,
    textarea:focus::placeholder {
        opacity: 0;
    }

    .Stickers-7-botton {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .Stickers-7-text {
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding-right: 10px;
    }
}

@media (min-width: 760px) and (max-width: 999px) {
    .Stickers-7 {
        padding-bottom: 40px;
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .Stickers-7-container-1 {
        border-radius: 46px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 26px;
        width: 100%;
        min-height: 390px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Stickers-7-bloc {
        display: grid;
        gap: 26px;
        grid-template-columns: repeat(auto-fit, minmax(282px, 1fr));
    }

    .Stickers-7-mailto-tel {
        display: grid;
        gap: 26px;
    }

    .Stickers-7-text-p1 {
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Stickers-7-text-p2 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 8px;
    }

    .Stickers-7-text-p3 {
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 429px;
    }

    .Stickers-7-text-p4 {
        color: rgba(26, 26, 26, 0.40);
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .Stickers-7-text-p5 {
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    /* ------------------------------------ */
    .Stickers-7-bloc-svg {
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
        align-items: flex-end;
    }

    .Stickers-7-button-1,
    .Stickers-7-button-2 {
        display: inline-block;
        cursor: pointer;
        width: 25px;
        height: 25px;
        margin: 10px;
        position: relative;
    }

    .Stickers-7-icon-1,
    .Stickers-7-hover-1,
    .Stickers-7-icon-2,
    .Stickers-7-hover-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        transition: opacity 0.3s ease;
    }

    .Stickers-7-hover-1 {
        opacity: 0;
    }

    .Stickers-7-hover-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-icon-1 {
        opacity: 0;
    }

    .Stickers-7-button-2:hover .Stickers-7-icon-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-hover-1 {
        opacity: 1;
    }

    .Stickers-7-button-2:hover .Stickers-7-hover-2 {
        opacity: 1;
    }

    /* ------------------------------------- */

    .Stickers-7-container-2 {
        border-radius: 52px;
        background: #F5F5F5;
        padding: 30px;
        width: 100%;
        height: 765px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Stickers-7-text-p6 {
        color: #1A1A1A;
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 430px;
    }

    .Stickers-7-text-p7 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Stickers-7-text-p8 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 332px;
        padding: 12px 0 36px;
    }

    .Stickers-7-text-p9 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 17px;
    }

    .Stickers-7-container-2 input,
    textarea {
        overflow: hidden;
        color: #7C7F84;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }


    input,
    textarea {
        width: 100%;
        border: 1px solid #ffffff;
        border-radius: 30px;
        margin: 2px 0 20px;
        font-size: 16px;
        transition: border-color 0.3s, box-shadow 0.3s;
        background: #FFF;
        padding: 13px 18px;
    }

    .Stickers-7-message {
        height: 160px;
        border-radius: 20px;
    }

    input:focus,
    textarea:focus {
        border-color: #000000;
        outline: none;
    }

    input::placeholder,
    textarea::placeholder {
        transition: opacity 0.3s ease;
    }

    input:focus::placeholder,
    textarea:focus::placeholder {
        opacity: 0;
    }

    .Stickers-7-botton {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .Stickers-7-text {
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding-right: 10px;
    }
}

@media (min-width: 555px) and (max-width: 759px) {
    .Stickers-7 {
        padding-bottom: 40px;
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .Stickers-7-container-1 {
        border-radius: 46px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 26px;
        width: 100%;
        min-height: 390px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Stickers-7-bloc {
        display: grid;
        gap: 26px;
        grid-template-columns: repeat(auto-fit, minmax(251px, 1fr));
    }

    .Stickers-7-mailto-tel {
        display: grid;
        gap: 26px;
    }

    .Stickers-7-text-p1 {
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 20px;
    }

    .Stickers-7-text-p2 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 8px;
    }

    .Stickers-7-text-p3 {
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        max-width: 429px;
    }

    .Stickers-7-text-p4 {
        color: rgba(26, 26, 26, 0.40);
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .Stickers-7-text-p5 {
        font-family: "Comfortaa", serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    /* ------------------------------------ */
    .Stickers-7-bloc-svg {
        display: flex;
        gap: 10px;
        flex-direction: row-reverse;
        align-items: flex-end;
    }

    .Stickers-7-button-1,
    .Stickers-7-button-2 {
        display: inline-block;
        cursor: pointer;
        width: 25px;
        height: 25px;
        margin: 10px;
        position: relative;
    }

    .Stickers-7-icon-1,
    .Stickers-7-hover-1,
    .Stickers-7-icon-2,
    .Stickers-7-hover-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        transition: opacity 0.3s ease;
    }

    .Stickers-7-hover-1 {
        opacity: 0;
    }

    .Stickers-7-hover-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-icon-1 {
        opacity: 0;
    }

    .Stickers-7-button-2:hover .Stickers-7-icon-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-hover-1 {
        opacity: 1;
    }

    .Stickers-7-button-2:hover .Stickers-7-hover-2 {
        opacity: 1;
    }

    /* ------------------------------------- */

    .Stickers-7-container-2 {
        border-radius: 52px;
        background: #F5F5F5;
        padding: 30px;
        width: 100%;
        height: 765px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Stickers-7-text-p6 {
        color: #1A1A1A;
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 430px;
    }

    .Stickers-7-text-p7 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Stickers-7-text-p8 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        max-width: 332px;
        padding: 12px 0 36px;
    }

    .Stickers-7-text-p9 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 17px;
    }

    .Stickers-7-container-2 input,
    textarea {
        overflow: hidden;
        color: #7C7F84;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    input,
    textarea {
        width: 100%;
        border: 1px solid #ffffff;
        border-radius: 30px;
        margin: 2px 0 20px;
        font-size: 16px;
        transition: border-color 0.3s, box-shadow 0.3s;
        background: #FFF;
        padding: 13px 18px;
    }

    .Stickers-7-message {
        height: 160px;
        border-radius: 20px;
    }

    input:focus,
    textarea:focus {
        border-color: #000000;
        outline: none;
    }

    input::placeholder,
    textarea::placeholder {
        transition: opacity 0.3s ease;
    }

    input:focus::placeholder,
    textarea:focus::placeholder {
        opacity: 0;
    }

    .Stickers-7-botton {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .Stickers-7-text {
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding-right: 10px;
    }
}

@media (min-width: 0px) and (max-width: 555px) {
    .global_container_blog_list_page {
        padding-top: 64px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 80px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .Stickers-7 {
        padding-bottom: 40px;
        display: flex;
        gap: 30px;
        flex-direction: column;
    }

    .Stickers-7-container-1 {
        border-radius: 32px;
        border: 1px solid #D9D9D9;
        background: #FFF;
        padding: 22px;
        width: 100%;
        min-height: 390px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Stickers-7-bloc {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(251px, 1fr));
    }

    .Stickers-7-mailto-tel {
        display: grid;
        gap: 20px;
    }

    .Stickers-7-text-p1 {
        font-family: "Montserrat Alternates", serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-bottom: 22px;
    }

    .Stickers-7-text-p2 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-bottom: 8px;
    }

    .Stickers-7-text-p3 {
        font-family: "Comfortaa", serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .Stickers-7-text-p4 {
        color: rgba(26, 26, 26, 0.40);
        font-family: "Comfortaa", serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    .Stickers-7-text-p5 {
        font-family: "Comfortaa", serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
    }

    /* ------------------------------------ */
    .Stickers-7-bloc-svg {
        display: flex;
        gap: 10px;
        flex-direction: row;
    }

    .Stickers-7-button-1,
    .Stickers-7-button-2 {
        display: inline-block;
        cursor: pointer;
        width: 25px;
        height: 25px;
        margin: 10px;
        position: relative;
    }

    .Stickers-7-icon-1,
    .Stickers-7-hover-1,
    .Stickers-7-icon-2,
    .Stickers-7-hover-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        transition: opacity 0.3s ease;
    }

    .Stickers-7-hover-1 {
        opacity: 0;
    }

    .Stickers-7-hover-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-icon-1 {
        opacity: 0;
    }

    .Stickers-7-button-2:hover .Stickers-7-icon-2 {
        opacity: 0;
    }

    .Stickers-7-button-1:hover .Stickers-7-hover-1 {
        opacity: 1;
    }

    .Stickers-7-button-2:hover .Stickers-7-hover-2 {
        opacity: 1;
    }

    /* ------------------------------------- */

    .Stickers-7-container-2 {
        border-radius: 32px;
        background: #F5F5F5;
        padding: 20px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .Stickers-7-text-p6 {
        font-family: "Montserrat Alternates", serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding-right: 15px;
    }

    .Stickers-7-text-p7 {
        color: #E22833;
        font-family: "Montserrat Alternates", serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .Stickers-7-text-p8 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 12px 0 40px;
    }

    .Stickers-7-text-p9 {
        color: #535863;
        font-family: "Montserrat Alternates", serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-left: 17px;
    }

    .Stickers-7-container-2 input,
    textarea {
        overflow: hidden;
        color: #7C7F84;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    input,
    textarea {
        width: 100%;
        border: 1px solid #ffffff;
        border-radius: 30px;
        margin: 5px 0 24px;
        font-size: 16px;
        transition: border-color 0.3s, box-shadow 0.3s;
        background: #FFF;
        padding: 13px 18px;
    }

    .Stickers-7-message {
        height: 175px;
        border-radius: 20px;
    }

    input:focus,
    textarea:focus {
        border-color: #000000;
        outline: none;
    }

    input::placeholder,
    textarea::placeholder {
        transition: opacity 0.3s ease;
    }

    input:focus::placeholder,
    textarea:focus::placeholder {
        opacity: 0;
    }

    .Stickers-7-botton {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .Stickers-7-text {
        font-family: "Montserrat Alternates", serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        padding-right: 10px;
    }
}