@font-face {
    font-family: Avenir;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Avenir-Next-LT-Pro-Regular.woff2) format("woff2"), url(../fonts/Avenir-Next-LT-Pro-Regular.woff) format("woff")
}

@font-face {
    font-family: Avenir;
    font-display: swap;
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/Avenir-Next-LT-Pro-Bold.woff2) format("woff2"), url(../fonts/Avenir-Next-LT-Pro-Bold.woff) format("woff")
}

:root {
    --BaseBlue-900: #003f5f;
    --BaseBlue-source: #25a9e0;
    --BaseBlue-800: #00537c;
    --BaseBlue-700: #006898;
    --BaseBlue-600: #007cb0;
    --BaseBlue-500: #0091c5;
    --BaseBlue-400: #3da5d7;
    --BaseBlue-300: #6db9e4;
    --BaseBlue-200: #99cdef;
    --BaseBlue-100: #c2e1f6;
    --BaseBlue-50: #ebf5fc;
    --Graphite-source: #282828;
    --Graphite-900: #393939;
    --Graphite-800: #4b4b4b;
    --Graphite-700: #5e5e5e;
    --Graphite-600: #727272;
    --Graphite-500: #868686;
    --Graphite-400: #9b9b9b;
    --Graphite-300: #b0b0b0;
    --Graphite-200: #c6c6c6;
    --Graphite-100: #dddddd;
    --Graphite-50: #f3f3f3;
    --LightBlue-source: #eefaff;
    --LightBlue-900: #343a3d;
    --LightBlue-800: #444d50;
    --LightBlue-700: #566064;
    --LightBlue-600: #697478;
    --LightBlue-500: #7d888c;
    --LightBlue-400: #939da1;
    --LightBlue-300: #a9b2b6;
    --LightBlue-200: #c1c8ca;
    --LightBlue-100: #d9dddf;
    --LightBlue-50: #f2f4f4;
    --OceanBlue-source: #0a629a;
    --OceanBlue-900: #0b3c5f;
    --OceanBlue-800: #0c4f7c;
    --OceanBlue-700: #1a6298;
    --OceanBlue-600: #3276b0;
    --OceanBlue-500: #4d8ac5;
    --OceanBlue-400: #6c9fd6;
    --OceanBlue-300: #8cb4e4;
    --OceanBlue-200: #acc9ee;
    --OceanBlue-100: #cedef6;
    --OceanBlue-50: #eff4fc;
    --SeaBlue-source: #084c58;
    --SeaBlue-900: #1a3e46;
    --SeaBlue-800: #23525c;
    --SeaBlue-700: #306671;
    --SeaBlue-600: #427a87;
    --SeaBlue-500: #588e9b;
    --SeaBlue-400: #72a3af;
    --SeaBlue-300: #8eb7c2;
    --SeaBlue-200: #adccd4;
    --SeaBlue-100: #cde0e5;
    --SeaBlue-50: #eef5f6;
    --White-10: rgba(255, 255, 255, 0.1);
    --White-100: #ffffff;
    --font: "Avenir", sans-serif;
    --cubic: cubic-bezier(0.4, 0, 0.2, 1);
    --swiper-pagination-bullet-horizontal-gap: 2px;
    --swiper-pagination-bullet-inactive-color: #eef5f6;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bottom: 12px
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

html {
    scroll-behavior: smooth
}

body {
    font-family: var(--font);
    font-style: normal;
    font-weight: 400;
    background-color: var(--OceanBlue-50);
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button,
input,
textarea {
    font-family: var(--font);
    font-size: inherit
}

button {
    cursor: pointer;
    outline: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.section-title {
    margin-bottom: 24px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 26px;
    line-height: 1.4;
    text-transform: uppercase;
    color: var(--BaseBlue-200)
}

.section {
    padding-top: 64px;
    padding-bottom: 64px
}

.container {
    min-width: 320px;
    padding-right: 32px;
    padding-left: 32px;
    margin: 0 auto
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

aside,
footer,
header,
nav,
section {
    display: block
}

body,
html {
    height: 100%
}

a {
    text-decoration: none;
    color: inherit
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0
}

ul li {
    list-style: none
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: inherit;
    font-size: inherit;
    margin-top: 0;
    margin-bottom: 0
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

svg {
    display: block
}

.button {
    min-width: 125px;
    padding: 12px;
    color: var(--BaseBlue-50);
    background-color: var(--BaseBlue-source)
}

.button:focus,
.button:hover {
    background-color: var(--BaseBlue-500)
}

.button:active {
    background-color: var(--BaseBlue-700)
}

.header {
    position: fixed;
    z-index: 1999;
    top: 0;
    width: 100%;
    height: 80px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: var(--OceanBlue-50)
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo-link {
    display: block
}

.header__logo-link-desktop {
    display: none
}

.burger-btn {
    width: 48px;
    height: 48px;
    padding: 12px;
    background: var(--BaseBlue-source)
}

.burger-btn:focus,
.burger-btn:hover {
    background-color: var(--BaseBlue-500)
}

.burger-btn:active {
    background-color: var(--BaseBlue-700)
}

.burger-btn__icon {
    fill: var(--BaseBlue-50)
}

.header__nav {
    display: none
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__item:not(:last-child) {
    margin-right: 48px
}

.header__link {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.header__link:focus,
.header__link:hover {
    color: var(--Graphite-700)
}

.header__link:active {
    color: var(--BaseBlue-source)
}

.header__contact-link {
    display: none
}

.mobile-menu {
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100vw;
    height: 100vh;
    padding: 16px 32px 225px;
    text-align: center;
    background-color: var(--OceanBlue-50, #eff4fc)
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobile-menu__head-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 177px
}

.mobile-nav__item {
    margin-bottom: 32px
}

.mobile-nav__link {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-source);
    text-decoration: underline
}

.mobile-nav__link:focus,
.mobile-nav__link:hover {
    color: var(--Graphite-700)
}

.mobile-nav__link:active {
    color: var(--BaseBlue-source)
}

.mobile-nav__contact-link {
    display: inline-block;
    min-width: 105px;
    padding: 8px;
    margin: 0 auto;
    color: var(--BaseBlue-50);
    text-decoration: underline;
    background-color: var(--BaseBlue-source)
}

.mobile-nav__contact-link:focus,
.mobile-nav__contact-link:hover {
    background-color: var(--BaseBlue-500)
}

.mobile-nav__contact-link:active {
    background-color: var(--BaseBlue-700)
}

.hero-section {
    position: relative;
    margin-top: 80px;
    padding-top: 224px;
    padding-bottom: 128px;
    background-color: rgba(17, 48, 77, .8);
    overflow: hidden
}

.hero-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(126deg, rgba(17, 48, 77, .8) 19.11%, rgba(17, 48, 77, 0) 86.23%)
}

video {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.hero-container {
    position: relative;
    z-index: 5
}

.hero__text-wrapper {
    margin-bottom: 16px;
    color: var(--BaseBlue-50)
}

.hero-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2
}

.hero__sub-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase
}

.hero__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slide__text-side {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    min-width: 50%;
    padding: 16px;
    color: var(--White-100);
    background-color: var(--SeaBlue-700)
}

.slide__text-side::after {
    position: absolute;
    content: url(../img/hero/slide-vector.png);
    width: 366px;
    height: 238px;
    z-index: 9;
    right: -238px;
    bottom: -62px
}

.slide__title {
    margin-bottom: 10%;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3
}

.first-slide__title {
    margin-bottom: 30px
}

.second-slide__title {
    margin-bottom: 30px
}

.third-slide__title {
    margin-bottom: 20px
}

.fourth-slide__title {
    margin-bottom: 10px
}

.fifth-slide__title {
    margin-bottom: 20px
}

.slide__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .5)
}

.slide__text-short {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .5)
}

.slide__text-extended {
    display: none
}

.slide__img-side {
    position: relative;
    min-width: 50%
}

.slide__img {
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 128px;
    height: 175px
}

.swiper-buttons {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 999;
    right: 0;
    width: 50%;
    bottom: 70px
}

.swiper-icons {
    padding: 8px;
    margin-right: 16px;
    margin-left: 16px;
    border-radius: 99px;
    border: 1px solid var(--BaseBlue-50);
    cursor: pointer
}

.hero__swipe-btns-svg {
    fill: var(--BaseBlue-50)
}

.hero__pagination {
    position: absolute;
    width: 98px !important;
    left: 16px !important
}

.swiper-pagination-horizontal {
    width: 94px
}

.swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    border-radius: 8px;
    background-color: var(--SeaBlue-50);
    -webkit-transition: width .5s;
    transition: width .5s
}

.swiper-pagination-bullet-active {
    width: 34px;
    height: 6px;
    border-radius: 8px;
    background: var(--LightBlue-300)
}

.principles__art-wrapper {
    margin-bottom: 48px
}

.principles__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.principle__img-wrapper {
    width: 256px
}

.principles__main-text {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.principles__extra-text {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-900)
}

.principles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.principles__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.principles__item:not(:last-child) {
    margin-bottom: 16px
}

.principles__icon-wrapper {
    margin-right: 8px
}

.principles__icon {
    fill: var(--BaseBlue-source)
}

.principles__item-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.principles__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-900)
}

