:root {
    --main-color: #020d1e;
    --second-color: #64a5fd;
    --third-color: #031628;
    --fourth-color: #398a6a;
    --fifth-color: #041b33;
    --sixth-color: #99c6fe;
    --eighth-color: #004b93;
    --ninth-color: #3997ff;

    --color-1: #031c3c;
    --color-2: #79c1fc;

    --text-color: #fff;
    --p-color: #fff;
    --link-color: #fff;
    --hover-color: #64a5fd;
}
html,
body {
    overscroll-behavior: none;
}
html{
    margin: 0 !important;
}
body {
    background: var(--main-color);
    color: var(--text-color);
    margin: 0;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    padding: 0 !important;
    line-height: 1.4;
}
a{
    text-decoration: none;
    color: var(--link-color);
}
a:hover{
    color: var(--hover-color);
}
p{
    color: var(--p-color);
}
img {
    max-width: 100%;
}
.machine-arrow img,
.machine-image img,
.medigi-icon, .news-image img,
a, button, .btn-border, .btn-blue, .btn-blue-2,
.sector-card, .activity-card, .news-card,
.medigi-card, .digital-link, .product-tab,
.lang ul, header, .header-dropdown-bg,
.scroll-down .mouse-icon {
    transition: all 0.3s ease-out;
}
section{
    padding: 70px 0;
    position: relative;
}

header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 40px 0;
    z-index: 10;
}
ul.menu{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.menu li a{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
ul.menu li.active a{
    font-weight: 600;
}
ul.menu li ul{
    display: none;
}
header .burger-menu,
header .menu-bar{
    font-size: 28px;
}
.lang{
    position: absolute;
    right: calc(var(--bs-gutter-x) * .5);
    top: calc(100% + 10px);
}
.lang > a{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    font-size: 11px;
    border: 1px solid #fff;
    padding: 10px 5px;
    border-radius: 18px;
}
.lang > a > i:first-child{
    font-size: 18px;
}
.lang ul{
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    list-style: none;
    margin: 0;
    flex-direction: column;
    background: #fff;
    border-radius: 18px;
    gap: 7px;
    padding: 15px;
}
.lang:hover ul{
    display: flex;
}
.lang ul a{
    color: var(--main-color);
    font-weight: 500;
}

section.hero{
    padding: 0;
    position: relative;
}

.hero-item .content{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*inset: 0;*/
    z-index: 4;

    height: 100vh;
    padding-bottom: 125px;
}

.hero-item h3{
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}
.hero-item h3 strong{
    display: block;
}
.hero-item p{
    font-weight: 500;
    margin: 20px 0 25px;
}


.btn-border{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 28px;
    padding: 6px 20px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
}
.btn-border:hover{
    background: var(--main-color);
    border-color: var(--second-color);
    color: #fff;
}
.hero-item::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(2, 13, 30, 0.15) 25%,
        rgba(2, 13, 30, 0.55) 58%,
        rgba(2, 13, 30, 0.9) 82%,
        var(--main-color) 100%
    );
}

.hero-item::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;

    background:
        radial-gradient(
            ellipse at 100% 100%,
            rgba(2,13,30,.92) 0%,
            rgba(2,13,30,.78) 18%,
            rgba(2,13,30,.48) 35%,
            rgba(2,13,30,.20) 48%,
            transparent 60%
        ),
        linear-gradient(
            -35deg,
            rgba(2,13,30,.30) 0%,
            rgba(2,13,30,.15) 18%,
            transparent 40%
        );
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    z-index: 4;
}
.mouse-icon {
    width: 34px;
    height: 52px;
    border: 2px solid rgba(255,255,255,.55);
    border-radius: 22px;
    display: block;
    position: relative;
}
.mouse-icon span {
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 3px;
    height: 10px;
    border-radius: 3px;
    background: rgba(255,255,255,.75);
    transform: translateX(-50%);
}
.mouse-icon:hover{
    transform: translateY(-10%);
}

.hero-item {
    position: relative;
}

.hero-item img.default,
.hero-item img.dark {
    width: 100%;
    display: block;
    transition: none;
    user-select: none;
    pointer-events: none;
}

.hero-item img.default {
    position: relative;
    z-index: 0;
}
.hero-item img.dark {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    opacity: 0;
    will-change: opacity;
}


.day-night-control {
    position: absolute;
    left: 35px;
    top: 50%;
    z-index: 8;
    transform: translateY(-50%);

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.mode-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, .45);
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    font-size: 14px;

    backdrop-filter: blur(4px);
    transition: .3s ease;
}

.mode-light {
    color: #fff;
    border-color: rgba(255, 255, 255, .85);
}

.range-wrap {
    width: 30px;
    height: 170px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day-night-range {
    position: absolute;
    width: 170px;
    height: 30px;
    margin: 0;

    transform: rotate(90deg);
    appearance: none;
    -webkit-appearance: none;

    background: transparent;
    cursor: pointer;
    transition: none;
}

.day-night-range::-webkit-slider-runnable-track {
    height: 3px;
    border-radius: 10px;

    background: linear-gradient(
        to right,
        rgba(255, 255, 255, .95) 0%,
        rgba(255, 255, 255, .95) var(--range-value, 0%),
        rgba(255, 255, 255, .3) var(--range-value, 0%),
        rgba(255, 255, 255, .3) 100%
    );
}

.day-night-range::-webkit-slider-thumb {
    width: 17px;
    height: 17px;
    margin-top: -7px;

    appearance: none;
    -webkit-appearance: none;

    border: 2px solid #fff;
    border-radius: 50%;
    background: #020d1e;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, .12);
}

.day-night-range::-moz-range-track {
    height: 3px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .3);
}

.day-night-range::-moz-range-progress {
    height: 3px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .95);
}

.day-night-range::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #020d1e;
}

.day-night-control.is-dark .mode-dark {
    color: #fff;
    border-color: rgba(255, 255, 255, .85);
}

.day-night-control.is-dark .mode-light {
    color: rgba(255, 255, 255, .45);
    border-color: rgba(255, 255, 255, .35);
}

.titles h6{
    color: var(--second-color);
    font-weight: 600;
}
.titles h2{
    font-size: 42px;
    font-weight: 400;
    margin: 0;
}
.titles strong{
    display: block;
    color: var(--second-color);
}
.titles p{
    margin: 0;
}

.stats-section {
    background: var(--main-color);
}

.stats-box {
    position: relative;
    padding: 28px 30px 50px;
    border: 1px solid rgba(100, 165, 253, .22);
    border-radius: 11px;
    background: rgba(3, 22, 40, .35);
}

.stats-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 130px;
}

.stats-title {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-top: 6px;
}

.stats-title-icon {
    position: relative;
    width: 44px;
    height: 54px;
    color: var(--second-color);
}

.stats-title-icon .fa-globe {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 28px;
    font-weight: 300;
}

.stats-title-icon .fa-cube {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
}

.stats-title h2 {
    margin: 0;
    color: var(--second-color);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase;
}

.experience {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 30px;
}

.experience strong {
    display: block;
    color: var(--sixth-color);
    font-size: 58px;
    font-weight: 600;
    line-height: 1;
}

.experience span {
    margin-top: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.stats-column {
    position: relative;
    padding: 0 26px;
}

.stats-column:first-child {
    padding-left: 0;
}

.stats-column:last-child {
    padding-right: 0;
}

.stats-column:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 174px;
    background: rgba(255, 255, 255, .55);
}

.stat-item {
    min-height: 96px;
}

.stat-item + .stat-item {
    margin-top: 2px;
}

.stat-item strong {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1px;
}

.stat-item strong sup {
    position: relative;
    top: -.45em;
    font-size: 20px;
    line-height: 0;
}

.stat-item span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.15;
}
.stats-column:not(:last-child)::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: -5px;
    top: 83px;
    width: 10px;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, .75);
    border-left: 1px solid rgba(255, 255, 255, .75);
    background: var(--main-color);
    transform: rotate(45deg);
}



