.category-info {
    overflow: visible!important;
}
.alandings {
    font-family: 'Montserrat' !important;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background-color: #1D1D1D;
}

.alandings::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    width: 100vw;
    height: 100%;
    background-color: #1D1D1D;
    z-index: 1;
}

.aproduct {
    margin: 0;
    padding: 650px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-image: url(/image/catalog/landings/efir_m2/aproduct_bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #1D1D1D;
    z-index: 2;
}

.aproduct__text {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 1005px;
}

.aproduct__text h2 {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.aproduct__text h2 span {
    color: #F3E3CD;
}

.aproduct__text p {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aproduct__list {
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 265px);
    gap: 20px;
    list-style: none;
}

.aproduct__item {
    margin: 0;
    padding: 10px;
    display: flex;
    background-color: #266141;
    border-radius: 8px;
}

.aproduct__item p {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aproduct__text p {
        max-width: 784px;
    }
}

@media screen and (max-width: 1344px) {
    .aproduct {
        padding: 590px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .aproduct {
        padding: 530px 0 0;
    }
    .aproduct__text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .aproduct {
        padding: 420px 0 0;
    }
    .aproduct__text {
        max-width: 700px;
    }
    .aproduct__text p {
        max-width: 700px;
    }
    .aproduct__list {
        grid-template-columns: 265px;
        grid-template-rows: repeat(3, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .aproduct {
        padding: 60vw 0 0;
    }
}

@media screen and (max-width: 567px) {
    .aproduct {
        padding: 55vw 0 0;
        gap: 20px;
    }
    .aproduct__text {
        gap: 20px;
        max-width: unset;
    }
    .aproduct__text h2 {
        font-size: 22px;
    }
    .aproduct__text p {
        font-size: 14px;
        max-width: unset;
    }
    .aproduct__list {
        grid-template-columns: 265px;
    }
    .aproduct__item {
        width: 100%;
    }
    .aproduct__item p {
        font-size: 14px;
    }
}

.asound {
    margin: 100px 0;
    padding: 50px 0 50px 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background-image: url(/image/catalog/landings/efir_m2/asound_bg.webp);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    background-color: #1D1D1D;
    z-index: 2;
}

.asound__title {
    margin: 0;
    padding: 0;
    max-width: 390px;
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    text-transform: uppercase;
}

.asound__title span {
    color: #F3E3CD !important;
}

.asound__list {
    margin: 0;
    padding: 0;
    max-width: 525px;
    list-style: none;
    display: flex;
    flex-direction: column;
}

.asound__item {
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.asound__item h3 {
    margin: 0;
    padding: 0;
    color: #F3E3CD;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.asound__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .asound {
        padding: 50px;
        background-image: url(/image/catalog/landings/efir_m2/asound_bg_big.webp);
    }
}

@media screen and (max-width: 1344px) {
    .asound {
        padding: 50px;
        background-image: url(/image/catalog/landings/efir_m2/asound_bg_middle.webp);
    }
}

@media screen and (max-width: 1199px) {
    .asound {
        padding: 20px 50px;
        background-position: top left -100px;
    }
    .asound__title {
        margin: 30px 0;
    }
    .asound__list {
        max-width: 413px;
    }
}

@media screen and (max-width: 991px) {
    .asound {
        padding: 50px 0 0;
        background-image: url(/image/catalog/landings/efir_m2/asound_bg_big.webp);
        background-position: top 20px center;
        background-size: 100% auto;
        flex-direction: column;
        gap: 380px;
    }
    .asound__title {
        margin: 0 50px;
        max-width: unset;
        font-size: 40px !important;
    }
    .asound__list {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .asound {
        padding: 40px 0 0;
        background-position: top center;
        gap: 40vw;
    }
    .asound__title {
        margin: 0 40px;
        max-width: 320px;
        font-size: 40px !important;
    }
}

@media screen and (max-width: 567px) {
    .asound {
        padding: 20px 0 0;
        background-image: url(/image/catalog/landings/efir_m2/asound_bg_micro.webp);
        background-position: top center;
        gap: 60vw;
    }
    .asound__title {
        margin: 0 20px;
        max-width: 190px;
        font-size: 22px !important;
    }
    .asound__item h3 {
        font-size: 18px;
    }
    .asound__item p {
        font-size: 14px;
    }
}

.apower {
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    justify-content: space-between;
    gap: 30px;
    z-index: 2;
}

.apower__text {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 686px;
}

.apower__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.apower__text h2 span {
    color: #F3E3CD;
}

.apower__text-desc {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.apower__text-desc h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.apower__text-desc p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.apower__list {
    grid-area: 1 / 2 / 2 / 3;
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

.apower__item:nth-child(1) {
    margin: auto 0 0;
}

.apower__item:nth-child(2) {
    margin: 0 0 auto;
}

.apower__item {
    padding: 16px 36px;
    display: flex;
    gap: 34px;
    border-radius: 16px;
    background-color: #252525;
    justify-content: space-between;
}

.apower__item-power {
    margin: auto 0;
    padding: 0;
    position: relative;
    display: flex;
}

.apower__item-power h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 150%;
}

.apower__item-power p {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.apower__item-range {
    margin: auto 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.apower__item-sity {
    margin: auto 0;
    padding: 0;
    display: flex;
    gap: 14px;
}

.apower__item-sity img {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 42px;
}

.apower__item-sity-text {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.apower__item-sity-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.apower__item-sity-text h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.apower__item-wood {
    margin: auto 0;
    padding: 0;
    display: flex;
    gap: 14px;
}

.apower__item-wood img {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 42px;
}

.apower__item-wood-text {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.apower__item-wood-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.apower__item-wood-text h5 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.apower__radius {
    grid-area: 2 / 1 / 3 / 3;
    margin: 0;
    padding: 0;
    position: relative;
    display: grid;
}

.apower__radius::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/image/catalog/landings/efir_m2/UHF.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-size: 100% auto;
    z-index: 2;
}

.apower__radius-switcher {
    position: absolute;
    margin: 0 auto;
    padding: 0 34px;
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
    right: 0;
    width: 220px;
    height: 58px;
    background-color: #fff;
    border-radius: 100px;
    cursor: pointer;
    user-select: none;
    z-index: 4;
}

.apower__radius-switcher-active {
    margin: auto 0;
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 104px;
    height: 50px;
    background-color: #266141;
    border-radius: 100px;
    z-index: 2;
    transition: left 0.3s ease;
}

.apower__radius-switcher-active:hover {
    background-color: #2B6D49;
}

.apower__radius-switcher-2 {
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: 34px;
    color: #1D1D1D !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    z-index: 3;
    transition: color 0.3s ease;
}

.apower__radius-switcher-4 {
    margin: auto 0;
    top: 0;
    bottom: 0;
    right: 34px;
    color: #1D1D1D !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    z-index: 3;
    transition: color 0.3s ease;
}

.apower__radius-switcher-2.artactive,
.apower__radius-switcher-4.artactive {
    color: #fff !important; /* Белый цвет для активного */
}

.apower__radius-wrapper {
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 675px);
    gap: 10px;
    z-index: 3;
}

.apower__radius-wrapper-wood {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    height: 675px;
    background-image: url(/image/catalog/landings/efir_m2/apower_wood.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.apower__radius-wrapper-wood-min {
    position: absolute;
    top: 120px;
    right: 75px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 150px;
}

.apower__radius-wrapper-wood-min p {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}

.apower__radius-wrapper-wood-min img {
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 43px;
}

.apower__radius-wrapper-wood-max {
    position: absolute;
    top: 220px;
    left: 75px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 150px;
}

.apower__radius-wrapper-wood-max p {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}

.apower__radius-wrapper-wood-max img {
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 43px;
}




.apower__radius-wrapper-city {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    height: 675px;
    background-image: url(/image/catalog/landings/efir_m2/apower_city.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.apower__radius-wrapper-city-min {
    position: absolute;
    top: 120px;
    right: 75px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 150px;
}

.apower__radius-wrapper-city-min p {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}

.apower__radius-wrapper-city-min img {
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 43px;
}

.apower__radius-wrapper-city-max {
    position: absolute;
    top: 220px;
    left: 75px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 150px;
}

.apower__radius-wrapper-city-max p {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}

.apower__radius-wrapper-city-max img {
    margin: 0 auto;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 43px;
}

.aring-container {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.aring-container img {
    margin: auto;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 600px;
}

.apower__radius-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 150% !important;
    text-align: center;
    z-index: 3;
}

@media screen and (max-width: 1599px) {
    .apower {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        gap: 0;
    }
    .apower__text {
        grid-area: 1 / 1 / 2 / 2;
        gap: 50px;
        max-width: unset;
    }
    .apower__text h2 {
        font-size: 47px;
    }
    .apower__list {
        grid-area: 2 / 1 / 3 / 2;
        margin: 40px 0 0;
    }
    .apower__item {
        justify-content: center;
    }
    .apower__radius {
        grid-area: 3 / 1 / 4 / 2;
    }
    .apower__radius-switcher {
        top: 30px;
    }
    .apower__radius-wrapper {
        grid-template-columns: repeat(2, 590px);
    }
    .apower__radius-wrapper-wood {
        height: 590px;
    }
    .apower__radius-wrapper-city {
        height: 590px;
    }
    .apower__radius-wrapper-wood-min {
        top: 100px;
        right: 55px;
    }
    .apower__radius-wrapper-wood-max {
        top: 180px;
        left: 65px;
    }
    .apower__radius-wrapper-city-min {
        top: 100px;
        right: 55px;
    }
    .apower__radius-wrapper-city-max {
        top: 180px;
        left: 65px;
    }
    .aring-container img {
        max-width: 520px;
    }
}

@media screen and (max-width: 1344px) {
    .apower__text {
        gap: 40px;
    }
    .apower__radius-wrapper {
        grid-template-columns: repeat(2, 550px);
    }
    .apower__radius-wrapper-wood {
        height: 550px;
    }
    .apower__radius-wrapper-city {
        height: 550px;
    }
    .apower__radius-wrapper-wood-min {
        top: 100px;
        right: 55px;
        gap: 15px;
    }
    .apower__radius-wrapper-wood-max {
        top: 160px;
        left: 55px;
        gap: 15px;
    }
    .apower__radius-wrapper-city-min {
        top: 100px;
        right: 55px;
        gap: 15px;
    }
    .apower__radius-wrapper-city-max {
        top: 160px;
        left: 55px;
        gap: 15px;
    }
    .apower__radius-wrapper-wood-min img {
        max-width: 35px;
    }
    .apower__radius-wrapper-wood-max img {
        max-width: 35px;
    }
    .apower__radius-wrapper-city-min img {
        max-width: 35px;
    }
    .apower__radius-wrapper-city-max img {
        max-width: 35px;
    }
    .aring-container img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .apower__text h2 {
        font-size: 48px;
    }
    .apower__item {
        justify-content: flex-start;
    }
    .apower__radius {
        padding: 80px 0 0;
    }
    .apower__radius-switcher {
        top: 30px;
    }
    .apower__radius-wrapper {
        grid-template-columns: repeat(2, 450px);
    }
    .apower__radius-wrapper-wood {
        height: 450px;
    }
    .apower__radius-wrapper-city {
        height: 450px;
    }
    .apower__radius-wrapper-wood-min {
        top: 45px;
        right: 15px;
        gap: 5px;
    }
    .apower__radius-wrapper-wood-max {
        top: 140px;
        left: 35px;
        gap: 5px;
    }
    .apower__radius-wrapper-city-min {
        top: 45px;
        right: 15px;
        gap: 5px;
    }
    .apower__radius-wrapper-city-max {
        top: 140px;
        left: 35px;
        gap: 5px;
    }
    .apower__radius-wrapper-wood-min p {
        font-size: 30px;
    }
    .apower__radius-wrapper-wood-max p {
        font-size: 30px;
    }
    .apower__radius-wrapper-city-min p {
        font-size: 30px;
    }
    .apower__radius-wrapper-city-max p {
        font-size: 30px;
    }
    .apower__radius-wrapper-wood-min img {
        max-width: 30px;
    }
    .apower__radius-wrapper-wood-max img {
        max-width: 30px;
    }
    .apower__radius-wrapper-city-min img {
        max-width: 30px;
    }
    .apower__radius-wrapper-city-max img {
        max-width: 30px;
    }
    .aring-container img {
        max-width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .apower__text h2 {
        font-size: 40px;
    } 
    .apower__list {
        margin: 40px 0;
    }
    .apower__item {
        height: 190px;
    }
    .apower__item-power {
        margin: 0;
    }
    .apower__item-range {
        flex-direction: column;
        gap: 10px;
    }
    .apower__radius-wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 690px);
        gap: 0;
    }
    .apower__radius-wrapper-wood {
        height: unset;
        width: 690px;
    }
    .apower__radius-wrapper-city {
        height: unset;
        width: 690px;
    }
    .apower__radius-wrapper-wood-min {
        top: 125px;
        right: 75px;
        gap: 5px;
    }
    .apower__radius-wrapper-wood-max {
        top: 225px;
        left: 45px;
        gap: 5px;
    }
    .apower__radius-wrapper-city-min {
        top: 125px;
        right: 75px;
        gap: 5px;
    }
    .apower__radius-wrapper-city-max {
        top: 225px;
        left: 45px;
        gap: 5px;
    }
    .apower__radius-wrapper-wood-min img {
        max-width: 35px;
    }
    .apower__radius-wrapper-wood-max img {
        max-width: 35px;
    }
    .apower__radius-wrapper-city-min img {
        max-width: 35px;
    }
    .apower__radius-wrapper-city-max img {
        max-width: 35px;
    }
    .aring-container img {
        max-width: 600px;
    }
    .apower__radius-text {
        max-width: 445px;
    }
}

@media screen and (max-width: 767px) {
    .apower__list {
        margin: 40px 0 20px;
    }
    .apower__radius-wrapper {
        grid-template-rows: repeat(2, 510px);
    }
    .apower__radius-wrapper-wood {
        width: 510px;
    }
    .apower__radius-wrapper-city {
        width: 510px;
    }
    .apower__radius-wrapper-wood-min {
        top: 90px;
        right: 30px;
        gap: 5px;
    }
    .apower__radius-wrapper-wood-max {
        top: 150px;
        left: 30px;
        gap: 5px;
    }
    .apower__radius-wrapper-city-min {
        top: 90px;
        right: 30px;
        gap: 5px;
    }
    .apower__radius-wrapper-city-max {
        top: 150px;
        left: 30px;
        gap: 5px;
    }
    .aring-container img {
        max-width: 450px;
    }
}

@media screen and (max-width: 567px) {
    .apower__text h2 {
        font-size: 22px;
    }
    .apower__text-desc h3 {
        font-size: 18px;
    }
    .apower__text-desc p {
        font-size: 14px;
    }
    .apower__item {
        height: unset;
    }
    .apower__item {
        padding: 20px 16px;
        gap: 11px;
        flex-direction: column;
    }
    .apower__item-power h4 {
        font-size: 48px;
    }
    .apower__item-power p {
        top: -5px;
    }
    .apower__radius {
        padding: 80px 0 80px;
    }
    .apower__radius-wrapper {
        grid-template-rows: repeat(2, 260px);
    }
    .apower__radius-switcher {
        top: 0;
    }
    .apower__radius-wrapper-wood {
        width: 260px;
    }
    .apower__radius-wrapper-city {
        width: 260px;
    }
    .apower__radius-wrapper-wood-min {
        top: 40px;
        right: 10px;
        gap: 5px;
        width: 80px;
    }
    .apower__radius-wrapper-wood-max {
        top: 70px;
        left: 10px;
        gap: 5px;
        width: 80px;
    }
    .apower__radius-wrapper-city-min {
        top: 40px;
        right: 10px;
        gap: 5px;
        width: 80px;
    }
    .apower__radius-wrapper-city-max {
        top: 70px;
        left: 10px;
        gap: 5px;
        width: 80px;
    }
    .apower__radius-wrapper-wood-min p {
        font-size: 16px;
    }
    .apower__radius-wrapper-wood-max p {
        font-size: 16px;
    }
    .apower__radius-wrapper-city-min p {
        font-size: 16px;
    }
    .apower__radius-wrapper-city-max p {
        font-size: 16px;
    }
    .apower__radius-wrapper-wood-min img {
        max-width: 18px;
    }
    .apower__radius-wrapper-wood-max img {
        max-width: 18px;
    }
    .apower__radius-wrapper-city-min img {
        max-width: 18px;
    }
    .apower__radius-wrapper-city-max img {
        max-width: 18px;
    }
    .aring-container img {
        max-width: 220px;
    }
    .apower__radius-text {
        max-width: 445px;
        font-size: 14px !important;
        font-weight: 400 !important;
    }
}

.aspeedwork {
    margin: 100px 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    background-image: url(/image/catalog/landings/efir_m2/aspeedwork_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    z-index: 2;
}

.aspeedwork h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 760px;
}

.aspeedwork h2 span {
    color: #F3E3CD;
}

.aspeedwork__container {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 715px 1fr;
    gap: 116px;
}

.aspeedwork__list {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 1fr);
    gap: 24px;
}

.aspeedwork__list::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -58px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.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: 92px;
}

.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: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aspeedwork__data__item div p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aspeedwork__container {
        grid-template-columns: 626px 1fr;
        gap: 141px;
    }
    .aspeedwork__list::after {
        right: -72px;
    }
    .aspeedwork__data {
        gap: 59px;
    }
}

@media screen and (max-width: 1344px) {
    .aspeedwork__container {
        grid-template-columns: 571px 1fr;
        gap: 100px;
    }
    .aspeedwork__list::after {
        right: -50px;
    }
    .aspeedwork__list {
        gap: 23px;
    }
    .aspeedwork__list::after {
        right: -50px;
    }
    .aspeedwork__data {
        gap: 125px;
    }
}

@media screen and (max-width: 1199px) {
    .aspeedwork__container {
        grid-template-columns: 453px 1fr;
        gap: 60px;
    }
    .aspeedwork__list::after {
        right: -30px;
    }
    .aspeedwork__list {
        grid-template-rows: repeat(3, minmax(min-content, max-content));
        gap: 24px;
    }
    .aspeedwork__data {
        gap: 92px;
    }
}

@media screen and (max-width: 991px) {
    .aspeedwork {
        background-position: bottom 200px center;
    }
    .aspeedwork h2 {
        font-size: 40px;
        max-width: unset;
    }
    .aspeedwork__container {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 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: 40px;
    }
    .aspeedwork__list {
        gap: 18px;
    }
    .aspeedwork__data {
        gap: 30px;
    }
    .aspeedwork__data__item div h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .aspeedwork {
        margin: 60px 0;
        gap: 20px;
    }
    .aspeedwork h2 {
        font-size: 22px;
    }
    .aspeedwork__item p {
        font-size: 14px;
    }
    .aspeedwork__data {
        gap: 20px;
    }
    .aspeedwork__data__item div h4 {
        font-size: 18px;
    }
    .aspeedwork__data__item div p {
        font-size: 14px;
    }
}

.awarranty {
    margin: 100px 0;
    padding: 159px 50px;
    position: relative;
    display: flex;
    background-image: url(/image/catalog/landings/efir_m2/awarranty_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left -170px;
    border-radius: 40px;
    z-index: 2;
}

.awarranty__image {
    display: none;
}

.awarranty__content {
    margin: 0 0 0 auto;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 534px;
    background-color: #266141;
    border-radius: 40px;
}

.awarranty__content h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.awarranty__content h2, .video-review-block__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.awarranty__content p, .video-review-block__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .awarranty {
        padding: 159px 37px;
    }    
}

@media screen and (max-width: 1344px) {
    .awarranty {
        padding: 112px 37px;
        background-position: center left -190px;
    }
}

@media screen and (max-width: 1199px) {
    .awarranty {
        padding: 0;
        background-image: unset;
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .awarranty__image {
        display: block;
        margin: 0;
        padding: 0;
        object-fit: contain;
        width: 100%;
        border-radius: 40px;
    }
    .awarranty__content {
        margin: 0;
        padding: 50px;
        gap: 24px;
        max-width: unset;
    }
}

@media screen and (max-width: 991px) {
    .awarranty {
        gap: 40px;
    }
    .awarranty__content {
        padding: 40px;
    }
    .awarranty__content h2, .video-review-block__text h2  {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .awarranty {
        margin: 80px 0;
    }
}

@media screen and (max-width: 567px) {
    .awarranty {
        margin: 60px 0;
        gap: 20px;
    }
    .awarranty__image {
        border-radius: 24px;
    }
    .awarranty__content {
        padding: 20px;
        gap: 20px;
        border-radius: 24px;
    }
    .awarranty__content h2, .video-review-block__text h2  {
        font-size: 24px;
    }
    .awarranty__content p, .video-review-block__text p {
        font-size: 14px;
    }
}

.ascopes {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 2;
}

.ascopes h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.ascopes h2 span {
    color: #F3E3CD;
}

.ascopes__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.ascopes__item {
    margin: 0;
    padding: 20px;
    display: flex;
    background-color: #252525;
    border-radius: 8px;
}

.ascopes__item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

@media screen and (max-width: 1199px) {
    .ascopes__list {
        flex-direction: column;
    }
    .ascopes__item p {
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 991px) {
    .ascopes {
        gap: 40px;
    }
    .ascopes h2 {
        font-size: 40px;
    }
    .ascopes__item p {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .ascopes__item {
        padding: 20px 6px;
    }
}

@media screen and (max-width: 567px) {
    .ascopes {
        gap: 20px;
    }
    .ascopes h2 {
        font-size: 22px;
    }
    .ascopes__item {
        padding: 20px;
    }
    .ascopes__item p {
        font-size: 16px;
    }
}

.aprophs {
    margin: 100px 0;
    padding: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    z-index: 2;
}

.aprophs__control {
    margin: 0;
    padding: 414px 50px 50px;
    display: flex;
    background-image: url(/image/catalog/landings/efir_m2/aprophs_control.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
}

.aprophs__control img {
    display: none;
}

.aprophs__control-text {
    margin: auto 0 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 16px;
    background: rgba(17, 17, 17, 0.86);
    width: 100%;
    height: 100%;
}

.aprophs__control-text h2 {
    margin: 0;
    padding: 0;
    color: #F3E3CD;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aprophs__control-text h2 span {
    color: #fff;
}

.aprophs__control-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aprophs__protect {
    margin: 0;
    padding: 414px 50px 50px;
    display: flex;
    background-image: url(/image/catalog/landings/efir_m2/aprophs_protect.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 40px;
}

.aprophs__protect img {
    display: none;
}

.aprophs__protect-text {
    margin: auto 0 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 16px;
    background: rgba(17, 17, 17, 0.86);
    width: 100%;
    height: 100%;
}

.aprophs__protect-text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aprophs__protect-text h2 span {
    color: #F3E3CD;
}

.aprophs__protect-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1199px) {
    .aprophs__control {
        padding: 216px 50px 50px;
    }
    .aprophs__protect {
        padding: 216px 50px 50px;
    }
}

@media screen and (max-width: 991px) {
    .aprophs {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
    .aprophs__control {
        padding: 422px 40px 40px;
    }
    .aprophs__protect {
        padding: 422px 40px 40px;
    }
    .aprophs__control-text h2 {
        font-size: 28px;
    }
    .aprophs__protect-text h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .aprophs {
        margin: 80px 0;
    }
    .aprophs__control {
        padding: 194px 40px 40px;
    }
    .aprophs__protect {
        padding: 194px 40px 40px;
    }
}

@media screen and (max-width: 567px) {
    .aprophs {
        margin: 60px 0;
        gap: 20px;
    }
    .aprophs__control img {
        display: flex;
        object-fit: contain;
        width: 100%;
        border-radius: 24px;
    }
    .aprophs__protect img {
        display: flex;
        object-fit: contain;
        width: 100%;
        border-radius: 24px;
    }
    .aprophs__control {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-radius: unset;
        background-image: unset;
    }
    .aprophs__protect {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        border-radius: unset;
        background-image: unset;
    }
    .aprophs__control-text {
        border-radius: unset;
        background: unset;
        padding: 0;
    }
    .aprophs__protect-text {
        border-radius: unset;
        background: unset;
        padding: 0;
    }
    .aprophs__control-text h2 {
        font-size: 18px;
    }
    .aprophs__protect-text h2 {
        font-size: 18px;
    }
    .aprophs__control-text p {
        font-size: 14px;
    }
    .aprophs__protect-text p {
        font-size: 14px;
    }
}

.acharge {
    margin: 0;
    padding: 420px 50px 184px;
    position: relative;
    background-image: url(/image/catalog/landings/efir_m2/acharge_img.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    z-index: 2;
}

.acharge__image {
    display: none;
}

.acharge__content {
    margin: 0;
    padding: 0;
    max-width: 479px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.acharge__content h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.acharge__content h2 span {
    color: #F3E3CD;
}

.acharge__content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .acharge {
        padding: 276px 0 204px;
    }
}

@media screen and (max-width: 1344px) {
    .acharge {
        padding: 301px 0 161px;
    }
}

@media screen and (max-width: 1199px) {
    .acharge {
        padding: 261px 0 86px;
        background-image: url(/image/catalog/landings/efir_m2/acharge_img_big.webp);
    }
    .acharge__content {
        max-width: 480px;
    }
}

@media screen and (max-width: 991px) {
    .acharge {
        padding: 0;
        background-image: unset;
        display: flex;
        flex-direction: column;
    }
    .acharge__image {
        margin: 0;
        display: block;
        object-fit: contain;
        width: 100%;
    }
    .acharge__content {
        max-width: unset;
    }
    .acharge__content h2 {
        font-size: 40px;
        max-width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .acharge__content {
        gap: 20px;
    }
}

@media screen and (max-width: 567px) {
    .acharge__content {
        gap: 15px;
    }
    .acharge__content h2 {
        font-size: 22px;
        max-width: 250px;
    }
    .acharge__content p {
        font-size: 14px;
    }
}
.atasks {
    margin: 100px 0 188px;
    padding: 579px 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: 850px;
    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-transform: uppercase;
    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: 100px 0;
        padding: 467px 50px 50px;
    }
}

@media screen and (max-width: 1344px) {
    .atasks {
        padding: 394px 50px 50px;
    }
}

@media screen and (max-width: 1199px) {
    .atasks {
        padding: 312px 40px 50px;
    }
}

@media screen and (max-width: 991px) {
    .atasks {
        margin: 100px 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: 80px 0;
        gap: 30px;
    }
    
    .atasks__video-mobile {
        border-radius: 24px;
    }
    
    .atasks__text {
        padding: 0;
    }
}

@media screen and (max-width: 567px) {
    .atasks {
        margin: 60px 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;
}





.aquestions {
    margin: 0;
    padding: 0 0 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
    z-index: 2;
}

.aquestions h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    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: #fff;
    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: #fff;
    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;
    }
}

.aprotection {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 90px;
    background-image: url(/image/catalog/landings/efir_m2/aprotection_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    z-index: 2;
}

.aprotection__title {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 927px;
}

.aprotection__title h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
}

.aprotection__title h2 span {
    color: #F3E3CD;
}

.aprotection__title p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

.aprotection__wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 1012px;
    height: 712px;
    background-image: url(/image/catalog/landings/efir_m2/aprotection_img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.aprotection__wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.00) 28.95%, #1D1D1D 100%);
}


.aprotection__wrapper-sender {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 95px;
    left: 85px;
    top: 245px;
}

.aprotection__wrapper-first {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 160px;
    left: 265px;
    top: 185px;
}

.aprotection__wrapper-second {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 141px;
    left: 474px;
    top: 146px;
}

.aprotection__wrapper-third {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 101px;
    left: 665px;
    top: 185px;
}

.aprotection__wrapper-recipient {
    position: absolute;
    object-fit: contain;
    width: 100%;
    max-width: 85px;
    right: 75px;
    top: 245px;
}

.aprotectionsvg__wrapper-connection-line {
    position: absolute;
    left: 180px;
    top: 303px;
    width: 675px;
}

.aprotection__operation {
    position: absolute;
    bottom: 75px;
    left: 50px;
    margin: 0;
    padding: 0;
    width: 272px;
    height: 70px;
    border-radius: 40px;
    border: 1px solid #fff;
    background-color: #266141;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.aprotection__operation:hover {
    background-color: #2B6D49;
}

.aprotection__operation:active {
    background-color: #1E5236;
}

.aprotection__operation p {
    margin: auto;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .aprotection {
        gap: 40px;
    }
    .aprotection__wrapper {
        width: 771px;
        height: 543px;
    }
    .aprotection__wrapper-sender {
        max-width: 75px;
        left: 60px;
        top: 185px;
    }
    .aprotection__wrapper-first {
        max-width: 121px;
        left: 196px;
        top: 140px;
    }
    .aprotection__wrapper-second {
        max-width: 107px;
        left: 355px;
        top: 110px;
    }
    .aprotection__wrapper-third {
        max-width: 78px;
        left: 501px;
        top: 140px;
    }
    .aprotection__wrapper-recipient {
        max-width: 75px;
        right: 60px;
        top: 185px;
    }
    .aprotectionsvg__wrapper-connection-line {
        position: absolute;
        left: 130px;
        top: 230px;
        width: 515px;
    }
    .aprotection__operation {
        bottom: 50px;
        left: 50px;
    }
}

@media screen and (max-width: 1344px) {
    .aprotection {
        gap: 26px;
    }
}

@media screen and (max-width: 1199px) {
    .aprotection {
        gap: 40px;
    }
    .aprotection__wrapper {
        width: 741px;
        height: 522px;
    }
    .aprotection__wrapper-sender {
        max-width: 70px;
        left: 62px;
        top: 180px;
    }
    .aprotection__wrapper-first {
        max-width: 118px;
        left: 194px;
        top: 136px;
    }
    .aprotection__wrapper-second {
        max-width: 104px;
        left: 348px;
        top: 107px;
    }
    .aprotection__wrapper-third {
        max-width: 74px;
        left: 488px;
        top: 135px;
    }
    .aprotection__wrapper-recipient {
        max-width: 62px;
        right: 53px;
        top: 180px;
    }
    .aprotectionsvg__wrapper-connection-line {
        left: 130px;
        top: 230px;
        width: 495px;
    }
}

@media screen and (max-width: 991px) {
    .aprotection {
        padding: 0 0 60px;
        gap: 16px;
    }
    .aprotection__title {
        max-width: unset;
    }
    .aprotection__title h2 {
        font-size: 40px;
    }
    .aprotection__wrapper {
        width: 581px;
        height: 409px;
    }
    .aprotection__wrapper-sender {
        max-width: 55px;
        left: 49px;
        top: 140px;
    }
    .aprotection__wrapper-first {
        max-width: 92px;
        left: 152px;
        top: 106px;
    }
    .aprotection__wrapper-second {
        max-width: 82px;
        left: 273px;
        top: 84px;
    }
    .aprotection__wrapper-third {
        max-width: 63px;
        left: 378px;
        top: 106px;
    }
    .aprotection__wrapper-recipient {
        max-width: 48px;
        right: 45px;
        top: 140px;
    }
    .aprotectionsvg__wrapper-connection-line {
        left: 103px;
        top: 175px;
        width: 388px;
    }
    .aprotection__operation {
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .aprotection {
        padding: 0 0 15px;
        gap: 15px;
        background-position: center bottom 100px;
    }
    .aprotection__wrapper {
        width: 517px;
        height: 364px;
    }
    .aprotection__wrapper-sender {
        max-width: 49px;
        left: 43px;
        top: 124px;
    }
    .aprotection__wrapper-first {
        max-width: 82px;
        left: 135px;
        top: 94px;
    }
    .aprotection__wrapper-second {
        max-width: 72px;
        left: 242px;
        top: 74px;
    }
    .aprotection__wrapper-third {
        max-width: 52px;
        left: 340px;
        top: 94px;
    }
    .aprotection__wrapper-recipient {
        max-width: 44px;
        right: 37px;
        top: 124px;
    }
    .aprotectionsvg__wrapper-connection-line {
        left: 90px;
        top: 155px;
        width: 345px;
    }
    .aprotection__wrapper::after {
        height: 100px;
    }
}

@media screen and (max-width: 567px) {
    .aprotection {
        padding: 0 0 70px;
        gap: 20px;
        background-position: center bottom 100px;
    }
    .aprotection__title h2 {
        font-size: 24px;
    }
    .aprotection__title p {
        font-size: 14px;
    }
    .aprotection__wrapper {
        width: 270px;
        height: 190px;
    }
    .aprotection__wrapper-sender {
        max-width: 25px;
        left: 22px;
        top: 65px;
    }
    .aprotection__wrapper-first {
        max-width: 43px;
        left: 70px;
        top: 50px;
    }
    .aprotection__wrapper-second {
        max-width: 38px;
        left: 126px;
        top: 39px;
    }
    .aprotection__wrapper-third {
        max-width: 27px;
        left: 177px;
        top: 50px;
    }
    .aprotection__wrapper-recipient {
        max-width: 23px;
        right: 22px;
        top: 65px;
    }
    .aprotectionsvg__wrapper-connection-line {
        left: 45px;
        top: 81px;
        width: 180px;
    }
    .aprotection__operation {
        width: 270px;
    }
}

.aprotection__popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.aprotection__popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.aprotection__popup-content {
    background-color: #2B2B2B;
    width: 90%;
    max-width: 640px;
    max-height: 85vh;
    border-radius: 8px;
    padding: 32px;
    position: relative;
    transform: translateY(20px);
    transition: transform 0.4s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aprotection__popup-overlay.active .aprotection__popup-content {
    transform: translateY(0);
}

.aprotection__popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.aprotection__popup-close:hover {
    transform: rotate(90deg);
}

.aprotection__popup-content h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    max-width: 335px;
}

.aprotection__popup-content h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.aprotection__popup-content p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aprotection__popup-content ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.aprotection__popup-content ol {
    margin: 0;
    padding: 0 0 0 20px;
}

.aprotection__popup-content ul li {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aprotection__popup-content ol li {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}


@media screen and (max-width: 567px) {
    .aprotection__popup-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .aprotection__popup-content {
        padding: 20px;
        gap: 20px;
    }
    .aprotection__popup-content h3 {
        font-size: 22px;
        max-width: 265px;
    }
    .aprotection__popup-content h4 {
        font-size: 18px;
    }
    .aprotection__popup-content ul li {
        font-size: 14px;
    }
    .aprotection__popup-content ol li {
        font-size: 14px;
    }
}

.video-review-block {
    border-radius: 40px;
    background: #3F3F3F;
    padding: 50px;
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    color: #fff; /* на всякий случай, чтобы текст был белым как на макете */
}

.video-review-block__video {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-review-block__video iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

/* Фолбэк, если вдруг нужен (старые браузеры без aspect-ratio) */
@supports not (aspect-ratio: 16 / 9) {
    .video-review-block__video {
        position: relative;
        height: 0;
        padding-top: 56.25%; /* 16:9 */
    }
    .video-review-block__video iframe {
        position: absolute;
        inset: 0;
    }
}
@media screen and (max-width: 991px) {
    .video-review-block {
        padding: 40px;
    }
}
@media screen and (max-width: 567px) {
    .video-review-block {
        padding: 20px;
        gap: 20px;
        border-radius: 24px;
        margin-top: 60px;
    }
}