.services__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.services__main-text {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.card__text-block {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 125px;
    padding: 16px;
    background-color: var(--SeaBlue-700)
}

.card__text-block::after {
    position: absolute;
    content: url(../img/services/card-vector.png);
    width: 366px;
    height: 238px;
    z-index: 9;
    left: 0;
    top: 0
}

.card__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--White-100)
}

.card__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .5)
}

.card__img-wrapper {
    min-width: 256px
}

.card__img {
    width: 100%;
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.card-2 {
    background-color: var(--OceanBlue-source)
}

.card-3 {
    background-color: var(--BaseBlue-800)
}

.card-4 {
    background-color: var(--SeaBlue-900)
}

.card-5 {
    background-color: var(--SeaBlue-600)
}

.card-6 {
    background-color: var(--OceanBlue-600)
}

.about-us__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.about-us__img-wrapper {
    height: 100%
}

.about-us__art {
    height: 288px
}

.about-us__text-wrapper {
    margin-bottom: 32px
}

.about-us__main-text {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.about-us__extra-text {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-900)
}

.about-us__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about-us__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about-us__item:not(:last-child) {
    margin-bottom: 16px
}

.about-us__icon-wrapper {
    margin-right: 8px
}

.about-us__icon {
    fill: var(--BaseBlue-source)
}

.about-us__item-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.about-us__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-900)
}

