.category-info:has(.alandings) {
    overflow: unset;
}

.alandings {
    font-family: 'Montserrat', sans-serif;
    border-radius: 16px;
}

.ainform {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.ainform__head {
    margin: 0 0 50px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.ainform__head span {
    margin: 0;
    padding: 0;
    max-width: 800px;
    color: #101010;
    font-size: 48px;
    font-weight: 800;
    line-height: 110%;
    text-transform: uppercase;
}

.ainform__head p {
    margin: auto 0;
    padding: 0;
    max-width: 550px;
    color: #101010;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

.ainform__media {
    margin: 0;
    padding: 64px 195px;
    width: 100%;
    height: 650px;
    border-radius: 0 0 24px 24px;
    background-image: url(/image/catalog/landings/flameforce-22/ainform_media.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ainform__media img {
    margin: 0;
    padding: 0;
    width: 100%;
    filter: drop-shadow(0 4px 61px rgba(0, 0, 0, 0.32));
    object-fit: contain;
}

.ainform__card {
    margin: -95px 95px 0;
    padding: 20px 50px;
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.25);
}

.ainform__card p {
    margin: auto 0;
    padding: 0;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.ainform__card p span {
    font-weight: 800;
}

.ainform__card img {
    margin: auto 0;
    padding: 0;
    object-fit: cover;
    width: 248px;
    height: 145px;
    border-radius: 24px;
    flex-shrink: 0;
}

@media screen and (max-width: 1599px) {
    .ainform__head span {
        max-width: 600px;
    }
    .ainform__head p {
        max-width: 390px;
    }
    .ainform__media {
        padding: 64px 95px;
    }
    .ainform__card {
        margin: -95px 88px 0;
    }
    .ainform__card img {
        width: 248px;
        height: 145px;
    }
}

@media screen and (max-width: 1344px) {
    .ainform__media {
        padding: 72px 93px;
    }
    .ainform__card {
        margin: -95px 64px 0;
    }
}

@media screen and (max-width: 1199px) {
    .ainform__head {
        margin: 0 0 40px;
        flex-direction: column;
        gap: 20px;
    }
    .ainform__head span {
        max-width: unset;
        font-size: 40px;
    }
    .ainform__head p {
        max-width: unset;
        font-size: 28px;
    }
    .ainform__media {
        padding: 40px 58px;
        height: 500px;
    }
    .ainform__card {
        margin: -115px 40px 0;
        padding: 20px 40px;
    }
}

@media screen and (max-width: 991px) {
    .ainform__head {
        margin: 0 0 30px;
    }
    .ainform__media {
        padding: 30px 70px;
        height: 390px;
    }
    .ainform__card {
        margin: -60px 0 0;
        padding: 20px 20px;
    }
    .ainform__card img {
        margin: 0;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .ainform__head {
        margin: 0 0 20px;
    }
    .ainform__media {
        padding: 20px 50px;
        height: 289px;
    }
    .ainform__card {
        margin: -50px 0 0;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }
    .ainform__card img {
        margin: 0;
        height: 182px;
        width: auto;
    }
}

@media screen and (max-width: 567px) {
    .ainform__head {
        gap: 10px;
    }
    .ainform__head span {
        font-size: 22px;
    }
    .ainform__head p {
        font-size: 18px;
    }
    .ainform__media {
        padding: 30px 20px;
        height: 50vw;
    }
    .ainform__card {
        border-radius: 12px;
    }
    .ainform__card p {
        font-size: 14px;
    }
    .ainform__card img {
        height: 30vw;
        border-radius: 12px;
    }
}

.awhychoose {
    margin: 120px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.awhychoose__text {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.awhychoose__text span {
    margin: 0 auto;
    padding: 0;
    color: #101010;
    font-size: 96px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
    text-align: center;
}

.awhychoose__text p {
    margin: 0 auto;
    padding: 0;
    color: #101010;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
}

.awhychoose__wrapper {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 506px;
    gap: 20px;
    list-style: none;
}

.awhychoose__wrapper-item {
    margin: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.awhychoose__wrapper-item:nth-child(1) {
    background-image: url(/image/catalog/landings/flameforce-22/awhychoose_1.webp);
}
.awhychoose__wrapper-item:nth-child(2) {
    background-image: url(/image/catalog/landings/flameforce-22/awhychoose_2.webp);
}
.awhychoose__wrapper-item:nth-child(3) {
    background-image: url(/image/catalog/landings/flameforce-22/awhychoose_3.webp);
}

.awhychoose__wrapper-item h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.awhychoose__wrapper-item span {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
}

.awhychoose__wrapper-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.awhychoose__info {
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 675px;
}

.awhychoose__info span {
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
}

.awhychoose__info p {
    margin: 0 auto;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .awhychoose {
        margin: 100px 0;
        gap: 40px;
    }
    .awhychoose__text span {
        font-size: 80px;
    }
    .awhychoose__text p {
        font-size: 28px;
    }
    .awhychoose__wrapper {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 506px);
        gap: 40px;
    }
    .awhychoose__wrapper-item {
        padding: 40px;
    }
    .awhychoose__wrapper-item:nth-child(1) {
        background-image: url(/image/catalog/landings/flameforce-22/awhychoose_1_middle.webp);
    }
    .awhychoose__wrapper-item:nth-child(2) {
        background-image: url(/image/catalog/landings/flameforce-22/awhychoose_2_middle.webp);
    }
    .awhychoose__wrapper-item:nth-child(3) {
        background-image: url(/image/catalog/landings/flameforce-22/awhychoose_3_middle.webp);
    }
    .awhychoose__wrapper-item p {
        max-width: 580px;
    }
    .awhychoose__info span {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .awhychoose {
        margin: 80px 0;
    }
    .awhychoose__text span {
        font-size: 60px;
    }
    .awhychoose__wrapper {
        grid-template-rows: repeat(3, 436px);
    }
    .awhychoose__wrapper-item {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .awhychoose__text span {
        font-size: 50px;
    }
    .awhychoose__text p {
        margin: 0 auto;
        max-width: 475px;
    }
}

@media screen and (max-width: 567px) {
    .awhychoose {
        margin: 60px 0;
        gap: 20px;
    }
    .awhychoose__text span {
        font-size: 24px;
    }
    .awhychoose__text p {
        font-size: 18px;
        max-width: 230px;
    }
    .awhychoose__wrapper {
        grid-template-rows: repeat(3, 436px);
        gap: 20px;
    }
    .awhychoose__wrapper-item h3 {
        font-size: 24px;
    }
    .awhychoose__wrapper-item span {
        font-size: 16px;
    }
    .awhychoose__wrapper-item p {
        font-size: 14px;
    }
    .awhychoose__info span {
        font-size: 20px;
    }
    .awhychoose__info p {
        font-size: 14px;
    }
}

.alandblack {
    margin: 120px 0;
    padding: 50px;
    border-radius: 24px;
    background-color: #101010;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aprophs {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.aprophs__title {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.aprophs__title span {
    margin: auto 0;
    padding: 0;
    color: #fff;
    font-size: 96px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

.aprophs__title p {
    margin: auto 0;
    padding: 0;
    max-width: 480px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
}

.aprophs__content {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.aprophs__content img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1050px;
    object-fit: contain;
}

.aprophs__content-question {
    margin: 0;
    padding: 20px 30px;
    max-width: 485px;
    border-radius: 100px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 184px;
}

.aprophs__content-question p {
    margin: 0;
    padding: 0;
    color: #0B0A0B;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
}

.aprophs__content-text {
    margin: -50px auto 0;
    padding: 0;
    max-width: 995px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aprophs__content-text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aprophs__content-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aprophs__content-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.aprophs__content-item {
    padding: 30px;
    border-radius: 100px;
    background: linear-gradient(90deg, #9B9393 0%, rgba(53, 50, 50, 0.00) 100%);
}

.aprophs__content-item:nth-child(1) {
    margin: 0 171px 0 0;
    width: 345px;
}
.aprophs__content-item:nth-child(2) {
    margin: 0 0 0 auto;
    width: 345px;
}
.aprophs__content-item:nth-child(3) {
    margin: 0 107px 0 0;
    width: 410px;
}

.aprophs__content-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aprophs__content-item p span {
    font-weight: 600;
}

@media screen and (max-width: 1599px) {
    .aprophs__title p {
        max-width: 355px;
    }
    .aprophs__content img {
        max-width: 866px;
    }
    .aprophs__content-question {
        top: 133px;
    }
    .aprophs__content-text {
        margin: 0 0 0 200px;
        padding: 0;
        max-width: unset;
        gap: 16px;
    }
    .aprophs__content-list {
        top: 30px;
    }
}

@media screen and (max-width: 1344px) {
    .aprophs__content img {
        max-width: 793px;
    }
    .aprophs__content-text {
        margin: 50px 0 0 95px;
    }
    .aprophs__content-item:nth-child(1) {
        margin: 0 145px 0 0;
    }
    .aprophs__content-item:nth-child(2) {
        margin: 0 0 0 auto;
    }
    .aprophs__content-item:nth-child(3) {
        margin: 0 80px 0 0;
    }
}

@media screen and (max-width: 1199px) {
    .alandblack {
        margin: 100px 0;
        padding: 40px;
        gap: 40px;
    }
    .aprophs {
        gap: 40px;
    }
    .aprophs__title {
        flex-direction: column;
        gap: 20px;
    }
    .aprophs__title span {
        margin: 0;
        font-size: 80px;
    }
    .aprophs__title p {
        margin: 0;
        font-size: 28px;
        max-width: 480px;
    }
    .aprophs__content {
        gap: 20px;
    }
    .aprophs__content img {
        max-width: 100%;
    }
    .aprophs__content-question {
        left: unset;
        top: 287px;
        right: 66px;
    }
    .aprophs__content-text {
        margin: 0;
    }
    .aprophs__content-list {
        position: relative;
        top: unset;
        right: unset;
        gap: 20px;
    }
    .aprophs__content-item {
        width: 100%;
    }
    .aprophs__content-item:nth-child(1) {
        margin: 0;
        width: 100%;
    }
    .aprophs__content-item:nth-child(2) {
        margin: 0;
        width: 100%;
    }
    .aprophs__content-item:nth-child(3) {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .alandblack {
        margin: 80px 0;
        padding: 30px;
        gap: 40px;
    }
    .aprophs {
        gap: 30px;
    }
    .aprophs__title span {
        font-size: 60px;
    }
    .aprophs__content-question {
        left: unset;
        top: 220px;
        right: 50px;
        max-width: 385px;
    }
    .aprophs__content-question p {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .alandblack {
        padding: 20px;
    }
    .aprophs__title span {
        font-size: 50px;
    }
    .aprophs__content-question {
        padding: 10px 30px;
        left: unset;
        top: 160px;
        right: 0;
        left: 0;
        max-width: 330px;
        margin: 0 auto;
    }
    .aprophs__content-question p {
        font-size: 20px;
    }
}

@media screen and (max-width: 567px) {
    .alandblack {
        margin: 60px 0;
        padding: 20px;
        gap: 20px;
        border-radius: 12px;
    }
    .aprophs__title {
        gap: 10px;
    }
    .aprophs__title span {
        font-size: 24px;
    }
    .aprophs__title p {
        font-size: 18px;
        max-width: 220px;
    }
    .aprophs__content-question {
        padding: 10px 20px;
        left: unset;
        top: unset;
        right: unset;
        max-width: 100%;
        margin: 0;
        position: relative;
        border-radius: 24px;
    }
    .aprophs__content-question p {
        font-size: 16px;
    }
    .aprophs__content-text h3 {
        font-size: 18px;
    }
    .aprophs__content-text p {
        font-size: 14px;
    }
    .aprophs__content-item {
        padding: 20px;
        border-radius: 24px 0 0 24px;
    }
    .aprophs__content-item p {
        font-size: 14px;
    }
}

.acase {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.acase img {
    margin: 0 0 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1050px;
    object-fit: contain;
}

.acase-text {
    margin: -50px auto 0;
    padding: 0;
    max-width: 995px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.acase-text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.acase-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.acase-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 120px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.acase-item {
    padding: 30px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(53, 50, 50, 0.00) 0%, #9B9393 100%);
}

.acase-item:nth-child(1) {
    margin: 0;
    width: 615px;
}
.acase-item:nth-child(2) {
    margin: 0 0 0 235px;
    width: 455px;
}

.acase-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.acase-item p span {
    font-weight: 600;
}

@media screen and (max-width: 1599px) {
    .acase img {
        max-width: 851px;
    }
    .acase-text {
        margin: 0 0 0 200px;
        max-width: unset;
    }
    .acase-list {
        top: 90px;
    }
}

@media screen and (max-width: 1344px) {
    .acase {
        gap: 40px;
    }
    .acase img {
        max-width: 793px;
    }
    .acase-text {
        margin: 0 0 0 95px;
    }
}

@media screen and (max-width: 1199px) {
    .acase {
        gap: 20px;
    }
    .acase img {
        max-width: 100%;
        content: url(/image/catalog/landings/flameforce-22/acase_middle.webp);
    }
    .acase-text {
        margin: 0;
    }
    .acase-list {
        position: relative;
        top: unset;
        right: unset;
        gap: 20px;
    }
    .acase-item {
        width: 100%;
        background: linear-gradient(90deg, #9B9393 0%, rgba(53, 50, 50, 0.00) 100%);
    }
    .acase-item:nth-child(1) {
        margin: 0;
        width: 100%;
    }
    .acase-item:nth-child(2) {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .acase-text h3 {
        font-size: 18px;
        max-width: 310px;
    }
    .acase-text p {
        font-size: 14px;
    }
    .acase-item {
        padding: 20px;
        border-radius: 24px 0 0 24px;
    }
    .acase-item p {
        font-size: 14px;
    }
}

.apieza {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.apieza img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1050px;
    object-fit: contain;
}

.apieza-text {
    margin: -50px auto 0;
    padding: 0;
    max-width: 995px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.apieza-text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.apieza-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.apieza-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 227px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.apieza-item {
    padding: 30px;
    border-radius: 100px;
    background: linear-gradient(90deg, #9B9393 0%, rgba(53, 50, 50, 0.00) 100%);
}

.apieza-item:nth-child(1) {
    margin: 0;
    width: 615px;
}

.apieza-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.apieza-item p span {
    font-weight: 600;
}


@media screen and (max-width: 1599px) {
    .apieza img {
        max-width: 851px;
    }
    .apieza-text {
        margin: 0 0 0 200px;
        max-width: unset;
    }
    .apieza-list {
        top: 175px;
    }
}

@media screen and (max-width: 1344px) {
    .apieza {
        gap: 40px;
    }
    .apieza img {
        max-width: 793px;
    }
    .apieza-text {
        margin: 0 0 0 95px;
    }
}

@media screen and (max-width: 1199px) {
    .apieza {
        gap: 20px;
    }
    .apieza img {
        max-width: 100%;
    }
    .apieza-text {
        margin: 0;
    }
    .apieza-list {
        position: relative;
        top: unset;
        right: unset;
        gap: 20px;
    }
    .apieza-item {
        width: 100%;
        background: linear-gradient(90deg, #9B9393 0%, rgba(53, 50, 50, 0.00) 100%);
    }
    .apieza-item:nth-child(1) {
        margin: 0;
        width: 100%;
    }
    .apieza-item:nth-child(2) {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .apieza-text h3 {
        font-size: 18px;
        max-width: 310px;
    }
    .apieza-text p {
        font-size: 14px;
    }
    .apieza-item {
        padding: 20px;
        border-radius: 24px 0 0 24px;
    }
    .apieza-item p {
        font-size: 14px;
    }
}



.aeasyclick {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.aeasyclick img {
    margin: 0 0 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1050px;
    object-fit: contain;
}

.aeasyclick-text {
    margin: -50px auto 0;
    padding: 0;
    max-width: 995px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aeasyclick-text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.aeasyclick-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aeasyclick-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.aeasyclick-item {
    padding: 30px;
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(53, 50, 50, 0.00) 0%, #9B9393 100%);
}

.aeasyclick-item:nth-child(1) {
    margin: 0;
    width: 405px;
}
.aeasyclick-item:nth-child(2) {
    margin: 0 0 0 195px;
    width: 450px;
}
.aeasyclick-item:nth-child(3) {
    margin: 0;
    width: 585px;
}

.aeasyclick-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aeasyclick-item p span {
    font-weight: 600;
}

@media screen and (max-width: 1599px) {
    .aeasyclick img {
        max-width: 865px;
    }
    .aeasyclick-text {
        margin: 0 0 0 200px;
        max-width: unset;
    }
    .aeasyclick-list {
        top: 60px;
    }
}

@media screen and (max-width: 1344px) {
    .aeasyclick {
        gap: 40px;
    }
    .aeasyclick img {
        max-width: 793px;
    }
    .aeasyclick-text {
        margin: 0 0 0 95px;
    }
}

@media screen and (max-width: 1199px) {
    .aeasyclick {
        gap: 20px;
    }
    .aeasyclick-text {
        margin: 0;
    }
    .aeasyclick-list {
        position: relative;
        top: unset;
        right: unset;
        gap: 20px;
    }
    .aeasyclick-item {
        width: 100%;
        background: linear-gradient(90deg, #9B9393 0%, rgba(53, 50, 50, 0.00) 100%);
    }
    .aeasyclick-item:nth-child(1) {
        margin: 0;
        width: 100%;
    }
    .aeasyclick-item:nth-child(2) {
        margin: 0;
        width: 100%;
    }
    .aeasyclick-item:nth-child(3) {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .aeasyclick-text h3 {
        font-size: 18px;
        max-width: 310px;
    }
    .aeasyclick-text p {
        font-size: 14px;
    }
    .aeasyclick-item {
        padding: 20px;
        border-radius: 24px 0 0 24px;
    }
    .aeasyclick-item p {
        font-size: 14px;
    }
}




.amaterials {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}

.amaterials img {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1050px;
    object-fit: contain;
}

.amaterials-text {
    margin: -50px auto 0;
    padding: 0;
    max-width: 995px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.amaterials-text h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.amaterials-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.amaterials-list {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100px;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.amaterials-item {
    padding: 30px;
    border-radius: 100px;
    background: linear-gradient(90deg, #9B9393 0%, rgba(53, 50, 50, 0.00) 100%);
}

.amaterials-item:nth-child(1) {
    margin: 0 178px 0 auto;
    width: 455px;
}
.amaterials-item:nth-child(2) {
    margin: 0 0 0 auto;
    width: 545px;
}
.amaterials-item:nth-child(3) {
    margin: 0 135px 0 auto;
    width: 500px;
}

.amaterials-item p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.amaterials-item p span {
    font-weight: 600;
}


@media screen and (max-width: 1599px) {
    .amaterials img {
        max-width: 851px;
    }
    .amaterials-text {
        margin: 0 0 0 200px;
        max-width: unset;
    }
    .amaterials-list {
        top: 25px;
    }
}

@media screen and (max-width: 1344px) {
    .amaterials {
        gap: 40px;
    }
    .amaterials img {
        max-width: 793px;
    }
    .amaterials-text {
        margin: 0 0 0 95px;
    }
}

@media screen and (max-width: 1199px) {
    .amaterials {
        gap: 20px;
    }
    .amaterials img {
        max-width: 100%;
    }
    .amaterials-text {
        margin: 0;
    }
    .amaterials-list {
        position: relative;
        top: unset;
        right: unset;
        gap: 20px;
    }
    .amaterials-item {
        width: 100%;
        background: linear-gradient(90deg, #9B9393 0%, rgba(53, 50, 50, 0.00) 100%);
    }
    .amaterials-item:nth-child(1) {
        margin: 0;
        width: 100%;
    }
    .amaterials-item:nth-child(2) {
        margin: 0;
        width: 100%;
    }
    .amaterials-item:nth-child(3) {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .amaterials-text h3 {
        font-size: 18px;
        max-width: 310px;
    }
    .amaterials-text p {
        font-size: 14px;
    }
    .amaterials-item {
        padding: 20px;
        border-radius: 24px 0 0 24px;
    }
    .amaterials-item p {
        font-size: 14px;
    }
}

.avideosinfo {
    margin: 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 600px;
    background-image: url(/image/catalog/landings/flameforce-22/avideosinfo.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
}

.avideosinfo h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 96px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.avideosinfo__center {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.avideosinfo__center svg {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 80px;
}

.avideosinfo__center-block {
    margin: 0;
    padding: 4px 15px;
    background-color: #fff;
    border-radius: 50px;
}

.avideosinfo__center-block p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.avideosinfo__text {
    margin: 0;
    padding: 0;
    color: #fff !important;
    text-align: center;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
    max-width: 560px;
}

.avideos-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
  }
  
  .avideos-modal.is-open {
    display: flex;
  }
  
  .avideos-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.72);
  }
  
  .avideos-modal__dialog {
    position: relative;
    width: min(1000px, calc(100% - 32px));
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 20px 60px rgba(0,0,0,0.45);
  }
  
  .avideos-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    color: #fff;
    background: rgba(255,255,255,0.12);
    font-size: 28px;
    line-height: 42px;
  }
  
  .avideos-modal__close:hover {
    background: rgba(255,255,255,0.18);
  }
  
  /* 16:9 контейнер */
  .avideos-modal__ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  
  .avideos-modal__iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }

@media screen and (max-width: 991px) {
    .avideosinfo {
        padding: 30px;
    }
    .avideosinfo h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 767px) {
    .avideosinfo {
        padding: 30px 20px 20px;
    }
    .avideosinfo h2 {
        font-size: 50px;
    }
    .avideosinfo__text {
        max-width: 392px;
    }
}

@media screen and (max-width: 567px) {
    .avideosinfo {
        min-height: 395px;
    }
    .avideosinfo h2 {
        font-size: 24px;
    }
    .avideosinfo__text {
        max-width: unset;
        font-size: 14px !important;
    }
}

.ahowuse {
    margin: 120px 0;
    padding: 76px 50px 50px;
    display: flex;
    flex-direction: column;
    background-image: url(/image/catalog/landings/flameforce-22/ahowuse_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
}

.ahowuse h2 {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 96px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
}

.ahowuse__desc {
    margin: 20px auto 50px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ahowuse__desc h3 {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    text-align: center;
}

.ahowuse__desc p {
    margin: 0 auto;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    max-width: 525px;
}

.ahowuse-slider {
    position: relative;
}

.ahowuse-slider__swiper {
    overflow: hidden;
    border-radius: 24px;
}

.ahowuse-slider__wrapper {
    display: flex;
}

.ahowuse-slider__slide {
    position: relative;
    flex-shrink: 0;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    border-radius: 24px;
}

.ahowuse-slider__image {
    position: absolute;
    inset: 0;
}

.ahowuse-slider__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ahowuse-slider__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 24px;
    padding: 50px;
    padding-bottom: 155px;
    box-sizing: border-box;
    height: 100%;
}

.ahowuse-slider__content--between {
    justify-content: space-between;
}

.ahowuse-slider__card,
.ahowuse-slider__note {
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.45);
    border-radius: 24px;
}

.ahowuse-slider__card {
    max-width: 485px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ahowuse-slider__note {
    position: absolute;
    bottom: 50px;
    right: 50px;
    max-width: 353px;
    padding: 10px 20px;
}

.ahowuse-slider__title {
    margin: 0;
    padding: 0;
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    line-height: 120% !important;
}

.ahowuse-slider__text,
.ahowuse-slider__note {
    margin: 0;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}

.ahowuse-slider__nav {
    position: absolute;
    left: 50px;
    bottom: 50px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 40px;
}

.ahowuse-slider__nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    appearance: none;
}

.ahowuse-slider__nav-btn svg {
    display: block;
    width: 80px;
    height: 80px;
}

.ahowuse-slider__nav-circle,
.ahowuse-slider__nav-arrow {
    transition: fill 0.25s ease, opacity 0.25s ease;
}

.ahowuse-slider__nav-btn:hover .ahowuse-slider__nav-circle,
.ahowuse-slider__nav-btn:focus-visible .ahowuse-slider__nav-circle {
    fill: #101010;
}

.ahowuse-slider__nav-btn:hover .ahowuse-slider__nav-arrow,
.ahowuse-slider__nav-btn:focus-visible .ahowuse-slider__nav-arrow {
    fill: #ffffff;
}

.ahowuse-slider__nav-btn:focus-visible {
    outline: none;
}

.ahowuse-slider__nav-btn--disabled {
    cursor: default;
    pointer-events: none;
}

.ahowuse-slider__nav-btn--disabled .ahowuse-slider__nav-circle {
    fill: rgba(255, 255, 255, 0.45);
}

.ahowuse-slider__nav-btn--disabled .ahowuse-slider__nav-arrow {
    fill: rgba(16, 16, 16, 0.35);
}
  

@media screen and (max-width: 1599px) {
    .ahowuse {
        padding: 50px;
    }
}

@media screen and (max-width: 1344px) {
    .ahowuse h2 {
        line-height: 120%;
    }
    .ahowuse-slider__slide {
        min-height: 544px;
    }
    .ahowuse-slider__card {
        max-width: 450px;
    }
}

@media (max-width: 1199px) {
    .ahowuse {
        margin: 100px 0;
    }
    .ahowuse h2 {
        font-size: 80px;
    }
    .ahowuse__desc h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .ahowuse {
        margin: 80px 0;
        padding: 30px;
    }
    .ahowuse h2 {
        font-size: 60px;
    }
    .ahowuse__desc {
        margin: 20px auto 30px;
    }
    .ahowuse-slider__card {
        max-width: 450px;
    }
    .ahowuse-slider__content {
        padding: 30px;
        padding-bottom: 135px;
    }
    .ahowuse-slider__slide {
        min-height: 341px;
    }
    .ahowuse-slider__note {
        bottom: 30px;
        right: 30px;
        max-width: 353px;
    }
    .ahowuse-slider__nav {
        left: 30px;
        bottom: 30px;
    }
}


@media (max-width: 767px) {
    .ahowuse {
        padding: 20px;
        background-color: #101010;
        background-image: unset;
    }
    .ahowuse h2 {
        font-size: 50px;
    }
    .ahowuse__desc {
        margin: 20px auto;
    }
    .ahowuse-slider__swiper,
    .ahowuse-slider__slide {
        border-radius: 24px;
    }
    .ahowuse-slider__slide {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding: 0;
    }
    .ahowuse-slider__image {
        position: relative;
        inset: auto;
        height: 300px;
        border-radius: 24px;
        overflow: hidden;
        flex-shrink: 0;
    }

    .ahowuse-slider__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ahowuse-slider__content {
        min-height: 100%;
        display: block;
        padding: 14px 0 0;
    }

    .ahowuse-slider__content--between {
        display: block;
    }

    .ahowuse-slider__card {
        max-width: none;
        padding: 20px;
        border-radius: 24px;
        background: unset;
        backdrop-filter: unset;
        -webkit-backdrop-filter: unset;
        height: 100%;
    }

    .ahowuse-slider__note {
        display: none;
    }

    .ahowuse-slider__nav {
        position: static;
        left: auto;
        bottom: auto;
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
    }
}

@media screen and (max-width: 567px) {
    .ahowuse {
        margin: 60px 0;
        border-radius: 12px;
    }
    .ahowuse h2 {
        font-size: 24px;
    }
    .ahowuse__desc h3 {
        font-size: 18px;
    }
    .ahowuse__desc p {
        font-size: 14px;
    }
    .ahowuse-slider__swiper {
        overflow: hidden;
        border-radius: 12px;
    }
    .ahowuse-slider__slide {
        border-radius: 12px;
    }
    .ahowuse-slider__image {
        height: 150px;
        border-radius: 12px;
    }
    .ahowuse-slider__title {
        font-size: 18px !important;
    }
    .ahowuse-slider__text,
    .ahowuse-slider__note {
        font-size: 14px !important;
    }
    .ahowuse-slider__nav-btn,
    .ahowuse-slider__nav-btn svg {
      width: 46px;
      height: 46px;
    }
}

.arules {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.arules__text {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.arules__text-title {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.arules__text-title span {
    margin: 0;
    padding: 0;
    color: #101010;
    font-size: 96px;
    font-weight: 800;
    line-height: 120%;
    text-transform: uppercase;
}

.arules__text-title p {
    margin: 0;
    padding: 0;
    color: #101010;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    max-width: 500px;
}

.arules__text-desc {
    margin: auto 0;
    padding: 20px 50px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.25);
}

.arules__text-desc p {
    margin: 0;
    padding: 0;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.arules__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    list-style: none;
}

.arules__item {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
}

.arules__item img {
    margin: 0;
    object-fit: cover;
    width: 834px;
    height: 538px;
    border-radius: 24px;
}

.arules__item-content {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.arules__item-content h3 {
    margin: 0;
    padding: 0;
    color: #101010;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
}

.arules__item-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    list-style: none;
}

.arules__item-content li {
    margin: 0;
    padding: 0 0 0 21px;
    position: relative;
    color: #101010;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.arules__item-content li span {
    font-weight: 600;
}

.arules__item-content li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: #DF2322;
}

@media screen and (max-width: 1599px) {
    .arules__text-desc {
        padding: 20px 30px;
    }
    .arules__item img {
        width: 634px;
        height: 538px;
    }
}

@media screen and (max-width: 1344px) {
    .arules__item img {
        width: 504px;
        height: 428px;
    }
}

@media screen and (max-width: 1199px) {
    .arules {
        gap: 40px;
    }
    .arules__text {
        flex-direction: column;
        gap: 20px;
    }
    .arules__text-title {
        margin: 0;
    }
    .arules__text-title span {
        font-size: 80px;
    }
    .arules__text-title p {
        font-size: 28px;
        max-width: unset;
    }
    .arules__text-desc {
        padding: 20px 40px;
    }
    .arules__list {
        gap: 40px;
    }
    .arules__item {
        flex-direction: column;
        gap: 40px;
    }
    .arules__item:nth-child(2) {
        flex-direction: column-reverse;
    }
    .arules__item img {
        width: 100%;
        height: 428px;
    }
}

@media screen and (max-width: 991px) {
    .arules__text-title span {
        font-size: 60px;
    }
    .arules__text-title p {
        max-width: 600px;
    }
}

@media screen and (max-width: 767px) {
    .arules__text-title span {
        font-size: 50px;
    }
    .arules__text-desc {
        padding: 20px;
    }
}

@media screen and (max-width: 567px) {
    .arules {
        gap: 20px;
    }
    .arules__text-title span {
        font-size: 24px;
    }
    .arules__text-title p {
        font-size: 18px;
        max-width: 270px;
    }
    .arules__text-desc {
        border-radius: 12px;
    }
    .arules__text-desc p {
        font-size: 14px;
    }
    .arules__list {
        gap: 20px;
    }
    .arules__item {
        gap: 20px;
    }
    .arules__item img {
        height: 217px;
        border-radius: 12px;
    }
    .arules__item-content {
        gap: 20px;
    }
    .arules__item-content h3 {
        font-size: 18px;
    }
    .arules__item-content ul {
        gap: 20px;
    }
    .arules__item-content li {
        font-size: 14px;
    }
}

.aflameblack {
    margin: 120px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.aflameblack__name {
    margin: 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
}

.awarranty {
    margin: -30px 0 0;
    padding: 96px 50px 65px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 80px;
    background-color: #010101;
}

.awarranty img {
    position: absolute;
    top: 43px;
    right: 0;
    object-fit: contain;
    width: 100%;
    max-width: 727px;
    z-index: 2;
}

.awarranty__info {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 590px;
    z-index: 3;
}

.awarranty__info-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.awarranty__info-text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.awarranty__info-text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.awarranty__info-buttons {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}

.awarranty__info-buttons-add,
.awarranty__info-buttons-call {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
}

.awarranty__info-buttons-add div,
.awarranty__info-buttons-call div {
    margin: 0;
    padding: 0;
    width: 229px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.awarranty__info-buttons-add div {
    background-color: #266141;
    border: 2px solid #266141;
}

.awarranty__info-buttons-call div {
    background-color: transparent;
    border: 2px solid #fff;
}

.awarranty__info-buttons-add div p,
.awarranty__info-buttons-call div p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
}

/* hover эффекты */
.awarranty__info-buttons-add:hover div {
    background-color: #1b4a31;
    border-color: #1b4a31;
}

.awarranty__info-buttons-call:hover div {
    background-color: #fff;
}

.awarranty__info-buttons-call:hover div p {
    color: #266141;
}

.awarranty__list {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 545px 1fr;
    grid-template-rows: repeat(2, minmax(min-content, max-content));
    column-gap: 50px;
    row-gap: 50px;
    list-style: none;
    z-index: 3;
}

.awarranty__item {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}

.awarranty__item svg {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.awarranty__item p {
    margin: auto 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1599px) {
    .awarranty {
        margin: -20px 0 0;
    }
    .awarranty img {
        max-width: 718px;
    }
}

@media screen and (max-width: 1344px) {
    .awarranty {
        padding: 86px 50px 65px;
        gap: 70px;
    }
    .awarranty img {
        top: 40px;
        max-width: 642px;
    }
    .awarranty__info {
        max-width: 530px;
    }
    .awarranty__info-buttons {
        gap: 21px;
    }
    .awarranty__info-buttons-add div,
    .awarranty__info-buttons-call div {
        width: 205px;
        height: 45px;
    }
    .awarranty__list {
        grid-template-columns: 430px 1fr;
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        column-gap: 134px;
        row-gap: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .aflameblack {
        margin: 100px 0 0;
    }
    .awarranty {
        margin: -15px 0 0;
        padding: 0 40px 40px;
        gap: 50px;
    }
    .awarranty img {
        position: relative;
        top: unset;
        right: unset;
        max-width: 620px;
        margin: 0 auto;
    }
    .awarranty__info {
        margin: -80px 0 0;
        gap: 33px;
        max-width: unset;
    }
    .awarranty__info-text h2 {
        font-size: 40px;
    }
    .awarranty__list {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(2, minmax(min-content, max-content));
        column-gap: 20px;
        row-gap: 40px;
    }
    .awarranty__item svg {
        margin: 0;
    }
    .awarranty__item p {
        margin: 0;
    }    
}

@media screen and (max-width: 991px) {
    .aflameblack {
        margin: 80px 0 0;
    }
    .awarranty {
        margin: -10px 0 0;
        padding: 0 30px 30px;
        gap: 30px;
    }
    .awarranty__info {
        margin: -60px 0 0;
        gap: 30px;
        max-width: unset;
    }
    .awarranty__list {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, minmax(min-content, max-content));
        column-gap: unset;
        row-gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .awarranty {
        padding: 0 20px 20px;
    }
}

@media screen and (max-width: 567px) {
    .aflameblack {
        margin: 60px 0 0;
    }
    .awarranty {
        margin: -5px 0 0;
        padding: 0 20px 20px;
    }
    .awarranty__info {
        margin: -40px 0 0;
        gap: 20px;
    }
    .awarranty__info-text h2 {
        font-size: 22px;
    }
    .awarranty__info-text p {
        font-size: 14px;
    }
    .awarranty__info-buttons {
        flex-direction: column;
        gap: 20px;
    }
    .awarranty__info-buttons-add div,
    .awarranty__info-buttons-call div {
        width: 100%;
    }
    .awarranty__item p {
        font-size: 14px;
    }
}







.acompare {
    margin: 0;
    padding: 50px;
    position: relative;
    background-image:
        linear-gradient(rgba(1, 1, 1, 0.8), rgba(1, 1, 1, 0.8)),
        url(/image/catalog/landings/flameforce-22/acompare_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 0 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.acompare__title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

.acompare__title h2 {
    margin: 0;
    padding: 0;
    position: relative;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
    z-index: 2;
    isolation: isolate;
    max-width: 1040px;
}



.acompare__table-wrap {
    position: relative;
    border-radius: 24px;
    max-width: 100%;
    margin: 0;
    z-index: 3;
}





/* Скролл-контейнер */
.acompare__table-scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;

    /* скрываем нативный скроллбар, но сам скролл остается */
    scrollbar-width: none;
    -ms-overflow-style: none;
    
    border: 1px solid #828282;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05); /* обязательно, иначе blur не будет заметен */
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.acompare__table-scroll::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
}

.acompare__table-scroll::-webkit-scrollbar {
    height: 0;
}

/* Chrome/Safari */

.acompare__table-clip {
    display: inline-block;
    min-width: 100%;
    max-width: 945px;
    border-radius: 24px;
    padding: 0;
    overflow: hidden;
}

.acompare__table {
    border-collapse: collapse;
    width: max-content;
    min-width: 100%;    
    
}

.acompare__table th,
.acompare__table td {
    padding: 24px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    vertical-align: center;
    border-top: 1px solid #828282;
    height: 70px;
}

.acompare__table thead th {
    border-top: none;
    font-weight: 700;
}

.acompare__table th:not(:last-child),
.acompare__table td:not(:last-child) {
    border-right: 1px solid #828282;
}

.acompare__table tbody th {
    font-weight: 500;
    min-width: 220px;
    white-space: normal;
}

.acompare__table tbody td {
    white-space: nowrap;
}

/* ===== Кастомный скроллбар снизу ===== */
.acompare__bar {
    margin-top: 20px;
    padding: 0;
    /* лёгкие внутренние отступы как на макете */
}

.acompare__bar-track {
    height: 3px;
    border-radius: 999px;
    background: #E4E4E4;
    position: relative;
    overflow: hidden;
}

.acompare__bar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 999px;
    background: #266141;
    /* под “зелёный” из примера */
    width: 40px;
    /* будет перезаписано JS */
    transform: translateX(0);
    cursor: grab;
}

.acompare__bar-thumb:active {
    cursor: grabbing;
}

@media screen and (max-width: 1199px) {
    .acompare {
        padding: 40px;
        gap: 40px;
    }
    .acompare__title h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .acompare {
        padding: 30px 30px 40px;
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .acompare {
        padding: 20px 20px 30px;
        gap: 20px;
    }

    .acompare__title h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 567px) {
    .acompare__title h2 {
        font-size: 22px;
    }
}





.aquestions {
    margin: 120px 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%;
}

.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: 32px;
    font-weight: 500;
    line-height: 120%;
}

.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: 16px;
    font-weight: 400;
    line-height: 150%;
}

.aqaaccordion-item.active .aqaaccordion-content {
    max-height: 500px;
    padding-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .aquestions {
        margin: 100px 0;
    }
    .aquestions h2 {
        font-size: 40px;
    }
    .aqaaccordion-header {
        font-size: 28px;
    }
    .aqaaccordion-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aquestions {
        margin: 80px 0;
        gap: 50px;
    }
    .aquestions h2 {
        font-size: 40px;
    }
    .aqaaccordion-header {
        font-size: 32px;
    }
}

@media screen and (max-width: 567px) {
    .aquestions {
        margin: 60px 0;
        gap: 20px;
    }
    .aquestions h2 {
        font-size: 22px;
    }
    .aqaaccordion-header {
        font-size: 18px;
    }
    .aqaaccordion-content p {
        font-size: 14px;
    }
}