.cont_page {

    z-index: 10000;
    position: fixed;
    top: 4%;
    width: 90%;
    margin-left: 5%;
    min-height: 400px;
    border-radius: 13px;

    height: 86%;
    overflow-y: scroll;
    scrollbar-gutter: stable;
    color: #fff;
    padding-bottom: 4%;
}

.cont_page {
    overflow-y: scroll;
}

/* Сделать полосу прокрутки видимой и стилизовать */
.cont_page::-webkit-scrollbar {
    width: 12px; /* ширина полоски */
}

.cont_page::-webkit-scrollbar-track {
    background: #f1f1f1; /* фон дорожки */
    border-radius: 10px;
}

.cont_page::-webkit-scrollbar-thumb {
    background: #888; /* цвет скроллбара */
    border-radius: 10px;
}

.cont_page::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.img_hage_head {
    width: 100%;
    overflow: hidden;
    max-height: 40%;
    min-height: 63px;
}

.close_btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background-color: #00d71d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s;
    position: absolute;
    margin-top: 22px;
    margin-left: 22px;
    box-shadow: 0 0 0 0 rgba(103, 0, 215, 0.7);
    animation: pulseGlow 2s infinite;
}

/* Анимация пульса */
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(8, 255, 99, 0.7);
    }
    50% {
        box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


.close_btn:hover {
    background-color: #ff04fb; /* Цвет при наведении */
}

.close_btn svg {
    width: 40px;   /* Размер стрелки */
    height: 40px;
    fill: #fff;    /* Цвет стрелки */
}



.img_hage_head img{width: 100%;margin-top: 0%;}

.cont_page .content_page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    text-align: left;
}

.cont_page .content_page h1 {
    font-size: 50px;
    margin-top: 45px;
    margin-bottom: 25px;
}

.cont_page .content_page h2{
    font-size: 32px;
    margin-bottom: 25px;
}

.cont_page .content_page h3{

}

.cont_page .content_page h4{

}

.cont_page .content_page p{

}

.cont_page .content_page hr{

}

.cont_page .content_page a {
   
    width: auto;
}


.cont_page .content_page .mr {
    display: inline-block;
    background: #fff;
    color: #ff00fb;
    margin-bottom: 2px;
    border-radius: 13px 30%;
    padding-left: 6px;
    padding-right: 6px;
}


.cont_page .content_page .mr1 {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 5px;
    border-bottom: 1px dotted;
    margin-bottom: 10px;
    color: #000;
}
.cont_page .content_page .mr2 {
    display: inline-block;
    /* padding-bottom: 10px; */
    background: #000;
    color: #ff00fb;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 13px 30%;
    padding-left: 6px;
    padding-right: 6px;
}

.cont_page .content_page .mr3 {
    display: inline-block;
    background: #92b221;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 13px 30%;
    padding-left: 6px;
    padding-right: 6px;
}


.cont_page .content_page hr {
    /* display: inline-block; */
    background: #92b221;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    height: 1px;
    background: #ffffff6e;
}


.cont_page .content_page .bl {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    margin-right: 7px;
    border-radius: 101% 20%;
}


.gallery_cont {
    width: 100%;
    /* background: #ccc; */
    /* display: flex; */
    overflow: auto;
    margin-bottom: 34px;
}
.gallery_cont .box {
    width: 3000px;
    width: max-content;
    min-width: 100%;
    text-align: center;
}

.gallery_cont a {
    height: 130px;
    display: inline-block;
    margin-right: 6px;
    overflow: hidden;
    border-radius: 10px;
}


.gallery_cont a img{height: 100%;}



/** ********************************* **/

.sh_1 {
    background: transparent;
    width: 90%;
    margin-left: 5%;
    box-shadow: none;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 31px;
}
.sh_1 .box_page {
    width: 100%;
    max-width: 700px;
}

.sh_1  .content_page{
 
    text-align: center;
}

.sh_1 .img_priv {
    overflow: hidden;
    border-radius: 50%;
    width: 90%;
    max-width: 270px;
    /* background: red; */
    padding: 5px;
    /* text-align: center; */
    display: inline-block;
    box-shadow: 5px 5px 10px #00000030;
}
.sh_1 .img_priv .box {
    /* background: red; */
    overflow: hidden;
    border-radius: 50%;
    width: 270px;
    height: 270px;
}
.sh_1 .img_priv img{width: 100%;}