.help__section {
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: var(--BaseBlue-700);
    overflow: hidden
}

.help__container {
    position: relative
}

.help__container::after {
    position: absolute;
    content: url(../img/help/help-bg-vector.png);
    -o-object-position: left;
    object-position: left;
    width: 472px;
    height: 186px;
    z-index: 9;
    left: 0;
    top: -52px
}

.help__content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.help__text {
    width: 256px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--BaseBlue-50);
    text-align: center
}

.help__button {
    position: relative;
    z-index: 10;
    min-width: 105px
}

.help__link {
    width: 100%;
    padding: 7px;
    color: var(--BaseBlue-50);
    background-color: var(--BaseBlue-source);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase
}

.help__link:focus,
.help__link:hover {
    background-color: var(--BaseBlue-500)
}

.help__link:active {
    background-color: var(--BaseBlue-700)
}

.values__text-block {
    margin-bottom: 32px
}

.values__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.values__main-text {
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.values__list {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr)
}

.values__item {
    position: relative;
    height: 288px;
    z-index: 999;
    padding: 32px 24px;
    background-color: var(--White-100)
}

.values__item-title {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 23px;
    line-height: 1.4;
    color: var(--Graphite-source)
}

.values__item-number {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 32px;
    font-weight: 700;
    font-size: 74px;
    line-height: .32;
    color: var(--BaseBlue-50)
}

