.category-info {
    overflow: visible!important;
}
.alandings {
    font-family: 'Montserrat' !important;
    margin: 0 auto;
    padding: 0;
}

.product-content:has(.alandings) {
    padding: 0 5px;
}




.ahardware {
    margin: 0;
    padding: 76px 50px 50px;
    display: flex;
    background-image: url(/image/catalog/landings/trd-true-tool-20b/ahardware.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 24px;
}

.ahardware__image {
    display: none;
}

.ahardware__text {
    margin: 0 auto 0 0;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 24px;
    border: 1px solid #fff;
    background: rgba(11, 11, 11, 0.50);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    max-width: 567px;
}

.ahardware__text h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.ahardware__text p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1344px) {
    .ahardware {
        padding: 30px;
    }
    .ahardware__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .ahardware {
        padding: 0;
        display: flex;
        flex-direction: column;
        background-image: unset;
        border-radius: unset;
    }
    .ahardware__image {
        display: block;
        margin: 0;
        width: 100%;
        height: 690px;
        background-image: url(/image/catalog/landings/trd-true-tool-20b/ahardware.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
    }
    .ahardware__text {
        margin: -170px 30px 0;
        padding: 20px;
        gap: 16px;
        max-width: unset;
        border-radius: 16px;
        background-image: url(/image/catalog/landings/trd-true-tool-20b/ahardware_item_bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .ahardware__text h2 {
        font-size: 40px;
    }
    .ahardware__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {
    .ahardware__image {
        height: 60vw;
    }
    .ahardware__text {
        margin: -100px 0 0;
    }
    .ahardware__text h2 {
        font-size: 22px;
    }
    .ahardware__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .ahardware__image {
        height: 60vw;
        border-radius: 12px;
    }
    .ahardware__text {
        margin: -40px 0 0;
        border-radius: 12px;
    }
    .ahardware__text h2 {
        font-size: 22px;
    }
    .ahardware__text p {
        font-size: 14px;
    }
}

.amaterials {
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    gap: 50px;
}

.amaterials__image {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 868px;
}

.amaterials__content {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.amaterials__content-img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 300px;
    border-radius: 24px;
    background-image: url(/image/catalog/landings/trd-true-tool-20b/amaterials-content.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.amaterials__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.amaterials__content-text h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.amaterials__content-text h2 span {
    color: #266141;
}

.amaterials__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.amaterials-420,
.amaterials-440 {
    position: absolute;
    margin: 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 24px;
    background: rgba(120, 120, 120, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.amaterials-420 {
    top: 236px;
    left: 434px;
}

.amaterials-440 {
    top: 472px;
    left: 272px;
}

.amaterials-420 p,
.amaterials-440 p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.amaterials-420 span,
.amaterials-440 span {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

@media screen and (max-width: 1599px) {
    .amaterials__image {
        max-width: 718px;
    }
    .amaterials__content-img {
        height: 260px;
    }
    .amaterials-420 {
        top: 150px;
        left: 350px;
    }
    .amaterials-440 {
        top: 380px;
        left: 250px;
    }
}

@media screen and (max-width: 1344px) {
    .amaterials__image {
        max-width: 600px;
    }
    .amaterials__content-img {
        height: 240px;
    }
    .amaterials-420 {
        top: 130px;
        left: 250px;
    }
    .amaterials-440 {
        top: 350px;
        left: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .amaterials {
        margin: 0;
        flex-direction: column;
        gap: 30px;
    }
    .amaterials__image {
        max-width: 100%;
    }
    .amaterials__content-img {
        height: 558px;
    }
    .amaterials__content-text h2 {
        font-size: 40px;
    }
    .amaterials-420 {
        top: 260px;
        left: unset;
        right: 136px;
    }
    .amaterials-440 {
        top: 522px;
        left: unset;
        right: 280px;
    }

}

@media screen and (max-width: 991px) {
    .amaterials__content-img {
        height: 400px;
    }
    .amaterials-420 {
        top: 150px;
        right: 86px;
    }
    .amaterials-440 {
        top: 402px;
        right: 230px;
    }
}

@media screen and (max-width: 767px) {
    .amaterials-420 {
        top: 80px;
        right: 26px;
    }
    .amaterials-440 {
        top: 262px;
        right: 50px;
    }
    .amaterials__content-img {
        height: 300px;
    }
    .amaterials__content-text h2 {
        font-size: 22px;
    }
    .amaterials__content-text p {
        font-size: 16px;
    }
    .amaterials-420 p,
    .amaterials-440 p {
        font-size: 22px;
    }
    .amaterials-420 span,
    .amaterials-440 span {
        font-size: 24px;
    }
}

@media screen and (max-width: 567px) {
    .amaterials {
        gap: 20px;
    }
    .amaterials__content {
        gap: 20px;
    }
    .amaterials-420 {
        top: 56px;
        right: 19px;
    }
    .amaterials-440 {
        top: 155px;
        right: 19px;
    }
    .amaterials-420 p,
    .amaterials-440 p {
        font-size: 14px;
    }
    .amaterials-420 span,
    .amaterials-440 span {
        font-size: 18px;
    }
    .amaterials-420,
    .amaterials-440 {
        padding: 10px;
        border-radius: 12px;
    }
    .amaterials__content-img {
        height: 55vw;
    }
    .amaterials__content-text p {
        font-size: 14px;
    }
}

.avideos {
    margin: 130px 0;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 24px;
    background-color: #F4F4F4;
}

.avideos h2 {
    margin: 0 auto;
    padding: 0;
    color: #020A0A;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.avideos h2 span {
    color: #266141;
}

.avideos iframe {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    height: 100%;
    aspect-ratio: 950 / 534;
    border-radius: 16px;
}

@media screen and (max-width: 1199px) {
    .avideos {
        margin: 100px 0;
        padding: 30px 0;
        gap: 100px;
    }
    .avideos h2 {
        font-size: 40px;
    }
    .avideos iframe {
        max-width: 890px;
    }
}

@media screen and (max-width: 991px) {
    .avideos {
        padding: 30px;
    }
}

@media screen and (max-width: 767px) {
    .avideos {
        gap: 50px;
    }
    .avideos h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 567px) {
    .avideos {
        margin: 60px 0;
        padding: 20px 10px;
        gap: 20px;
        border-radius: 12px;
    }
    .avideos iframe {
        border-radius: 12px;
    }
}

.asizes {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 50px;
}

.asizes__content {
    margin: 0;
    padding: 0;
    max-width: 615px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.asizes__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.asizes__content-text h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.asizes__content-text h2 span {
    color: #266141;
}

.asizes__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.asizes__content-image {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.asizes__content-image img {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: contain;
}

.asizes__content-image svg {
    margin: 0;
    padding: 0;
    width: 100%;
    object-fit: contain;
}

.asizes_wrapper {
    margin: 0;
    padding: 50px;
    border-radius: 24px;
    display: flex;
    background-image: url(/image/catalog/landings/trd-true-tool-20b/asizes_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.asizes_wrapper-weight {
    margin: auto auto 0 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 24px;
    background: rgba(120, 120, 120, 0.5);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.10);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.asizes_wrapper-weight p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
}

.asizes_wrapper-weight span {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .asizes {
        flex-direction: column-reverse;
        gap: 50px;
    }
    .asizes_wrapper {
        height: 558px;
    }
    .asizes__content {
        max-width: unset;
        gap: 50px;
    }
    .asizes__content-text h2 {
        font-size: 40px;
    }
    .asizes__content-image {
        margin: 0 auto;
        gap: 55px;
        max-width: 758px;
    }
}

@media screen and (max-width: 767px) {
    .asizes__content-text h2 {
        font-size: 22px;
    }
    .asizes_wrapper {
        height: 100vw;
    }
}

@media screen and (max-width: 567px) {
    .asizes {
        gap: 20px;
    }
    .asizes__content {
        gap: 20px;
    }
    .asizes__content-text p {
        font-size: 14px;
    }
    .asizes__content-image {
        gap: 20px;
    }
    .asizes_wrapper {
        padding: 20px;
        border-radius: 12px;
    }
    .asizes_wrapper-weight {
        padding: 20px;
        border-radius: 12px;
    }
    .asizes_wrapper-weight p {
        font-size: 14px;
    }
    .asizes_wrapper-weight span {
        font-size: 18px;
    }
}

.awarranty {
    margin: 130px 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.awarranty__image {
    margin: auto 0;
    padding: 0;
    object-fit: contain;
    width: 100%;
    max-width: 582px;
}

.awarranty__content {
    margin: auto 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 433px;
}

.awarranty__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.awarranty__content-text h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.awarranty__content-text p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.awarranty__content-button {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    background: #266141;
    border-radius: 40px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
}

.awarranty__content-button span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.awarranty__content-button div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #FFF;
    border-radius: 50%;
}

.awarranty__content-button:hover {
    background: #358057;
}

.awarranty__content-button:active {
    background: #163A27;
}

@media screen and (max-width: 1344px) {
    .awarranty__image {
        max-width: 450px;
    }
}

@media screen and (max-width: 1199px) {
    .awarranty {
        margin: 100px 0;
        padding: 30px;
        flex-direction: column;
        gap: 30px;
    }
    .awarranty__image {
        margin: 0 auto;
        max-width: 671px;
    }
    .awarranty__content {
        margin: 0;
        gap: 50px;
        max-width: unset;
    }
    .awarranty__content-button {
        max-width: 482px;
    }
}

@media screen and (max-width: 991px) {
    .awarranty {
        padding: 20px;
        gap: 20px;
    }
    .awarranty__content-text h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .awarranty__content-text h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 567px) {
    .awarranty {
        margin: 60px 0;
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }
    .awarranty__content-text h2 {
        font-size: 22px;
    }
    .awarranty__content-text p {
        font-size: 14px;
    }
    .awarranty__content {
        gap: 20px;
    }
    .awarranty__content-button {
        gap: 10px;
    }
}


.agift {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.agift__image {
    display: block;
    margin: 0;
    width: 100%;
    height: 684px;
    background-image: url(/image/catalog/landings/trd-true-tool-20b/agift.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
}

.agift__text {
    margin: -200px 50px 0;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}

.agift__text h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.agift__text h2 span {
    color: #266141;
}

.agift__text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1344px) {
    .agift {
        padding: 30px;
    }
    .agift__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .agift {
        padding: 0;
        display: flex;
        flex-direction: column;
        background-image: unset;
        border-radius: unset;
    }
    .agift__image {
        display: block;
        margin: 0;
        width: 100%;
        height: 558px;
        background-image: url(/image/catalog/landings/trd-true-tool-20b/agift.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 20px;
    }
    .agift__text {
        margin: -160px 30px 0;
        padding: 30px;
        gap: 20px;
        max-width: unset;
        border-radius: 16px;
    }
    .agift__text h2 {
        font-size: 40px;
    }
    .agift__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .agift__image {
        height: 60vw;
    }
    .agift__text {
        margin: -100px 30px 0;
    }
    .agift__text h2 {
        font-size: 22px;
    }
    .agift__text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .agift__image {
        height: 60vw;
        border-radius: 12px;
    }
    .agift__text {
        margin: -40px 20px 0;
        padding: 20px;
        border-radius: 12px;
    }
    .agift__text h2 {
        font-size: 22px;
    }
    .agift__text p {
        font-size: 14px;
    }
}


.aquestions {
    margin: 130px 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 h2 {
        font-size: 40px;
    }
    .aqaaccordion-header {
        font-size: 28px;
    }
    .aqaaccordion-content p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .aquestions {
        gap: 50px;
    }
    .aquestions h2 {
        font-size: 36px;
    }
    .aqaaccordion-header {
        font-size: 24px;
    }
}

@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;
    }
}

.acallback {
    margin: 0 0 100px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    background-image: url(/image/catalog/landings/trd-true-tool-20b/acallback.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 24px;
}

.acallback h3 {
    margin: auto 0;
    padding: 0;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    max-width: 530px;
}

.acallback__content-button {
    margin: auto 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 5px 5px 30px;
    background: #266141;
    border-radius: 40px;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    width: 350px;
}

.acallback__content-button span {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.acallback__content-button div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 66px;
    background-color: #FFF;
    border-radius: 50%;
}

.acallback__content-button:hover {
    background: #358057;
}

.acallback__content-button:active {
    background: #163A27;
}

@media screen and (max-width: 1199px) {
    .acallback {
        padding: 50px 30px;
    }
    .acallback h3 {
        font-size: 28px;
        max-width: 460px;
    }
}

@media screen and (max-width: 991px) {
    .acallback h3 {
        max-width: 320px;
    }
    .acallback__content-button {
        width: 300px;
    }
}

@media screen and (max-width: 767px) {
    .acallback {
        padding: 30px;
        flex-direction: column;
        gap: 30px;
    }  
    .acallback h3 {
        max-width: unset;
    }
    .acallback__content-button {
        width: unset;
    }
}

@media screen and (max-width: 567px) {
    .acallback {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
    }  
    .acallback h3 {
        font-size: 18px;
    }
    .acallback__content-button {
        gap: 10px;
    }
    .acallback__content-button span {
        font-size: 14px;
    }
}

.ascopes {
    margin: 130px 0;
    padding: 50px;
    display: flex;
    gap: 39px;
    border-radius: 24px;
    background-color: #F4F4F4;
}

.ascopes__image {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 12px;
    background-image: url(/image/catalog/landings/trd-true-tool-20b/ascopes.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ascopes__content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 679px;
    flex-shrink: 0;
}

.ascopes__content-text {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ascopes__content-text h2 {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 48px;
    font-weight: 600;
    line-height: 120%;
}

.ascopes__content-text h2 span {
    color: #266141;
}

.ascopes__content-text p {
    margin: 0;
    padding: 0;
    color: #020A0A;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}












.ascopes__slider-container {
    margin: 0;
    padding: 30px;
    width: 100%;
    height: 556px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}

.ascopes__progress-section {
    width: 8px;
    height: 100%;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ascopes__progress-bar-container {
    width: 8px;
    height: 100%;
    background: #D7DCD9;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
}

.ascopes__progress-bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5%; /* Начальное заполнение на 5% */
    background: #266141;
    border-radius: 5px;
    transition: height 0.5s ease;
}

/* Стили для Swiper - должны быть без префикса */
.ascopes__slider-container .swiper {
    width: 100%;
    height: 100%;
}

.ascopes__slider-container .swiper-wrapper {
    align-items: center;
}

.ascopes__slide {
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

/* Центральный (активный) слайд */
.ascopes__slider-container .swiper-slide-active {
    border-radius: 12px;
    background: #266141;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
}

/* Заголовок теперь h3 */
.ascopes__slide-title {
    margin: 0;
    font-size: 32px;
    color: #000;
    font-weight: 500;
    line-height: 120%;
    transition: all 0.3s ease;
}

/* Контент теперь p */
.ascopes__slide-content {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.3s ease;
}

.ascopes__slider-container .swiper-slide-active h3,
.ascopes__slider-container .swiper-slide-active p {
    color: #fff;
}



@media screen and (max-width: 1344px) {
    .ascopes {
        padding: 40px;
        gap: 20px;
    }
}








@media screen and (max-width: 1199px) {
    .ascopes {
        margin: 100px 0;
        padding: 30px;
        gap: 30px;
        flex-direction: column;
    }
    .ascopes__image {
        height: 782px;
    }
    .ascopes__content {
        gap: 30px;
        width: unset;
    }
    .ascopes__content-text h2 {
        font-size: 40px;
    }
    .ascopes__slider-container {
        margin: 0;
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        overflow: auto;
    }
    .ascopes__progress-section {
      order: 2; /* Перемещаем прогрессбар в конец контейнера */
      width: calc(100% - 50px);
      height: 8px;
      margin: 20px auto 0;
      flex-shrink: 0;
    }
    .ascopes__progress-bar-container {
      width: 100%;
      height: 8px;
      margin: 0;
    }
    .ascopes__progress-bar-fill {
      height: 100%;
      width: 5%; /* Изменяем с height на width для горизонтального прогрессбара */
      transition: width 0.5s ease;
    }
    .ascopes__slider-container .swiper {
      order: 1; /* Слайдер становится первым элементом */
    }
    .ascopes__slider-container .swiper-wrapper {
      align-items: stretch; /* Растягиваем слайды по высоте */
    }
    .ascopes__slide {
      padding: 10px 20px;
      margin-bottom: 0;
      gap: 16px;
      justify-content: flex-start;
      height: unset;
    }
    .ascopes__slide-title {
      font-size: 28px;
    }
    .ascopes__slide-content {
      font-size: 16px;
    }    
  }

  @media screen and (max-width: 991px) {
    .ascopes__image {
        height: 782px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .ascopes__slider-container {
      padding: 15px;
    }
    .ascopes__slide {
      padding: 15px;
    }
    .ascopes__slide-title {
      font-size: 20px;
    }
    .ascopes__slide-content {
      font-size: 13px;
    }
    .ascopes__image {
        height: 80vw;
    }
    .ascopes__content-text h2 {
        font-size: 22px;
    }
    .ascopes__progress-section {
        width: 100%;
        margin: 12px auto 0;
      }
  }

  @media screen and (max-width: 567px) {
    .ascopes {
        margin: 60px 0;
        padding: 20px;
        gap: 20px;
    }
    .ascopes__image {
        height: 75vw;
    }
    .ascopes__content {
        gap: 30px;
    }
    .ascopes__content-text p {
        font-size: 14px;
    }
    .ascopes__slider-container {
        padding: 20px;
    }
    .ascopes__slide-title {
        font-size: 17px;
    }
    .ascopes__slide-content {
        font-size: 14px;
    }
  }

  .fourth-news-section__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}
.fourth-news-section__wrap img {
    width: 100%;
    max-width: 750px;
    border-radius: 24px;
}

.universal-section {
    margin: 130px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.universal-section__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.universal-subtitle {
    color: #020A0A !important;
    font-size: 48px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 120% !important;
    margin: 0 !important;
}

.universal-text {
    color: #020A0A !important;
    text-align: justify !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    margin: 0 !important;
}

.fourth-news-section__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.universal-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.second-news-section__item:nth-child(even) .universal-info {
    direction: ltr;
}

@media screen and (max-width: 1199px) {
    .fourth-news-section__wrap {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .universal-section {
        margin: 100px 0;
    }
    .universal-subtitle {
        font-size: 40px !important;
    }
}

@media screen and (max-width: 991px) {
    .universal-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .universal-subtitle {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 567px) {
    .universal-section {
        margin: 60px 0;
    }
    .fourth-news-section__wrap {
        gap: 30px;
    }
    .universal-text {
        font-size: 14px !important;
    }
}
