@media screen and (max-width: 1000px) {
    .fst_screen_ab_section {
        padding-top: 20px;
    }
    .luchznaniyru__decoration-wrapper {
        transform: scale(0.6);
    }

    .fst_screen_ab_section .decoration__wrapper {
        right: -355px;
        top: -1000px;
    }

    .fst_screen_ab_section .luchznaniyru__container {
        margin-top: 20px;
    }

    .fst_screen_ab_section .luchznaniy__pc {
        display: flex;
        z-index: 4;
        position: relative;
    }

    .fst_screen_ab_section .luchznaniyru__text {
        gap: 20px;

    }

    .fst_screen_ab_section .luchznaniyru__title {
        font-size: 25px;
    }


    .fst_screen_ab_section .luchznaniyru__directions {
        flex-direction: column;
        align-items: start;
        margin-bottom: 40px;
    }

    .fst_screen_ab_section .directions-circle {
        display: flex;
        width: 20px;
    }

    .fst_screen_ab_section .directions-circle1 {
        margin-left: 20px;
    }

    .fst_screen_ab_section .directions-circle2 {
        margin-left: 40px;
    }

    .fst_screen_ab_section .luchznaniyru__directions div {
        display: none;
    }

    .fst_screen_ab_section .luchznaniyru__directions a {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
    }

    .fst_screen_ab_section .luchznaniy__mobile {
        display: none;
    }

    .fst_screen_ab_section .main-content__button {
        text-wrap: nowrap;
        margin-top: 0;
        border-radius: 0 99px 99px 0;
        transform: translateX(-30px);
        width: 360px;
        font-size: 13px;
    }

    .fst_screen_ab_section .luchznaniyru__list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
    }

    .fst_screen_ab_section .luchznaniyru__list a {
        width: 320px;
        height: 100%;
        margin: 0 auto;
    }

    .fst_screen_ab_section .luchznaniyru__item {
        width: 320px;
        height: 140px;
        margin: 0 auto;
    }

    .fst_screen_ab_section .luchznaniyru__buttons {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .fst_screen_ab_section .license__button {
        margin-top: 20px;
        min-width: 370px;
        transform: translateX(-30px);
        border-radius: 0 99px 99px 0;
    }

    .fst_screen_ab_section .license__button a {
        text-wrap: nowrap;
    }
}

@media screen and (max-width: 699px) {
    .fst_screen_ab_section .luchznaniyru__title {
        max-width: 250px;
    }

    .fst_screen_ab_section .decoration__wrapper {
        top: -1500px;
    }
}


@media screen and (max-width: 500px) {
    .fst_screen_ab_section .luchznaniyru__decoration-wrapper {
        transform: scale(1);
    }

    .fst_screen_ab_section .main-content__img-box {
        background-color: var(--litegrey);
    }

    .fst_screen_ab_section .luchznaniyru__decoration-wrapper .decoration__wrapper .decoration .main-content__img-box::before {
        display: none;
    }

    .fst_screen_ab_section .main-content__img-decor {
        display: none;
    }

    .fst_screen_ab_section .main-content__img-box::after {
        transform: scale(0.5);
        opacity: 1;
    }

    .fst_screen_ab_section .main-content__img-box img {
        transform: translate(-99px, 609px);
        opacity: 0.3;
        border-radius: 0;
    }

    .fst_screen_ab_section .luchznaniyru__title {
        line-height: 32px;
    }

    .fst_screen_ab_section .luchznaniyru__decoration-wrapper .decoration__wrapper .decoration .main-content__img-box::after {
        top: 579px;
        left: 5px;
        opacity: 0.9;
    }
}