.aptechka__top-title {
    margin-top: 10px !important;
}

.aptechka__top-logo {
    width: 128px;
    margin: 0 auto;
    display: block;
}

.aptechka__top-description {
    display: flex;
    gap: 20px;
}

.aptechka__top-features-description {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    background: #EDF8FF;
    justify-content: space-between;
    padding: 24px;
}

.aptechka__top-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.aptechka__top-tube {
    display: block;
    width: 396px;
}

.aptechka__top-features-description-img {
    width: 60px;
    align-self: end;
}

.aptechka__top-features-description-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

.aptechka__top-features-description-text p {
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__ingredients {
    display: grid;
    grid-template-columns: 35.2% minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 20px;
    margin-top: 100px;
}

.aptechka__ingredients-summary {
    grid-column: 1;
    grid-row: 1;
}

.aptechka__ingredients-title {
    color: #F69FA5;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: clamp(28px, calc(4.848vw - 15.636px), 44px);
    font-style: normal;
    font-weight: 500;
    line-height: 90%;
}

.aptechka__ingredients-intro {
    max-width: 290px;
    margin-top: 14px;
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: clamp(18px, calc(2.424vw - 3.818px), 26px);
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__ingredients-intro strong {
    font-weight: 500;
}

.aptechka__ingredients-intro-break {
    display: none;
}

.aptechka__ingredients-details {
    display: grid;
    grid-column: 2;
    grid-row: 1 / 3;
    grid-template-columns: 65.15% minmax(0, 1fr);
    column-gap: 20px;
    height: auto;
}

.aptechka__ingredients-picture,
.aptechka__ingredients-tube {
    display: block;
    width: 100%;
    height: auto;
}

.aptechka__ingredients-tube {
    object-fit: contain;
}

.aptechka__ingredients-labels {
    position: relative;
    height: auto;
}

.aptechka__ingredients-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    transform: translateY(-50%);
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    font-size: clamp(18px, 1.95vw, 24px);
    font-style: normal;
    font-weight: 350;
    line-height: 100%;
}

.aptechka__ingredients-label:nth-child(1) {
    top: 3.6%;
}

.aptechka__ingredients-label:nth-child(2) {
    top: 17%;
}

.aptechka__ingredients-label:nth-child(3) {
    top: 43.7%;
}

.aptechka__ingredients-label:nth-child(4) {
    top: 67.9%;
}

.aptechka__ingredients-origin {
    display: flex;
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    align-items: center;
    gap: 12px;
    margin-bottom: clamp(66px, 7.32vw, 120px);
}

.aptechka__ingredients-origin-flag {
    display: block;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
}

.aptechka__ingredients-origin-text {
    display: flex;
    flex-direction: column;
    color: #1F3B71;
    font-family: "GT Eesti Pro Display", sans-serif;
    line-height: 100%;
}

.aptechka__ingredients-origin-text span {
    font-size: clamp(12px, calc(1.818vw - 4.364px), 18px);
    font-weight: 350;
}

.aptechka__ingredients-origin-text strong {
    margin-top: 5px;
    font-size: clamp(18px, calc(2.424vw - 3.818px), 26px);
    font-weight: 500;
}

@media (max-width: 1200px) {
    .aptechka__top-tube {
        max-width: 385px;
    }

    .aptechka__top-features {
        gap: 10px;
    }
}

@media (max-width: 1000px) {
    .aptechka__top-description {
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }

    .aptechka__top-tube {
        width: 100%;
        max-width: none;
    }

    .aptechka__top-features-description-text span {
        font-size: 20px;
    }

    .aptechka__top-features-description-text p {
        font-size: 18px;
    }

    .aptechka__top-features-description-img {
        width: 30px;
    }

    .aptechka__top-features-description {
        padding: 16px;
    }
}

@media (max-width: 900px) {
    .aptechka__ingredients {
        display: block;
        width: 100%;
        max-width: 636px;
        margin: 60px auto 0;
    }

    .aptechka__ingredients-title {
        font-size: 28px;
    }

    .aptechka__ingredients-intro {
        max-width: none;
        margin-top: 8px;
        font-size: 20px;
    }

    .aptechka__ingredients-intro-break {
        display: inline;
    }

    .aptechka__ingredients-details {
        grid-template-columns: 48.2% minmax(0, 1fr);
        column-gap: 10px;
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .aptechka__ingredients-picture,
    .aptechka__ingredients-tube {
        width: 100%;
        height: auto;
    }

    .aptechka__ingredients-labels {
        height: auto;
        padding-left: 6px;
    }

    .aptechka__ingredients-label {
        font-size: 18px;
    }

    .aptechka__ingredients-label:nth-child(1) {
        top: 5.6%;
    }

    .aptechka__ingredients-label:nth-child(2) {
        top: 21.7%;
    }

    .aptechka__ingredients-label:nth-child(3) {
        top: 51%;
    }

    .aptechka__ingredients-label:nth-child(4) {
        top: 81.8%;
    }

    .aptechka__ingredients-origin {
        margin-top: -4px;
        margin-bottom: 0;
        gap: 10px;
    }

    .aptechka__ingredients-origin-text span {
        font-size: 14px;
    }

    .aptechka__ingredients-origin-text strong {
        margin-top: 2px;
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .aptechka__top-features {
        grid-template-columns: 1fr;
    }

    .aptechka__ingredients-details {
        grid-template-columns: 47.2% minmax(0, 1fr);
        width: calc(100% + (50vw - 50%));
        margin-left: calc(50% - 50vw);
    }

    .aptechka__ingredients {
        max-width: none;
    }

    .aptechka__ingredients-labels {
        padding-left: 2px;
    }

    .aptechka__ingredients-label {
        font-size: 18px;
    }
}
