.alandings {
    font-family: 'Montserrat' !important;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.aproduct {
    margin: 0;
    padding: 50px;
    position: relative;
    background-image: url(/image/catalog/landings/transmitter/aproduct.webp);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    display: flex;
    min-height: 781px;
}

.aproduct__text {
    margin: auto 0 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 893px;
}

.aproduct__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.aproduct__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1199px) {
    .aproduct__text {
        margin: auto auto 0 0;
        max-width: 722px;
    }
    .aproduct__text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .aproduct {
        padding: 320px 40px 40px;
        background-position: left top;
        background-size: 100% auto;
        background-color: #252525;
        min-height: unset;
    }
}

@media screen and (max-width: 767px) {
    .aproduct {
        padding: 50vw 30px 30px;
    }
    .aproduct__text {
        max-width: unset;
    }
}

@media screen and (max-width: 567px) {
    .aproduct {
        padding: 55vw 20px 20px;
        background-size: 120% auto;
    }
    .aproduct__text h2 {
        font-size: 22px;
    }
    .aproduct__text p {
        font-size: 14px;
    }
}


.aadvant {
    margin: 0;
    padding: 83px 100px 60px;
    background-color: #252525;
    background-image: url(/image/catalog/landings/transmitter/aadvant_bg.webp);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 85px;
    border-radius: 0 0 40px 40px;
}

.aadvant__content {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 514px;
    grid-template-rows:  minmax(min-content, max-content) 1fr;
    column-gap: 76px;
    row-gap: 29px;
}