.stats-title-icon img {
    width: 46px;
    height: auto;
    display: block;
}
@media (max-width: 768px) {
    .stats-column {
        padding: 0 18px;
    }

    .stat-item strong {
        font-size: 34px;
    }

    .stat-item span {
        font-size: 13px;
    }

    .stats-head {
        min-height: auto;
        margin-bottom: 45px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 35px 0;
    }

    .stats-column {
        padding: 0 25px;
    }

    .stats-column:nth-child(odd) {
        padding-left: 0;
    }

    .stats-column:nth-child(even) {
        padding-right: 0;
    }

    .stats-column:not(:last-child)::after,
    .stats-column:not(:last-child)::before {
        display: none;
    }

    .stats-column:nth-child(odd)::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: rgba(255, 255, 255, .25);
    }

    .stats-box {
        padding: 25px 20px 35px;
    }

    .stats-head {
        align-items: center;
    }

    .stats-title {
        gap: 12px;
    }

    .stats-title h2 {
        font-size: 13px;
    }

    .experience {
        padding-right: 0;
    }

    .experience strong {
        font-size: 42px;
    }

    .experience span {
        font-size: 14px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .stats-column,
    .stats-column:nth-child(odd),
    .stats-column:nth-child(even) {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
        padding: 22px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .stats-column:last-child {
        border-bottom: 0;
    }

    .stats-column:nth-child(odd)::after {
        display: none;
    }

    .stat-item {
        min-height: auto;
    }

    .stat-item + .stat-item {
        margin-top: 0;
    }

    .stat-item strong {
        font-size: 31px;
    }

    .stat-item span {
        font-size: 13px;
    }
}

.about-video {
    position: relative;
    padding: 0;
}

.about-video-image {
    display: block;
    width: 100%;
    height: auto;
}

.about-video-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding-top: 5%;
    pointer-events: none;
}

.about-video-content .titles {
    pointer-events: auto;
}
.about-video .titles p {
    margin: 18px 0 0;
    font-size: 17px;
}

.video-play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--second-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgba(100, 165, 253, .35);
    transition:
        transform .3s ease,
        box-shadow .3s ease,
        background-color .3s ease;
}
.video-play i {
    margin-left: 4px;
    font-size: 20px;
}
.video-play:hover {
    color: #fff;
    background: #7eb7ff;
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow: 0 0 0 12px rgba(100, 165, 253, .14);
}

.sectors-section {
    background: var(--main-color);
}
.sectors-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sector-card {
    position: relative;
    min-height: 645px;
    overflow: hidden;
    border-radius: 10px;
    background: #031628;
    isolation: isolate;
}

.sector-card::before{
    content:"";
    position:absolute;
    left:12px;
    top:0;
    width:3px;
    height:58%;
    z-index:3;

    background:linear-gradient(
        to bottom,
        var(--sector-color) 0%,
        var(--sector-color) 65%,
        rgba(255,255,255,0) 100%
    );
}


.sector-bg {
    position: absolute;
    z-index: -3;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transition: transform .55s ease;
}

.sector-overlay {
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(2, 13, 30, .97) 0%,
            rgba(2, 13, 30, .92) 25%,
            rgba(2, 13, 30, .68) 48%,
            rgba(2, 13, 30, .30) 68%,
            rgba(2, 13, 30, .10) 100%
        );
}

.sector-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(2, 13, 30, .20) 0%,
        color-mix(in srgb, var(--sector-color) 24%, transparent) 100%
    );

    transition: opacity .35s ease;
}

.sector-content {
    position: relative;
    z-index: 2;
    min-height: 645px;
    padding: 44px 34px 32px 50px;
    display: flex;
    flex-direction: column;
}

.sector-icon {
    width: 55px;
    height: 55px;
    object-fit: contain;
    object-position: left center;
}

.sector-text {
    margin-top: 42px;
}

.sector-text > span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.sector-text h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.sector-text p {
    min-height: 105px;
    margin: 30px 0 28px;
    color: rgba(255, 255, 255, .86);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}

.sector-btn {
    min-width: 125px;
    height: 36px;
    padding: 4px 5px 4px 20px;

    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .75);
    border-radius: 24px;
    background: transparent;

    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;

    transition:
        background-color .3s ease,
        border-color .3s ease,
        color .3s ease;
}

.sector-btn-icon {
    flex: 0 0 27px;
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;

    transition:
        background-color .3s ease,
        border-color .3s ease,
        transform .3s ease;
}

.sector-btn-icon i {
    font-size: 11px;
}

.sector-card:hover .sector-bg {
    transform: scale(1.035);
}

.sector-card:hover::after {
    opacity: 1;
}

.sector-card:hover .sector-btn {
    color: #fff;
    border-color: var(--sector-color);
    background: var(--sector-color);
}

.sector-card:hover .sector-btn-icon {
    border-color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .10);
    transform: translateX(2px);
}

.sector-card:hover .btn-border{
    background: var(--sector-color);
    border-color: var(--sector-color);
    color:#fff;
}

.sector-card:hover .btn-border img{
    transform: translateX(3px);
}
.sector-card .btn-border{
    font-size: 12px;
}
.btn-border img{
    height: 23px;
}

@media (max-width: 1199.98px) {
    .sectors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sector-card,
    .sector-content {
        min-height: 600px;
    }
}

@media (max-width: 767.98px) {
    .sectors-grid {
        grid-template-columns: 1fr;
    }

    .sector-card {
        min-height: 540px;
    }

    .sector-content {
        min-height: 540px;
        padding: 35px 25px 28px 40px;
    }

    .sector-card::before {
        left: 10px;
    }

    .sector-text {
        margin-top: 32px;
    }

    .sector-text p {
        min-height: auto;
        max-width: 350px;
    }
}

section.bg-area{
    position: relative;
}
section.bg-area > img{
    width: 100%;
    display: block;
}
section.bg-area .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.medigi-services {
    padding: 0;
    overflow: hidden;
    background: var(--main-color);
}

.medigi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.medigi-card {
    position: relative;
    min-height: 245px;
    padding: 92px 22px 22px 16px;
    overflow: hidden;
    color: #fff;
    background: #398a6a;
}

.medigi-card:nth-child(even) {
    background: #3d7761;
}

.medigi-card:hover {
    color: #fff;
}

.medigi-icon {
    position: absolute;
    top: 40px;
    left: 56px;
    width: 88px;
    height: 78px;
    object-fit: contain;
    object-position: left center;
    transform-origin: center;
}

.medigi-card:nth-child(4) .medigi-icon {
    top: 37px;
    left: 54px;
    width: 76px;
    height: 82px;
    opacity: 1;
}

.medigi-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.medigi-number {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .55);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
}

.medigi-card h3{
    margin: 0;
    color: #fff;
    font-size: 31px;
    font-weight: 700;
    line-height: 1.12;
}
.medigi-card p{
    margin-top: auto;
    margin-bottom: 0;

    color: rgba(255,255,255,.9);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}

.medigi-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(2, 13, 30, .12);
    opacity: 0;
    pointer-events: none;
}

.medigi-card:hover::after {
    opacity: 1;
}

.medigi-card:hover .medigi-icon {
    opacity: .65;
    transform: translateY(-5px) scale(1.04);
}

.medigi-card:nth-child(4):hover .medigi-icon {
    opacity: 1;
}

