.sections-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    gap: 30px;
    max-height: 810px;
}


.sections-content .starlink .starlink-wrapper {
    justify-content: center;
    flex-direction: row-reverse;
}


.sections-content .starlink .starlink-wrapper.active {
    justify-content: space-between;
}

.sections-content .starlink .starlink-wrapper {
    padding: 0;
}

.sections-content .starlink .starlink-wrapper .right {
    margin-top: 0px;
}

.sections-content .starlink .text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 85px;
    transition: all 0.4s ease-in-out;
    max-height: 200px;
    /* margin-bottom: 85px; */

}

.hide-text {
    opacity: 0 !important;
    transition: all 0.4s ease-in-out;
    /* max-height: 0!important;
    margin-bottom: 0!important; */
}

.hide-btn {
    opacity: 0 !important;
    transition: all 0.4s ease-in-out;
    max-height: 0 !important;
    overflow: hidden;
    padding: 0 !important;
}

.sections-content .standart .text {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.4s ease-in-out;
    padding-top: 85px;
    justify-content: center;
    align-items: center;
    max-height: 250px;

}

.sections-content .starlink {
    padding-bottom: 85px;
}

.sections-content .starlink .learn-more {
    width: fit-content;
    text-decoration: none;
    padding: 16px 23px;
    font-family: Myriad Pro;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin: 0 auto;
    font-weight: 600;
    text-align: left;
    color: white;
    border-radius: 4px;
    text-transform: uppercase;
    background: #1B204C;
    transition: all 0.4s ease-in-out;
}

.sections-content .starlink .learn-more:hover {
    background: white;
    color: #1B204C;
}

.sections-content .starlink .text h3 {
    font-family: Myriad Pro;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: white;

}

.sections-content .starlink .text h4 {
    font-family: Myriad Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: white;
    text-align: center;
}

.sections-content .standart .text h3 {
    font-family: Myriad Pro;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    color: white;

}

.sections-content .standart {
    padding: 0 0 40px 0;
    position: relative;
}

.sections-content .standart .learn-more {
    position: absolute;
    width: fit-content;
    text-decoration: none;
    padding: 16px 23px;
    font-family: Myriad Pro;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    margin: 0 auto;
    border-radius: 4px;
    font-weight: 600;
    text-align: left;
    z-index: 111;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-transform: uppercase;
    background: #1B204C;
    transition: all 0.4s ease-in-out;
    bottom: 82px;
}

.standart .left .image-with-item img {
    margin-top: -55px;
}

.sections-content .standart .text h4 {
    font-family: Myriad Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: white;
    text-align: center;
}


.sections-content .starlink .starlink-wrapper .right {
    margin-left: 140px;
    transition: all 0.4s ease-in-out;
}

.sections-content .starlink .right .image-with-item .items {
    opacity: 0;
    transition: all 0.4s ease-in-out;

}


.sections-content .starlink {
    width: 50%;
    transition: all 0.4s ease-in-out;
    flex-shrink: 0;
}

.sections-content .standart {
    width: 50%;
    transition: all 0.4s ease-in-out;
    flex-shrink: 0;
}

.sections-content .standart .right {
    overflow: hidden;
    opacity: 0;
    margin-top: -40px;
}

.sections-content .standart .active {
    width: auto !important;
    opacity: 1;
    transition: all 0.4s ease-in-out !important;
    height: auto !important;
}

.sections-content .standart .left .image-with-item .item {
    opacity: 0;
    transition: all 0.4s ease-in-out;

}

