 @font-face {
            font-family: "Helvetica";
            src: url("fonts/HelveticaNeue-Roman.otf");
            font-weight: normal;
        }

        @font-face {
            font-family: "Helvetica";
            src: url("fonts/HelveticaNeue-Bold.otf");
            font-weight: 700;
        }
        .banner-main {
            width: 100%;
            height: 100svh;
            font-family: "Helvetica";
            color: #212121;
            text-transform: uppercase;
        }

        .banner-main__swiper {
            height: 100%;
        }

        .banner-main__photos {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
        }

        .banner-main__photos img {
            flex: 1;
            object-fit: cover;
        }

        .banner-main__content {
            width: max-content;
            position: absolute;
            left: 50%;
            bottom: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
            transform: translateX(-50%);
        }

        .banner-main__text {
            font-size: 20px;
            font-weight: 700;
        }

        .banner-main__title {
            font-family: "Bebas Neue", sans-serif;
            font-size: 96px;
            font-weight: 400;
        }

        .banner-main__links {
            display: flex;
            gap: 20px;
        }

        .banner-main__link {
            width: 250px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #212121;
            font-size: 14px;
            text-decoration: none;
            background: #FAFAFA;
            border: 1px solid #212121;
            transition: all .3s ease-in-out;
        }

        .banner-main__link--black {
            color: #FAFAFA;
            background: #212121;
        }

        .banner-main__link--black:hover {
            color: #212121;
            background: #FAFAFA;
        }

        .banner-main__link--white:hover {
            color: #FAFAFA;
            background: #212121;
        }

        .swiper-horizontal > .banner-main__swiper-pagination {
            bottom: 25px;
            left: 50% !important;
            display: flex;
            justify-content: center;
            gap: 10px;
            transform: translateX(-50%);
           margin-bottom: 10px;

        }

        .swiper-horizontal > .banner-main__swiper-pagination .swiper-pagination-bullet {
            background: transparent;
            border: 1px solid #212121;
            margin: 0;
            opacity: 1;
            transition: all .3s ease-in-out;
        }

        .swiper-horizontal > .banner-main__swiper-pagination .swiper-pagination-bullet-active {
            background: rgba(33, 33, 33, .44);
        }

        @media (max-width: 1440px) {

            .banner-main__title {
                font-size: 80px;
            }

            .banner-main__text {
                font-size: 18px;
            }

            .banner-main__link {
                width: 220px;
                height: 38px;
                font-size: 13px;
            }
        }

        @media (max-width: 1024px) {

            .banner-main__title {
                font-size: 64px;
            }

            .banner-main__text {
                font-size: 16px;
            }

            .banner-main__links {
                gap: 15px;
            }

            .banner-main__link {
                width: 200px;
                height: 36px;
                font-size: 12px;
            }
        }

        @media (max-width: 768px) {

            .banner-main__content {
                 bottom: 50px;
}
            .banner-main__content img{
                width: 100px;
            }
            .banner-main__title {
                font-size: 38px;
            }

            .banner-main__text {
                font-size: 14px;
            }

            .banner-main__links {
                gap: 10px;
            }

            .banner-main__link {
                width: 180px;
                height: 34px;
                font-size: 12px;
            }
        }

        @media (max-width: 425px) {
            .banner-main__content img{
                width: 80px;
            }
            .banner-main__photos img {
                flex: initial;
                width: 100%;
                height: auto;
            }
            .banner-main__swiper-slide:nth-child(3) .banner-main__photos img {
                object-fit: cover;
                object-position: left bottom;
            }
            .banner-main__content {
                bottom: 60px;
                text-align: center;

            }

            .banner-main__swiper-slide:nth-child(3) .banner-main__content img {
                transform: rotate(40deg);

                position: absolute;
                top: -25vh;
                left: -15vw;
            }

            .banner-main__swiper-slide:nth-child(2) .banner-main__content img {
                transform: rotate(-20deg);

                position: absolute;
                top: -45vh;
                right: -16vw;
            }

            .banner-main__title {
                font-size: 32px;
            }

            .banner-main__text {
                font-size: 12px;
                width: 130px;
            }

            .banner-main__links {
                flex-direction: column;
                gap: 8px;
            }

            .banner-main__link {
                width: 160px;
                height: 32px;
                font-size: 12px;
            }

            .banner-main__swiper-slide:first-child .banner-main__photos img {
                display: none;
            }

            .banner-main__swiper-slide:first-child .banner-main__photos {
                background-image: url('images/webp/banner__image-1.webp');
                background-size: cover;
                background-position: center;
                width: 100%;
                height: 100%;
            }
        }
        .banner-main__link:hover{
text-decoration: none;
        }


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    
}