.antennas {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 615px;
    position: relative;
    background: #1b204c;
}

.antennas__wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 1440px;
    width: 100%;
    position: relative;
}

.antennas__wrapper .app-container {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    gap: 50px;
    height: 100%;
    width: 100%;
    max-width: calc(1440px - 98px);
}

.bg__top {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 432px;
    background: #1b204c;
}

.bg__bot {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 233px;
    background: white;
}
.antennas-slider .swiper-pagination {
    bottom: 0;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
}

.antennas-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    background: none;
    width: 14px;
    height: 14px;
    border: 2px solid #727da4;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #727da4;
    transition: all 0.4s ease-in-out;
}
.swiper-pagination-1 {
    bottom: 0;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
}

.swiper-pagination-1 .swiper-pagination-bullet {
    margin: 0;
    background: none;
    width: 14px;
    height: 14px;
    border: 2px solid #727da4;
    opacity: 1;
    transition: all 0.4s ease-in-out;
}

.swiper-pagination-bullet-active {
    background-color: #727da4;
    transition: all 0.4s ease-in-out;
}
.antennas__title h3 {
    font-family: Myriad Pro;
    font-size: 35px;
    padding-top: 43px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.antennas__items {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.antennas__item {
    display: flex;
    height: calc(427px - 24px);
    flex-direction: column;
    padding: 12px;
    align-items: center;
    width: calc(25% - 28px);
    max-width: calc(321px - 24px);
    background-color: #9493a5;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.antennas__item .title {
    font-family: Myriad Pro;
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
    padding-top: 37px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
}

.antennas__item img {
    width: 100%;
    height: 193px;
    object-fit: cover;
}
.swiper-button-prev2 {
    position: absolute;
    top: 50%;
    left: 5px;
    cursor: pointer;
    z-index: 1;
}
.swiper-button-next2 {
    position: absolute;
    top: 50%;
    right: 5px;
    cursor: pointer;
    z-index: 1;
}
.antennas__item button {
    border-radius: 4px;
    background: #1b204c;
    font-family: Myriad Pro;
    width: 124px;
    font-size: 17px;
    margin-bottom: 25px;
    border: none;
    font-weight: 600;
    height: 44px;
    justify-content: center;
    align-items: start;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    color: white;
}
.active-bg {
    background-color: #727da4;
}
.antennas__item button:hover {
    background: white;
    color: #1b204c;
}
.antennas__item:has(button:hover) {
    background-color: #727da4;
}
@media screen and (max-width: 1024px) {
    .antennas {
        display: flex;
        justify-content: center;
        align-items: center;
        height: fit-content;
        position: relative;
    }

    .antennas__wrapper {
        display: flex;
        flex-direction: column;
        height: 100%;
        width: calc(100% - 32px);
        padding-bottom: 24px;
    }

    .antennas__wrapper .app-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        height: 100%;
        width: 100%;
        padding-bottom: 0;
    }
    .antennas__item:has(button:hover) {
        background-color: #9493a5;
    }
    .bg__top {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        background: #1b204c;
    }

    .bg__bot {
        display: none;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        height: 172px;
        background: #f3f2f4;
    }

    .antennas__title h3 {
        font-family: Myriad Pro;
        font-size: 24px;
        padding-top: 24px;
        font-weight: 700;
        line-height: 42px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .antennas__items {
        display: flex;
        gap: 0;
        width: 100%;
        flex-direction: row;
        padding-bottom: 30px;
    }

    .antennas__item {
        display: flex;
        width: auto;
        flex-direction: column;
        padding: 12px;
        gap: 8px;
        align-items: center;
        background-color: #9493a5;
        z-index: 1;
        max-width: calc(100% - 24px);
    }

    .antennas__item .title {
        font-family: Myriad Pro;
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
        padding-top: 12px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
    }

    .antennas__item img {
        width: auto;
        height: 230px;
        margin-bottom: 20px;
        object-fit: cover;
    }

    .antennas__item button {
        border-radius: 4px;
        background: #1b204c;
        font-family: Myriad Pro;
        padding-top: 5px;
        width: 124px;
        font-size: 17px;
        margin-bottom: 25px;
        border: none;
        font-weight: 600;
        height: 44px;
        justify-content: center;
        align-items: start;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
        color: white;
    }
    .antennas__item button:hover {
        background: white;
        color: #1b204c;
    }
}
