.with-small-padding {
    padding: 0 10px;
}

.love__main-text {
    max-width: 600px;
    line-height: 1.2em;
}

.love__symbols-text {
    max-width: 610px;
    line-height: 1.4em;
}
.love__symbols-arrows {
    margin-top: 20px;
    width: 220px;
}

.love__gallery-second {
    margin-top: 10px;
}

.love__details {
    margin-top: 10px;
}

.love__portrait {
    margin-top: 10px;
    position: relative;
}
.love__portrait-text {
    position: absolute;
    top: 150px;
    right: 40px;
    max-width: 500px;
}

.love__people {
    padding: 0 50px;
}
.love__people-text-block {
    max-width: 450px;
}

.love__mosaic {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.love__mosaic-text {
    max-width: 895px;
}
.love__mosaic-carousel-slider {
    display: flex;
    animation: slide 50s linear infinite;
    will-change: transform;
    width: max-content;
}
.love__mosaic-carousel-slider img {
    height: 519px;
    width: 415px;
    object-fit: cover;
    margin-right: 8px;
    flex-shrink: 0;
}

.love__banner {
    position: relative;
}
.love__banner-slider {
    overflow: hidden;
}
.love__banner .swiper-banner-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ADA9A9;
    opacity: .2;
    margin: 0 10px !important;
    transition: 300ms;
}
.love__banner .swiper-banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.love__banner .swiper-banner-pagination {
    display: flex;
    justify-content: center;
    text-align: left;
    bottom: -40px;
    position: relative;
    height: 20px;
}

.love__symbols .swiper-symbols-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ADA9A9;
    opacity: .2;
    margin: 0 10px !important;
    transition: 300ms;
}
.love__symbols .swiper-symbols-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.love__symbols .swiper-symbols-pagination {
    display: flex;
    justify-content: center;
    text-align: left;
    bottom: -40px;
    position: relative;
    height: 20px;
}

.love__flag-text {
    max-width: 495px;
}
.love__flag-heart {
    margin: 30px 0;
}

.love__flag-img {
    max-width: 500px;
    margin: -100px 0;
}

.love__people-small-heart {
    width: auto !important;
    max-width: 65px !important;
}

@media(max-width: 1300px) {
    .love__people img {
        max-width: 280px;
    }
    .love__portrait-text {
        max-width: 350px;
        top: 100px;
    }
}

@media(max-width: 991px) {
    .love__main-block {
        flex-direction: column-reverse;
        padding-top: 40px !important;
    }
    .love__logo {
        width: 180px;
    }

    .love__symbols-block {
        width: calc(100% + 40px);
        margin-left: -20px;
        overflow: hidden;
    }

    .love__symbols-text {
        margin-top: 40px;
        padding: 0 10px;
    }

    .love__symbols-arrows {
        margin-top: -10px;
        margin-bottom: -60px !important;
        width: 170px;
    }

    .love__symbols-slider {
        margin-top: 25px;
    }

    .love__symbols-slider .swiper-slide {
        transition: 800ms;
        transform: scale(0.6) ;
    }
    .love__symbols-slider .swiper-slide-active {
        transform: scale(1);
    }

    .love__gallery img {
        margin-bottom: 10px;
    }

    .love__portrait-text {
        max-width: 220px;
        right: 20px;
        top: 60px;
        font-size: 16px;
    }

    .love__people-text-block {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    .love__people {
        padding: 0;
    }
    .love__people img {
        max-width: 185px;
    }

    .love__mosaic-text {
        margin-top: 20px;
        width: 315px;
    }

    .love__flag-text {
        padding: 0 40px;
    }
    .love__flag-img {
        max-width: 290px;
        margin: -50px 0;
    }

    .love__banner {
        padding: 0 10px;
    }

    .love__banner .swiper-banner-pagination {
        height: 10px;
        bottom: -20px;
    }
    .love__banner .swiper-banner-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 5px !important;
    }

    .love__symbols .swiper-symbols-pagination {
        height: 10px;
        bottom: -20px;
    }
    .love__symbols .swiper-symbols-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
        margin: 0 5px !important;
    }

    .love__banner .swiper-slide {
        max-height: 480px;
    }

    .love__details {
        margin-top: 40px;
    }
}

@media(max-width: 390px) {
    .love__people img {
        width: 160px;
    }
}