.digital-section {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.digital-bg {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
}

.digital-content {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.digital-content .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.digital-section .titles h6 {
    color: #fff;
}

.digital-section .titles h2 {
    font-size: 48px;
    line-height: 1.15;
}

.digital-section .titles h2 strong {
    color: var(--second-color);
}

.digital-section .titles p {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.5;
}

.digital-links {
    display: grid;
    grid-template-columns: 1.05fr 1.3fr 1.65fr .9fr;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 34px;
}

.digital-link {
    min-height: 58px;
    padding: 10px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-radius: 34px;
}

.digital-link:last-child{
    border-right: none;
}

.digital-link > span {
    white-space: nowrap;
}

.digital-link img {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.digital-link:hover,
.digital-link.active {
    color: #fff;
    background: var(--fourth-color);
    border-radius: 32px;
}

.digital-link:hover img {
    transform: translateX(3px);
}

@media (max-width: 1199.98px) {
    .digital-section .titles h2 {
        font-size: 40px;
    }

    .digital-section .titles p {
        font-size: 16px;
    }

    .digital-link {
        padding-left: 20px;
        font-size: 12px;
    }

    .digital-link img {
        flex-basis: 36px;
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 991.98px) {
    .digital-bg {
        min-height: 680px;
        object-fit: cover;
        object-position: center;
    }

    .digital-content .container {
        padding-top: 55px;
        padding-bottom: 40px;
    }

    .digital-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 20px;
    }

    .digital-link {
        min-height: 62px;
    }

    .digital-link + .digital-link {
        border-left: 0;
    }

    .digital-link:nth-child(even) {
        border-left: 1px solid rgba(255, 255, 255, .25);
    }

    .digital-link:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .digital-link:hover,
    .digital-link.active {
        border-radius: 18px;
    }
}

@media (max-width: 767.98px) {
    .digital-bg {
        min-height: 760px;
        object-position: 58% center;
    }

    .digital-section .titles h2 {
        font-size: 32px;
    }

    .digital-section .titles p {
        font-size: 14px;
    }

    .digital-links {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .digital-link,
    .digital-link:nth-child(even) {
        min-height: 58px;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .25);
    }

    .digital-link:last-child {
        border-bottom: 0;
    }

    .digital-link > span {
        white-space: normal;
    }
}

section.fifth-bg{
    background: var(--fifth-color);
}

.products-section {
    background: var(--fifth-color);
}

.products-intro p {
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.48;
}

.products-area {
    min-width: 0;
}

.product-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 62px;
}

.product-tab {
    position: relative;
    padding: 0 15px 27px;

    color: rgba(153, 198, 254, .18);
    background: transparent;
    border: 0;

    font-family: inherit;
    font-size: 23px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.product-tab::before {
    content: "";
    position: absolute;
    left: 16px;
    right: 8px;
    bottom: 0;
    height: 2px;
    background: rgba(255, 255, 255, .82);
}

.product-tab::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;

    width: 9px;
    height: 9px;

    border: 2px solid var(--main-color);
    border-radius: 50%;
    background: #fff;
}

.product-tab.active {
    color: var(--sixth-color);
}

.product-tab.active::before {
    height: 5px;
    background: var(--sixth-color);
    bottom: -2px;
}

.product-tab.active::after {
    bottom: -6px;
    width: 13px;
    height: 13px;
    border: 0;
    background: var(--sixth-color);
}

.product-pane {
    display: none;
}

.product-pane.active {
    display: block;
}

.product-slider {
    width: 100%;
}

.product-slide {
    width: 100%;
}

.product-card {
    display: grid;
    grid-template-columns: 50% 50%;

    width: 100%;
    min-height: 388px;
    overflow: hidden;

    border-radius: 11px;
    background: #09365a;
}

.product-image {
    min-width: 0;
    min-height: 388px;
    display: flex;
    align-items: center;
    justify-content: center;

    background: #083457;
}

.product-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 517 / 436;
    object-fit: cover;
    object-position: center;
}
img.contain{
    object-fit: contain;
}

.product-info {
    min-width: 0;
    padding: 45px 35px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #0b3b61;
}

.product-standard {
    display: block;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, .82);
    font-size: 13px;
    text-transform: uppercase;
}

.product-info h3 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.25;
}

.product-info h3 strong {
    display: block;
    font-weight: 700;
}

.product-info .btn-border {
    align-self: flex-start;
    padding: 5px 8px 5px 18px;
    font-size: 11px;
}

.product-info .btn-border img {
    width: 27px;
    height: 27px;
}

.product-slider .slick-list {
    overflow: hidden;
}

.product-slider .slick-track {
    display: flex;
}

.product-slider .slick-slide {
    height: auto;
}

.product-slider .slick-slide > div,
.product-slider .product-slide,
.product-slider .product-card {
    height: 100%;
}

.product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;

    width: 34px;
    height: 34px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    transform: translateY(-50%);
}

.product-slider .slick-arrow::before {
    display: none;
}

.product-slider .slick-prev {
    left: 18px;
}

.product-slider .slick-next {
    right: 18px;
}

.product-slider .slick-arrow:hover {
    color: #fff;
    border-color: var(--second-color);
    background: rgba(100, 165, 253, .18);
}

.product-slider .slick-disabled {
    opacity: .25;
    cursor: default;
}
@media (max-width: 1199.98px) {
    .products-intro {
        padding-right: 20px;
    }

    .products-intro p {
        font-size: 16px;
    }

    .product-tab {
        font-size: 18px;
    }

    .product-info h3 {
        font-size: 23px;
    }
}

@media (max-width: 991.98px) {
    .products-intro {
        padding: 0 0 40px;
    }

    .products-intro p {
        max-width: 650px;
    }

    .product-tabs {
        margin-bottom: 40px;
    }

    .product-tab {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 15px;
    }

    .product-tab::before {
        left: 8px;
    }
}

@media (max-width: 767.98px) {
    .product-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 0;
    }

    .product-tab {
        padding-bottom: 15px;
    }

    .product-card {
        grid-template-columns: 1fr;
    }

    .product-image {
        min-height: 300px;
    }

    .product-info {
        min-height: 220px;
        padding: 30px 25px;
    }

    .product-info h3 {
        font-size: 22px;
    }

    .product-slider .slick-prev {
        left: 10px;
    }

    .product-slider .slick-next {
        right: 10px;
    }
}

.product-slider{
    position:relative;
}

.product-arrow{
    position:absolute;
    top:50%;
    z-index:20;

    width:52px;
    height:52px;

    padding:0;
    border:0;
    background:none;

    transform:translateY(-50%);
}

.product-arrow img{
    width:100%;
    display:block;
    transition:.35s;
}

.product-prev{
    left:-45px;
}

.product-prev img{
    transform:rotate(180deg);
}

.product-next{
    right:-45px;
}

.product-arrow:hover img{
    transform:scale(1.08);
}

.product-prev:hover img{
    transform:rotate(180deg) scale(1.08);
}

.product-arrow.slick-disabled{
    opacity:.35;
    pointer-events:none;
}

.footer-glow {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: var(--main-color);
}

.footer-glow::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: -22%;
    bottom: -28%;
    width: 72%;
    height: 95%;
    pointer-events: none;

    background: radial-gradient(
        ellipse at left bottom,
        rgba(var(--glow-color), .95) 0%,
        rgba(var(--glow-color), .70) 20%,
        rgba(var(--glow-color), .42) 42%,
        rgba(var(--glow-color), .18) 62%,
        rgba(var(--glow-color), 0) 82%
    );

    filter: blur(10px);
}

.footer-glow::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -10%;
    bottom: 0;
    width: 58%;
    height: 70%;
    pointer-events: none;

    background: linear-gradient(
        35deg,
        rgba(var(--glow-color), .58) 0%,
        rgba(var(--glow-color), .28) 34%,
        rgba(var(--glow-color), .08) 58%,
        rgba(var(--glow-color), 0) 78%
    );

    filter: blur(22px);
}

.footer-glow > section,
.footer-glow > footer {
    position: relative;
    z-index: 1;
}


.site-footer{
    position:relative;
    padding:0;
}

.site-footer .row{
    align-items:center;
}

.footer-logo{
    height:100%;
    display:flex;
    align-items:center;
}

.footer-logo img{
    width: 90px;
    display:block;
}
footer:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 50%;
    background: #031426;
    z-index: -1;
}

.footer-box{
    background:#031426;
    border-radius:90px 0 0 0;

    min-height:125px;

    display:flex;
    align-items:center;

    padding: 0 0 0 55px;
}

.footer-content{
    width:100%;

    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
}

.footer-copy{
    color:rgba(255,255,255,.75);
    font-size:12px;
    white-space:nowrap;
}

.footer-menu{
    padding:0;
    margin:0;

    list-style:none;

    display:flex;
    align-items:center;
    flex-wrap:wrap;
}

.footer-menu li{
    position:relative;
}

.footer-menu li:not(:last-child){
    padding-right:14px;
    margin-right:14px;
}

.footer-menu li:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;

    width:1px;
    height:10px;

    background:rgba(255,255,255,.45);

    transform:translateY(-50%);
}

.footer-menu a{
    color:rgba(255,255,255,.78);
    font-size:12px;
}