.aadvant__content img {
    grid-area: 1 / 1 / 3 / 2;
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.aadvant__content h2 {
    grid-area: 1 / 2 / 2 / 3;
    margin: 115px 0 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.aadvant__content p {
    grid-area: 2 / 2 / 3 / 3;
    margin: 0 0 auto;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aadvant__accordion {
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.aadvant__accordion-item {
    border-bottom: 1px solid #fff;
}

.aadvant__accordion-item:last-child {
    border-bottom: none;
}

.aadvant__accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    cursor: pointer;
    user-select: none;
}

.aadvant__accordion-title {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aadvant__accordion-item.active .aadvant__accordion-title {
    color: #f9f9f9;
}

.aadvant__accordion-icon {
    width: 40px;
    height: 40px;
    transition: transform 0.3s;
    flex-shrink: 0;
    margin-left: 10px;
    transform: rotate(180deg);
}

.aadvant__accordion-item.active .aadvant__accordion-icon {
    transform: rotate(360deg);
}

.aadvant__accordion-item.active .aadvant__accordion-icon rect {
    fill: #FFFFFF; /* Белые линии иконки на черном фоне */
}

.aadvant__accordion-item.active .aadvant__accordion-line-horizontal {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.aadvant__accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.aadvant__accordion-content.active {
    padding: 20px;
    max-height: 500px;
}

.aadvant__accordion-text p {
    margin: 10px 150px 20px 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aadvant {
        padding: 50px 100px;
        gap: 28px;
    }
    .aadvant__content {
        grid-template-columns: 1fr 666px;
        grid-template-rows:  minmax(min-content, max-content) 1fr;
        column-gap: 57px;
        row-gap: 24px;
    }
    .aadvant__content h2 {
        margin: 2px 0 0;
    }
}

@media screen and (max-width: 1344px) {
    .aadvant {
        padding: 50px 80px;
        gap: 28px;
    }
    .aadvant__content {
        grid-template-columns: 1fr 618px;
        column-gap: 48px;
        row-gap: 24px;
    }
    .aadvant__content h2 {
        margin: 0;
    }
    .aadvant__accordion-text p {
        margin: 10px 0 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .aadvant {
        padding: 28px 58px 40px;
        gap: 30px;
    }
    .aadvant__content {
        grid-template-columns: 1fr 438px;
        column-gap: 40px;
        row-gap: 24px;
    }
    .aadvant__content h2 {
        font-size: 40px;
    }
    .aadvant__accordion-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .aadvant {
        padding: 40px 40px 56px;
        gap: 56px;
    }
    .aadvant__content {
        grid-template-columns: 1fr 331px;
        column-gap: 24px;
        row-gap: 24px;
    }
    .aadvant__content img {
        margin: auto 0;
    }
    .aadvant__accordion-title {
        font-size: 24px;
    }
    .aadvant__accordion-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .aadvant {
        padding: 30px;
        gap: 30px;
        border-radius: 0 0 30px 30px;
    }
    .aadvant__content {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        column-gap: unset;
        row-gap: 30px;
    }
    .aadvant__content h2 {
        grid-area: 1 / 1 / 2 / 2;
        margin: 0;
        font-size: 40px;
    }
    .aadvant__content img {
        grid-area: 2 / 1 / 3 / 2;
    }
    .aadvant__content p {
        grid-area: 3 / 1 / 4 / 2;
        margin: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
    .aadvant__accordion-header {
        padding: 20px 0;
    }
    .aadvant__accordion-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 567px) {
    .aadvant {
        padding: 40px 20px 20px;
        gap: 20px;
        border-radius: 0 0 20px 20px;
    }
    .aadvant__content {
        row-gap: 20px;
    }
    .aadvant__content h2 {
        font-size: 22px;
    }
    .aadvant__content img {
        grid-area: 3 / 1 / 4 / 2;
    }
    .aadvant__content p {
        grid-area: 2 / 1 / 3 / 2;
        font-size: 14px;
    }
    .aadvant__accordion-header {
        padding: 10px 0;
    }
    .aadvant__accordion-title {
        font-size: 16px;
    }
    .aadvant__accordion-text p {
        margin: 10px 0 20px;
        font-size: 14px;
    }
}

.compatibility-atomos-text {
    margin: 100px 0 50px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.compatibility-atomos-text h2 {
    margin: 0;
    padding: 0;
    color: #1d1d1d;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    max-width: 525px;
}

.compatibility-atomos-text p {
    margin: auto 0 0;
    padding: 0;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 300px;
}

.compatibility-atomos__bg {
    width: 100%;
    height: 450px;
    border-radius: 40px;
    background-image: url('/image/catalog/landings/transmitter/compatibility-1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.compatibility-atomos__bg-2 {
    background-image: url('/image/catalog/landings/transmitter/compatibility-2.webp');
}
.compatibility-atomos__bg-3 {
    background-image: url('/image/catalog/landings/transmitter/compatibility-3.webp');
}
.compatibility-atomos__bg-4 {
    background-image: url('/image/catalog/landings/transmitter/compatibility-4.webp');
}
.compatibility-atomos__info {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 50px;
}
.compatibility-atomos__info h3 {
    color: #020A0A;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
.compatibility-atomos__info p {
    color: #020A0A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    max-width: 1018px;
}
.compatibility-buttons {
    position: absolute;
    top: 490px;
    right: 80px;
    display: flex;
    gap: 30px;
    z-index: 1;
}
.compatibility-button-prev,
.compatibility-button-next {
    transition: all 0.2s ease-in;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.compatibility-buttons .swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}
.compatibility-button-prev svg path,
.compatibility-button-next svg path,
.compatibility-button-prev svg circle,
.compatibility-button-next svg circle {
    transition: all 0.2s ease-in;
}
.compatibility-button-prev:hover svg path,
.compatibility-button-next:hover svg path {
    fill: #FFF;
}
.compatibility-button-prev:hover svg circle,
.compatibility-button-next:hover svg circle {
    stroke: #266141;
    fill: #266141;
}
.compatibility-button-prev:active svg circle,
.compatibility-button-next:active svg circle {
    stroke: #5B6770;
    fill: #5B6770;
}
.compatibility-pagination__wrap {
    padding: 0 50px;
}
.compatibility-pagination {
    position: relative;
    overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #5B6770;
    border-radius: 100px;
    height: 6px;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
    height: 6px;
    border-radius: 100px;
    left: auto;
    top: auto;
}

@media screen and (max-width: 1599px) {
    .compatibility-atomos__info p {
        max-width: 787px;
    }
    .compatibility-buttons {
        top: 490px;
        right: 60px;
    }
    .compatibility-pagination__wrap {
        padding: 0 50px;
    }
}
@media screen and (max-width: 1344px) {
    .compatibility-atomos__info {
        padding: 50px 60px 30px;
    }
    .compatibility-atomos__info h3 {
        font-size: 32px;
    }
    .compatibility-buttons {
        top: 490px;
        right: 60px;
    }
}
@media screen and (max-width: 1199px) {
    .compatibility-atomos-text {
        margin: 100px 0 40px;
    }
    .compatibility-atomos-text h2 {
        font-size: 40px;
        max-width: 520px;
    }
    .compatibility-atomos__bg {
        height: 450px;
        border-radius: 40px;
    }
    .compatibility-atomos__info {
        padding: 40px 40px 30px;
    }
    .compatibility-atomos__info h3 {
        font-size: 28px;
    }
    .compatibility-atomos__info p {
        max-width: 566px;
    }
    .compatibility-buttons {
        top: 480px;
        right: 40px;
    }
    .compatibility-pagination__wrap {
        padding: 0 40px;
    }
}
@media screen and (max-width: 991px) {
    .compatibility-atomos-text {
        margin: 80px 0 40px;
        flex-direction: column;
        gap: 20px;
    }
    .compatibility-atomos-text p {
        max-width: unset;
    }
    .compatibility-atomos__bg {
        height: 305px;
        border-radius: 30px;
    }
    .compatibility-atomos__info {
        gap: 40px;
        padding: 40px 0 40px;
    }
    .compatibility-atomos__info h3 {
        font-size: 28px;
    }
    .compatibility-atomos__info p {
        font-size: 16px;
    }
    .compatibility-buttons {
        top: unset;
        bottom: 0;
        left: 0;
        right: unset;
    }
    .compatibility-pagination__wrap {
        padding: 0 0 23px 160px;
    }
}
@media screen and (max-width: 767px) {
    .compatibility-atomos__bg {
        height: 280px;
    }
    .compatibility-atomos__info {
        gap: 30px;
        padding: 30px 0 30px;
    }
    .compatibility-atomos__info h3 {
        font-size: 24px;
    }
    .compatibility-pagination__wrap {
        padding: 0 0 23px 140px;
    }
}
@media screen and (max-width: 567px) {
    .compatibility-atomos-text {
        margin: 40px 0 20px;
        gap: 20px;
    }
    .compatibility-atomos-text h2 {
        font-size: 22px;
        max-width: 270px;
    }
    .compatibility-atomos-text p {
        font-size: 14px;
    }
    .compatibilitySwiper .swiper-slide {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .compatibility-atomos__bg {
        height: 334px;
        border-radius: 20px;
        background-position: center right -200px;
    }
    .compatibility-atomos__bg-3 {
        background-position: center left -300px;
    }
    .compatibility-atomos__bg-4 {
        background-position: center center;
    }
    .compatibility-atomos__info {
        gap: 20px;
        padding: 0 0 45px;
    }
    .compatibility-atomos__info h3 {
        font-size: 18px;
        height: auto;
        padding: 0;
    }
    .compatibility-atomos__info p {
        font-size: 14px;
    }
    .compatibility-buttons {
        gap: 20px;
    }
    .compatibility-pagination__wrap {
        padding: 0 0 23px 140px;
    }
}

.ausage {
    margin: 100px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ausage h2 {
    margin: 0 auto;
    padding: 0;
    color: #1d1d1d;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.ausage__list {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    border-radius: 40px;
    overflow: hidden;
}

.ausage__item {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
    padding: 518px 50px 50px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-image: url(/image/catalog/landings/transmitter/ausage-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ausage__item:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
    background-image: url(/image/catalog/landings/transmitter/ausage-2.webp);
}

.ausage__item:nth-child(3) {
    grid-area: 2 / 1 / 3 / 3;
    background-image: url(/image/catalog/landings/transmitter/ausage-3.webp);
}
.ausage__item:nth-child(3) h3 {
    max-width: 626px;
}
.ausage__item:nth-child(3) p {
    max-width: 626px;
}

.ausage__item:nth-child(4) {
    grid-area: 3 / 1 / 4 / 2;
    background-image: url(/image/catalog/landings/transmitter/ausage-4.webp);
}

.ausage__item:nth-child(5) {
    grid-area: 3 / 2 / 4 / 3;
    background-image: url(/image/catalog/landings/transmitter/ausage-5.webp);
}

.ausage__item h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.ausage__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .ausage__item {
        padding: 480px 50px 50px;
    }
    .ausage__item h3 {
        max-width: 380px;
    }
}

@media screen and (max-width: 1344px) {
    .ausage__item {
        padding: 456px 50px 50px;
    }
}

@media screen and (max-width: 1199px) {
    .ausage h2 {
        font-size: 40px;
    }
    .ausage__item:nth-child(3) h3 {
        margin: auto auto 0 0;
    }
    .ausage__item {
        padding: 296px 50px 50px;
    }
    .ausage__item h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .ausage {
        margin: 80px 0;
        gap: 40px;
    }
    .ausage h2 {
        max-width: 650px;
    }
    .ausage__list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 1fr);
        border-radius: 30px;
    }
    .ausage__item {
        padding: 208px 40px 40px;
    }
    .ausage__item:nth-child(2) {
        grid-area: unset;
    }
    .ausage__item:nth-child(3) {
        grid-area: unset;
    }
    .ausage__item:nth-child(4) {
        grid-area: unset;
    }
    .ausage__item:nth-child(5) {
        grid-area: unset;
    }
    .ausage__item:nth-child(3) h3 {
        max-width: unset;
    }
    .ausage__item:nth-child(3) p {
        max-width: unset;
    }
    .ausage__item:nth-child(1) h3 {
        margin: auto auto 0 0;
    }
    .ausage__item:nth-child(2) h3 {
        margin: auto auto 0 0;
    }
    .ausage__item:nth-child(3) h3 {
        margin: auto auto 0 0;
    }
    .ausage__item:nth-child(4) h3 {
        margin: auto auto 0 0;
    }
    .ausage__item:nth-child(5) h3 {
        margin: auto auto 0 0;
    }
    .ausage__item h3 {
        max-width: 340px;
    }
}

@media screen and (max-width: 567px) {
    .ausage {
        margin: 50px 0;
        gap: 20px;
    }
    .ausage h2 {
        max-width: 270px;
        font-size: 22px;
    }
    .ausage__list {
        border-radius: 20px;
    }
    .ausage__item {
        padding: 162px 20px 20px;
    }
    .ausage__item h3 {
        font-size: 18px;
        max-width: unset;
    }
    .ausage__item p {
        font-size: 14px;
    }
}

.coating-optic {
    display: flex;
    gap: 100px;
    align-items: stretch;
}
.coating-optic2 {
    flex-direction: row-reverse;
}
.coating-optic__info {
    margin: auto 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.coating-optic__image {
    margin: auto 0;
    padding: 0;
    width: 708px;
    height: 674px;
    border-radius: 40px;
    background-image: url(/image/catalog/landings/transmitter/coating-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex-shrink: 0;
}

.coating-optic__info h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.desc-optic {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.desc-optic h3 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.desc-optic p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

@media screen and (max-width: 1344px) {
    .coating-optic__image {
        width: 620px;
        height: 614px;
    }
}

@media screen and (max-width: 1199px) {
    .coating-optic {
        gap: 50px;
    }
    .coating-optic2 {
        flex-direction: column-reverse;
    }
    .coating-optic__image {
        width: 100%;
        height: 614px;
    }
    .coating-optic__info h2 {
        font-size: 40px;
    }
    .desc-optic h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .coating-optic {
        gap: 40px;
    }
    .coating-optic__info {
        gap: 40px;
    }
    .coating-optic__image {
        height: 467px;
    }
}

@media screen and (max-width: 767px) {
    .coating-optic {
        gap: 30px;
    }
    .coating-optic__info {
        gap: 30px;
    }
    .coating-optic__image {
        height: 345px;
        border-radius: 30px;
    }
    .desc-optic h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .coating-optic {
        gap: 20px;
    }
    .coating-optic__info {
        gap: 20px;
    }
    .coating-optic__image {
        height: 70vw;
        border-radius: 20px;
    }
    .coating-optic__info h2 {
        font-size: 22px;
    }
    .desc-optic {
        gap: 20px;
    }
    .desc-optic h3 {
        font-size: 18px;
    }
    .desc-optic p {
        font-size: 14px;
    }
}


.aspeedwork {
    margin: 100px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-image: url(/image/catalog/landings/transmitter/aspeedwork_bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

.aspeedwork h2 {
    margin: 0;
    padding: 0;
    color: #252525;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    max-width: 850px;
}

.aspeedwork h2 span {
    color: #F3E3CD;
}

.aspeedwork__container {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 783px 1fr;
    gap: 200px;
}

.aspeedwork__list {
    margin: 0 0 auto;
    padding: 0;
    position: relative;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, minmax(min-content, max-content));
    gap: 24px;
    height: 100%;
}

.aspeedwork__list::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -58px;
    width: 1px;
    height: 100%;
    background-color: #252525;
}

.aspeedwork__list h3 {
    margin: 0;
    padding: 0;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 540px;
}

.aspeedwork__item {
    margin: 0;
    padding: 20px;
    background-color: #252525;
    border-radius: 8px;
}

.aspeedwork__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aspeedwork__data {
    margin: auto 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(min-content, max-content));
    gap: 50px;
}

.aspeedwork__data__item {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 37px;
}

.aspeedwork__data__item svg {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 62px;
}

.aspeedwork__data__item div {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aspeedwork__data__item div h4 {
    margin: 0;
    padding: 0;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aspeedwork__data__item div p {
    margin: 0;
    padding: 0;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aspeedwork__container {
        grid-template-columns: 700px 1fr;
        gap: 141px;
    }
    .aspeedwork__list::after {
        right: -72px;
    }
    .aspeedwork__data {
        gap: 59px;
    }
}

@media screen and (max-width: 1344px) {
    .aspeedwork__container {
        grid-template-columns: 620px 1fr;
        gap: 124px;
    }
    .aspeedwork__list::after {
        right: -62px;
    }
    .aspeedwork__list {
        gap: 23px;
    }
    .aspeedwork__list::after {
        right: -50px;
    }
    .aspeedwork__data {
        gap: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .aspeedwork__container {
        grid-template-columns: 443px 1fr;
        gap: 80px;
    }
    .aspeedwork__list::after {
        right: -40px;
    }
    .aspeedwork h2 {
        font-size: 40px;
    }
    .aspeedwork__list {
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        gap: 24px;
    }
}

@media screen and (max-width: 991px) {
    .aspeedwork {
        background-position: bottom center;
    }
    .aspeedwork h2 {
        font-size: 40px;
        max-width: unset;
    }
    .aspeedwork__list h3 {
        max-width: unset;
    }
    .aspeedwork__container {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        gap: 80px;
    }
    .aspeedwork__list::after {
        top: unset;
        right: 0;
        left: 0;
        bottom: -40px;
        width: 100%;
        height: 1px;
    }
}

@media screen and (max-width: 767px) {
    .aspeedwork {
        margin: 80px 0;
        gap: 24px;
    }
    .aspeedwork__list {
        gap: 18px;
    }
    .aspeedwork__data {
        gap: 30px;
    }
}

@media screen and (max-width: 567px) {
    .aspeedwork {
        margin: 60px 0;
        gap: 20px;
    }
    .aspeedwork h2 {
        font-size: 22px;
    }
    .aspeedwork h3 {
        font-size: 14px;
    }
    .aspeedwork__item p {
        font-size: 14px;
    }
    .aspeedwork__data {
        gap: 50px;
    }
    .aspeedwork__data__item div h4 {
        font-size: 14px;
    }
    .aspeedwork__data__item div p {
        font-size: 14px;
    }
}

.ablackbg {
    margin: 0 0 100px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    overflow: hidden;
    border-radius: 40px;
    background-color: #252525;
}

.ablackbg__warranty {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ablackbg__warranty h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.ablackbg__list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px;
}

.ablackbg__list li {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ablackbg__list li::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: calc(100% - 115px);
    height: 1px;
    background-color: #5B6770;
}

.ablackbg__list li img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 40px;
}

.ablackbg__list li p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.ablackbg__brand {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 76px;
}

.ablackbg__brand img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 399px;
}

.ablackbg__brand p {
    margin: auto 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 553px;
}

.ablackbg__choose {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
}

.ablackbg__choose img {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 700px;
    flex-shrink: 0;
}

.ablackbg__choose div {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ablackbg__choose div h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.ablackbg__choose div p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .ablackbg__choose img {
        margin: auto 0;
        max-width: 575px;
    }
}

@media screen and (max-width: 1344px) {
    .ablackbg__list {
        gap: 24px;
    }
    .ablackbg__brand p {
        max-width: unset;
    }
    .ablackbg__choose img {
        max-width: 569px;
    }
}

@media screen and (max-width: 1199px) {
    .ablackbg__warranty h2 {
        font-size: 40px;
    }
    .ablackbg__list {
        gap: 89px;
    }
    .ablackbg__list li::after {
        width: calc(100% - 90px);
    }
    .ablackbg__choose {
        flex-direction: column;
        gap: 50px;
    }
    .ablackbg__choose img {
        max-width: 100%;
    }
    .ablackbg__choose div h4 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .ablackbg {
        margin: 0 0 80px;
        padding: 40px;
        gap: 80px;
    }
    .ablackbg__warranty {
        gap: 40px;
    }
    .ablackbg__list {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        gap: 40px;
    }
    .ablackbg__list li {
        flex-direction: row;
    }
    .ablackbg__list li::after {
        display: none;
    }
    .ablackbg__list li img {
        margin: auto 0;
    }
    .ablackbg__list li p {
        margin: auto 0;
    }
    .ablackbg__brand {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ablackbg {
        margin: 0 0 60px;
        padding: 30px;
        gap: 60px;
    }
}

@media screen and (max-width: 567px) {
    .ablackbg {
        padding: 20px;
        border-radius: 20px;
    }
    .ablackbg__warranty {
        gap: 20px;
    }
    .ablackbg__warranty h2 {
        font-size: 22px;
    }
    .ablackbg__list {
        gap: 20px;
    }
    .ablackbg__list li p {
        font-size: 14px;
    }
    .ablackbg__brand {
        gap: 20px;
    }
    .ablackbg__choose {
        gap: 20px;
    }
    .ablackbg__choose div {
        gap: 20px;
    }
    .ablackbg__choose div h4 {
        font-size: 22px;
    }
    .ablackbg__choose div p {
        font-size: 14px;
    }
}










.aquestions {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aquestions h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.aqaaccordion {
    width: 100%;
    margin: 0 auto;
}

.aqaaccordion-item {
    border-bottom: 1px solid #D9D9D9;
}

.aqaaccordion-header {
    background: none;
    border: none;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer;
    display: flex;
    gap: 30px;
    align-items: center;
    color: #020A0A;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.aqaaccordion-icon {
    margin: auto 0;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-icon {
    transform: rotate(180deg);
}

.aqaaccordion-verticalline {
    transition: opacity 0.3s ease;
}

.aqaaccordion-item.active .aqaaccordion-verticalline {
    opacity: 0;
}

.aqaaccordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
}

.aqaaccordion-content p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.aqaaccordion-item.active .aqaaccordion-content {
    max-height: 500px;
    padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .aquestions {
        gap: 20px;
    }
    .aquestions h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .aquestions {
        gap: 50px;
    }
}

@media screen and (max-width: 567px) {
    .aquestions {
        gap: 30px;
    }
    .aquestions h2 {
        font-size: 22px;
    }
    .aqaaccordion-header {
        font-size: 16px;
    }
    .aqaaccordion-content p {
        font-size: 14px;
    }
}

.atasks {
    margin: 0;
    padding: 455px 50px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

/* Видео как фон для десктопа */
.atasks__video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 40px;
}

/* Видео для мобильных устройств (скрыто на десктопе) */
.atasks__video-mobile {
    display: none;
    z-index: 2;
}

/* Фолбэк изображение */
.atasks__fallback-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.atasks__text {
    margin: 0;
    padding: 0;
    max-width: 1160px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    z-index: 2;
}

.atasks__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-shadow: 1px 1px 1px #1D1D1D;
}

.atasks__text h2 span {
    color: #F3E3CD;
}

.atasks__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-shadow: 1px 1px 1px #1D1D1D;
}

@media screen and (max-width: 1599px) {
    .atasks {
        margin: 0;
        padding: 248px 50px 50px;
    }
    .atasks__text {
        max-width: 732px;
    }
}

@media screen and (max-width: 1344px) {
    .atasks {
        padding: 162px 50px 50px;
    }
    .atasks__text {
        max-width: 655px;
    }
}

@media screen and (max-width: 1199px) {
    .atasks {
        padding: 166px 40px 50px;
    }
    .atasks__text {
        max-width: 537px;
    }
    .atasks__text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .atasks {
        margin: 0;
        padding: 0;
        border-radius: 40px;
        background-image: none;
        display: flex;
        flex-direction: column;
        gap: 40px;
        overflow: visible;
    }
    
    /* Скрываем видео-фон на мобильных */
    .atasks__video-background {
        display: none;
    }
    
    /* Показываем отдельное видео для мобильных */
    .atasks__video-mobile {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 40px;
        object-fit: cover;
    }
    
    .atasks__text {
        max-width: unset;
        padding: 0;
    }
    
    .atasks__text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .atasks {
        margin: 0;
        gap: 30px;
    }
    
    .atasks__video-mobile {
        border-radius: 24px;
    }
    
    .atasks__text {
        padding: 0;
    }
}

@media screen and (max-width: 567px) {
    .atasks {
        margin: 0;
        gap: 20px;
    }
    
    .atasks__text {
        gap: 20px;
        padding: 0;
    }
    
    .atasks__text h2 {
        font-size: 22px;
    }
    
    .atasks__text p {
        font-size: 14px;
    }
}

/* Оптимизация для производительности видео */
.atasks__video-background,
.atasks__video-mobile {
    will-change: transform;
    backface-visibility: hidden;
}