
.section--prestation {
    overflow-x: hidden;
    z-index: 100;
}

.section--prestation .section__title {
    width: 100%;
    text-align: center;
    margin: 0 0 41px 0;
}

.section--prestation .section__subtitle {
    width: 100%;
    text-align: center;
    margin: 0 0 66px 0;
}

.prestation-container {
    width: 100%;
}

.prestation-container .prestation-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.prestation-box {
    width: 344px;
    max-width: 19vw;
    aspect-ratio: 1 / 1;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.prestation-box.large-box::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.prestation-box .box__title {
    width: 100%;
    padding: 0 8px;
    color: var(--color-white);
    font-weight: 700;
    z-index: 100;
    line-height: 40px;
    font-size: 34px;
}

.large-box {
    width: 526px;
    max-width: 32vw;
}


.prestation-navigation {
    width: 100%;
    max-width: 1320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -50px auto 0 auto;
}

.prestation-slider {
    margin: 0 auto 63px auto;
}
.prestation-slider .slide img {
    min-height: 350px;
    max-height: 600px;
    object-fit: cover;
}
.prestation-slider .slider-dots {
    bottom: 26px;
}

.prestation-slider .slider-dots .container {
    display: flex;
    align-items: center;
    justify-content: center;
}


/*#region SectionContent*/
.columns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1150px;
    width: 100%;
    margin: 71px auto 72px auto;

}
.items-list--large {
    max-width: 1150px !important;
}
.columns .column {
    width: 50%;
}

.columns .column .block__title {
    width: 100%;
    color: var(--color-red);
    font-size: 18px;
    line-height: 27px;
}

.columns .column .block__text {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}

.columns-full .column {
    width: 100%;
    max-width: 100%;
}

.columns-full .column .block__title {
    text-align: center;
}

.columns-full .column .block__text {
    text-align: center;
}

.items-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 58px auto 72px auto;
}

.items {
    flex: 1 1 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 13px;
    margin-top: 30px;

}

 .items .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 27px;
}

 .items .item svg {
    width: 15px;
    margin: 0 8px 0 0;
}
.items .item span {
    width: calc(100% - 15px);
}

.columns-large .items {
    flex: 1 1 25%;
}
@media all and (max-width: 1024px){
    .columns .column .block__title br {
        display: none;
    }
    .columns .column .block__text br {
        display: none;
    }
    .columns {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .columns .column {
        width: 100%;
    }
    .columns:not(.columns-large) .items {
        width: 70%;
        min-width: 300px;
        margin-top:13px;
    }
    .columns .column:nth-child(1) {
        order:1;
    }
    .columns .column:nth-child(2) {
        order:3;
        margin: 45px 0 0 0;
    }
    .items:nth-child(2){
        order:2;
    }
    .items:nth-child(3){
        order:2;
    }
    .items:nth-child(4){
        order:4;
    }
    .items:nth-child(5){
        order:5;
    }
    .columns-large .items {

    }
    .prestation-box .box__title {
        font-size:28px;
    }
    .large-box {
        max-width: 40vw;
    }
}
@media all and (max-width: 900px){

    .items-list {
        flex-direction: column;
    }
    .items-list .items{
        width: 100%;
    }
    .items-list .items .item{
        width: 100%;
    }
    .items-list .items .item br{
        display: none;
    }
    .prestation-box .box__title {
        font-size:26px;
        line-height: 32Px;
    }
    .prestation-container .prestation-list {
        gap:8px;
    }
    .large-box {
        max-width: 45vw;
    }
    .items .item svg {
        width: 12px;
    }
}
@media all and (max-width: 750px){
    .items {
        width: 100%;
        min-width: 300px;
    }
    .prestation-box .box__title {
        font-size:22px;
        line-height: 28Px;
    }
    .large-box {
        max-width: 50vw;
    }
    .prestation-navigation svg {
        width: 20px;
    }

}
@media all and (max-width: 750px){
    .prestation-box .box__title {
        font-size:18px;
        line-height: 23Px;
    }
}
@media all and (max-width: 1024px) {
    .prestation-container{ min-height: 410px; }
}
@media all and (max-width: 900px) {
    .prestation-container{ min-height: 400px; }
}
@media all and (max-width: 800px) {
    .prestation-container{ min-height: 360px; }
}
@media all and (max-width: 700px) {
    .prestation-container{ min-height: 350px; }
}
@media all and (max-width: 600px) {
    .prestation-container{ min-height: 300px; }
}
@media all and (max-width: 500px) {
    .prestation-container{ min-height: 250px; }
}
@media all and (max-width: 400px) {
    .prestation-container{ min-height: 200px; }
}


/*#endregion SectionContent*/