.footer-menu a:hover{
    color:var(--second-color);
}
@media(max-width:991px){

    .footer-logo{
        justify-content:center;
        margin-bottom:25px;
    }

    .footer-box{
        border-radius:50px 0 0 0;
        padding:35px 30px;
    }

    .footer-content{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .footer-menu{
        gap:10px 0;
    }

}


.news-section {
    position: relative;
    padding: 70px 0 60px;
    background: transparent;
}

.news-head {
    margin-bottom: 46px;
}

.news-head h6 {
    margin: 0;
    color: var(--second-color);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.news-all-btn {
    padding: 5px 8px 5px 22px;
    font-size: 10px;
}

.news-all-btn img {
    width: 27px;
    height: 27px;
}

.news-card {
    height: 100%;
    padding: 10px;
    overflow: hidden;
    border-radius: 7px;
    background: rgba(3, 22, 40, .9);
}

.news-image {
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.news-image img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1.25;
    object-fit: cover;
}

.news-card-content {
    padding: 12px 3px 4px;
}

.news-detail-btn {
    padding: 3px 5px 3px 14px;
    font-size: 11px;

}

.news-detail-btn img {
    width: 21px;
    height: 21px;
}

.news-card p {
    display: -webkit-box;
    margin: 12px 0 0;
    overflow: hidden;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-card:hover .news-image img {
    transform: scale(1.04);
}

.news-card:hover .news-detail-btn {
    color: #fff;
    border-color: var(--second-color);
    background: var(--second-color);
}
@media (max-width: 991.98px) {
    .news-section {
        padding: 60px 0 50px;
    }

    .news-head {
        margin-bottom: 35px;
    }
}

@media (max-width: 575.98px) {
    .news-head {
        row-gap: 20px;
    }

    .news-head > div {
        width: 100%;
    }

    .news-all-btn {
        justify-content: space-between;
    }

    .news-card p {
        font-size: 12px;
    }
}
.menu-bar{
    display: none;
}
@media(max-width: 768px){
    ul.menu{
        display: none;
    }
    .hero-item img.default, .hero-item img.dark{
        min-height: 340px;
        object-fit: cover;
    }
    .hero-item .btn-border{
        font-size: 13px;
        padding: 3px 10px;
    }
    .hero-item .btn-border img{
        height: 18px;
    }
    .hero-item h3{
        font-size: 14px;
    }
    .hero-item p{
        font-size: 12px;
        margin: 10px 0 15px;
    }
    .scroll-down{
        bottom: 25px;
    }
    .mouse-icon{
        width: 28px;
        height: 43px;
    }
    .day-night-control{
        display: none;
    }
    .titles h2{
        font-size: 24px;
    }
    .about-video-image{
        min-height: 300px;
        object-fit: cover;
    }
    .video-play{
        top: 70%;
    }
    section.bg-area > img{
        min-height: 400px;
        object-fit: cover;
    }
    .medigi-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .digital-link{
        border-right: none;
    }
    section{
        padding: 35px 0;
    }
    .product-next{
        right: 10px;
    }
    .product-prev{
        left: 10px;
    }
    footer:after{
        content: unset;
    }
    .footer-content{
        align-items: center;
    }
    .footer-menu{
        justify-content: center;
        flex-direction: column;
    }
    .footer-menu li:not(:last-child)::after{
        content: unset;
    }
    .footer-menu li:not(:last-child){
        margin-right: 0;
        padding-right: 0;
    }
    .footer-menu{
        gap: 5px 0;
    }
    .footer-box{
        border-radius: 50px 50px 0 0;
    }
    .menu-bar{
        display: block;
    }
    .burger-menu{
        display: none;
    }
    ul.menu{
        position: absolute;
        right: 0;
        top: 100%;
        left: 0;
        background: var(--main-color);
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
        z-index: 2;
    }
    ul.menu.show{
        display: flex;
    }
}



header {
    z-index: 20;
    background: transparent;
    transition: background-color .3s ease, box-shadow .3s ease;
}
header.dropdown-open {
    padding-bottom: 275px;
    background: var(--main-color);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .14);
}
header.dropdown-open::before {
    opacity: 1;
}
header .container {
    position: relative;
    z-index: 4;
}
.header-dropdown-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .3s ease, visibility .3s ease;
}
header.dropdown-open .header-dropdown-bg {
    opacity: 1;
    visibility: visible;
}
header .logo {
    position: relative;
    z-index: 5;
    display: inline-block;
}
ul.menu {
    gap: 24px;
}
ul.menu > li {
    position: relative;
    padding-bottom: 120px;
    margin-bottom: -120px;
}

ul.menu > li:hover > a,
ul.menu > li.submenu-open > a {
    color: var(--second-color);
}
ul.menu > li > ul {
    position: absolute;
    top: 51px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: max-content;
    min-width: 260px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition:
        opacity .25s ease,
        visibility .25s ease,
        transform .25s ease;
}
ul.menu > li.submenu-open > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
ul.menu > li > ul a {
    display: inline-block;
    color: rgba(255, 255, 255, .94);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
}
ul.menu > li > ul a::before {
    content: ">";
    margin-right: 4px;
}
ul.menu > li > ul a:hover {
    color: var(--second-color);
}
header .lang {
    z-index: 6;
}
.header-dropdown-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to right,
            rgba(2, 13, 30, 1) 0%,
            rgba(2, 13, 30, .88) 20%,
            rgba(2, 13, 30, .42) 52%,
            rgba(2, 13, 30, .12) 78%,
            rgba(2, 13, 30, .08) 100%
        ),
        linear-gradient(
            to bottom,
            rgba(2, 13, 30, .15),
            rgba(2, 13, 30, .62)
        );
}

@media(max-width: 768px){
    header .container{
        position: static;
    }
}

body.activity-menu-open {
    overflow: hidden;
}

.activity-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;

    color: #fff;
    background: var(--main-color);

    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);

    transition:
        opacity .4s ease,
        visibility .4s ease,
        transform .4s ease;
}

.activity-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.activity-menu-glow {
    position: fixed;
    z-index: 0;
    left: -18%;
    bottom: -32%;
    width: 75%;
    height: 100%;
    pointer-events: none;

    background: radial-gradient(
        ellipse at left bottom,
        rgba(61, 92, 203, .9) 0%,
        rgba(61, 92, 203, .55) 28%,
        rgba(61, 92, 203, .24) 52%,
        rgba(61, 92, 203, 0) 78%
    );

    filter: blur(12px);
}

.activity-menu-container {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    padding-top: 45px;
    padding-bottom: 35px;
}

.activity-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-menu-logo img {
    width: 210px;
    display: block;
}

.activity-menu-close {
    width: 55px;
    height: 55px;
    padding: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    background: transparent;
    border: 0;
    font-size: 40px;
}

.activity-menu-close:hover {
    color: var(--second-color);
    transform: rotate(90deg);
}

.activity-menu-title {
    margin-top: 55px;
    margin-bottom: 45px;
}

.activity-menu-title h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.12;
}

.activity-menu-title h2 strong {
    display: block;
    color: var(--second-color);
    font-weight: 700;
}

.activity-menu-title p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .9);
    font-size: 15px;
    line-height: 1.45;
}

.activity-menu-body {
    display: grid;
    grid-template-columns: 85px minmax(0, 1fr);
    gap: 20px;
}

.activity-menu-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.activity-menu-side > span {
    margin-top: auto;
    margin-bottom: auto;

    color: var(--second-color);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.activity-parent-logo {
    margin-top: 25px;
}

.activity-parent-logo img {
    width: 82px;
    display: block;
}

.activity-cards {
    display: flex;
    gap: 18px;
    min-width: 0;
    height: 530px;
}

.activity-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    isolation: isolate;

    border-radius: 10px;
    background: #031628;

    transition:
        flex .55s cubic-bezier(.22, .61, .36, 1),
        opacity .4s ease;
}

.activity-cards:hover .activity-card {
    flex-grow: .85;
}

.activity-cards .activity-card:hover,
.activity-cards .activity-card.is-active {
    flex-grow: 2.35;
}

.activity-card::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 12px;
    width: 3px;
    height: 60%;

    background: linear-gradient(
        to bottom,
        var(--sector-color) 0%,
        var(--sector-color) 66%,
        transparent 100%
    );
}

.activity-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;

    background: linear-gradient(
        to bottom,
        rgba(2, 13, 30, .98) 0%,
        rgba(2, 13, 30, .92) 28%,
        rgba(2, 13, 30, .62) 54%,
        rgba(2, 13, 30, .08) 100%
    );
}

.activity-card-bg {
    position: absolute;
    z-index: -2;
    inset: 0;

    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;

    transition: transform .6s ease;
}

.activity-card:hover .activity-card-bg {
    transform: scale(1.04);
}

.activity-card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 42px 30px 34px 48px;

    display: flex;
    flex-direction: column;
}

.activity-card-icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    object-position: left center;
}

.activity-card-text {
    margin-top: 40px;
}

.activity-card-text > span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .75);
    font-size: 14px;
    text-transform: uppercase;
}

.activity-card-text h3 {
    margin: 0;
    color: #fff;
    font-size: 29px;
    font-weight: 700;
}

.activity-card-text p {
    max-width: 320px;
    min-height: 100px;
    margin: 28px 0 25px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    line-height: 1.55;
}

.activity-card .btn-border {
    font-size: 11px;
}

.activity-card:hover .btn-border,
.activity-card.is-active .btn-border {
    color: #fff;
    border-color: var(--sector-color);
    background: var(--sector-color);
}

