@import url(https://fonts.googleapis.com/css2?family=Italiana&display=swap);

#myModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

.modal-content {
    margin: auto
}

.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

#usp-left-part {
    width: 100%;
    min-height: 50dvh;
    background-image: linear-gradient(0deg, #fff .2rem, rgba(0, 0, 0, 0) 2rem), url('/uploads/usp/usp_summer_2024_mobile.768.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#usp-right-part {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    background-image: linear-gradient(0deg, var(--background-beige) .2rem, rgba(0, 0, 0, 0) 2rem);
}

@media (min-width: 500px) {
    #usp-left-part {
        min-height: 65dvh;
        background-image: linear-gradient(0deg, #fff .2rem, rgba(0, 0, 0, 0) 2rem), url('/uploads/usp/usp_summer_2024_mobile.768.webp');
    }

    #usp-right-part {

    }
}

@media (min-width: 768px) {
    #usp-left-part {
        min-height: 0;
        background-image: none;
    }

    #usp-right-part {
        min-height: 50dvh;
        background-color: initial;
        background-image: linear-gradient(0deg, var(--background-beige) .2rem, rgba(0, 0, 0, 0) 2rem), url('/uploads/usp/usp_summer_2024.1080.webp');
    }
}

@media (min-width: 1024px) {
    #usp-left-part {

    }

    #usp-right-part {
        min-height: 75dvh;
        /*width: clamp(50dvw, 65vw, 1280px);*/
        background-image: linear-gradient(0deg, var(--background-beige) .2rem, rgba(0, 0, 0, 0) 2rem), url('/uploads/usp/usp_summer_2024.webp');
    }
}

#usp-title {
    font-family: Italiana, sans-serif;
    color: var(--black);
    transition: font-size .5s linear
}

#section-ad {
    background: url('/uploads/picturies/christmas_picture_shape.webp') center/cover no-repeat;
    color: #fff
}

@media (min-width: 1280px) {
    #section-concept {
        background-repeat: no-repeat;
        background-position: left;
        background-size: contain
    }
}

.home-bloc-content-collaps-part {
    margin: 0;
    padding: 1em 0 .5em
}

.home-collaps {
    cursor: pointer;
    width: 100%;
    text-align: left;
    color: #000;
    border: none;
    outline: 0;
    /*background-color: #fff*/
}

.home-collaps h2 {
    padding-right: 3.5rem;
    gap: 2rem;
    position: relative
}

.home-collaps h2:after {
    content: '\02795';
    color: #fff;
    position: absolute;
    float: right;
    margin-top: -1rem;
    top: 50%;
    right: 0
}

.active h2:after {
    content: "\2796"
}

.home-collaps-content {
    overflow: hidden;
    padding: 1rem 20px 0 0;
    max-height: 0;
    transition: max-height .2s ease-out
}