/* Laboratory page styles for Trimed theme */

.laboratory-page .lab-hero { padding: 20px 0 0; }

.laboratory-page .lab-hero .lab-container { max-width: 1344px; padding: 0; }

.laboratory-page .lab-hero-grid {
    display: grid;
    grid-template-columns: 1fr 609px;
    gap: 24px;
    align-items: start;
}

.laboratory-page .lab-hero-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 33px;
}

.laboratory-page .lab-hero-top { width: 100%; }

.laboratory-page .lab-hero-title {
    font-size: 56px;
    line-height: 94%;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: var(--color-black);
    max-width: 686px;
    margin-bottom: 29px;
}

.laboratory-page .lab-hero-title .text-green { color: var(--color-green); }
.laboratory-page .lab-hero-title em { font-style: italic; font-weight: 400; white-space: nowrap; }
@media (max-width: 768px) {
    .laboratory-page .lab-hero-title em { white-space: normal; }
}

.laboratory-page .lab-hero-desc {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: var(--color-black);
    max-width: 650px;
    margin-bottom: 0;
}

.laboratory-page .lab-hero-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
    max-width: 686px;
    margin-top: 44px;
}

.laboratory-page .lab-hero-feature-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--color-gray);
    border-radius: var(--radius-card);
    padding: 12px 16px;
    font-size: 15px;
    line-height: 120%;
    color: var(--color-black);
    min-height: 56px;
    width: auto;
    white-space: normal;
}

.laboratory-page .lab-hero-feature-card .icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    object-fit: contain;
}

.laboratory-page .lab-hero-bottom-btn {
    width: 686px;
    height: var(--button-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-green);
    color: var(--color-white);
    border-radius: var(--radius-control);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    margin-top: 39px;
}

.laboratory-page .lab-hero-visual { position: relative; }

.laboratory-page .lab-hero-main-image {
    width: 609px;
    height: 556px;
    object-fit: cover;
    border-radius: var(--radius-card);
    background: linear-gradient(180deg, rgba(102,102,102,0) 52.64%, rgba(0,0,0,0.3) 100%), var(--color-gray-2);
}

.laboratory-page .lab-hero-badges {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.laboratory-page .lab-hero-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(54, 118, 67, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--radius-control);
    padding: 12px 16px;
    color: var(--color-white);
    font-size: 14px;
    line-height: 110%;
    font-weight: 400;
    pointer-events: auto;
}

.laboratory-page .lab-hero-badge-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--gradient-light-green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
}

.laboratory-page .lab-hero-badge-icon svg {
    width: 12px;
    height: 12px;
}

.laboratory-page .lab-hero-badge--safety { left: 61px; top: 24px; min-width: 241px; }
.laboratory-page .lab-hero-badge--volume { left: 310px; top: 24px; min-width: 275px; }
.laboratory-page .lab-hero-badge--budget { left: 145px; top: 76px; min-width: 157px; }
.laboratory-page .lab-hero-badge--tasks { left: 310px; top: 76px; min-width: 275px; }

.laboratory-page .lab-hero-cta-btn {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 216px;
    height: var(--button-height);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gradient-light-green);
    color: var(--color-white);
    border-radius: var(--radius-control);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    z-index: 5;
}

.laboratory-page .lab-audience { padding: 136px 0 140px; }

.laboratory-page .lab-audience .lab-section-inner {
    max-width: 1200px;
    padding: 0;
}

.laboratory-page .lab-audience-header {
    background: transparent;
    min-height: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    color: var(--color-black);
    position: relative;
    margin-bottom: 53px;
    border-radius: 0;
}

.laboratory-page .lab-audience-label { order: 2; font-size: 20px; line-height: 24px; margin: 17px 0 0 0; color: var(--color-black); }

.laboratory-page .lab-audience-title { order: 1; font-size: 48px; line-height: 1.08; font-weight: 600; letter-spacing: -0.03em; max-width: 743px; color: var(--color-black); }

.laboratory-page .lab-audience-title .text-green { color: var(--color-green); }

.laboratory-page .lab-audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 27px; }

.laboratory-page .lab-audience-card {
    width: 382px;
    height: 180px;
    min-height: 180px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    line-height: 110%;
    font-weight: 600;
    border-radius: var(--radius-card);
}

.laboratory-page .lab-audience-card--gray { background: var(--color-gray); color: var(--color-black); }

.laboratory-page .lab-audience-card--green { background: var(--gradient-light-green); color: var(--color-white); }

.laboratory-page .lab-audience-card--image {
    background: linear-gradient(135deg, var(--color-dark-green) 0%, var(--color-green) 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-white);
}

.laboratory-page .lab-audience-card--image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(54, 118, 67, 0.5);
    border-radius: var(--radius-card);
}

.laboratory-page .lab-audience-card--image:nth-child(3)::before {
    background: rgba(0, 0, 0, 0.2);
}

.laboratory-page .lab-audience-card--white { background: var(--color-white-2); color: var(--color-black); }

.laboratory-page .lab-audience-card .arrow {
    position: absolute;
    left: 20px;
    right: auto;
    top: 128px;
    bottom: auto;
    width: 24px;
    height: 24px;
    color: currentColor;
    z-index: 1;
}

.laboratory-page .lab-audience-card .arrow::before {
    content: '';
    position: absolute;
    width: 100%; height: 100%;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 17L17 7M17 7H7M17 7V17'/%3E%3C/svg%3E") center/contain no-repeat;
}

.laboratory-page .lab-audience-card .text {
    position: relative;
    z-index: 1;
    width: 280px;
    padding-right: 0;
}


.laboratory-page .lab-supplies { padding: 0; background: transparent; overflow: hidden; }

.laboratory-page .lab-supplies-diagram {
    position: relative;
    width: calc(100% - 96px);
    max-width: 1344px;
    margin: 0 auto;
    height: 1060px;
    background: var(--color-white-2);
    border-radius: 20px;
    overflow: hidden;
}

.laboratory-page .lab-supplies-label {
    position: absolute;
    left: 72px;
    top: 68px;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black);
    z-index: 3;
}

.laboratory-page .lab-supplies-title {
    position: absolute;
    left: 71px;
    top: 116px;
    width: 743px;
    max-width: 743px;
    font-size: 48px;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-black);
    z-index: 3;
}

.laboratory-page .lab-supplies-title .text-green { color: var(--color-green); }

.laboratory-page .lab-supplies-rings {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.laboratory-page .lab-supplies-ring {
    position: absolute;
    left: 672px;
    top: 542px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(54, 118, 67, 0.2);
    aspect-ratio: 1 / 1;
}

.laboratory-page .lab-supplies-ring--outer { width: 948px; }
.laboratory-page .lab-supplies-ring--middle { width: 735.93px; }
.laboratory-page .lab-supplies-ring--inner { width: 515.15px; }

.laboratory-page .lab-supplies-center {
    position: absolute;
    left: 672px;
    top: 542px;
    transform: translate(-50%, -50%);
    width: 304px;
    height: 304px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}

.laboratory-page .lab-supplies-center img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.laboratory-page .lab-supplies-items {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.laboratory-page .lab-supplies-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    line-height: 110%;
    color: var(--color-black);
    white-space: nowrap;
}

.laboratory-page .lab-supplies-item .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2.8px solid rgba(54, 118, 67, 0.5);
    background: var(--color-white-2);
    flex-shrink: 0;
}