.activity-card:not(:hover):not(.is-active) .activity-card-text p {
    max-width: 210px;
}

.activity-card:not(:hover):not(.is-active) .activity-card-content {
    padding-right: 22px;
}

@media (max-width: 1199.98px) {
    .activity-menu-title h2 {
        font-size: 36px;
    }

    .activity-cards {
        height: 500px;
        gap: 12px;
    }

    .activity-card-content {
        padding: 35px 20px 28px 35px;
    }

    .activity-card-text h3 {
        font-size: 25px;
    }
}

@media (max-width: 991.98px) {
    .activity-menu-container {
        padding-top: 30px;
    }

    .activity-menu-title {
        margin-top: 40px;
        margin-bottom: 35px;
        row-gap: 20px;
    }

    .activity-menu-body {
        display: block;
    }

    .activity-menu-side {
        display: none;
    }

    .activity-cards {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        height: auto;
    }

    .activity-card,
    .activity-cards:hover .activity-card,
    .activity-cards .activity-card:hover,
    .activity-cards .activity-card.is-active {
        min-height: 470px;
    }
}

@media (max-width: 575.98px) {
    .activity-menu-logo img {
        width: 155px;
    }

    .activity-menu-close {
        width: 44px;
        height: 44px;
        font-size: 30px;
    }

    .activity-menu-title h2 {
        font-size: 29px;
    }

    .activity-cards {
        grid-template-columns: 1fr;
    }

    .activity-card,
    .activity-cards:hover .activity-card,
    .activity-cards .activity-card:hover,
    .activity-cards .activity-card.is-active {
        min-height: 500px;
    }
}

section.breadcrumb{
    position: relative;
    margin: 0;
    padding: 0;
}
section.breadcrumb::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(2, 13, 30, 0.15) 25%,
        rgba(2, 13, 30, 0.55) 58%,
        rgba(2, 13, 30, 0.9) 82%,
        var(--main-color) 100%
    );
}
section.breadcrumb.green::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20%;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(57, 138, 106, 0.15) 25%,
        rgba(57, 138, 106, 0.55) 58%,
        rgba(57, 138, 106, 0.9) 82%,
        var(--fourth-color) 100%
    );
}
section.breadcrumb .container{
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
}
section.breadcrumb h2{
    font-size: 50px;
    font-weight: 800;
}
section.breadcrumb h2 img{
    width: 100px;
}
.bg-green{
    background: var(--fourth-color);
}


