.universal-link {
    color: #22372C;
    text-decoration-line: underline;
    font-weight: 600;
    transition: .2s;
}

.universal-link:hover {
    text-decoration-line: underline;
}

.next-instruction__header {
    background: #22372C;
    padding: 55px 40px;
}

.next-instruction__header h2 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.next-instruction {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.next-instruction__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.next-instruction__picture {
    max-width: 525px;
    min-width: 525px;
    width: 100%;
}

.next-instruction__picture img {
    object-fit: contain;
    width: 100%;
}

.next-instruction__description p {
    color: #020A0A;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    letter-spacing: 0.4px;
    margin: 0;
}

.catalog-instruction {
    position: relative;
    padding: 50px 0 40px 40px;
    background-image: url("/image/catalog/news/instruction/catalog.webp");
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 40px;
}

.catalog-instruction__header {
    margin-right: 40px;
}

.catalog-instruction__header h2 {
    text-align: right;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: 2.55px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0;
}

.catalog-instruction__header h2 span {
    color: #FFF;
    font-size: 31px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 31px */
    letter-spacing: 1.55px;
    text-transform: uppercase;
}

.catalog-instruction__description {
    border-radius: 40px 0 0 40px;
    border: 1px solid #7e7e7e;
    backdrop-filter: blur(26px);
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 525px;
    width: 100%;
    box-sizing: border-box;

}

.catalog-instruction__description p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
    letter-spacing: 0.32px;
    margin: 0;
}

.catalog-instruction__description a {
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #266141;
    color: #FFF;
    padding: 10px 80px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    transition: .2s;
}

.catalog-instruction__description a:hover {
    background: #358057;
}

@media screen and (max-width: 1599px) {
    .next-instruction__picture {
        max-width: 452px;
        min-width: 452px;
        width: 100%;
    }

    .next-instruction__picture img {
        object-fit: cover;
        width: 100%;
        min-height: 318px;
        object-position: right;
    }

    .catalog-instruction {
        padding: 40px 0 30px 30px;
        gap: 30px;
        background-position: left;
    }

    .catalog-instruction__header h2 {
        font-size: 43px;
    }

    .catalog-instruction__header h2 span {
        font-size: 29px;
    }

    .catalog-instruction__description {
        padding: 40px 30px 40px 40px;
        max-width: 450px;
    }
}

@media screen and (max-width: 1344px) {
    .next-instruction__header {
        padding: 42px 20px;
    }

    .next-instruction__header h2 {
        font-size: 26px;
    }

    .next-instruction {
        gap: 20px;
    }

    .next-instruction__picture img {
        min-height: 271px;
    }

    .next-instruction__picture {
        max-width: 385px;
        min-width: 385px;
        width: 100%;
    }

    .next-instruction__wrap {
        gap: 20px;
    }

    .next-instruction__description p {
        font-size: 18px;
    }

    .catalog-instruction__header h2 {
        font-size: 38px;
        line-height: 30px;
    }

    .catalog-instruction__header h2 span {
        font-size: 23px;
    }

    .catalog-instruction__description {
        padding: 30px 30px 30px 30px;
        max-width: 414px;
        border-radius: 30px 0 0 30px;
    }

    .catalog-instruction__description a {
        border-radius: 100px;
        border: 1px solid #FFF;
        background: #266141;
        color: #FFF;
        padding: 10px 30px;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%;
        transition: .2s;
    }
}

@media screen and (max-width: 1199px) {
    .catalog-instruction__header h2 {
        font-size: 45px;
        line-height: 30px;
    }
}

@media screen and (max-width: 991px) {
    .catalog-instruction {
        padding: 30px 0 20px 30px;
    }

    .catalog-instruction__header {
        margin-right: 20px;
    }

    .catalog-instruction__header h2 {
        font-size: 34px;
        line-height: 30px;
    }

    .catalog-instruction__header h2 span {
        font-size: 23px;
    }

    .catalog-instruction__description {
        padding: 30px 30px 30px 30px;
        max-width: 350px;
        border-radius: 30px 0 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .next-instruction__header {
        padding: 36px 20px;
    }

    .next-instruction__header h2 {
        font-size: 24px;
    }

    .next-instruction__description p {
        font-size: 16px;
    }

    .next-instruction__wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        position: relative;
        z-index: 1;
    }

    .catalog-instruction {
        padding: 30px 20px;
        align-items: flex-start;
        gap: 210px;
        background-position: top left;
        background-size: 130%;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }

    .catalog-instruction:after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 36.37%);
        width: 100%;
        height: 70%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .catalog-instruction__header {
        margin-right: 0;
        max-width: 520px;
        position: relative;
        z-index: 1;
    }

    .catalog-instruction__header h2 {
        font-size: 37px;
        line-height: 36px;
        text-align: left;
    }

    .catalog-instruction__header h2 span {
        font-size: 23px;
        line-height: 15px;
        top: -10px;
        position: relative;
    }

    .catalog-instruction__description {
        padding: 30px 30px 30px 30px;
        max-width: 100%;
        border-radius: 30px;
        position: relative;
        z-index: 1;
    }

    .catalog-instruction__description a {
        padding: 14px 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 567px) {
    .next-instruction__header {
        padding: 10px;
    }

    .next-instruction__picture img {
        object-fit: contain;
        width: 100%;
        min-height: 100%;
        object-position: center;
    }

    .next-instruction__picture {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    .next-instruction__header h2 {
        font-size: 24px;
    }

    .next-instruction__description p {
        font-size: 14px;
        letter-spacing: 0.28px;
    }

    .next-instruction__wrap {
        padding: 0 10px;
    }

    .catalog-instruction {
        padding: 20px 10px;
        gap: 190px;
        background-position: top left;
        background-size: 140%;
    }

    .catalog-instruction:after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 36.37%);
        width: 100%;
        height: 64%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .catalog-instruction__header {
        max-width: 320px;
        margin: 0 10px
    }

    .catalog-instruction__header h2 {
        font-size: 19px;
        font-style: normal;
        font-weight: 800;
        line-height: 100%; /* 19px */
        letter-spacing: 0.95px;
    }

    .catalog-instruction__header h2 span {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%; /* 16px */
        letter-spacing: 0.8px;
        top: -3px;
    }

    .catalog-instruction__description {
        padding: 20px;
        max-width: 100%;
        border-radius: 14px;
        gap: 20px;
    }

    .catalog-instruction__description p {
        font-size: 14px;
        font-weight: 500;
        line-height: 150%; /* 21px */
        letter-spacing: 0.28px;
        margin: 0;
    }

    .catalog-instruction__description a {
        padding: 14px 30px;
        font-size: 14px;
    }
}

@media screen and (max-width: 487px) {
    .catalog-instruction {
        padding: 20px 10px;
        gap: 190px;
        background-position: top left;
        background-size: 140%;
    }

    .catalog-instruction:after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 36.37%);
        width: 100%;
        height: 78%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
    }
}

@media screen and (max-width: 400px) {
    .catalog-instruction:after {
        content: "";
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 36.37%);
        width: 100%;
        height: 70%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 0;
    }

    .catalog-instruction {
        padding: 20px 10px;
        gap: 190px;
        background-position: top left;
        background-size: 220%;
    }
}