.laboratory-page .lab-supplies-item .txt {
    background: var(--color-white);
    border-radius: 12px;
    padding: 12px;
}

.laboratory-page .lab-supplies-item--left { flex-direction: row-reverse; }


.laboratory-page .lab-included { background: var(--color-white); padding: 140px 0 80px; }

.laboratory-page .lab-included .lab-section-inner { max-width: 1204px; padding: 0; }

.laboratory-page .lab-included-layout {
    position: relative;
    width: 1204px;
    height: 548px;
}

.laboratory-page .lab-included-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 285px;
    font-size: 48px;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-black);
}

.laboratory-page .lab-included-row {
    position: absolute;
    display: flex;
    align-items: flex-start;
    gap: 28px;
}

.laboratory-page .lab-included-row--top {
    left: 313px;
    top: 0;
    width: 896px;
    height: 264px;
}

.laboratory-page .lab-included-row--bottom {
    left: 0;
    top: 305px;
    width: 1204px;
    height: 243px;
}

.laboratory-page .lab-included-card {
    width: 280px;
    flex: 0 0 280px;
    background: transparent;
    border-radius: 0;
    overflow: visible;
}

.laboratory-page .lab-included-card-img { width: 100%; height: 180px; background: var(--color-gray-2); border-radius: var(--radius-card); overflow: hidden; }

.laboratory-page .lab-included-card-img img { width: 100%; height: 100%; object-fit: cover; }

.laboratory-page .lab-included-card-body { display: flex; gap: 16px; align-items: flex-start; padding: 15px 0 0 0; }

.laboratory-page .lab-included-card-num { width: 24px; height: 24px; border-radius: 2.18px; background: var(--gradient-light-green); color: var(--color-white); display: flex; align-items: center; justify-content: center; font-size: 13.09px; line-height: 110%; font-weight: 800; flex-shrink: 0; }

.laboratory-page .lab-included-card-body p { width: 229px; font-size: 20px; line-height: 120%; font-weight: 400; letter-spacing: -0.03em; color: var(--color-black); }

.laboratory-page .lab-included-row--top .lab-included-card:first-child .lab-included-card-body p { width: 242px; }
.laboratory-page .lab-included-row--top .lab-included-card:nth-child(2) .lab-included-card-body p { width: 214px; }
.laboratory-page .lab-included-row--top .lab-included-card:nth-child(3) .lab-included-card-body p { width: 231px; }
.laboratory-page .lab-included-row--bottom .lab-included-card:nth-child(2) .lab-included-card-body p { width: 187px; }

.laboratory-page .lab-included-result {
    width: 280px;
    min-height: 240px;
    height: 240px;
    background: linear-gradient(-88.227deg, var(--color-green) 0%, var(--color-dark-green) 100%);
    padding: 114px 16px 24px 24px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    color: var(--color-white);
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    border-radius: var(--radius-card);
}

.laboratory-page .lab-included-result p { width: 240px; text-align: left; }

.laboratory-page .lab-included-result p strong { font-weight: 600; }

.laboratory-page .lab-included-result .arrow { position: absolute; top: 16px; right: 16px; width: 13px; height: 13px; color: currentColor; }

.laboratory-page .lab-included-result .arrow::before {
    content: '';
    position: absolute; width: 100%; height: 100%;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 0h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4c-1.77 0-3.2-1.43-3.2-3.2v-6.4H3.2C1.43 22.4 0 20.97 0 19.2v-6.4c0-1.77 1.43-3.2 3.2-3.2h6.4V3.2C9.6 1.43 11.03 0 12.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 0h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4c-1.77 0-3.2-1.43-3.2-3.2v-6.4H3.2C1.43 22.4 0 20.97 0 19.2v-6.4c0-1.77 1.43-3.2 3.2-3.2h6.4V3.2C9.6 1.43 11.03 0 12.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.laboratory-page .lab-why { padding: 60px 0 80px; }

.laboratory-page .lab-why .lab-section-inner { max-width: 1205px; padding: 0; }

.laboratory-page .lab-why-header { text-align: center; margin-bottom: 54px; }

.laboratory-page .lab-why-title { font-size: 20px; line-height: 24px; font-weight: 400; color: var(--color-black); margin-bottom: 24px; display: inline-block; }

.laboratory-page .lab-why-subtitle { font-size: 48px; line-height: 110%; font-weight: 600; letter-spacing: -0.03em; color: var(--color-green); max-width: 647px; margin: 0 auto; }

.laboratory-page .lab-why-subtitle span { color: var(--color-black); }

.laboratory-page .lab-why-grid { display: grid; grid-template-columns: 480px 366px 319px; gap: 0 20px; align-items: start; }

.laboratory-page .lab-why-stats {
    position: relative;
    width: 480px;
    height: 339px;
    border-radius: var(--radius-card);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 0 0 32px 32px;
    color: var(--color-white);
    background: var(--color-gray-2);
}

.laboratory-page .lab-why-stats-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

.laboratory-page .lab-why-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(102,102,102,0) 52.64%, rgba(0,0,0,0.3) 100%);
    border-radius: var(--radius-card);
}

.laboratory-page .lab-why-stat-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    height: 118px;
    padding: 12px 20px 20px;
    border-radius: var(--radius-card);
}

