.standart {
    background: #9493A5;
    padding: 105px 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.standart .wrapper {
    display: flex;
    flex-direction: row-reverse;
    /* gap: 139px; */
    height: 400px;

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

.antennas__item {
    display: flex!important;
    height: calc(407px - 24px) !important;
    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!important;
}
.sections-content{
    position: relative;
    overflow: auto;
}
.sections-content .section-title{
    width: 100%;
    z-index: 1;
}
.sections-content .bg{
    height: 350px;
    background: #1B204C;
    position: absolute;
    top: 0;
    width: 100%;
}
.sections-content .section-title h3{
    font-family: Myriad Pro;
    font-weight: 700;
    font-size: 35px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.antennas__items{
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 28px;

}

.antennas__item .title {
    font-family: Myriad Pro;
    font-size: 35px;
    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;
}
.swiper-button-next2{
    position: absolute;
    top: 50%;
    right: 5px;
    cursor: pointer;
}
.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;
}
.standart .wrapper .left {
    transition: all 0.4s ease-in-out;
}

.standart .left .image-with-item {
    position: relative;
    width: fit-content;
}

.coming_soon {
    border: 1px solid #1B204C;
    border-radius: 26px;
    width: 233px;
    font-family: Myriad Pro;
    font-size: 22px;
    align-items: center;
    font-weight: 400;
    padding-top: 6px;
    line-height: 26.4px;
    text-align: center;
    color: #1B204C;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.standart .left .image-with-item img {
    position: relative;
    z-index: 1;
    width: 668px;
    margin-top: -60px;
}



.standart .left .image-with-item .item {
    display: flex;
    flex-direction: column;
    font-family: Myriad Pro;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    color: white;
    text-transform: uppercase;
}

.standart .left .image-with-item svg path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    fill: none;
}

.standart .left .image-with-item .item:nth-of-type(1) {
    top: 9px;
    left: 20px;
}

.standart .left .image-with-item .item:nth-of-type(2) {
    top: 35px;
    right: 60px;
    align-items: end;
}

.standart .left .image-with-item .item:nth-of-type(3) {
    top: 120px !important;
    right: -74px;
    align-items: end;
}

.standart .left .image-with-item .item:nth-of-type(3) {
    top: 130px;
    right: -74px;
    align-items: end;
}

.standart .left .image-with-item .item:nth-of-type(4) {
    bottom: 68px;
    left: 20px;
    align-items: start;
}

.standart .left .image-with-item .item:nth-of-type(4) svg {
    margin-top: -40px;
}

.standart .right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.standart .right .top {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.standart .right .top h2 {
    font-family: Myriad Pro;
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    color: white;
}

.standart .right .top h3 {
    font-family: Myriad Pro;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: white;
}

.standart .right .desc {
    font-family: Myriad Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: white;
}

.wrapper .colapse-page {
    height: 35px;
    padding: 0 16px;
    justify-content: center;
    align-items: center;
    width: fit-content;
    font-family: Myriad Pro;
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    color: #1B204C;
    display: flex;
    background: #fff;
    border-radius: 4px;
    gap: 4px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    border: 1px solid white;
}

.standart-wrapper .colapse-page svg {
    margin-top: -2px;
}

.wrapper .colapse-page svg path {
    transition: all 0.4s ease-in-out;
}

.wrapper .colapse-page:hover {
    background-color: transparent;
    color: white;
}

.wrapper .colapse-page:hover svg path {
    stroke: white;
}

.standart .right a {
    border-radius: 4px;
    width: fit-content;
    max-height: 44px;
    padding: 16px 23px;
    text-decoration: none;
    font-family: Myriad Pro;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
    text-align: left;
    color: white;
    background: #1B204C;
    transition: all 0.4s ease-in-out;
}

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

@media screen and (max-width:1024px) {
    .antennas__items {
        display: unset;
        flex-direction: unset;
        margin: 0;
        gap: 0;
        justify-content: unset;
        width: calc(100% - 32px);

    }
    .swiper{
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .antennas__item {
        display: flex!important;
        height: calc(407px - 24px) !important;
        flex-direction: column;
        padding: 12px;
        align-items: center;
        width: calc(100% - 24px);
        max-width:  calc(100% - 24px);
        background-color: #9493A5;
        z-index: 1;
        transition: all 0.4s ease-in-out!important;
    }
    .sections-content{
        position: relative;
        padding-top: 30px;
        overflow: auto;
    }
    .sections-content .section-title{
        width: 100%;
        z-index: 1;
    }
    .sections-content .bg{
        height: 250px;
        background: #1B204C;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .sections-content .section-title h3{
        font-family: Myriad Pro;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
        color: #FFFFFF;
    }


    .antennas__item .title {
        font-family: Myriad Pro;
        font-size: 35px;
        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;
    }
    .swiper-button-next2{
        position: absolute;
        top: 50%;
        right: 5px;
        cursor: pointer;
    }
    .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;
    }


    .standart {
        background: #9493A5;
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 0;
    }

    .standart .left .image-with-item svg path {
        stroke-dasharray: unset;
        stroke-dashoffset: unset;
        fill: none;
    }

    .standart .wrapper {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 20px;
        align-items: center;

    }

    .standart .left .image-with-item {
        position: relative;
        width: fit-content;
    }

    .standart .left .image-with-item img {
        position: relative;
        z-index: 1;
        width: 400px;
        height: auto;
        margin-top: -20px;
    }


    .standart .left .image-with-item .item {
        display: flex;
        flex-direction: column;
        font-family: Myriad Pro;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        position: absolute;
        color: white;
        text-transform: uppercase;
    }

    .standart .left .image-with-item .item:nth-of-type(1) {
        top: 0;
        left: 17px;
    }

    .standart .left .image-with-item .item:nth-of-type(1) svg {
        width: 138px;
        margin-top: -16px;
    }

    .standart .left .image-with-item .item:nth-of-type(2) {
        top: 0;
        right: 52px;
        align-items: end;
    }

    .standart .left .image-with-item .item:nth-of-type(2) svg {
        width: 190px;
        margin-top: -16px;
    }

    .standart .left .image-with-item .item:nth-of-type(3) {
        top: 40px !important;
        right: 28px;
        align-items: end;
    }

    .standart .left .image-with-item .item:nth-of-type(3) svg {
        width: 190px;
        margin-top: -16px;
    }


    .standart .left .image-with-item .item:nth-of-type(4) {
        bottom: 32px;
        left: 43px;
        align-items: start;
    }

    .standart .left .image-with-item .item:nth-of-type(4) svg {
        width: 190px;
        margin-top: -37px;
    }

    .standart .right {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: calc(100% - 40px);
    }

    .standart .right .top {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .standart .right .top h2 {
        font-family: Myriad Pro;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-align: left;
        color: white;
    }

    .standart .right .top h3 {
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        text-align: left;
        color: white;
    }

    .standart .right .desc {
        font-family: Myriad Pro;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        color: white;
    }

    .standart .right a {
        width: fit-content;
        max-height: 44px;
        padding: 16px 23px;
        text-decoration: none;
        font-family: Myriad Pro;
        font-size: 17px;
        font-weight: 600;
        text-align: left;
        color: white;
        background: #1B204C;
        transition: all 0.4s ease-in-out;
    }

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