.values__item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-600)
}

.no-webp .contact-form__section {
    background-image: url(../img/contact-form/contact-form-bg-mob.jpg)
}

.contact-form__section {
    position: relative;
    padding-top: 96px;
    padding-bottom: 96px;
    background-color: var(--BaseBlue-300);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.contact-form__section::before {
    position: absolute;
    z-index: 49;
    content: "";
    background-color: rgba(0, 63, 95, .6);
    width: 100%;
    height: 100%;
    top: 0
}

.contact-form__container {
    position: relative;
    z-index: 50
}

.contact-form__text-wrapper {
    margin-bottom: 48px
}

.contact-form__main-text {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--BaseBlue-50)
}

.contact-form__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--BaseBlue-50)
}

.form {
    margin-bottom: 16px
}

.form__fields-wrapper {
    margin-bottom: 16px
}

.form__input-wrapper {
    display: block;
    position: relative;
    margin-bottom: 16px
}

.form__input {
    width: 100%;
    padding: 8px 12px;
    padding-left: 34px;
    font-family: var(--font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-source);
    background: var(--White-100)
}

.form__input::-webkit-input-placeholder {
    color: var(--Graphite-500)
}

.form__input::-moz-placeholder {
    color: var(--Graphite-500)
}

.form__input:-ms-input-placeholder {
    color: var(--Graphite-500)
}

.form__input::-ms-input-placeholder {
    color: var(--Graphite-500)
}

.form__input::placeholder {
    color: var(--Graphite-500)
}

.form__input:active,
.form__input:focus {
    outline-style: none
}

.input__svg {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: var(--Graphite-500)
}

.form__input:focus+.input__svg {
    fill: var(--Graphite-source)
}

.form__input:active+.input__svg {
    fill: var(--Graphite-source)
}

.form__input:not(:-moz-placeholder-shown)+.input__svg {
    fill: var(--Graphite-source)
}

.form__input:not(:-ms-input-placeholder)+.input__svg {
    fill: var(--Graphite-source)
}

.form__input:not(:placeholder-shown)+.input__svg {
    fill: var(--Graphite-source)
}

.form__button {
    min-width: 116px;
    padding: 8px
}

.form__button-text {
    font-family: var(--font);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3
}

.contact-form__link {
    text-decoration: underline
}

.footer__section {
    position: relative;
    padding-bottom: 32px
}

.footer__container {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__container::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 95%;
    height: 1px;
    background: var(--Graphite-100)
}

.footer__logo-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo-link {
    margin-bottom: 38px
}

.footer_nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px
}

.footer_nav-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-source);
    text-decoration: underline
}

.footer_nav-item:focus,
.footer_nav-item:hover {
    color: var(--Graphite-700)
}

.footer_nav-item:active {
    color: var(--BaseBlue-source)
}

.credentials__link {
    display: none
}

.footer__address {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-900);
    font-style: normal
}

.credential__section {
    position: relative;
    padding-top: 32px;
    padding-bottom: 69px
}

.credential__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.credentials__text {
    font-weight: 400;
    font-size: 10px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.credentials__agency-logo {
    position: absolute;
    bottom: 0;
    right: 0
}

.policy__section {
    margin-top: 80px
}

.policy__title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--Graphite-source)
}

.policy__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--Graphite-900)
}

.policy__text:not(:last-child) {
    margin-bottom: 32px
}

.thank-you__section {
    margin-top: 80px;
    background-color: var(--BaseBlue-700)
}