.laboratory-page .lab-why-stat-item:nth-of-type(1) {
    width: 198px;
    background: rgba(39, 81, 69, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.laboratory-page .lab-why-stat-item:nth-of-type(2) {
    width: 212px;
    background: var(--gradient-light-green);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.laboratory-page .lab-why-stat-item .num { font-size: 40px; line-height: 48px; font-weight: 600; }

.laboratory-page .lab-why-stat-item .txt { width: 100%; font-size: 14px; line-height: 17px; opacity: 1; }

.laboratory-page .lab-why-center-col { display: flex; flex-direction: column; gap: 20px; }

.laboratory-page .lab-why-warehouse {
    position: relative;
    width: 366px;
    height: 187px;
    border-radius: var(--radius-card);
    overflow: hidden;
    background: var(--color-white-2);
    padding: 28px 32px;
    display: flex;
    align-items: flex-start;
}

.laboratory-page .lab-why-warehouse-title { font-size: 24px; line-height: 28.8px; font-weight: 600; color: var(--color-black); position: relative; z-index: 1; max-width: 149px; white-space: nowrap; }

.laboratory-page .lab-why-warehouse img { position: absolute; right: 4px; bottom: 0; width: 158px; height: 150px; object-fit: contain; }

.laboratory-page .lab-why-features-list { display: flex; flex-direction: column; gap: 12px; margin-top: 0; }

.laboratory-page .lab-why-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 366px;
    height: 60px;
    padding: 20px;
    background: var(--color-gray);
    border-radius: 12px;
    font-size: 16px;
    line-height: 110%;
    font-weight: 600;
    color: var(--color-black);
    box-sizing: border-box;
}

.laboratory-page .lab-why-feature-item:nth-child(2) {
    width: 312px;
}

.laboratory-page .lab-why-feature-item .plus {
    width: 20px; height: 20px; flex-shrink: 0;
    background: linear-gradient(48.009deg, var(--color-light-green-1) 18.162%, var(--color-light-green-2) 79.556%);
    border-radius: 50%;
    position: relative;
}

.laboratory-page .lab-why-feature-item .plus::before, .laboratory-page .lab-why-feature-item .plus::after {
    content: '';
    position: absolute;
}

.laboratory-page .lab-why-feature-item .plus::before { display: none; }

.laboratory-page .lab-why-feature-item .plus::after {
    left: 50%;
    top: 50%;
    width: 10px;
    height: 6px;
    border: solid var(--color-white);
    border-width: 0 0 2px 2px;
    transform: translate(-50%, -58%) rotate(-45deg);
}

.laboratory-page .lab-why-right-card {
    width: 319px;
    height: 339px;
    border-radius: var(--radius-card);
    background: var(--gradient-light-green);
    color: var(--color-white);
    padding: 211px 24px 32px 32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.laboratory-page .lab-why-right-card::before {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    width: 28px;
    height: 28px;
    background: var(--color-white);
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 0h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4c-1.77 0-3.2-1.43-3.2-3.2v-6.4H3.2C1.43 22.4 0 20.97 0 19.2v-6.4c0-1.77 1.43-3.2 3.2-3.2h6.4V3.2C9.6 1.43 11.03 0 12.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 0h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4c-1.77 0-3.2-1.43-3.2-3.2v-6.4H3.2C1.43 22.4 0 20.97 0 19.2v-6.4c0-1.77 1.43-3.2 3.2-3.2h6.4V3.2C9.6 1.43 11.03 0 12.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.laboratory-page .lab-why-right-card p { font-size: 20px; line-height: 24px; font-weight: 600; max-width: 221px; text-align: left; }

.laboratory-page .lab-projects {
    padding: 60px 0 80px;
    margin-top: 0;
}

.laboratory-page .lab-projects .lab-section-inner {
    max-width: 1298px;
    padding: 0;
}

.laboratory-page .lab-projects-header {
    width: 1298px;
    margin: 0 auto 44px;
    text-align: center;
}

.laboratory-page .lab-projects-title {
    width: 601px;
    margin: 0 auto;
    font-size: 48px;
    line-height: 99%;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-black);
    text-align: center;
}

.laboratory-page .lab-projects-desc {
    display: none;
}

.laboratory-page .lab-projects-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    width: 1298px;
    height: 382px;
}

.laboratory-page .lab-projects-track {
    position: relative;
    width: 1200px;
    height: 382px;
}

.laboratory-page .lab-project-slide {
    position: absolute;
    inset: 0;
    display: none;
}

.laboratory-page .lab-project-slide.active {
    display: block;
}

.laboratory-page .lab-project-card {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 1200px;
    height: 382px;
}

.laboratory-page .lab-project-card-body {
    width: 761px;
    height: 382px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border-radius: var(--radius-card);
}

.laboratory-page .lab-project-card-top {
    width: 713px;
    height: 14px;
}

.laboratory-page .lab-project-card-num {
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--color-black);
}

.laboratory-page .lab-project-card-content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 713px;
    height: auto;
}

.laboratory-page .lab-project-card-title {
    width: 424px;
    margin: 0;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-black);
    white-space: nowrap;
}

.laboratory-page .lab-project-card-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.laboratory-page .lab-project-card-delivered {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 713px;
}