@media screen and (max-width: 1024px) {
    .swiper-1{
        width: calc(100% - 32px);
        margin: 0 auto;
        -ms-overflow-style: none;
        overflow: hidden;
        scrollbar-width: none;
    }
    .swiper-1::-webkit-scrollbar {
        display: none;
    }
    .antennas__items{
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .antennas__items::-webkit-scrollbar {
        display: none;
    }
    .sections-content {
        max-height: unset;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        position: relative;
    }

    .sections-content .starlink .left {
        width: 100%;
        height: auto;
        overflow: hidden;
        flex-shrink: unset;

    }

    .starlink-wrapper .colapse-page {
        display: none;
    }

    .wrapper .colapse-page {
        display: none !important;
    }


    .sections-content .starlink .starlink-wrapper {
        justify-content: unset;
        flex-direction: column-reverse;
    }

    .sections-content .starlink .starlink-wrapper.active {
        justify-content: space-between;
    }

    .sections-content .starlink .starlink-wrapper {
        padding: 70px 0 0 0;
    }

    .sections-content .starlink .starlink-wrapper .right {
        margin-top: 0px;
    }

    .sections-content .starlink .text {
        display: none;
        flex-direction: column;
        gap: 12px;
        padding-top: 85px;
        transition: all 0.4s ease-in-out;
        max-height: 200px;

    }

    .hide-text {
        opacity: 0 !important;
        transition: all 0.4s ease-in-out;
        /* max-height: 0!important; */
    }

    .hide-btn {
        opacity: 0 !important;
        transition: all 0.4s ease-in-out;
        /* max-height: 0!important; */
        overflow: hidden;
        padding: 0 !important;
    }

    .sections-content .standart .text {
        display: none;
        flex-direction: column;
        gap: 12px;
        transition: all 0.4s ease-in-out;
        padding-top: 85px;

    }

    .sections-content .starlink {
        padding-bottom: 45px;
    }

    .sections-content .standart {
        padding-bottom: 45px;
    }

    .sections-content .starlink .learn-more {
        width: fit-content;
        text-decoration: none;
        padding: 16px 23px;
        font-family: Myriad Pro;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        margin: 0 auto;
        display: none;
        font-weight: 600;
        text-align: left;
        color: white;
        border-radius: 4px;
        text-transform: uppercase;
        background: #1B204C;
        transition: all 0.4s ease-in-out;
    }

    .sections-content .starlink .learn-more:hover {
        background: white;
        color: #1B204C;
    }

    .sections-content .standart .learn-more:hover {
        background: white;
        color: #1B204C;
    }

    .sections-content .starlink .text h3 {
        font-family: Myriad Pro;
        font-size: 35px;
        font-weight: 700;
        line-height: 42px;
        text-align: center;
        color: white;

    }

    .sections-content .starlink .text h4 {
        font-family: Myriad Pro;
        font-size: 24px;
        font-weight: 400;
        line-height: 28.8px;
        color: white;
        text-align: center;
    }

    .sections-content .standart .text h3 {
        font-family: Myriad Pro;
        font-size: 35px;
        font-weight: 700;
        line-height: 42px;
        text-align: center;
        color: white;

    }

    .sections-content .standart {
        padding: 40px 0 45px 0;
        position: relative;
    }

    .sections-content .standart .learn-more {
        position: absolute;
        width: fit-content;
        display: none;
        text-decoration: none;
        padding: 16px 23px;
        font-family: Myriad Pro;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        margin: 0 auto;
        border-radius: 4px;
        font-weight: 600;
        text-align: left;
        z-index: 111;
        left: 50%;
        transform: translateX(-50%);
        color: white;
        text-transform: uppercase;
        background: #1B204C;
        transition: all 0.4s ease-in-out;
        bottom: 82px;
    }

    .standart .left .image-with-item img {
        margin-top: 0;
    }

    .sections-content .standart .text h4 {
        font-family: Myriad Pro;
        font-size: 24px;
        font-weight: 400;
        line-height: 28.8px;
        color: white;
        text-align: center;
    }


    .sections-content .starlink .starlink-wrapper .right {
        margin-left: 0;
        transition: all 0.4s ease-in-out;
    }

    .sections-content .starlink .right .image-with-item .items {
        opacity: 1;
        transition: all 0.4s ease-in-out;

    }


    .sections-content .starlink {
        width: 100%;
        transition: all 0.4s ease-in-out;
        flex-shrink: 0;
    }

    .sections-content .standart {
        width: 100%;
        transition: all 0.4s ease-in-out;
        flex-shrink: 0;
    }

    .sections-content .standart .right {
        overflow: hidden;
        opacity: 1;
        margin-top: 0;
    }

    .sections-content .standart .active {
        width: auto !important;
        opacity: 1;
        transition: all 0.4s ease-in-out !important;
        height: auto !important;
    }

    .sections-content .standart .left .image-with-item .item {
        opacity: 1;
        transition: all 0.4s ease-in-out;

    }
}

@media screen and (width: 1920px) {
    .standart .left .image-with-item img {
        margin-right: 150px;
    }

    .sections-content .standart .active .left .image-with-item img {
        margin-right: 0;

    }
}

.options__wrapper {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    top: -7px;
    overflow: auto;
    z-index: 1000;
}

.options__wrapper .app-container--mini {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    overflow: hidden;
    max-height: 0;
    max-width: calc(1440px - 32px);
    width: 100%;
    margin: 0 auto;
    position: relative;
    transition: all 1s ease-in-out;

}

.option__item__wrapper {
    width: 100%;
    max-height: 0;
    transition: all 1s ease-in-out;
}

.open-height {
    max-height: 100% !important;
    transition: all 1s ease-in-out;

}

.open-options {
    z-index: 1;
    max-height: 700px;
    transition: all 1s ease-in-out;

}

.open-options .options__item {
    opacity: 1;
    transition: all 1s ease-in-out;

}

.options__wrapper__top {
    position: absolute;
    top: 0;
    left: 0;
    height: 432px;
    width: 100%;
    background: white;
}

.options__wrapper__bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 192px;
    background: #F3F2F4;
}