.thank-you__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.thank-you__picture-wrapper {
    margin-bottom: 32px
}

.thank-you__text-wrapper {
    width: 256px
}

.thank-you__head-text {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    color: var(--BaseBlue-50)
}

.thank-you__text {
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: var(--BaseBlue-50)
}

.thank-you__back-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    gap: 8px;
    width: 220px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.14;
    color: var(--BaseBlue-50);
    background-color: var(--BaseBlue-source)
}

.thank-you__icon {
    fill: var(--BaseBlue-50)
}

.webp .contact-form__section {
    background-image: url(../img/contact-form/contact-form-bg-mob.webp)
}

.form__input {
	border: 1px solid #fff;
}

.form__input.novalid {
	border-color: red;
}

.footer__section {
	overflow-x: hidden;
}

.address__email {
	display: block !important;
}

@media screen and (min-width:352px) {
    .third-slide__title {
        margin-bottom: 40px
    }
}

@media screen and (min-width:358px) {
    .fourth-slide__title {
        margin-bottom: 15px
    }

    .fourth-slide__title {
        margin-bottom: 20px
    }
}

@media screen and (min-width:405px) {
    .fifth-slide__title {
        margin-bottom: 30px
    }
}

@media screen and (min-width:440px) {
    .first-slide__title {
        margin-bottom: 40px
    }

    .second-slide__title {
        margin-bottom: 40px
    }
}

@media screen and (min-width:449px) {
    .help__container::after {
        top: -72px
    }

    .help__content-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .help__text {
        width: 100%;
        max-width: 329px;
        margin-bottom: 0;
        margin-right: 24px
    }

    .help__link {
        display: inline-block
    }
}

@media screen and (min-width:460px) {
    .services__text-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 32px
    }

    .services__title {
        margin-bottom: 0;
        margin-right: 32px
    }

    .services__main-text {
        margin-bottom: 0
    }

    .values__main-text {
        margin-bottom: 0
    }
}

@media screen and (min-width:480px) {
    .form__fields-wrapper {
        display: -ms-grid;
        display: grid;
        gap: 16px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }

    .form__input-wrapper {
        margin-bottom: 0
    }
}

@media screen and (min-width:510px) {
    .slide__text-short {
        display: none
    }

    .slide__text-extended {
        display: inline-block;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
        color: rgba(255, 255, 255, .5)
    }
}

@media screen and (min-width:516px) {
    .values__text-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .values__title {
        min-width: 166px;
        margin-bottom: 0;
        margin-right: 16px
    }
}

@media screen and (min-width:522px) {
    .help__container::after {
        top: -77px
    }
}

@media screen and (min-width:524px) {
    .fourth-slide__title {
        margin-bottom: 30px
    }
}

@media screen and (min-width:576px) {
    .services__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services__card {
        width: 50%
    }
}

@media screen and (min-width:585px) {
    .fourth-slide__title {
        margin-bottom: 40px
    }
}

@media screen and (min-width:592px) {
    .principles__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .principles__item {
        width: 256px
    }

    .about-us__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .values__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:608px) {
    .about-us__content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .about-us__img-wrapper {
        width: 256px
    }

    .about-us__art {
        max-width: 256px
    }

    .about-us__text-wrapper {
        margin-bottom: 0;
        margin-right: 32px
    }

    .thank-you__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 32px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .thank-you__picture-wrapper {
        margin-bottom: 0
    }
}