.laboratory-page .lab-project-card-label {
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.laboratory-page .lab-project-card-text {
    margin: 0;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.laboratory-page .lab-project-card-result {
    width: 713px;
    height: 116px;
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: var(--color-green);
    color: var(--color-white);
    border-radius: 8px;
    box-sizing: border-box;
}

.laboratory-page .lab-project-card-img {
    width: 427px;
    height: 378px;
    margin-top: 2px;
    flex: 0 0 427px;
    border-radius: var(--radius-card);
    overflow: hidden;
}

.laboratory-page .lab-project-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.laboratory-page .lab-projects-side-arrow {
    width: 24px;
    height: 48px;
    flex: 0 0 24px;
    border: 0;
    padding: 0;
    background: var(--color-green);
    cursor: pointer;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L18 24L5 37Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L18 24L5 37Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.laboratory-page .lab-projects-side-arrow.prev {
    transform: rotate(180deg);
}

.laboratory-page .lab-slider-arrows {
    position: absolute;
    right: 97px;
    bottom: 23px;
    display: flex;
    gap: 20px;
    width: 100px;
    height: 40px;
    z-index: 2;
}

.laboratory-page .lab-slider-arrow {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--gradient-light-green);
    color: var(--color-white);
    cursor: pointer;
    position: relative;
}

.laboratory-page .lab-slider-arrow::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 17px;
    background: currentColor;
    transform: translate(-50%, -50%);
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.5 8.5L1 16Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8.5 8.5L1 16Z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.laboratory-page .lab-slider-arrow.prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

/* Pagination dots are generated by JS; desktop keeps arrows-only controls */
.laboratory-page .lab-slider-dots {
    display: none;
}

.laboratory-page .lab-tasks { padding: 62px 0 80px; }

.laboratory-page .lab-tasks .lab-section-inner { max-width: 1202px; padding: 0; }

.laboratory-page .lab-tasks-grid { display: grid; grid-template-columns: 588px 590px; gap: 24px; }

.laboratory-page .lab-tasks-header {
    background: var(--gradient-green);
    width: 588px;
    height: 444px;
    border-radius: var(--radius-card);
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 44px;
}

.laboratory-page .lab-tasks-title { font-size: 44px; line-height: 48.4px; font-weight: 600; letter-spacing: -0.03em; max-width: 345px; }

.laboratory-page .lab-tasks-subtitle {
    width: 233px;
    height: 39px;
    padding: 12px 18px;
    border-radius: var(--radius-control);
    background: rgba(54, 118, 67, 0.5);
    font-size: 14px;
    line-height: 15.4px;
    font-weight: 400;
    opacity: 1;
    max-width: none;
    margin: 0;
}

.laboratory-page .lab-tasks-list { display: flex; flex-direction: column; gap: 12px; padding-top: 0; }

.laboratory-page .lab-tasks-item {
    width: 590px;
    height: 64px;
    padding: 12px 16px;
    background: var(--color-white-2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    line-height: 24px;
    color: var(--color-black);
}

.laboratory-page .lab-tasks-check { width: 40px; height: 40px; border-radius: 0; background: transparent center/contain no-repeat; flex-shrink: 0; position: relative; }

.laboratory-page .lab-tasks-check::after { display: none; }

.laboratory-page .lab-tasks-item:nth-child(1) .lab-tasks-check { background-image: url('../img/laboratory-task-icon-1.png'); }
.laboratory-page .lab-tasks-item:nth-child(2) .lab-tasks-check { background-image: url('../img/laboratory-task-icon-2.png'); }
.laboratory-page .lab-tasks-item:nth-child(3) .lab-tasks-check { background-image: url('../img/laboratory-task-icon-3.png'); }
.laboratory-page .lab-tasks-item:nth-child(4) .lab-tasks-check { background-image: url('../img/laboratory-task-icon-4.png'); }
.laboratory-page .lab-tasks-item:nth-child(5) .lab-tasks-check { background-image: url('../img/laboratory-task-icon-5.png'); }
.laboratory-page .lab-tasks-item:nth-child(6) .lab-tasks-check { background-image: url('../img/laboratory-task-icon-6.png'); }

.laboratory-page .partners-section {
    padding: 61px 0 80px;
}

.laboratory-page .partners-section .container {
    max-width: 1202px;
    padding: 0;
}

.laboratory-page .partners-title {
    max-width: 586px;
    margin: 0 auto;
    font-weight: 400;
}

.laboratory-page .partners-title .text-green {
    font-weight: 600;
}

.laboratory-page .partners-grid {
    grid-template-columns: repeat(3, 382px);
    gap: 28px;
}

.laboratory-page .partner-card {
    width: 382px;
    height: 258px;
    min-height: 258px;
    padding: 20px 17px;
    border-radius: 4px;
}

.laboratory-page .partner-card img {
    width: 214px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 16px;
}

.laboratory-page .partner-card h3 {
    margin: 16px 0 12px;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.laboratory-page .partner-card p {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--color-black);
    opacity: 0.85;
}

.laboratory-page .home-request {
    padding: 60px 0 141px;
    background: var(--color-white);
}

.laboratory-page .home-request .container {
    max-width: 1200px;
    padding: 0;
}

.laboratory-page .request-grid {
    position: relative;
    background: var(--gradient-light-green);
    width: 1200px;
    height: 478px;
    border-radius: 20px;
    padding: 31px 30px 48px 48px;
}

.laboratory-page .request-plus {
    position: absolute;
    left: 48px;
    top: 43px;
    width: 40px;
    height: 40px;
    color: var(--color-white);
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 0h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4c-1.77 0-3.2-1.43-3.2-3.2v-6.4H3.2C1.43 22.4 0 20.97 0 19.2v-6.4c0-1.77 1.43-3.2 3.2-3.2h6.4V3.2C9.6 1.43 11.03 0 12.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 0h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4h6.4c1.77 0 3.2 1.43 3.2 3.2v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4v6.4c0 1.77-1.43 3.2-3.2 3.2h-6.4c-1.77 0-3.2-1.43-3.2-3.2v-6.4H3.2C1.43 22.4 0 20.97 0 19.2v-6.4c0-1.77 1.43-3.2 3.2-3.2h6.4V3.2C9.6 1.43 11.03 0 12.8 0Z'/%3E%3C/svg%3E") center/contain no-repeat;
    z-index: 1;
}

.laboratory-page .request-plus path { display: none; }

.laboratory-page .request-text {
    position: absolute;
    left: 48px;
    bottom: 48px;
    width: 445px;
    color: var(--color-white);
}

.laboratory-page .request-text .section-title {
    margin: 0 0 16px;
    font-size: 36px;
    line-height: 39.6px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: var(--color-white);
}

.laboratory-page .request-text .section-title em {
    font-style: italic;
}

.laboratory-page .request-copy-mobile {
    display: none;
}

.laboratory-page .request-text p {
    max-width: 387px;
    margin: 0;
    font-size: 16px;
    line-height: 17.6px;
    font-weight: 400;
    color: var(--color-white);
}

.laboratory-page .request-form-wrap {
    position: absolute;
    right: 30px;
    top: 31px;
    width: 490px;
    height: 416px;
    padding: 30px 31px 31px 30px;
    background: var(--color-white);
    border-radius: var(--radius-card);
}

.laboratory-page .home-request-form {
    width: 429px;
    height: auto;
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.laboratory-page .home-request-form .form-field input,
.laboratory-page .home-request-form .form-field textarea {
    width: 429px;
    height: var(--control-height);
    margin: 0;
    border: none;
    border-radius: var(--radius-control);
    background: var(--color-gray);
    padding: 20px 16px;
    font-family: inherit;
    font-size: 12px;
    line-height: 12px;
    color: var(--color-black);
}

.laboratory-page .home-request-form .form-field-phone input {
    padding-left: 52px;
}

.laboratory-page .home-request-form .form-field-phone .phone-flag {
    position: absolute;
    left: 16px;
    top: 50%;
    width: 20px;
    height: 13px;
    transform: translateY(-50%);
}

.laboratory-page .home-request-form .form-field textarea {
    height: var(--control-height);
    padding-top: 20px;
    resize: none;
    overflow: hidden;
}

.laboratory-page .home-request-form .checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 8px 0 12px;
    font-size: 12px;
    line-height: 14px;
    color: var(--color-dark-green);
}

.laboratory-page .home-request-form .form-message:empty {
    display: none;
}

.laboratory-page .home-request-form .checkbox-label input[type="checkbox"] {
    width: var(--form-checkbox-size);
    height: var(--form-checkbox-size);
    flex: 0 0 var(--form-checkbox-size);
    margin: 0;
}

.laboratory-page .home-request-form .request-submit {
    width: 429px;
    height: var(--button-height);
    margin: 0 auto;
    border: none;
    border-radius: var(--radius-control);
    background: var(--gradient-green);
    color: var(--color-white);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .laboratory-page .lab-hero-grid {
        grid-template-columns: 1fr;
        grid-template-areas:
            "top"
            "visual"
            "features";
        gap: 24px;
        min-height: auto;
    }
    .laboratory-page .lab-hero-top { padding-left: 0; padding-top: 0; }
    .laboratory-page .lab-hero-features { padding-left: 0; padding-bottom: 0; }
    .laboratory-page .lab-hero-main-image { width: 100%; height: auto; }
    .laboratory-page .lab-hero-badges { position: relative; left: auto; top: auto; right: auto; bottom: auto; width: 100%; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
    .laboratory-page .lab-hero-badge { position: relative; left: auto; top: auto; }
    .laboratory-page .lab-hero-cta-btn { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 12px; }
    .laboratory-page .lab-hero-bottom-btn { width: 100%; }
    .laboratory-page .lab-supplies-diagram { aspect-ratio: auto; padding: 40px 20px; display: flex; flex-direction: column; align-items: center; gap: 32px; }
    .laboratory-page .lab-supplies-label { position: static; text-align: center; }
    .laboratory-page .lab-supplies-title { position: static; text-align: center; max-width: 100%; }
    .laboratory-page .lab-supplies-rings { display: none; }
    .laboratory-page .lab-supplies-center { position: relative; left: auto; top: auto; transform: none; width: 200px; }
    .laboratory-page .lab-supplies-items { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; width: 100%; }
    .laboratory-page .lab-supplies-item { position: relative; left: auto; top: auto; transform: none; flex-direction: row; }
    .laboratory-page .lab-supplies-item--left { flex-direction: row; }
    .laboratory-page .lab-supplies-item .txt { background: var(--color-white); }
    .laboratory-page .lab-included-result { grid-column: span 1; }
    .laboratory-page .lab-projects-slider { width: 100%; }
    .laboratory-page .request-form-wrap { margin-left: 0; max-width: 100%; }
    .laboratory-page .lab-why-warehouse { min-height: 260px; }
    .laboratory-page .lab-why-warehouse img { width: 200px; height: 130px; }
}

@media (max-width: 768px) {
    body.laboratory-page .site-header {
        padding: 12px 0 0;
    }

    body.laboratory-page .site-header .container {
        padding: 0;
    }

    body.laboratory-page .site-header .header-container {
        width: min(351px, calc(100vw - 24px));
        min-height: 44px;
        margin: 0 auto;
        padding: 0;
        gap: 8px;
    }

    body.laboratory-page .site-header .logo img {
        width: 100px;
        height: auto;
    }

    body.laboratory-page .site-header .header-actions {
        gap: 8px;
    }

    body.laboratory-page .site-header .header-action {
        width: 46px;
        height: 20px;
    }

    body.laboratory-page .site-header .header-action svg {
        width: 20px;
        height: 20px;
    }

    body.laboratory-page .site-header .action-count {
        width: 20px;
        height: 20px;
    }

    body.laboratory-page .site-header .menu-toggle {
        width: 44px;
        height: 44px;
        margin-left: 8px;
    }

    .laboratory-page .lab-hero { padding: 0; margin-top: 32px; }
    .laboratory-page .lab-hero .lab-container { padding: 0; }
    .laboratory-page .lab-hero-grid { display: flex; flex-direction: column; gap: 0; width: min(344px, calc(100vw - 16px)); margin: 0 auto; }
    .laboratory-page .lab-hero-left { display: contents; }
    .laboratory-page .lab-hero-visual { display: contents; }
    .laboratory-page .lab-hero-top { display: contents; padding-left: 0; }
    .laboratory-page .lab-hero-title { order: 1; width: 100%; max-width: 344px; margin: 0 0 20px; font-size: 28px; line-height: 94%; letter-spacing: -0.84px; color: #28282a; }
    .laboratory-page .lab-hero-title .text-green { font-weight: 600; }
    .laboratory-page .lab-hero-title em { font-style: italic; }
    .laboratory-page .lab-hero-image-wrap { order: 2; position: relative; width: min(343px, 100%); height: 226px; margin: 0; border-radius: var(--radius-card); overflow: hidden; background: var(--color-gray); }
    .laboratory-page .lab-hero-image-wrap::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(to bottom, rgba(0,0,0,0) 45%, rgba(0,0,0,0.32) 100%); pointer-events: none; z-index: 1; }
    .laboratory-page .lab-hero-main-image { width: 100%; height: 226px; aspect-ratio: auto; object-fit: cover; border-radius: var(--radius-card); display: block; }
    .laboratory-page .lab-hero-badges { position: absolute; left: 16px; top: 151px; right: auto; bottom: auto; width: 299px; height: 59px; display: block; margin: 0; }
    .laboratory-page .lab-hero-badge { position: absolute; left: auto; top: auto; z-index: 2; min-width: 0; width: auto; min-height: 0; height: 24px; padding: 0; background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; border-radius: 0; gap: 8px; align-items: center; font-size: 11px; font-weight: 400; line-height: 1.1; color: var(--color-white); }
    .laboratory-page .lab-hero-badge--safety { left: 0; top: 0; width: 103px; }
    .laboratory-page .lab-hero-badge--volume { left: 146px; top: 0; width: 153px; }
    .laboratory-page .lab-hero-badge--budget { left: 0; top: 35px; width: 103px; height: 16px; }
    .laboratory-page .lab-hero-badge--tasks { left: 146px; top: 35px; width: 153px; }
    .laboratory-page .lab-hero-badge-icon { width: 16px; height: 16px; flex: 0 0 16px; border-radius: 50%; background: var(--gradient-light-green); }
    .laboratory-page .lab-hero-badge-icon svg { width: 12px; height: 12px; }
    .laboratory-page .lab-hero-desc { order: 3; width: min(343px, 100%); max-width: 343px; margin: 20px 0; font-size: 16px; line-height: normal; }
    .laboratory-page .lab-hero-features { order: 4; display: grid; grid-template-columns: 174px 156px; justify-content: start; gap: 8px; width: 344px; max-width: 100%; margin: 0; }
    .laboratory-page .lab-hero-feature-card { width: 100%; max-width: 100%; min-height: 44px; gap: 12px; font-size: 12px; line-height: 14px; padding: 8px 12px; border-radius: var(--radius-control); background: var(--color-white-2); white-space: normal; }
    .laboratory-page .lab-hero-feature-card--mobile-order-1 { order: 1; }
    .laboratory-page .lab-hero-feature-card--mobile-order-2 { order: 2; }
    .laboratory-page .lab-hero-feature-card--mobile-order-3 { order: 3; width: 160px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-4 { order: 4; width: 135px; }
    .laboratory-page .lab-hero-feature-card span { display: block; }
    .laboratory-page .lab-hero-feature-card--mobile-order-1 span { width: 112px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-2 span { width: 93px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-3 span { width: 94px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-4 span { width: 79px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-1 .icon { width: 26px; height: 28px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-2 .icon { width: 27px; height: 28px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-3 .icon { width: 30px; height: 28px; }
    .laboratory-page .lab-hero-feature-card--mobile-order-4 .icon { width: 20px; height: 28px; }
    .laboratory-page .lab-hero-feature-card .icon { flex: 0 0 auto; object-fit: contain; }
    .laboratory-page .lab-hero-bottom-btn { order: 5; width: min(343px, 100%); max-width: 343px; height: 57px; margin: 20px 0 0; border-radius: var(--radius-control); }
    .laboratory-page .lab-hero-cta-btn { order: 6; position: relative; right: auto; bottom: auto; width: min(343px, 100%); max-width: 343px; height: 57px; margin: 12px 0 0; border-radius: var(--radius-control); }

    @media (max-width: 340px) {
        .laboratory-page .lab-hero-features {
            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
            width: 100%;
        }

        .laboratory-page .lab-hero-feature-card,
        .laboratory-page .lab-hero-feature-card--mobile-order-3,
        .laboratory-page .lab-hero-feature-card--mobile-order-4 {
            width: 100%;
        }
    }
    .laboratory-page .lab-audience { padding: 132px 0 100px; }
    .laboratory-page .lab-audience .lab-section-inner { padding: 0 var(--container-padding-mobile); }
    .laboratory-page .lab-audience-header { padding: 0; margin-bottom: 24px; flex-direction: column; align-items: center; text-align: center; }
    .laboratory-page .lab-audience-title { order: 2; width: 100%; max-width: 343px; font-size: 24px; margin: 0 auto; }
    .laboratory-page .lab-audience-label { order: 1; font-size: 14px; margin: 0 0 8px; }
    .laboratory-page .lab-audience-card .arrow { width: 20px; height: 20px; }
    .laboratory-page .lab-audience-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .laboratory-page .lab-audience-card { width: 100%; height: 108px; min-height: 108px; padding: 16px; font-size: 14px; }
    .laboratory-page .lab-audience-card:nth-child(1) { order: 1; }
    .laboratory-page .lab-audience-card:nth-child(2) { order: 2; }
    .laboratory-page .lab-audience-card:nth-child(3) { order: 3; }
    .laboratory-page .lab-audience-card:nth-child(4) { order: 4; }
    .laboratory-page .lab-audience-card:nth-child(5) { order: 5; }
    .laboratory-page .lab-audience-card:nth-child(6) { order: 6; }
    .laboratory-page .lab-audience-card .text { width: auto; max-width: 100%; }
    .laboratory-page .lab-audience-card .arrow { left: 16px; right: auto; top: auto; bottom: 9px; }
    .laboratory-page .lab-audience-card--white .text,
    .laboratory-page .lab-audience-card--gray .text { max-width: 100%; padding-right: 36px; }
    .laboratory-page .lab-audience-card--white .arrow,
    .laboratory-page .lab-audience-card--gray .arrow { color: var(--color-black); }
    .laboratory-page .lab-audience-card--image .arrow,
    .laboratory-page .lab-audience-card--green .arrow { left: 16px; top: auto; right: auto; bottom: 9px; color: var(--color-white); }
    .laboratory-page .lab-audience-card--white,
    .laboratory-page .lab-audience-card--gray { background-size: auto 70px; background-position: right 16px top 16px; background-repeat: no-repeat; }
    .laboratory-page .lab-supplies { padding: 0 var(--container-padding-mobile); background: transparent; border-radius: 0; overflow: visible; }
    .laboratory-page .lab-supplies-diagram { width: 100%; max-width: 343px; margin: 0 auto; aspect-ratio: auto; height: 904px; padding: 0; background: var(--color-pure-white); border-radius: 20px; }
    .laboratory-page .lab-supplies-label { position: absolute; left: 24px; top: 40px; font-size: 14px; line-height: 16px; transform: none; }
    .laboratory-page .lab-supplies-title { position: absolute; left: 24px; top: 90px; width: 293px; max-width: 293px; font-size: 24px; line-height: 110%; transform: none; text-align: left; }
    .laboratory-page .lab-supplies-rings { display: block; }
    .laboratory-page .lab-supplies-ring { left: -105px; top: 533px; transform: translate(-50%, -50%); }
    .laboratory-page .lab-supplies-ring--outer { width: 714px; }
    .laboratory-page .lab-supplies-ring--middle { width: 556px; }
    .laboratory-page .lab-supplies-ring--inner { width: 388px; }
    .laboratory-page .lab-supplies-center { display: none; }
    .laboratory-page .lab-supplies-items { position: absolute; inset: 0; }
    .laboratory-page .lab-supplies-item { position: absolute; font-size: 14px; line-height: 1.1; gap: 8px; max-width: none; white-space: normal; }
    .laboratory-page .lab-supplies-item .dot { width: 20px; height: 20px; border-width: 3px; margin-top: 0; flex: 0 0 20px; }
    .laboratory-page .lab-supplies-item .txt { padding: 12px; background: var(--color-white); border-radius: 12px; overflow-wrap: normal; }
    .laboratory-page .lab-supplies-item:nth-child(1) { left: 79px !important; right: auto !important; top: 213px !important; }
    .laboratory-page .lab-supplies-item:nth-child(2) { left: 107px !important; right: auto !important; top: 339px !important; }
    .laboratory-page .lab-supplies-item:nth-child(2) .txt { width: 135px; }
    .laboratory-page .lab-supplies-item:nth-child(3) { left: 76px !important; right: auto !important; top: 543px !important; }
    .laboratory-page .lab-supplies-item:nth-child(4) { left: 50px !important; right: auto !important; top: 606px !important; max-width: 245px; }
    .laboratory-page .lab-supplies-item:nth-child(4) .txt { width: 197px; }
    .laboratory-page .lab-supplies-item:nth-child(5) { left: 154px !important; right: auto !important; top: 747px !important; }
    .laboratory-page .lab-supplies-item:nth-child(6) { left: 29px !important; right: auto !important; top: 276px !important; }
    .laboratory-page .lab-supplies-item:nth-child(7) { left: 159px !important; right: auto !important; top: 480px !important; }
    .laboratory-page .lab-supplies-item:nth-child(8) { left: 53px !important; right: auto !important; top: 417px !important; }
    .laboratory-page .lab-supplies-item:nth-child(9) { left: 102px !important; right: auto !important; top: 684px !important; }
    .laboratory-page .lab-supplies-item:nth-child(10) { left: 71px !important; right: auto !important; top: 810px !important; max-width: 220px; }
    .laboratory-page .lab-supplies-item:nth-child(10) .txt { width: 168px; }
    .laboratory-page .lab-included { margin-top: 100px; padding: 0 0 101px; }
    .laboratory-page .lab-included .lab-section-inner { padding: 0 var(--container-padding-mobile); }
    .laboratory-page .lab-included-layout { position: static; width: auto; height: auto; display: flex; flex-direction: column; align-items: center; gap: 31px; }
    .laboratory-page .lab-included-title { position: static; width: 100%; max-width: 295px; justify-self: center; font-size: 24px; line-height: 26px; margin-bottom: -15px; color: var(--color-green); text-align: left; }
    .laboratory-page .lab-included-title::first-line { color: var(--color-black); }
    .laboratory-page .lab-included-row { position: static; width: auto; height: auto; display: flex; flex-direction: column; gap: 31px; }
    .laboratory-page .lab-included-row--top,
    .laboratory-page .lab-included-row--bottom { width: 100%; max-width: 295px; }
    .laboratory-page .lab-included-card { width: 100%; max-width: 295px; height: 236px; flex: 0 0 auto; border-radius: 0; display: flex; flex-direction: column; gap: 12px; background: transparent; overflow: visible; }
    .laboratory-page .lab-included-row--top .lab-included-card { width: 100%; max-width: 295px; }
    .laboratory-page .lab-included-card-img { width: 100%; max-width: 295px; height: 180px; border-radius: var(--radius-card); }
    .laboratory-page .lab-included-card-body { padding: 0; gap: 16px; }
    .laboratory-page .lab-included-card-body p { width: auto; max-width: 100%; font-size: 18px; line-height: 22px; letter-spacing: -0.03em; }
    .laboratory-page .lab-included-result { width: 100%; max-width: 295px; min-height: 196px; height: 196px; border-radius: var(--radius-card); font-size: 14px; line-height: 17px; padding: 70px 24px 24px; text-align: left; align-items: flex-start; background: var(--gradient-green); }
    .laboratory-page .lab-included-result p { width: auto; max-width: 100%; text-align: left; }
    .laboratory-page .lab-included-result .arrow { width: 13px; height: 13px; }
    .laboratory-page .lab-included-result .arrow::before {
        -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/contain no-repeat;
        mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E") center/contain no-repeat;
    }
    .laboratory-page .lab-why { padding: 0 0 104px; }
    .laboratory-page .lab-why .lab-section-inner { padding: 0 var(--container-padding-mobile); }
    .laboratory-page .lab-why-header { margin-bottom: 24px; }
    .laboratory-page .lab-why-title { font-size: 14px; margin-bottom: 8px; }
    .laboratory-page .lab-why-subtitle { font-size: 24px; max-width: 284px; margin: 0 auto; text-align: center; color: var(--color-black); }
    .laboratory-page .lab-why-subtitle::first-line { color: var(--color-green); }
    .laboratory-page .lab-why-grid { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: "stats stats" "warehouse right" "features features"; gap: 16px; margin-top: 5px; }
    .laboratory-page .lab-why-center-col { display: contents; }
    .laboratory-page .lab-why-stats { grid-area: stats; width: 100%; height: 293px; min-height: 293px; padding: 0 8px 12px; gap: 8px; }
    .laboratory-page .lab-why-stat-item { min-width: 0; height: 86px; border-radius: var(--radius-card); padding: 8px 10px 16px 9px; align-items: center; justify-content: center; }
    .laboratory-page .lab-why-stat-item .num { font-size: 28px; line-height: 34px; text-align: center; white-space: nowrap; }
    .laboratory-page .lab-why-stat-item .txt { font-size: 12px; line-height: 14px; text-align: center; opacity: 1; }
    .laboratory-page .lab-why-stat-item:nth-of-type(1) { order: 2; flex: 0 1 160px; width: auto; background: rgba(39, 81, 69, 0.05); color: var(--color-white); }
    .laboratory-page .lab-why-stat-item:nth-of-type(1) .num,
    .laboratory-page .lab-why-stat-item:nth-of-type(1) .txt { color: var(--color-white); }
    .laboratory-page .lab-why-stat-item:nth-of-type(2) { order: 1; flex: 0 1 163px; width: auto; background: var(--gradient-light-green); color: var(--color-white); }
    .laboratory-page .lab-why-warehouse { grid-area: warehouse; width: 100%; height: 167px; min-height: 167px; padding: 16px; min-width: 0; overflow-wrap: break-word; }
    .laboratory-page .lab-why-warehouse-title { font-size: 14px; line-height: 15.4px; max-width: 87px; white-space: normal; }
    .laboratory-page .lab-why-warehouse img { position: absolute; left: auto; top: auto; right: 8px; bottom: 8px; width: 101px; height: 96px; max-width: 70%; max-height: none; object-fit: contain; }
    .laboratory-page .lab-why-right-card { grid-area: right; width: 100%; height: 167px; min-height: 167px; padding: 91px 16px 16px; min-width: 0; overflow-wrap: break-word; position: relative; background: var(--gradient-light-green); border-radius: var(--radius-card); }
    .laboratory-page .lab-why-right-card p { width: auto; max-width: 100%; font-size: 14px; line-height: 15.4px; }
    .laboratory-page .lab-why-right-card::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 16px;
        width: 13px;
        height: 13px;
        background: var(--color-white);
    }
    .laboratory-page .lab-why-features-list { grid-area: features; gap: 9px; align-items: flex-start; }
    .laboratory-page .lab-why-feature-item { padding-left: 0; width: 100%; max-width: 316px; height: 60px; font-size: 14px; line-height: 110%; font-weight: 600; background: var(--color-gray); border-radius: 12px; padding: 20px 16px; box-sizing: border-box; }
    .laboratory-page .lab-why-feature-item:nth-child(2) { max-width: 268px; }
    .laboratory-page .lab-why-feature-item .plus { width: 20px; height: 20px; background: var(--gradient-light-green); }
    .laboratory-page .lab-why-feature-item .plus::before { display: none; }
    .laboratory-page .lab-why-feature-item .plus::after { left: 50%; top: 50%; width: 10px; height: 6px; background: transparent; border: solid var(--color-white); border-width: 0 0 2px 2px; transform: translate(-50%, -58%) rotate(-45deg); }
    .laboratory-page .lab-projects { padding: 0 0 69px; overflow: hidden; }
    .laboratory-page .lab-projects .lab-section-inner { width: 100%; max-width: 100%; margin: 0 auto; padding: 0 var(--container-padding-mobile); }
    .laboratory-page .lab-projects-header { width: 100%; max-width: 343px; text-align: left; margin: 0 auto 32px; }
    .laboratory-page .lab-projects-title { display: block; width: auto; max-width: 273px; font-size: 24px; line-height: 26.4px; text-align: left; margin: 0 0 12px; color: var(--color-green); }
    .laboratory-page .lab-projects-desc { display: block; width: 100%; max-width: 343px; margin: 0; font-size: 16px; line-height: 19.2px; text-align: left; }
    .laboratory-page .lab-projects-slider { display: block; width: 100%; max-width: 343px; height: auto; margin: 0 auto; overflow: visible; }
    .laboratory-page .lab-projects-side-arrow { display: none; }
    .laboratory-page .lab-slider-arrows {
        display: flex;
        position: static;
        width: auto;
        height: auto;
        justify-content: center;
        align-items: center;
        gap: 16px;
        margin-top: 4px;
    }
    .laboratory-page .lab-slider-dots {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }
    .laboratory-page .lab-slider-dot {
        width: 8px;
        height: 8px;
        padding: 0;
        border: 0;
        border-radius: 999px;
        background: rgba(54, 118, 67, 0.22);
        cursor: pointer;
        transition: width .2s ease, background-color .2s ease;
    }
    .laboratory-page .lab-slider-dot.active {
        width: 24px;
        background: var(--color-green);
    }
    .laboratory-page .lab-projects-track { display: flex; gap: 16px; width: 100%; height: auto; overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory; padding: 0 16px 12px 0; scrollbar-width: none; }
    .laboratory-page .lab-projects-track::-webkit-scrollbar { display: none; }
    .laboratory-page .lab-project-slide,
    .laboratory-page .lab-project-slide.active { position: static; display: block; flex: 0 0 328px; max-width: 100%; width: auto; height: auto; scroll-snap-align: start; }
    .laboratory-page .lab-project-card { width: 100%; max-width: 328px; height: auto; flex-direction: column; gap: 12px; }
    .laboratory-page .lab-project-card-img { order: 1; width: 100%; max-width: 328px; height: auto; aspect-ratio: 328 / 194; flex: 0 0 auto; margin-top: 0; border-radius: var(--radius-card); overflow: hidden; }
    .laboratory-page .lab-project-card-body { order: 2; width: 100%; max-width: 328px; height: auto; min-height: 404px; padding: 20px 24px; background: #fff; border-radius: var(--radius-card); }
    .laboratory-page .lab-project-card-top { width: auto; max-width: 100%; height: 14px; margin-bottom: 38px; }
    .laboratory-page .lab-project-card-content { width: auto; max-width: 100%; height: auto; gap: 12px; }
    .laboratory-page .lab-project-card-title { width: auto; max-width: 100%; font-size: 20px; line-height: 24px; letter-spacing: -0.6px; white-space: normal; }
    .laboratory-page .lab-project-card-delivered,
    .laboratory-page .lab-project-card-result { width: auto; max-width: 100%; }
    .laboratory-page .lab-project-card-result { height: auto; min-height: 161px; padding: 12px; }
    .laboratory-page .lab-project-card-label { font-size: 14px; }
    .laboratory-page .lab-project-card-text { font-size: 13px; line-height: 15.6px; letter-spacing: -0.39px; }
    .laboratory-page .lab-tasks { padding: 0 0 40px; }
    .laboratory-page .lab-tasks .lab-section-inner { padding: 0 var(--container-padding-mobile); }
    .laboratory-page .lab-tasks-grid { grid-template-columns: 1fr; gap: 16px; }
    .laboratory-page .lab-tasks-header { width: 100%; max-width: 343px; height: 220px; min-height: 220px; padding: 20px; border-radius: var(--radius-card); }
    .laboratory-page .lab-tasks-title { width: 205px; font-size: 24px; line-height: 26.4px; }
    .laboratory-page .lab-tasks-subtitle { width: 221px; height: 39px; padding: 12px; margin: 0; }
    .laboratory-page .lab-tasks-list { gap: 12px; }
    .laboratory-page .lab-tasks-item { width: fit-content; height: 54px; font-size: 14px; line-height: 17px; gap: 8px; background: var(--color-white-2); border-radius: 12px; padding: 12px; }
    .laboratory-page .lab-tasks-check { width: 30px; height: 30px; background: transparent; border-radius: 0; }
    .laboratory-page .lab-tasks-check::after { display: none; }
    .laboratory-page .lab-tasks-item:nth-child(1) .lab-tasks-check { background: url('../img/laboratory-task-icon-1.png') center/contain no-repeat; }
    .laboratory-page .lab-tasks-item:nth-child(2) .lab-tasks-check { background: url('../img/laboratory-task-icon-2.png') center/contain no-repeat; }
    .laboratory-page .lab-tasks-item:nth-child(3) .lab-tasks-check { background: url('../img/laboratory-task-icon-3.png') center/contain no-repeat; }
    .laboratory-page .lab-tasks-item:nth-child(4) .lab-tasks-check { background: url('../img/laboratory-task-icon-4.png') center/contain no-repeat; }
    .laboratory-page .lab-tasks-item:nth-child(5) .lab-tasks-check { background: url('../img/laboratory-task-icon-5.png') center/contain no-repeat; }
    .laboratory-page .lab-tasks-item:nth-child(6) .lab-tasks-check { background: url('../img/laboratory-task-icon-6.png') center/contain no-repeat; }
    .laboratory-page .partners-section { padding: 0 0 90px; }
    .laboratory-page .partners-section .container { padding: 0 var(--container-padding-mobile); }
    .laboratory-page .partners-section .section-header { margin-bottom: 24px; }
    .laboratory-page .partners-title { max-width: 260px; font-size: 24px; color: var(--color-black); }
    .laboratory-page .partners-title .text-green { color: var(--color-green); }
    .laboratory-page .partners-grid { display: flex; overflow-x: auto; gap: 16px; }
    .laboratory-page .partner-card { flex: 0 0 243px; width: 243px; height: auto; min-height: 253px; padding: 16px; border-radius: 8px; }
    .laboratory-page .partner-card img { width: 174px; height: 98px; object-fit: contain; margin: 0 auto 12px; }
    .laboratory-page .partner-card h3 { font-size: 16px; margin: 12px 0 8px; }
    .laboratory-page .partner-card p { font-size: 13px; }
    .laboratory-page .home-request { padding: 0 0 101px; }
    .laboratory-page .home-request .container { padding: 0 var(--container-padding-mobile); }
    .laboratory-page .request-grid { width: auto; height: 675px; min-height: 675px; padding: 64px 20px 24px; display: flex; flex-direction: column; gap: 16px; border-radius: var(--radius-card); overflow: hidden; }
    .laboratory-page .request-plus { left: 50%; top: 20px; transform: translateX(-50%); width: 16px; height: 16px; }
    .laboratory-page .request-text { position: static; width: auto; text-align: center; }
    .laboratory-page .request-copy-desktop { display: none; }
    .laboratory-page .request-copy-mobile { display: inline; }
    .laboratory-page .request-text .section-title { font-size: 24px; line-height: 1.1; font-style: italic; }
    .laboratory-page .request-text .section-title::first-line { font-style: normal; }
    .laboratory-page .request-text p { max-width: none; }
    .laboratory-page .request-form-wrap {
        position: static;
        align-self: center;
        width: min(308px, calc(100vw - 32px));
        max-width: none;
        height: 402px;
        flex: 0 0 402px;
        padding: 20px 18px;
        border-radius: var(--radius-card);
    }
    .laboratory-page .home-request-form {
        width: 100%;
        max-width: 268px;
    }
    .laboratory-page .home-request-form .form-field input,
    .laboratory-page .home-request-form .form-field textarea {
        width: 100%;
        max-width: 268px;
        height: var(--control-height);
        background: var(--color-gray);
        border-radius: var(--radius-control);
    }
    .laboratory-page .home-request-form .form-field-phone input { padding-left: 52px; }
    .laboratory-page .home-request-form .form-field textarea { overflow: hidden; }
    .laboratory-page .home-request-form .request-submit { width: 100%; max-width: 268px; }
    .laboratory-page .home-request-form .form-field input::placeholder,
    .laboratory-page .home-request-form .form-field textarea::placeholder { font-size: 12px; }
    .laboratory-page .home-request-form .form-message:empty { display: none; min-height: 0; margin: 0; }
}