.options__title {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-bottom: 43px;
}

.close-popup {
    display: none;
}

.options__title h3 {
    opacity: 0;
    font-family: Myriad Pro;
    font-size: 35px;
    z-index: 1;
    font-weight: 700;
    line-height: 42px;
    text-align: center;
    text-underline-position: from-font;
    text-transform: uppercase;
    text-decoration-skip-ink: none;
    color: white;
}

.options__item {
    display: flex;
    opacity: 0;
    flex-direction: row;
    /* height: calc(670px - 164px); */
    background: #727DA4;
    justify-content: space-between;
    padding: 37px 35px 32px 37px;
}

.options__item__left {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.options__item__left .img-1 {
    width: 528px;
    position: relative;
    z-index: 1;
    height: 303px;
}

.options__item__left .img-2 {
    width: 700px;
    position: relative;
    z-index: 1;
}

.options__item__left .img-3 {
    width: 641px;
    height: 348px;
    position: relative;
    z-index: 1;
}

.options__item__left .img-4 {
    width: 742px;
    position: relative;
    z-index: 1;
}

.options__item__right {
    display: flex;
    flex-direction: column;
    gap: 38px;
    width: 503px;
}

.options__item__right__top {
    display: flex;
    flex-direction: row;
    gap: 4px;
    border-radius: 4px;
    background-color: white;
    height: 35px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    cursor: pointer;
    text-decoration-skip-ink: none;
    color: #1B204C;
    width: fit-content;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;

}

.options__item__right__top:hover {
    scale: 1.1;
}

.options__item__right__bot a:hover {
    background: white;
    color: #1B204C;
}

.options__item__right__bot {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.options__item__right__bot h4 {
    font-family: Myriad Pro;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-transform: uppercase;
}

.options__item__right__bot .desc {
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;

}

.options__item__right__bot a {
    border-radius: 4px;
    background: #1B204C;
    font-family: Myriad Pro;
    padding: 12px 17px 12px 17px;
    font-size: 17px;
    margin-bottom: 25px;
    border: none;
    font-weight: 600;
    justify-content: center;
    align-items: start;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-decoration: none;
    width: fit-content;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    color: white;
}

.ant {
    position: absolute;
    display: flex;
    flex-direction: column;
    font-family: Myriad Pro;
    gap: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: white;
    text-transform: uppercase;
}

.ant-1 {
    left: 0;
    top: 60px;
}

.ant-2 {
    right: -130px;
    top: 50px;
    text-align: right;
}

.ant-3 {
    right: -196px;
    top: 150px;
    text-align: right;
}

.ant-4 {
    right: -40px;
    top: 295px;
    text-align: right;
}

.ant-4 p {
    margin-top: -30px;
}

.ant-5 {
    left: 38px;
    top: 97px;
}

.ant-6 {
    right: 40px;
    top: 92px;
    text-align: right;
}

.ant-7 {
    right: -71px;
    top: 191px;
    text-align: right;
}

.ant-8 {
    left: 133px;
    top: 329px;
    text-align: right;
}

.ant-8 p {
    text-align: center;
    margin-top: -36px;
}

.ant-9 {
    left: 67px;
    top: 93px;
}

.ant-10 {
    right: 9px;
    top: 127px;
    text-align: right;
}

.ant-11 {
    right: 65px;
    top: 204px;
    text-align: right;
}

.ant-11 svg {
    margin-top: 0;
}

.ant-11 p {
    margin-top: 0;
}

.ant-12 {
    right: 124px;
    top: 272px;

    text-align: right;
}

.ant-12 p {
    margin-top: -30px;
}

.ant-13 {
    left: 54px;
    top: 22px;
}

.ant-14 {
    right: 121px;
    top: 59px;
    text-align: right;
}

.ant-15 {
    right: 2px;
    top: 126px;
    text-align: right;

}

.ant-16 {
    left: 85px;
    top: 349px;
    text-align: left;
}

.ant-16 p {
    margin-top: -35px;
}

.ant-17 {
    left: 63px;
    top: 126px;
    text-align: left;
}

.ant-17 p {
    margin-top: -35px;
}

.ant-18 {
    right: -70px;
    top: 70px;
    text-align: right;
}

.ant-18 p {
    margin-top: -35px;
}

.ant-19 {
    right: -109px;
    top: 270px;
    text-align: right
}

.ant-19 svg {
    margin-top: -47px;
}

.ant-19 p {
    margin-top: -35px;
}

.ant-20 {
    left: 257px;
    top: 381px;
    text-align: right;
}


.ant-20 p {
    margin-top: -35px;
}


@media screen and (max-width: 1024px) {
    .ant-17 {
        left: -3px;
        top: 44px;
        width: 180px;
        margin-top: -9px;
        text-align: left;
    }

    .ant-17 p {
        margin-top: -35px;
    }

    .ant-18 {
        right: 0;
        top: 59px;
        text-align: right !important;
    }

    .ant-18 svg {
        width: 180px;
        margin-top: -23px;
    }

    .ant-18 p {
        margin-top: -35px;
    }

    .ant-19 {
        right: -1px;
        top: 241px;
        text-align: right;
        width: 200px;
    }

    .ant-19 svg {
        width: 200px;
        margin-top: -47px;
        text-align: end;
    }

    .ant-19 p {
        text-align: end;
        margin-top: -35px;
    }

    .ant-20 {
        left: 86px;
        top: 209px;
        text-align: right;
    }

    .ant-20 svg {
        width: 220px;
    }


    .ant-20 p {
        text-align: end;
        margin-top: -52px;
    }

    .options__wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 50px;
        opacity: 0;
        position: fixed;
        z-index: 0;
        pointer-events: none;
        height: calc(100vh - 60px);
        width: 100%;
        top: 60px;
        transition: all 0.4s ease-in-out;
    }

    .show-popup {
        opacity: 1 !important;
        z-index: 10;
        max-height: 100% !important;
        pointer-events: all;
        background: #1B204C;
    }

    .show-item {
        opacity: 1 !important;
        pointer-events: all;
        position: absolute;
        z-index: 10;
    }

    .options__wrapper .app-container--mini {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        max-height: 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        position: fixed;
        transition: all 1s ease-in-out;

    }

    .option__item__wrapper {
        width: 100%;
        max-height: calc(100vh - 60px);
        transition: all 1s ease-in-out;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
    }

    .options__item {
        min-height: 660px;
    }

    .open-height {
        max-height: 100% !important;
        transition: all 1s ease-in-out;

    }

    .open-options {
        z-index: 1;
        max-height: 700px;
        transition: all 1s ease-in-out;

    }

    .open-options .options__item {
        opacity: 1;
        transition: all 1s ease-in-out;

    }

    .options__wrapper__top {
        display: none;
    }

    .options__wrapper__bot {
        display: none;

    }

    .options__title {
        display: none;

    }

    .options__title h3 {
        display: none;

    }

    .close-popup {
        display: flex;
        position: absolute;
        top: 12px;
        right: 20px;
    }

    .options__item {
        display: flex;
        opacity: 1;
        flex-direction: column;
        background: #727DA4;
        height: calc(100vh - 180px);
        justify-content: center;
        padding: 100px 20px 80px 20px;
    }

    .options__item__left {
        display: flex;
        justify-content: center;
        position: relative;
        margin-bottom: 20px;
        align-items: center;
    }

    .options__item__left .img-1 {
        width: 100%;
        position: relative;
        z-index: 1;
        height: auto;
    }

    .options__item__left .img-2 {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .options__item__left .img-3 {
        width: 120%;
        height: auto;
        position: relative;
        z-index: 1;
    }

    .options__item__left .img-4 {
        width: 120%;
        position: relative;
        z-index: 1;
    }

    .options__item__right {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .options__item__right__top {
        display: none;

    }

    .options__item__right__top:hover {
        scale: 1.1;
    }

    .options__item__right__bot a:hover {
        background: white;
        color: #1B204C;
    }

    .options__item__right__bot {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .options__item__right__bot h4 {
        font-family: Myriad Pro;
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
        text-transform: uppercase;
    }

    .options__item__right__bot .desc {
        font-family: Myriad Pro;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;

    }

    .options__item__right__bot a {
        border-radius: 4px;
        background: #1B204C;
        font-family: Myriad Pro;
        padding: 12px 12px;
        font-size: 14px;
        margin-bottom: 12px;
        border: none;
        font-weight: 600;
        justify-content: center;
        align-items: start;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        text-decoration: none;
        width: fit-content;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.4s ease-in-out;
        color: white;
    }

    .ant {
        position: absolute;
        display: flex;
        flex-direction: column;
        font-family: Myriad Pro;
        gap: 4px;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: white;
        text-transform: uppercase;
    }

    .ant-1 {
        left: 0;
        top: -20px;
    }

    .ant-1 svg {
        opacity: 0.5;
    }

    .ant-2 {
        right: -12px;
        top: -5px;
        text-align: right;
    }

    .ant-2 svg {
        width: 200px;
        height: 50px;
    }

    .ant-3 {
        right: -9px;
        top: -45px;
        text-align: right;
    }

    .ant-3 svg {
        width: 200px;
        height: 50px;
    }

    .ant-4 {
        right: 0;
        top: 120px;
        text-align: right;
    }

    .ant-4 svg {
        width: 240px;
    }

    .ant-4 p {
        margin-top: -44px;
    }

    .ant-5 {
        left: -28px;
        top: -10px;
        text-align: center;
    }

    .ant-5 svg {
        width: 190px;
        height: 50px;
    }

    .ant-6 {
        right: 24px;
        top: 0;
        text-align: right;
    }

    .ant-6 svg {
        height: 55px;
        width: 190px;
    }

    .ant-7 {
        right: -2px;
        top: 43px;
        text-align: right;
    }

    .ant-7 svg {
        height: 45px;
        width: 190px;
        margin-top: -20px;
    }

    .ant-8 {
        left: 105px;
        top: 125px;
        text-align: right;
    }

    .ant-8 svg {
        width: 275px;
    }

    .ant-8 p {
        text-align: center;
        margin-top: -59px;
        max-width: 80%;
        margin-left: 10px;
    }

    .ant-9 {
        left: 0;
        top: 14px;
    }

    .ant-9 svg {
        width: 156px;
        margin-top: -15px;
    }

    .ant-10 {
        right: 53px;
        top: 26px;
        text-align: right;
    }

    .ant-10 svg {
        width: 180px;
        height: 50px;
    }

    .ant-11 {
        right: 15px;
        top: 71px;

        text-align: center;
    }

    .ant-11 svg {
        width: 180px;
    }

    .ant-11 p {
        margin-top: -2px;
        width: 180px;
        margin-left: 14px;
    }

    .ant-12 {
        right: 61px;
        top: 91px;
        text-align: right;
    }

    .ant-12 svg {
        width: 260px;
    }

    .ant-12 p {
        margin-top: -64px;
    }

    .ant-13 {
        left: 0;
        top: 6px;
    }

    .ant-13 svg {
        width: 159px;
        margin-top: -20px;
    }

    .ant-14 {
        right: 0;
        top: 58px;

        text-align: right;
    }

    .ant-14 svg {
        width: 200px;
        margin-top: -20px;

    }

    .ant-15 {
        right: -3px;
        top: 24px;
        text-align: right;

    }
    .ant-15 svg{
        width: 200px;
        margin-top: -20px;
    }

    .ant-16 {
        left: 24px;
        top: 189px;
        text-align: right;
    }

    .ant-16 svg {
        width: 200px;

    }

    .ant-16 p {
        margin-top: -35px;
        text-align: center;
    }

    .options__wrapper .app-container--mini {
        max-width: 100vw;
    }

    .directions__bg {
        overflow: hidden;
    }

}

.hide-over {
    overflow: hidden;
}