@media screen and (min-width:624px) {
    .hero-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .hero__text-wrapper {
        width: 50%;
        margin-right: 48px;
        margin-bottom: 0
    }

    .hero__swiper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        width: 50%;
        margin: 0
    }

    .hero__slide {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .first-slide__title {
        margin-bottom: 30px
    }

    .second-slide__title {
        margin-bottom: 30px
    }

    .third-slide__title {
        margin-bottom: 20px
    }

    .fourth-slide__title {
        margin-bottom: 10px
    }

    .fifth-slide__title {
        margin-bottom: 20px
    }

    .slide__text-short {
        display: inline-block
    }

    .slide__text-extended {
        display: none
    }

    .principles__art-wrapper {
        margin-right: 48px;
        margin-bottom: 0
    }

    .principles__content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .principles__art {
        height: 267px
    }

    .principles__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .principles__item {
        width: 100%
    }

    .about-us__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .about-us__item {
        width: 100%
    }

    .contact-form__container {
        display: -ms-grid;
        display: grid;
        gap: 48px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .contact-form__text-wrapper {
        margin-bottom: 0
    }

    .form__fields-wrapper {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

@media screen and (min-width:687px) {
    .third-slide__title {
        margin-bottom: 30px
    }

    .fifth-slide__title {
        margin-bottom: 20px
    }
}

@media screen and (min-width:727px) {
    .fourth-slide__title {
        margin-bottom: 15px
    }
}

@media screen and (min-width:808px) {
    .fifth-slide__title {
        margin-bottom: 10px
    }

    .slide__text-short {
        display: none
    }

    .slide__text-extended {
        display: inline-block
    }
}

@media screen and (min-width:863px) {
    .first-slide__title {
        margin-bottom: 40px
    }

    .second-slide__title {
        margin-bottom: 40px
    }
}

@media screen and (min-width:864px) {
    .values__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width:896px) {
    .principles__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .principles__item {
        width: 48.48%
    }
}

@media screen and (min-width:912px) {
    .about-us__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .about-us__item {
        width: 48.48%
    }

    .about-us__item:not(:last-child) {
        margin-right: 48px;
        margin-bottom: 0
    }
}

@media screen and (min-width:944px) {
    .form__fields-wrapper {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width:993px) {
    .fifth-slide__title {
        margin-bottom: 20px
    }
}

@media screen and (min-width:1031px) {
    .fourth-slide__title {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1088px) {
    .services__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .services__card:nth-child(3) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .services__card:nth-child(4) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .card__text-block::after {
        content: url(../img/services/card-vector-big.png);
        top: 4px
    }

    .card__text-block {
        width: 50%;
        height: 250px
    }

    .card__img-wrapper {
        width: 50%
    }

    .card__img {
        height: 250px
    }
}

@media screen and (min-width:1136px) {
    .values__list {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr)
    }

    .grid-col-span-2 {
        -ms-grid-column-span: 2;
        grid-column: span 2
    }
}

@media screen and (min-width:1168px) {
    .principles__item {
        width: 33%
    }

    .principles__item:last-child {
        width: 100%
    }
}

@media screen and (min-width:1280px) {
    .section-title {
        margin-bottom: 48px;
        font-weight: 700;
        font-size: 46px;
        line-height: 1.5
    }

    .section {
        padding-top: 124px;
        padding-bottom: 124px
    }

    .container {
        min-width: 1280px;
        max-width: 1540px;
        padding-right: 52px;
        padding-left: 52px
    }

    .header__logo-link {
        display: none
    }

    .header__logo-link-desktop {
        display: block
    }

    .burger-btn {
        display: none
    }

    .header__nav {
        display: block
    }

    .header__contact-link {
        display: inline-block;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        text-transform: uppercase
    }

    .hero-section {
        padding-top: 301px;
        padding-bottom: 0
    }

    .hero-container {
        display: block
    }

    .hero__text-wrapper {
        width: 916px;
        margin-bottom: 126px
    }

    .hero-title {
        font-weight: 700;
        font-size: 66px;
        line-height: 1;
        margin-bottom: 24px
    }

    .hero__sub-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3
    }

    .hero__swiper {
        max-width: 576px;
        margin-left: auto
    }

    .hero__slide {
        margin-left: auto;
        width: 576px
    }

    .slide__text-side {
        padding: 24px
    }

    .slide__title {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3
    }

    .third-slide__title {
        margin-bottom: 40px
    }

    .fourth-slide__title {
        margin-bottom: 20px
    }

    .sixth-slide__title {
        margin-bottom: 15px
    }

    .slide__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .hero__pagination {
        left: 24px !important
    }

    .principles__container {
        width: 1280px
    }

    .principles__art-wrapper {
        margin-right: 124px
    }

    .principle__img-wrapper {
        width: 576px
    }

    .principles__art {
        width: 100%;
        height: auto
    }

    .principles__main-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5
    }

    .principles__extra-text {
        margin-bottom: 74px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .principles__item {
        width: 226px;
        margin-bottom: 24px
    }

    .principles__item:last-child {
        width: 226px
    }

    .principles__item:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .principles__icon {
        width: 32px;
        height: 32px
    }

    .principles__item-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3
    }

    .principles__item-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .services__text-block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 1176px;
        margin: 0 auto;
        margin-bottom: 64px
    }

    .services__title {
        width: 219px;
        margin-bottom: 0;
        margin-right: 124px
    }

    .services__main-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5
    }

    .card__text-block::after {
        top: 28px
    }

    .card__text-block {
        min-width: 294px;
        height: 300px
    }

    .card__title {
        font-weight: 400;
        font-size: 36px;
        line-height: 1.5
    }

    .card__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .card__img {
        height: 300px
    }

    .about-us__container {
        width: 1280px
    }

    .about-us__img-wrapper {
        width: 576px
    }

    .about-us__art {
        min-width: 576px;
        height: auto
    }

    .about-us__text-wrapper {
        margin-right: 124px
    }

    .about-us__main-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5
    }

    .about-us__extra-text {
        margin-bottom: 74px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .about-us__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .about-us__item {
        width: 226px
    }

    .about-us__item:not(:last-child) {
        margin-right: 24px
    }

    .about-us__icon {
        width: 32px;
        height: 32px
    }

    .about-us__item-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.3
    }

    .about-us__item-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .help__section {
        padding-top: 96px;
        padding-bottom: 96px
    }

    .help__container::after {
        content: url(../img/help/help-vector-desktop.png);
        width: 677.266px;
        height: 267px;
        left: -320px;
        top: -100px
    }

    .help__container {
        width: 1280px
    }

    .help__content-wrapper {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .help__text {
        max-width: 1027px;
        margin-right: 0;
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5;
        text-align: left
    }

    .help__link {
        min-width: 125px;
        padding: 12px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .values__container {
        width: 1280px
    }

    .values__text-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        width: 1176px;
        margin: 0 auto;
        margin-bottom: 0
    }

    .values__title {
        min-width: 295px;
        margin-bottom: 32;
        margin-right: 124px
    }

    .values__main-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5
    }

    .values__list {
        gap: 24px;
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }

    .grid-col-span-2 {
        -ms-grid-column-span: 1;
        grid-column: span 1
    }

    .values__item {
        height: 250px
    }

    .no-webp .contact-form__section {
        background-image: url(../img/contact-form/contact-form-bg-desk.jpg)
    }

    .contact-form__section {
        padding-top: 96px;
        padding-bottom: 96px
    }

    .contact-form__container {
        width: 1280px;
        gap: 124px
    }

    .contact-form__main-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5
    }

    .contact-form__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form__fields-wrapper {
        margin-bottom: 0;
        margin-right: 24px
    }

    .form__input {
        padding: 12px;
        padding-left: 36px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .input__svg {
        width: 16px;
        height: 16px
    }

    .form__button {
        min-width: 157px;
        padding: 12px
    }

    .form__button-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .cta__cred {
        display: inline
    }

    .footer__section {
        padding-top: 64px;
        padding-bottom: 32px
    }

    .footer__container::after {
        width: 92%
    }

    .footer__container {
        text-align: unset;
        display: block;
        width: 1280px
    }

    .footer__logo-nav-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 16px
    }

    .footer__logo-link {
        margin-bottom: 0
    }

    .footer_nav-list {
        margin-bottom: 0
    }

    .footer_nav-item {
        gap: 32px;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.3;
        text-decoration: none
    }

    .footer_nav-item:last-child {
        display: none
    }

    .credentials__link {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
        color: var(--Graphite-source);
        text-decoration: underline
    }

    .footer__address-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 24px
    }

    .footer__address {
        width: 576px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3;
        text-align: left
    }

    .credential__section {
        padding-top: 32px;
        padding-bottom: 64px
    }

    .credential__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .credentials__text {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3
    }

    .credentials__agency-logo {
        right: 0
    }

    .policy__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5
    }

    .policy__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .policy__text:not(:last-child) {
        margin-bottom: 64px
    }

    .thank-you__container {
        gap: 124px
    }

    .thank-you__art {
        width: 576px;
        height: 460px
    }

    .thank-you__text-wrapper {
        width: 476px
    }

    .thank-you__head-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 1.5
    }

    .thank-you__text {
        margin-bottom: 48px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .thank-you__back-link {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.3
    }

    .webp .contact-form__section {
        background-image: url(../img/contact-form/contact-form-bg-desk.webp)
    }
}

