.beauty-opis {
    max-width: 1200px;
    margin: auto;
}

.beauty-opis-wrap {
    max-width: 1180px;
    margin: auto;
    font-family: "Montserrat", sans-serif;
}

.beauty-1 .beauty-kaf-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F4EF;
   
    
}
.beauty-kaf-wrap > h3 {
    text-align: center;
}

.beauty-1 .beauty-kaf-wrap>div {
    flex: 1 1 auto;
}

.beauty-opis img {
    display: block;
}

.beauty-1-img.beauty-1-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.beauty-1-text {
    padding: 0 90px;
}

.beauty-opis .beauty-su-title 
{
    color: #BE955D;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
    
    
}
.beauty-opis .beauty-titles {
    color: #BE955D;
    font-size: 32px;
    font-weight: normal;
    margin: 1em auto;
    
}

.beauty-1-text>.beauty-titles {
    /* font-size: 44px; */
/*     color: #fff !important; */
    font-weight: normal;
    font-style: normal;
    line-height: 1.23em;
}

.beauty-full-text {
    text-align: center;
    font-size: 14px;
    color: #2b2a29;
}

.beauty-opis .beauty-descs {
    font-size: 14px;
    color: #2b2a29;
    margin: auto;
    
    
}
.beauty-opis .beauty-su-desc {
    font-size: 14px;
    color: #2b2a29;
    margin: 1em;
    text-align: center;
    
    
    
}
.beauty-full-text .beauty-descs {
    max-width: 945px;
    margin: auto;
    text-align: center;
    
}

.beauty-opis-wrap>div:not(:first-child) {
    margin-top: 60px;
}

.beauty-3 {
    text-align: center;
}

.beauty-opis .beauty-kaf-wrap>.beauty-titles,
.beauty-opis .beauty-kaf-wrap>.beauty-2-text>.beauty-titles {
    text-align: center;
}

.yt_opisy_center img {
    max-width: 60px;
    max-height: 60px;
}

.beauty-half .beauty-kaf-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #F8F4EF;
    
   
}

.beauty-half .beauty-kaf-wrap>div {
    flex: 1 1;
    height: 100%;
    max-width: 50%;
}

.beauty-half .beauty-kaf-wrap .beauty-text>div {
    max-width: 437px;
    margin: auto;
}

.beauty-8.beauty-img.beauty-8-img {
    background: #D4B09C;
}

.beauty-su.beauty-9 {
    text-align: center;
    border: 4px solid #f8f4ef;
    background-image: url('/userdata/public/assets/relax_brazowa_7.webp');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.beauty-9 .beauty-kaf-wrap {
    padding: 20px 40px;
}

.beauty-su-kafs>div {
    display: flex;
    flex-wrap: wrap;
    gap: 12%;
    justify-content: center;
    align-items: stretch;
    max-width: 810px;
    text-align: center;
   /* height: 100%; */
}

.beauty-su-kaf {
    flex: 1 1 25%;
    position: relative;
   
    
}

.beauty-su-kaf::after {
    content: '';
    width: 1px;
    background: #f4f4f4;
    position: absolute;
    right: -70px;
    top: 0px;
   /* height: 100%; */
}

.beauty-full-img img {
    width: 100%;
}

.beauty-thr-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 577px;
}

.beauty-thr-left,
.beauty-thr-right {
    padding-top: 40px;
    
}

.beauty-thr-left {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 378px;
}

.beauty-thr-right {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 378px;
    text-align: right;
    
}
.beauty-thr-right .beauty-thr-text {
    text-align: right;
}
.beauty-thr-right .beauty-thr-text::after {
    right: 0px;
   left: unset;
}


.beauty-thr-text {
    position: relative;
    padding: 30px 0;
}

.beauty-thr-text::after {
    content: '';
    width: 90%;
    background: #BE955D;
    height: 1px;
    position: absolute;
    bottom: 10px;
    left: 0px;
}

.beauty-table table {
    width: 100%;
    font-size: 12px;
}

.beauty-table table tr td:first-child {
    text-align: right;
    padding-right: 20px;
}

.beauty-table table tr td:nth-child(2n) {
    font-weight: 700;
}

.beauty-table table tr td {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1;
    border-right: 0px;
    width: 50%;
}

@media all and (max-width:959px) {
    .beauty-1 .beauty-kaf-wrap {
        flex-wrap: wrap;
        height: auto;
    }
    .beauty-opis .beauty-1 img {
        width: 100%;
        height: 100%;
    }
    .beauty-1-img.beauty-1-center {
        position: relative;
        left: 0px;
        transform: unset;
    }
    .beauty-1-img.beauty-1-center img {
        width: 100%;
        height: auto;
        margin: auto;
    }
    .beauty-1 .beauty-kaf-wrap>div.beauty-1-text {
        padding: 0 20px;
    }
    .beauty-half .beauty-kaf-wrap {
        flex-direction: column;
    }
    .beauty-half .beauty-kaf-wrap>div {
        flex: 1 1;
        max-width: unset;
        width: 100%;
    }
    .beauty-half .beauty-kaf-wrap>div img {
        width: 100%;
        height: auto;
    }
    .beauty-half .beauty-kaf-wrap>div.beauty-text>div {
        padding: 0 10px;
    }
    .beauty-5.beauty-half .beauty-kaf-wrap {
        flex-direction: column-reverse;
    }
    .beauty-su-kaf {
        width: 100%;
        flex: unset;
        text-align: center;
    }
    .beauty-su-kaf::after {
        display: none;
    }
    .beauty-su.beauty-9 {
        background-size: 50%;
    }
    .beauty-thr-wrap {
        background-position: top;
        background-size: contain;
        padding-top: 250px;
    }
    .beauty-thr-text {
        text-align: center !important;
    }
    .beauty-thr-text::after {
        left: 50% !important;
        transform: translateX(-50%);
    }
    .beauty-thr-right {
        text-align: left;
        padding-top: 0px;
    }
    .beauty-thr-text {
        text-align: center !important;
    }
    .beauty-thr-text::after {
        left: 50% !important;
        transform: translateX(-50%);
    }
    .beauty-3-img img {
        width: 100%;
        height: auto;
    }
}