.breadcrumb-list{
    padding: 2.5rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.breadcrumb-list a{
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
}
.breadcrumb-list a.active{
    color: var(--main-color);
    font-weight: 600;
}
.breadcrumb-list a + a:before{
    content: ">";
    margin-right: 10px;
}
.breadcrumb-list.blue a.active{
    color: var(--second-color);
}
h2.title{
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 2.5rem;
}
h2.title strong{
    font-weight: 700;
    color: var(--second-color);
}
.bg-green h2.title strong{
    color: var(--main-color);
}

.mb-4-5{
    margin-bottom: 2.5rem !important;
}

.btn-theme{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 28px;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    background: var(--main-color);
}
.btn-theme img{
    height: 32px;
}
.btn-theme:hover{
    background: var(--second-color);
    border-color: var(--second-color);
    color: #fff;
}
div.btns{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.abs1{
    position: absolute;
    left: 0;
    top: 0;
    max-width: 320px;

}
.abs2{
    position: absolute;
    right: 0;
    top: 0;
    max-width: 35%;
    z-index: 2;
}
@media(max-width: 1400px){
    .abs2{
        max-width: 42%;
    }
}
.abs3{
    position: absolute;
    right: 15%;
    z-index: 3;
    bottom: 90px;
    width: 200px;
}
.abs4{
    position: absolute;
    left: 2%;
    top: 0;
    max-width: 280px;
}
.abs5{
    position: absolute;
    right: 15%;
    z-index: 2;
    bottom: 90px;
    width: 300px;
}

.management-systems {
    display: flex;
    gap: 21px;
    width: 100%;
    padding: 10px 11px 7px;
}

.management-card {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    height: 560px;
    overflow: hidden;

    color: #fff;
    border-radius: 10px;
    isolation: isolate;
    border-right: 15px solid var(--eighth-color);

    transition:
        flex .55s cubic-bezier(.22, .61, .36, 1),
        transform .4s ease;
}

.management-systems:hover .management-card {
    flex-grow: .78;
}

.management-systems .management-card:hover,
.management-systems .management-card.is-active {
    flex-grow: 1.70;
}

.management-card:hover {
    color: #fff;
}

.management-card-bg {
    position: absolute;
    z-index: -3;
    inset: 0;

    width: 100%;
    height: 100%;
    max-width: none;

    object-fit: cover;
    object-position: center;

    transition:
        transform .65s ease,
        filter .45s ease;
}

.management-card-overlay {
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;

    background:
        linear-gradient(
            to bottom,
            rgba(2, 13, 30, .42) 0%,
            rgba(2, 13, 30, .55) 42%,
            rgba(2, 13, 30, .92) 100%
        ),
        linear-gradient(
            to right,
            rgba(2, 13, 30, .25),
            rgba(2, 13, 30, .1)
        );
}

.management-card::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;

    background: linear-gradient(
        to top,
        rgba(0, 45, 94, .55),
        transparent 65%
    );

    opacity: 0;
    transition: opacity .4s ease;
}

.management-card-content {
    position: absolute;
    z-index: 2;
    left: 56px;
    right: 35px;
    bottom: 56px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.management-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;

    object-fit: contain;
    object-position: left center;
}

.management-card h3 {
    margin: 0;
    color: #fff;

    font-size: 29px;
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}

.management-card p {
    margin: 5px 0 0;
    color: #fff;

    font-size: 28px;
    font-weight: 400;
    line-height: 1.22;
    text-transform: uppercase;
}

.management-card-arrow {
    position: absolute;
    z-index: 3;
    top: 40px;
    right: 52px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.management-card:hover .management-card-bg,
.management-card.is-active .management-card-bg {
    transform: scale(1.045);
}

.management-card:hover::after,
.management-card.is-active::after {
    opacity: 1;
}

.management-card:not(:hover):not(.is-active) .management-card-content {
    left: 26px;
}

.management-card:not(:hover):not(.is-active) h3 {
    font-size: 27px;
}

.management-card:not(:hover):not(.is-active) p {
    font-size: 26px;
}

@media (max-width: 1199.98px) {
    .management-systems {
        gap: 14px;
    }

    .management-card {
        height: 520px;
    }

    .management-card-content {
        left: 35px;
        right: 25px;
        bottom: 42px;
    }

    .management-card-arrow {
        top: 30px;
        right: 30px;
    }

    .management-card h3 {
        font-size: 24px;
    }

    .management-card p {
        font-size: 23px;
    }
}

@media (max-width: 991.98px) {
    .management-systems {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .management-card,
    .management-systems:hover .management-card,
    .management-systems .management-card:hover,
    .management-systems .management-card.is-active {
        height: 480px;
    }

    .management-card:not(:hover):not(.is-active) .management-card-content {
        left: 35px;
    }
}

@media (max-width: 575.98px) {
    .management-systems {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .management-card,
    .management-systems:hover .management-card,
    .management-systems .management-card:hover,
    .management-systems .management-card.is-active {
        height: 450px;
    }

    .management-card-content {
        left: 28px;
        bottom: 32px;
    }

    .management-card-arrow {
        width: 42px;
        height: 42px;
        top: 24px;
        right: 24px;
    }
}
.certificates{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.certificates a{
    font-size: 20px;
    color: #fff;
}
.certificates a:hover{
    font-weight: 700;
}
.certificates a + a{
    border-top: 2px solid #fff;
    margin-top: 15px;
    padding-top: 15px;
}


.machine-slider-section {
    overflow: hidden;
}

.machine-slider-wrapper {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 28px;
    min-width: 0;
    z-index: 2;
    position: relative;
}

.machine-slider {
    min-width: 0;
    overflow: hidden;
}

.machine-slider .slick-list,
.machine-slider .slick-track {
    height: 100%;
}

.machine-slider .slick-track {
    display: block;
}

.machine-slider .slick-slide {
    height: 450px;
    padding-bottom: 30px;
}

.machine-slider .slick-slide > div {
    height: 100%;
}

.machine-item {
    display: grid !important;
    grid-template-columns: 40% 60%;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    color: #fff;
    border-radius: 12px;
    background: var(--main-color);
}

.machine-content {
    position: relative;
    min-width: 0;
    padding: 38px;
    background: var(--main-color);
}

.machine-arrow {
    position: absolute;
    z-index: 2;
    top: 27px;
    right: 27px;

    width: 43px;
    height: 43px;

    display: block;
    border-radius: 50%;
}

.machine-arrow img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.machine-arrow:hover img {
    transform: translateX(4px);
}

.machine-text {
    position: absolute;
    left: 38px;
    right: 38px;
    bottom: 40px;
}

.machine-text h3 {
    margin: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}

.machine-text h4 {
    margin: 3px 0 26px;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.machine-text p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.machine-image {
    min-width: 0;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    border-left: 10px solid var(--eighth-color);
}

.machine-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.machine-item:hover .machine-image img {
    transform: scale(1.025);
}
.machine-dots {
    position: relative;
    width: 34px;
}

.machine-dots .slick-dots {
    position: relative;
    inset: auto;

    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;

    padding: 0;
    margin: 0;
    list-style: none;
}

.machine-dots .slick-dots li {
    position: relative;
    width: 100%;
    height: 39px;
    margin: 0;
}

.machine-dots .slick-dots li button {
    width: 100%;
    height: 39px;
    padding: 0 12px 0 0;

    color: rgba(255, 255, 255, .28);
    background: transparent;
    border: 0;

    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 39px;
    text-align: right;
}

.machine-dots .slick-dots li button::before {
    display: none;
}

.machine-dots .slick-dots li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;

    width: 2px;
    height: 100%;

    background: rgba(255, 255, 255, .22);
}

.machine-dots .slick-dots li.slick-active button {
    color: #fff;
    font-weight: 700;
}

.machine-dots .slick-dots li.slick-active::after {
    width: 4px;
    background: #fff;
}
.img-radius{
    border-radius: 12px;
}

.laboratory-section {
    display: grid;
    grid-template-columns: 60% 40%;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.laboratory-image {
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

.laboratory-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.laboratory-content {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    padding: 70px 70px;
    border-top: 10px solid var(--eighth-color);
    border-radius: 12px 0 0 12px;
    background: var(--main-color);
}

.laboratory-content-inner {
    width: 100%;
    max-width: 470px;
}
.laboratory-content ul {
    padding: 0;
    margin: 0 0 28px;
    list-style: none;
}
.laboratory-content ul li {
    position: relative;
    padding-left: 18px;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
}
.laboratory-content ul li::before {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;

    color: #fff;
    font-weight: 600;
}
.laboratory-content p {
    max-width: 440px;
    margin: 0;
}
@media (max-width: 1199.98px) {
    .laboratory-content {
        padding: 55px 45px;
    }
    .laboratory-brands li {
        font-size: 18px;
    }
}
@media (max-width: 767.98px) {
    .laboratory-section {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .laboratory-content {
        min-height: auto;
        padding: 45px 25px;
        border-top-width: 5px;
        border-radius: 0;
    }
    .laboratory-content-inner {
        max-width: none;
    }
    .laboratory-brands li {
        font-size: 17px;
    }
    .laboratory-content p {
        font-size: 14px;
    }
}

.mobile-app-section {
    overflow: hidden;
}
.mobile-app-section .container {
    max-width: 100%;
    padding-left: 0;
}
.mobile-app-image {
    height: 100%;
}
.mobile-app-image img {
    display: block;
    width: 100%;
    max-width: 650px;
    margin-left: 0;
}
.mobile-app-content {
    max-width: 830px;
    padding: 0 30px 40px 15px;
}
.mobile-app-content h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
}
.mobile-app-desc {
    max-width: 620px;
    margin: 0 0 34px;
    color: rgba(255, 255, 255, .88);
    font-size: 13px;
    line-height: 1.5;
}
.mobile-app-list,
.mobile-app-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-app-list li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 5px;

    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.mobile-app-list li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 0;
}
.mobile-app-links {
    margin-top: 35px;
    padding-left: 25px;
}
.mobile-app-links li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;

    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.mobile-app-links li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;

    width: 0;
    height: 0;

    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid var(--second-color);
}
.mobile-app-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 35px;
    margin-top: 52px;
}
.mobile-store-image img {
    display: block;
    width: 100%;
}
.mobile-app-promo {
    min-width: 0;
}
.mobile-app-icons {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.mobile-app-promo p {
    max-width: 390px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.mobile-app-promo p strong {
    display: block;
    font-weight: 700;
}
@media (max-width: 1199.98px) {
    .mobile-app-content {
        padding-right: 20px;
    }
    .mobile-app-bottom {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }
    .mobile-app-icons {
        gap: 20px;
    }
    .mobile-app-promo p {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .mobile-app-section .container {
        padding-right: 0;
    }
    .mobile-app-image img {
        max-width: 520px;
    }
    .mobile-app-content {
        max-width: none;
        padding: 45px 25px;
    }
    .mobile-app-bottom {
        grid-template-columns: 1fr;
        align-items: start;
    }
    .mobile-app-promo {
        padding-top: 10px;
    }
}

@media (max-width: 575.98px) {
    .mobile-app-content h2 {
        font-size: 25px;
    }
    .mobile-app-list li {
        font-size: 14px;
    }
    .mobile-app-icons {
        gap: 16px;
    }
    .mobile-app-promo p {
        font-size: 14px;
    }
}

.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.hero-slider .slick-dots{
    display: flex !important;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    right: 30px;
    left: auto;
    bottom: auto;
    width: max-content;
    gap: 5px;
}
.hero-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.hero-slider .slick-dots li button{
    padding: 0;
}
.hero-slider .slick-dots li button:before {
    opacity: .3;
    color: transparent !important;
    overflow: hidden;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    background: #fff;
}
.hero-slider .slick-dots li.slick-active button:before{
    opacity: 1;
}

.digital-links.v2{
    grid-template-columns: 1fr 1fr;
}
.digital-links.v2.extra{
    grid-template-columns: 1fr 1fr 1fr;
}
.digital-links.v2 .digital-link:hover,
.digital-links.v2 .digital-link.active {
    color: #fff;
    background: var(--ninth-color);
    border-radius: 32px;
}

.content-left{
    position: absolute;
    right: calc(100% + 50px);
    top: 0;
    width: max-content;
}
.content-left:after{
    content: "";
    position: absolute;
    right: -28px;
    top: 0;
    height: 300px;
    width: 3px;
    background: linear-gradient(to bottom, var(--second-color) 0%, var(--second-color) 65%, rgba(255, 255, 255, 0) 100%);
}

section.bg-area.v2 .container{
    align-items: flex-end;
    padding-bottom: 100px;
}

ul.r-list{
    list-style: none;
    padding-left: 0;
}
ul.r-list li::before {
    content: ">";
    margin-right: 10px;
}

.btn-blue{
    color: #fff;
    border: 1px solid var(--ninth-color);
    border-radius: 28px;
    padding: 6px 30px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    background: var(--ninth-color);
}
.btn-blue img{
    height: 32px;
}
.btn-blue:hover{
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

.btn-blue-2{
    color: #fff;
    border: 1px solid var(--color-2);
    border-radius: 28px;
    padding: 6px 30px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    background: var(--color-2);
}
.btn-blue-2 img{
    height: 32px;
}
.btn-blue-2:hover{
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}


.company-info-item {
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.company-info-item h3,
.company-info-address > h3,
.company-address-block h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.company-info-item p,
.company-address-block p {
    margin: 2px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.company-info-item a {
    color: #fff;
}

.company-info-item a:hover {
    color: var(--second-color);
}

.company-info-address {
    padding-top: 2px;
}

.company-info-address > h3 {
    margin-bottom: 22px;
}

.company-address-block + .company-address-block {
    margin-top: 22px;
}

.company-address-block h4 {
    font-size: 16px;
}

.company-address-block p {
    max-width: 690px;
}



.timeline-tabs{
    position:relative;
}
.timeline-tabs .container.line{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.timeline-line{
    position:absolute;
    right: calc(100% + 20px);
    top:0;
    bottom:0;
    width:2px;
    background:rgba(255,255,255,.9);
    z-index: 2;
}

.timeline-item{
    position:relative;
}

.timeline-title{
    display: block;
    padding:0;
    border:0;
    background:none;
    color:#fff;
    font-size:18px;
    font-weight:500;
    text-transform:uppercase;
    padding:15px 0;
    position: relative;
}

.timeline-content{
    display:none;
    padding-bottom:40px;
}

.timeline-item.active .timeline-content{
    display:block;
}

.timeline-content h4{
    margin-bottom:18px;
    color:#fff;
}

.timeline-content p{
    margin-bottom:30px;
    line-height:1.8;
    color:rgba(255,255,255,.85);
}

.timeline-item.active::before{
    width:18px;
    height:18px;
    left:-47px;
    box-shadow:0 0 0 7px rgba(255,255,255,.12);
}
.timeline-title:before {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: -41px;
    background: #fff;
    z-index: 2;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}


.mining-products-section {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.mining-products {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    padding: 35px 0 45px;
}

.mining-product-card {
    position: relative;
    min-width: 0;
    overflow: hidden;

    color: #fff;
    border-radius: 7px;
    background: var(--ninth-color);


    transition:
        transform .45s cubic-bezier(.22, .61, .36, 1),
        opacity .35s ease,
        box-shadow .45s ease;

    display: block;
}

.mining-product-card:hover {
    color: #fff;
}

.mining-product-image::after {
    content: "";
    position: absolute;
    z-index: 3;
    inset: 0;
    pointer-events: none;

    background: rgba(57, 151, 255, .5);

    transition:
        opacity .4s ease,
        visibility .4s ease;
}

.mining-product-card.active {
    z-index: 4;
    opacity: 1;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .22);
}

.mining-product-card.active .mining-product-image::after {
    opacity: 0;
    visibility: hidden;
}

.mining-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    transition: transform .5s ease;
    aspect-ratio: 1;
}
.mining-product-image {
    padding: 20px;
    background: #cae7ff;
    position: relative;
}

.mining-product-card.active .mining-product-image img {
    aspect-ratio: 7/8;
}

.mining-product-content {
    position: relative;
    z-index: 2;
    min-height: 104px;
    padding: 20px 30px 22px;

    background: var(--ninth-color);
}

.mining-product-content span {
    display: block;
    margin-bottom: 5px;

    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
}

.mining-product-content h3 {
    margin: 0;
    color: #fff;

    font-size: 24px;
    font-weight: 700;
    line-height: 1.08;
    text-transform: uppercase;
}
.bg-1{
    background: var(--color-1);
}
.bg-2{
    background: var(--color-2);
}


.product-types {
    overflow: hidden;
}
.product-types > div {
    margin-left: -1px;
    margin-top: -1px;
}
.product-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 110px;
    padding: 28px 35px;
    border-left: 1px solid #1b4f8b;
    border-top: 1px solid #1b4f8b;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
    transition: .35s;
}
.product-type:hover {
    color: #fff;
    background: rgba(255, 255, 255, .03);
}
.product-type.active {
    color: var(--second-color);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
}
.product-type:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    width: 15px;
    height: 15px;
    background: var(--color-1);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.bg-2 .titles h6{
    color: var(--main-color);
}
.bg-2 .titles strong{
    color: var(--main-color);
}
.bg-2 .titles p{
    color: var(--main-color);
}


.product-image-slider-wrapper{
    position:relative;
    padding-left:50px;
}
.product-image-slider{
    width:100%;
}
.product-image-item{
    display:flex !important;
    align-items:center;
    justify-content:center;
}
.product-image-item img{
    display:block;
    max-width:100%;
    transition:.45s;
}
.product-image-slider .slick-arrow{
    background: transparent;
    border: none;
    width: 40px;
    position: absolute;
    left: 0;
    filter: invert(1);
    z-index: 2;
}
.product-image-slider .product-image-prev{
    top: 45%;
    transform: rotate(-90deg);
}
.product-image-slider .product-image-next{
    top: 55%;
    transform: rotate(90deg);
}


.product-table{
    color: var(--main-color);
}
.product-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    color: #13213b;
    background: #fff;
    border-top: 4px solid var(--main-color);
    border-bottom: 4px solid var(--main-color);
}

.product-table table tr {
    border-bottom: 1px solid #aeb8c6;
}

.product-table table tr:last-child {
    border-bottom: 0;
}

.product-table table tr:nth-child(even) {
    background: #eef3f8;
}

.product-table table td{
    padding:22px 18px;
    vertical-align:middle;
    font-size:15px;
    font-weight:400;
    line-height:1.35;
}

.product-table table td:first-child{
    color:var(--main-color);
    font-weight:700;
}

.product-table table strong {
    color: var(--color-2);
    font-weight: 700;
}

.product-table table em,
.product-table table i {
    color: #536076;
    font-size: 14px;
    font-style: normal;
}

.product-table table ul {
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}

.product-table table li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 1px;
}

.product-table table li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}

.product-table table p {
    margin: 14px 0 0;
    color: #536076;
}

@media (max-width: 767.98px) {
    .product-table table,
    .product-table table tbody,
    .product-table table tr,
    .product-table table td {
        display: block;
        width: 100%;
    }

    .product-table table {
        table-layout: auto;
    }

    .product-table table tr {
        padding: 18px 0;
    }

    .product-table table td {
        padding: 0 18px;
    }

    .product-table table td:first-child,
    .product-table table td:nth-child(2) {
        width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .product-table table td:first-child {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .product-table table td:nth-child(2) {
        font-size: 14px;
        line-height: 1.35;
    }
}

.product-table table th{
    padding:16px 18px;
    text-align:left;
    color:var(--main-color);
    font-size:15px;
    font-weight:700;
    border-bottom:4px solid var(--main-color);
}

.product-table table thead tr{
    background:#fff;
}

.hero-slider .slick-slide img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

@media(max-width: 768px){
    .hero-item .content{
        height: auto;
        padding-bottom: 80px;
        width: 90%;
    }
    .digital-links.v2{
        grid-template-columns: 1fr;
    }
    .hero-slider .slick-dots{
        top: auto;
        bottom: 0;
    }
    .hero-slider .slick-slide img{
        height: 340px;
        object-fit: cover;
    }
    .abs1, .abs2, .abs3, .abs4, .abs5{
        display: none;
    }
    section.breadcrumb img{
        min-height: 340px;
        object-fit: cover;
    }
    section.breadcrumb h2{
        font-size: 24px;
        margin-top: 70px;
    }
    h2.title{
        font-size: 24px;
    }
    .certificates a{
        font-size: 14px;
    }
    .machine-item{
        grid-template-columns: 1fr;
    }
    .machine-text{
        position: static;
    }
    .laboratory-content ul li{
        font-size: 16px;
    }
    .mobile-app-image img{
        max-width: 100%;
    }
    section.breadcrumb h2 img{
        display: none;
    }
    header.dropdown-open .header-dropdown-bg{
        display: none;
    }
    header{
        padding: 30px 0;
    }
    header.dropdown-open{
        padding: 30px 0;
        background: transparent;
        box-shadow: unset;
    }
    ul.menu > li{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    ul.menu > li.submenu-open > ul{
        background: var(--second-color);
        top: 100%;
        z-index: 2;
        padding: 10px;
    }
    .breadcrumb-list a{
        font-size: 12px;
        line-height: 1.2;
    }
}

.page-1 table{
    width: 100%;
}
.page-1 table td, .page-1 table th{
    border: 1px solid #fff;
    padding: 5px 10px;
}
.no-bg{
    background: transparent;
}
 .custom-alert {
    display: flex;
    align-items: center;
    color: #5e7f96;
    border-color: #cfebfe !important;
    background-color: #dff2fe !important;

    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    color: var(--main-color);
}
.custom-alert p strong,
.custom-alert p{
    color: #5e7f96;
}
.custom-alert .icon {
    margin-right: 20px;
    font-size: 24px;
    font-weight: 900;
    color: #56b0ee;
}
.contact iframe{
    width: 100%;
    height: 350px;
    display: block;
    margin-bottom: 30px;
}
.contact ul{
    list-style: none;
    padding: 0;
}
.contact ul li + li{
    margin-top: 12px;
}
.contact ul li i{
    color: var(--sixth-color);
    font-size: 20px;
    margin-right: 4px;
}
a.default-link{
    color: var(--second-color);
    text-decoration: underline;
}
.contact h2.title{
    margin-bottom: 2rem;
}
section.breadcrumb{
    display: block;
}
.breadcrumb-slider .item{
    position: relative;
}
section.breadcrumb .breadcrumb-slider .container.v2{
    align-items: flex-end;
    padding-bottom: 125px;
    gap: 15px;
}
section.breadcrumb .breadcrumb-slider .container.center{
    text-align: left;
    justify-content: space-between;
}
section.breadcrumb .breadcrumb-slider .v2 h2{
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    width: 45%;
}
section.breadcrumb .breadcrumb-slider .v2 h2 strong{
    display: block;
    font-weight: bolder;
}
section.breadcrumb .breadcrumb-slider .v2.element h2 strong{
    display: inline-block;
}
section.breadcrumb .breadcrumb-slider .v2 p{
    width: 50%;
    font-size: 16px;
}
section.breadcrumb .breadcrumb-slider .container.right{
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: left;
}
section.breadcrumb .breadcrumb-slider .v2.right h2{
    width: 40%;
}
section.breadcrumb .breadcrumb-slider .v2.right p{
    width: 40%;
}
section.breadcrumb .breadcrumb-slider .container.left{
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
}
section.breadcrumb .breadcrumb-slider .v2.left h2{
    width: 40%;
}
section.breadcrumb .breadcrumb-slider .v2.left p{
    width: 40%;
}
section.breadcrumb .breadcrumb-slider .item > img,
section.breadcrumb > img{
    width: 100%;
}
.product-table table + table{
    margin-top: 50px;
}

@media(max-width: 768px){
    section.breadcrumb .breadcrumb-slider .container.center{
        flex-wrap: wrap;
    }
    section.breadcrumb .breadcrumb-slider .v2 h2{
        font-size: 15px;
        width: 100%;
    }
    section.breadcrumb .breadcrumb-slider .container.v2{
        padding-bottom: 20px;
        align-content: flex-end;
    }
    section.breadcrumb .breadcrumb-slider .v2 p{
        width: 100%;
        font-size: 11px;
    }
    section.breadcrumb .breadcrumb-slider .v2.left p,
    section.breadcrumb .breadcrumb-slider .v2.left h2,
    section.breadcrumb .breadcrumb-slider .v2.right h2,
    section.breadcrumb .breadcrumb-slider .v2.right p{
        width: 100%;
    }
    section.breadcrumb .breadcrumb-slider .container.v2{
        gap: 5px;
    }
}



.digital-links.v2 .digital-link {
    position: relative;
    z-index: 2;
}

.digital-links.v2 .digital-link{
    background: var(--main-color);
}
.digital-links.v2 .digital-link.active {
    z-index: 1;
    background: var(--ninth-color);
}
.digital-links.v2 .digital-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    width: 70px;
    background: var(--ninth-color);
    z-index: -1;
}
.digital-links.v2 .digital-link:has(+ .digital-link.active) {
    z-index: 3;
}

.digital-links.v2.green .digital-link{
    background: var(--fourth-color);
}
.digital-links.v2.green .digital-link.active {
    background: var(--ninth-color);
}
.digital-links.v2.green .digital-link.active::before {
    background: var(--ninth-color);
}
@media(max-width: 768px){
    .digital-links.v2 .digital-link.active::before{
        content: unset;
    }
    .digital-link{
        border-radius: 0;
    }
    .digital-links.v2 .digital-link:hover, .digital-links.v2 .digital-link.active{
        border-radius: 0;
    }
}


.hero {
    position: relative;
}
.hero-slider {
    position: relative;
}
.hero-slider-wrapper-control {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-counter {
    margin: 0 0 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    transform: rotate(-90deg);
    transform-origin: center;
}
.hero-counter .current,
.hero-counter .separator,
.hero-counter .total {
    display: inline-block;
}
.hero-counter .separator {
    opacity: .7;
}
.hero-progress {
    position: relative;
    width: 2px;
    height: 120px;
    margin: 4px 0 12px;
    background: rgba(255, 255, 255, .3);
    overflow: hidden;
}
.hero-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: height .5s ease;
}
.hero-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}
.hero-control {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease;
}
.hero-control i {
    font-size: 13px;
    font-weight: 600;
}
.hero-control:hover {
    opacity: .65;
}
.hero-control:disabled {
    opacity: .3;
    cursor: default;
}
@media(max-width: 768px){
    .hero-slider .hero-item .content{
        width: 85%;
    }
    .hero-slider-wrapper-control{
        right: 10px;
        bottom: 25px;
        top: auto;
        transform: none;
    }
    .hero-progress{
        display: none;
    }
}



.breadcrumb-slider {
    position: relative;
}
.breadcrumb-slider-control {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
}
.breadcrumb-counter {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 20px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
}

.breadcrumb-counter .separator {
    opacity: .7;
}
.breadcrumb-progress {
    position: relative;
    width: 120px;
    height: 2px;
    margin-right: 15px;
    background: rgba(255, 255, 255, .3);
    overflow: hidden;
}
.breadcrumb-progress-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
    transition: width .5s ease;
}
.breadcrumb-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}
.breadcrumb-control {
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .3s ease;
}
.breadcrumb-control i {
    font-size: 13px;
    font-weight: 600;
}
.breadcrumb-control:hover {
    opacity: .65;
}
.breadcrumb-control:disabled {
    opacity: .3;
    cursor: default;
}
@media(max-width: 768px){
    .breadcrumb-slider-control{
        bottom: 10px;
        left: auto;
        right: 15px;
        transform: none;
    }
    .breadcrumb-progress{
        display: none;
    }
}
.port-services {
    padding: 35px 40px;
    color: #fff;
}

.port-services .item {
    position: relative;
    display: grid;
    grid-template-columns: 110px 170px 1fr;
    align-items: center;
    padding: 30px 0 20px;
}

.port-services .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100px;
    right: 0;
    height: 30px;
    background:
        linear-gradient(#fff, #fff) left top / 38px 3px no-repeat,
        linear-gradient(45deg, transparent 46%, #fff 47%, #fff 53%, transparent 54%)
            38px 0 / 28px 28px no-repeat,
        linear-gradient(-45deg, transparent 46%, #fff 47%, #fff 53%, transparent 54%)
            65px 0 / 28px 28px no-repeat,
        linear-gradient(#fff, #fff) 92px top / calc(100% - 92px) 3px no-repeat;
}
.port-services .item::after {
    display: none;
}
.port-service-number {
    position: relative;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.port-service-number span {
    position: relative;
    z-index: 2;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(
        135deg,
        #48b8ff 0%,
        #258af1 100%
    );
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    box-shadow: 0 0 15px rgba(45, 151, 255, 0.35);
}

.port-service-number::before {
    content: "";
    position: absolute;
    width: 76px;
    height: 76px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.port-service-number::after {
    content: "";
    position: absolute;
    width: 76px;
    height: 76px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-left-color: transparent;
    border-top-color: transparent;
    border-radius: 50%;
    transform: rotate(135deg);
}

.port-services .content {
    display: contents;
}
.port-services .content h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
}

.port-services .content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    line-height: 1.45;
    font-weight: 400;
}

.port-services .content p i {
    margin-right: 5px;
    font-size: 11px;
    color: #fff;
}

@media (max-width: 991px) {
    .port-services {
        padding: 30px 20px;
    }
    .port-services .item {
        grid-template-columns: 75px 140px 1fr;
    }
    .port-services .item::before {
        left: 95px;
    }
    .port-services .item::after {
        left: 125px;
    }
}


@media (max-width: 767px) {
    .port-services .item {
        display: grid;
        grid-template-columns: 70px 1fr;
        align-items: start;
        gap: 0 15px;
        padding: 35px 0 25px;
    }
    .port-services .content {
        display: block;
    }
    .port-services .content h4 {
        margin-bottom: 10px;
        font-size: 17px;
    }
    .port-services .content p {
        font-size: 14px;
    }
    .port-services .item::before {
        left: 85px;
    }
    .port-services .item::after {
        left: 110px;
        width: 28px;
        height: 28px;
    }
    .port-service-number {
        width: 60px;
        height: 60px;
    }
    .port-service-number span {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .port-service-number::before,
    .port-service-number::after {
        width: 65px;
        height: 65px;
    }
}

.box-1{
    display: flex;
    align-items: flex-start;
    gap: 50px;
}
.box-1 img{
    width: 90px;
    object-fit: contain;
}
.box-1 h6{
    font-weight: 600;
}
.box-1 p{
    font-weight: 400;
}
@media(max-width: 768px){
    .box-1{
        flex-direction: column;
        flex-wrap: wrap;
        gap: 20px;
    }
}
.certicates-area{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.certicates-area h6{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    margin: 0;
    padding: 0;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 8px;
}
.certificates{
    flex-grow: 1;
}
@media(max-width: 768px){
    .digital-links.v2.extra{
        grid-template-columns: 1fr;
    }
    .certicates-area{
        flex-direction: column;
    }
    .certicates-area h6{
        writing-mode: unset;
        transform: none;
        font-size: 22px;
    }
    ul.menu{
        z-index: 7;
    }
}