.sh_1 .content_page {
 
    margin-bottom: 50px;
}
.sh_1 .content_page a {
    color: #fff;
    text-decoration: none;
}

.sh_1 h3 {
    font-size: 27px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.sh_1 h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 22px;
}


/** **************** **/
.sh_0 {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* box-shadow: 1px 1px 30px #00000036; */
}

.sh_0 .box_page {
    background: #ccc;
    width: 100%;
    max-width: 800px;
    background: #ff04fb;
    box-shadow: 1px 1px 30px #00000036;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 31px;
}








.type_g_2{}
.type_g_2 .box {
    width: 100%;
    width: auto;
    min-width: 100%;
    text-align: center;
}

.type_g_2 a {
    height: 130px;
    display: inline-block;
    margin-right: 6px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 6px;
}

/*
.cont_info_pay{
    position: relative;
    max-width: 300px;
    padding: 20px;
    border-radius: 14px;
    background: #dbff8a;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    margin: 18px auto 27px auto;
    padding-top: 14px;
    clip-path: polygon( 0 0, 100% 0, 100% calc(100% - 10px), 95% 100%, 90% calc(100% - 10px), 85% 100%, 80% calc(100% - 10px), 75% 100%, 70% calc(100% - 10px), 65% 100%, 60% calc(100% - 10px), 55% 100%, 50% calc(100% - 10px), 45% 100%, 40% calc(100% - 10px), 35% 100%, 30% calc(100% - 10px), 25% 100%, 20% calc(100% - 10px), 15% 100%, 10% calc(100% - 10px), 5% 100%, 0 calc(100% - 10px) );
    padding-bottom: 34px;
    background: linear-gradient(21deg, rgb(247 247 247) 0%, rgb(255 255 132) 100%);
    color: #7d5e41;
}
*/
.cont_info_pay{
    position: relative;
    max-width: 300px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(21deg, rgb(247 247 247) 0%, rgb(255 255 132) 100%);
    color: #7d5e41;

    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
    margin: 18px auto 27px auto;
    padding-top: 34px;   /* ↑ увеличили отступ, т.к. зигзаг теперь сверху */
    padding-bottom: 14px;

    clip-path: polygon(
        0 10px,
        5% 0,
        10% 10px,
        15% 0,
        20% 10px,
        25% 0,
        30% 10px,
        35% 0,
        40% 10px,
        45% 0,
        50% 10px,
        55% 0,
        60% 10px,
        65% 0,
        70% 10px,
        75% 0,
        80% 10px,
        85% 0,
        90% 10px,
        95% 0,
        100% 10px,
        100% 100%,
        0 100%
    );
}



.cont_info_pay b {
    font-weight: normal;
    font-size: 13px;
}
.cont_info_pay b i {
    font-style: normal;
    font-size: 12px;
    opacity: 0.5;
}

.cont_info_pay p {
    font-size: 31px;
    display: block;
    grid-column: 1 / 3;
    text-align: center;
}

.cont_info_pay p b {
    font-size: 50px;
   
}
.cont_info_pay i{}
.cont_info_pay h4{}
.cont_info_pay small{display: block;
    grid-column: 1 / 3;
    text-align: center;}


.p_co {
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: #ff00fb;
    border-radius: 50%;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: inset 2px -1px 10px #000;
    position: relative;
    margin-bottom: 5px;
}


.p_co .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 43%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    box-shadow: inset 6px 3px 8px #00000047;
    /* margin-bottom: 13px; */
}

.p_co .box img{width: 100%;}

.title_pay {
    margin-bottom: 40px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 14px;
}
.title_pay b {
    display: block;
    font-size: 17px;
}
.title_pay a {
    display: block;
    font-size: 17px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    padding: 3px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 26px;
    margin-top: 10px;
}
.title_pay a:hover {
 
    color: #ff00fb;
    background-color: #fff;
}

.title_pay div{
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}


.info_de {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px;
    color: #111869;
    font-size: 24px;
    text-align: center;
}
.info_de b {
    display: block;
    font-size: 54px;
    font-weight: 200;
}
.info_de p {

}