body{background: #f9f9f5;}
.c-warning{color: rgb(186, 152, 103);}
.pos-center404{
    position: absolute;
    font-size: 350px;
    color: #ebeaea;
    z-index: -1;
    font-weight: 900;
}
.warning-mobile{
    background: rgb(247, 247, 247);
    box-shadow: 0px 0px 20px 0px #dfdfdf;
}
.wishes-name:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #cfb07f;
    display: inline;
    position: absolute;
    border-radius: 50%;
    left: -35px;
    top: 6px;
}
.wishes-name:after{
    content: "";
    width: 6px;
    height: 6px;
    background: #cfb07f;
    display: inline;
    position: absolute;
    border-radius: 50%;
    right: -35px;
    top: 6px;
}
.wishes-star{color: #cfb07f;}
.wishes-star:before{
    content: "";
    background: #ebeaea;
    position: absolute;
    width: 60px;
    height: 1px;
    top: 9px;
    left: -70px;
}
.wishes-star:after{
    content: "";
    background: #ebeaea;
    position: absolute;
    width: 60px;
    height: 1px;
    top: 9px;
    right: -70px;
}
.wishes-block-lang{
    width: 270px;
    margin: 10px auto;
    background: #f9fbf8;
    border: 1px solid #eeeeeb;
    box-shadow: 0 0 35px 0 #ededed;
    padding: 2px;
}
.wishes-lang-select{
    flex: 1;
    padding: 18px 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 999px;
}
.wishes-lang-active{
    background: #fefdfb;
    font-weight: 600;
    box-shadow: 0 0 6px 0 #e3e3e2;
    border: 1px solid #f9f9f9;
}

.wishes-lang-active a{color: #816233;}
.wishes-lang-active i{font-weight: 500;}

.wishes-infoboard{
    width: 370px;
    margin: 0 auto;
    background: #fcfbf7;
    box-shadow: 0 0 26px 0 #e5e5e5;
}
.wishes-infoboard-icon-close{
    width: 36px;
    height: 36px;
    border: 1px solid #f5efea;
    background: #f8f2ed;
    color: #b3884d;
}
.wishes-infoboard-icon-active{
    width: 36px;
    height: 36px;
    border: 3px solid #cfb07f;
    color: #b3884d;
}
.wishes-infoboard-icon-done{
    width: 36px;
    height: 36px;
    border: 1px solid #ecefe7;
    color: #71af6c;
    background: #f1f3ed;
}
.wishes-infoboard-block:not(:last-child):after{
    content: "";
    height: 35px;
    background: #f1f1f1;
    width: 1px;
    position: relative;
    left: 10px;
}
.wishes-infoboard-text-active{color: #816233;}

.wishes-section-title {gap: 10px;}

.wishes-section-title::before,
.wishes-section-title::after {
    content: "";
    width: 95px;
    height: 1px;
    background: #e5e5e5;
}

.wishes-section-title .star {
    color: #cfb07f;
    line-height: 1;
}