/* Industrial Anatomy Gallery Styles */
#industrial-anatomy {
  padding: 60px 0;
  background: var(--Graphite-50);
}

#industrial-anatomy .section__title {
  font-size: 32px;
  font-weight: 700;
  color: var(--Graphite-source);
  margin-bottom: 12px;
  text-align: center;
}

#industrial-anatomy .section__subtitle {
  font-size: 18px;
  color: var(--Graphite-700);
  margin-bottom: 40px;
  text-align: center;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  aspect-ratio: 4/3;
  background: var(--Graphite-100);
  transition: transform 0.3s var(--cubic), box-shadow 0.3s var(--cubic);
}

.gallery__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s var(--cubic);
}

.gallery__item:hover img {
  transform: scale(1.05);
}

/* Lightbox Modal Styles */
.gallery__lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.gallery__lightbox.active {
  display: flex;
}

.lightbox__image {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: var(--White-100);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--cubic);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  padding: 0;
}

.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}

.lightbox__close {
  top: 20px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
}

/* CSS Arrow for Previous */
.lightbox__prev {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__prev::before {
  content: '';
  width: 12px;
  height: 12px;
  border-left: 3px solid var(--White-100);
  border-bottom: 3px solid var(--White-100);
  transform: rotate(45deg);
  display: block;
  margin-left: 3px;
}

.lightbox__prev:hover {
  transform: translateY(-50%) scale(1.1);
}

/* CSS Arrow for Next */
.lightbox__next {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__next::before {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 3px solid var(--White-100);
  border-top: 3px solid var(--White-100);
  transform: rotate(45deg);
  display: block;
  margin-right: 3px;
}

.lightbox__next:hover {
  transform: translateY(-50%) scale(1.1);
}

.lightbox__prev:hover {
  transform: translateY(-50%) scale(1.1);
}

.lightbox__next:hover {
  transform: translateY(-50%) scale(1.1);
}

.lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: var(--White-100);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  backdrop-filter: blur(10px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #industrial-anatomy {
    padding: 40px 0;
  }

  #industrial-anatomy .section__title {
    font-size: 28px;
  }

  #industrial-anatomy .section__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .gallery__grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
  }

  .lightbox__image {
    max-width: 95%;
    max-height: 85vh;
  }

  .lightbox__close,
  .lightbox__prev,
  .lightbox__next {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .lightbox__close {
    top: 10px;
    right: 10px;
  }

  .lightbox__prev {
    left: 10px;
  }

  .lightbox__next {
    right: 10px;
  }

  .lightbox__counter {
    bottom: 10px;
    font-size: 12px;
    padding: 6px 12px;
  }
}