.aptechka__innovation-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

.aptechka__grey-block {
    display: flex;
    background: #EDF8FF;
    justify-content: space-between;
    border-radius: 24px;
    margin-bottom: 100px;
}

.aptechka__grey-img picture {
    display: block;
    height: 100%;
}

.aptechka__grey-img img {
    max-width: 604px;
    display: block;
}

.aptechka__grey-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 60px;
    max-width: 504px;
}

.aptechka__grey-txt p {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__grey-txt img {
    align-self: end;
}

.aptechka__history-txt {
    justify-content: center;
    display: flex;
    flex-direction: column;
    max-width: 600px;
}

.aptechka__history-txt span {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.aptechka__history-txt p {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
    max-width: 460px;
}

.aptechka__innovation-img img {
    max-width: 604px;
}

.aptechka__innovation-txt span {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.aptechka__innovation-txt p {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__innovation-txt {
    max-width: 547px;
}

.aptechka__safety-block {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.aptechka__safety-img img {
    max-width: 395px;
}

.aptechka__safety-txt p {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__safety-txt span {
    color: #F69FA5;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.aptechka__safety-txt {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.aptechka__sertificate-block {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 100px;
}

.aptechka__world-txt {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    gap: 24px;
}

.aptechka__world-txt p {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__world-txt a {
    color: #F69FA5;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: underline;
}

.aptechka__world-img img {
    max-width: 400px;
}

.aptechka__safety-block {
    margin-bottom: 100px;
}

.aptechka__history-block {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 100px;
}

.aptechka__history-img {
    display: flex;
    align-items: center;
    max-width: 141px;
    gap: 10px;
}

.aptechka__history-img p {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

@media (max-width: 1200px) {
    .aptechka__grey-txt span {
        font-size: 24px;
    }

    .aptechka__grey-txt p, .aptechka__world-txt p {
        font-size: 18px;
    }

    .aptechka__grey-txt {
        margin: 32px 24px;
    }

    .aptechka__grey-txt img {
        max-width: 120px;
    }

    .aptechka__grey-img img {
        max-width: 520px;
    }

    .aptechka__innovation-img img {
        max-width: 445px;
    }

    .aptechka__innovation-block, .aptechka__safety-block {
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .aptechka__grey-img img {
        max-width: 216px;
        border-radius: 24px 0 0 24px;
    }

    .aptechka__history-txt span, .aptechka__innovation-txt span {
        font-size: 24px;
    }

    .aptechka__history-txt p, .aptechka__innovation-txt p, .aptechka__safety-txt p, .aptechka__history-img p {
        font-size: 18px;
    }

    .aptechka__grey-block, .aptechka__safety-block {
        margin-bottom: 60px;
    }

    .aptechka__history-block {
        flex-direction: column;
        align-items: start;
        margin-bottom: 60px;
        gap: 24px;
        max-width: 299px;
    }

    .aptechka__history-img {
        max-width: none;
    }

    .aptechka__history-img img {
        max-width: 24px;
    }

    .aptechka__safety-img img {
        max-width: 212px;
    }

    .aptechka__safety-txt {
        gap: 40px;
    }

    .aptechka__safety-txt span {
        font-size: 28px;
    }

    .aptechka__innovation-img img {
        max-width: 212px;
    }

    .aptechka__innovation-block {
        margin-bottom: 60px;
    }

    .aptechka__world-img img {
        max-width: 212px;
    }

    .aptechka__world-txt {
        gap: 12px;
    }

    .aptechka__sertificate-block {
        gap: 20px;
        margin-bottom: 60px;
    }
}

@media (max-width: 600px) {
    .aptechka__grey-img img, .aptechka__world-img img {
        max-width: 600px;
        width: 100%;
        border-radius: 24px 24px 0 0;
    }

    .aptechka__grey-block, .aptechka__safety-block, .aptechka__history-block, .aptechka__innovation-block {
        flex-direction: column;
    }

    .aptechka__safety-block, .aptechka__sertificate-block {
        flex-direction: column-reverse;
    }

    .aptechka__grey-txt {
        margin: 40px 24px;
    }

    .aptechka__grey-block, .aptechka__safety-block, .aptechka__innovation-block, .aptechka__history-block, .aptechka__sertificate-block {
        max-width: 321px;
        margin: 0 auto 60px auto;
    }

    .aptechka__innovation-img img, .aptechka__safety-img img {
        max-width: 320px;
        border-radius: 24px 24px 24px 24px;
    }

    .aptechka__safety-txt {
        gap: 12px;
    }

    .aptechka__world-txt {
        gap: 24px;
    }

}
