.selection-site-link {
    width: max-content;
    display: flex;
    padding-top: 16px;
}

.selection-site-link a {
    cursor: pointer;
    font-family: Rufina-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 16px;
    display: block;
}

.selection-site-link a:not(:first-child)   {
    margin-left: 1rem;
}

.selection-site-link a.selected {
    background: rgba(195, 233, 236, 0.3);
    border-radius: 32px;
    color:#0EABB7;
}
.info-site-spa{
    min-height: 7rem;
    display: flex;
    align-items: center;
    padding-left: 112px;
    padding-right: 112px;
}
.ast-page-title1{
    font-size: 2rem;
    font-family: Rufina-Bold;
    line-height: 78px;
    font-size: 60px;
    color:#333333;
}
.ast-bu-title1{
    font-family: Rufina-Bold;
    line-height: 36px;
    font-size: 36px;
    color:#333333;
}

#select-site-spa{
    border-top: 1px solid #333333;
    padding-top: 0.5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-left: 112px;
    margin-right: 112px;
}
.content-block {
    display: flex;
    align-items: center;
    gap: 72px;
    margin-bottom: 72px;
    padding-left: 112px;
    padding-right: 112px;
}
.result-block:nth-child(odd) .content-block{
    flex-direction: row;
}
.result-block:nth-child(even) .content-block{
    flex-direction: row-reverse;
}
.ast-bu-text1{
    margin-top: 46px;
    color: #4D4D4D;
}
.ast-bu-text2{
    background: #f9f9f9;
    padding:72px 20%;
    margin-bottom: 72px;
}
.ast-bu-text2 p{
    text-align: center;
    color: #4D4D4D;
}

.img-block{
    width : 40%;
    height: 360px;
    background-size: cover !important;
}
.text-block{
    width: 60%;
}
button.bu-button{
    width: 10rem;
    height: 3rem;
    opacity: 0.9;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px #00adb3;
    font-family: 'Arial Regular', 'Arial', sans-serif;
    border: #00adb3 1px solid;
    color: #00adb3;
    text-align: center;
    line-height: normal;
    margin: 10px;
    cursor:pointer;
    text-decoration-color: #00adb3;
}

.bu-buttons .disabled{
    box-shadow: 0px 0px 5px 0px grey;
    border: grey 1px solid;
    color: grey;
    cursor:auto;
    pointer-events: none;
}

.carousel-item{
    height: 360px;
    background-size: cover !important;
}


@media screen and (min-width: 890px) {
    .main-section-full{
        padding-top: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 32px;
        z-index: 1;
    }

}
@media screen and (min-width: 700px) and (max-width: 889px) {
    .result-block:nth-child(even) .content-block{
        flex-direction: column;
    }
    .result-block:nth-child(odd) .content-block{
        flex-direction: column;
    }
    .img-block{
        width : 100%;
    }
    .text-block{
        width: 100%;
    }
    .bu-buttons{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #select-site-spa{
        margin-left:17px;
        margin-right:17px;
    }
    .info-site-spa{
        padding-left:17px;
        padding-right:17px;
    }
    .content-block {
        padding-left:17px;
        padding-right:17px;
    }

}
@media screen and (min-width: 396px) and (max-width: 699px) {

    .selection-site-link{
        flex-direction: column;
    }
    .selection-site-link a:not(:first-child) {
        margin-left: 0rem;
    }
    .result-block:nth-child(even) .content-block{
        flex-direction: column;
    }
    .result-block:nth-child(odd) .content-block{
        flex-direction: column;
    }
    .img-block{
        width : 100%;
    }
    .text-block{
        width: 100%;
    }
    .bu-buttons{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #select-site-spa{
        margin-left:17px;
        margin-right:17px;
    }
    .info-site-spa{
        padding-left:17px;
        padding-right:17px;
    }
    .content-block {
        padding-left:17px;
        padding-right:17px;
    }
    .ast-page-title1{
        font-size: 40px;
    }
}
@media screen  and (max-width: 396px) {
    .selection-site-link{
        flex-direction: column;
    }
    .selection-site-link a:not(:first-child) {
        margin-left: 0rem;
    }
    .result-block:nth-child(even) .content-block{
        flex-direction: column;
    }
    .result-block:nth-child(odd) .content-block{
        flex-direction: column;
    }
    .img-block{
        width : 100%;
    }
    .text-block{
        width: 100%;
    }

    .bu-buttons{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ast-page-title1{
        font-size: 40px;
    }
    #select-site-spa{
        margin-left:17px;
        margin-right:17px;
    }
    .info-site-spa{
        padding-left:17px;
        padding-right:17px;
    }
    .content-block {
        padding-left:17px;
        padding-right:17px;
    }
}