
/*
:root {
    --main-color: #000;
    --middle-text-color: #333333;
    --light-text-color: #999999;
    --main-text-color: #000;
    --form-border-color: #999999;
    --main-blue: #12284A;
}*/

:root {
    --main-blue: #375d8a;
    --blue-dark: #2b4a6e;
    --blue-light: #4a75aa;
    --dark-text: #333333;
    --orange: #e8712a;
    --dark: #1a1a1a;
    --gray: #6b6b6b;
    --gray-light: #d0d0d0;
    --gray-bg: #f4f4f4;
    --white: #ffffff;
    --transition: 0.3s ease;
}

.scroll-lock { overflow-y: hidden; }
.wrapper { width: 100%;  min-width: 375px;  box-sizing: border-box; margin: 0 auto; position: relative; }
.content { position: relative; display: flex; flex-direction: column;padding: 0; overflow-y: visible !important;  margin: 80px 0 100px 0;}
.page { position: relative; min-width: 375px; box-sizing: border-box;  }



#preloader { position: fixed; top: 0; left: 0; width: 100%;height: 100%;z-index: 1000;background: #fff;}
#loader { position: absolute; left: 50%;  top: 50%;  z-index: 1; width: 120px; height: 120px; margin: -76px 0 0 -76px; border: 16px solid #f3f3f3; border-radius: 50%;  border-top: 16px solid var(--main-blue);-webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite;}


.containerView { box-sizing: border-box; }
.containerView__header { padding: 0 80px;}
.containerView .containerView__title {   border-bottom: 1px solid #ededed; margin-bottom: 13px; margin-top: 26px; }
.containerView .containerView__title h1 { padding-bottom: 5px; font-size: 40px; font-weight: 800; color: var(--main-blue); }
.containerView .containerView__title a { font-size: 45px; color: #000; }
.containerView .containerView__bread a { font-size: 13px; color: #999; text-transform: uppercase;}
/*.containerView .containerView__content { padding: 0 0 100px 0;  }*/
.containerView .containerView__content-left { float: left; padding-top: 5px; position: relative; overflow: hidden; }
.containerView .containerView__content-right { margin-left: 300px; }
.containerView .containerView__content-right img { max-width: 100%; }


.breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; font-size: 17px; margin: 20px 0 40px 0; }
.breadcrumb a { color: var(--gray-light); text-decoration: none; }
.breadcrumb a:hover { color: var(--blue-light); text-decoration: none; }
.breadcrumb .current { color: var(--blue-light); font-weight: 600; }
.breadcrumb .sep { color: var(--gray-light); font-size: 18px; }
.breadcrumb.projects { padding-left: 125px; margin: 0; }
/*
.overlay{ background: url(/templates/img/fon.png);   position: absolute; left: 0; top: 0; width: 100%; height: 100%;  z-index: 0;}
*/

.title { font-size: 65px; font-weight: 700; }

.header { position: fixed; top: 0; left: 50%; transform: translateX(-50%); width: 100%; z-index: 100; background: rgba(255,255,255,0.97); backdrop-filter: blur(8px); border-bottom: 1px solid rgba(55,93,138,0.08); transition: box-shadow var(--transition); box-sizing: border-box; }
.header--scrolled { box-shadow: 0 2px 30px rgba(55,93,138,0.12); }
.header__inner { display: flex; align-items: center; gap: 25px;  height: 80px;  width: 100%; justify-content: space-between;}
.header__logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; padding: 10px 0 0; box-sizing: border-box;  height: 100%; }
.header__logo-icon {     width: 100%; height: 100%; max-width: 90px; box-sizing: border-box;}
.header__logo-icon img { width: 100%; object-fit: contain; height: 100%;}
.header__nav { flex: 1; display: flex; justify-content: center; }
.nav__list { display: flex; gap: 36px; list-style: none; }
.nav__item  {  font-size: 14px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; position: relative; transition: color var(--transition); }
.nav__item a { color: var(--dark-text);  }
.nav__item::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--main-blue); transition: width var(--transition); }
.nav__item:hover, .nav__link--active { color: var(--main-blue); }
.nav__item:hover::after, .nav__link--active::after { width: 100%; }
.header__lang  { margin-right: 45px;}
.header__lang ul { display: flex; align-items: center; gap: 6px; flex-shrink: 0; list-style: none; }
.header__lang-item a { font-size: 11px; font-weight: 400; letter-spacing: 0.1em; color: var(--gray); cursor: pointer; transition: color var(--transition); text-transform: uppercase; }
.header__lang-item.current  { border-bottom: var(--gray) 1px solid; }
.header__lang-sep { font-size: 11px; color: var(--gray-light); }
.header__burger {  width: 100px; max-width: 100px; padding: 30px 40px 30px;text-align: left;cursor: pointer;  box-sizing: border-box; background-color: var(--blue-dark); height: 100%;  }
.burger__line {  width: 100%; height: 2px; background: rgba(255, 255, 255, 0.72); border-radius: 50px; float: left; transition: width 300ms; }
.burger__line {  width: 100%; height: 2px; background: rgba(255, 255, 255, 0.72); border-radius: 50px; float: left; transition: width 300ms; }
.burger__line:not(:last-child) { margin-bottom: 7px; }
.burger__line.short { width: 65%; }
.burger__line:first-of-type { float: right;}
.header__burger:hover .burger__line { background: #fff; }
.header__burger:hover .burger__line.short { width: 100%; }

.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 2rem; width: 75%; max-height: 50%; margin-left: 80px;}
.stat-card { padding: 1rem; }
.stat-icon { font-size: 2rem; margin-bottom: 0.5rem; }
.stat-value { font-size: 2.5rem; font-weight: bold; line-height: 2.5rem;}
.stat-card:hover { background-color: var(--blue-dark); color: var(--white); }
.stat-label { color: var(--gray); font-size: 0.9rem; margin-top: 0.8rem; filter: brightness(1.5); }
.main__title-small {text-transform: uppercase;font-size: clamp(0.9rem, 3vw, 1rem) !important;letter-spacing: 1px !important;font-weight: 700 !important;text-align: left !important;}
.hero__top-info p { line-height: 25px;  margin-block-start: 0;}
.hero__top-title { display: flex; flex-wrap: wrap; flex-direction: column; margin-top: 4.5rem; }
.main__title-big { color: var(--main-blue); font-weight: 700; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.2; }
.hero__top-title p { color: var(--gray-light); }
.hero__top-p { margin-top: 4rem; line-height: 25px; }
.hero__top.hero__top--60 { align-items: flex-start; justify-content: flex-start; padding-left: 60px; }
.hero__bottom.hero__bottom--40 { height: 40%; display: flex; }
.hero__top.hero__top--main { height: 50%; align-items: end; padding: 0; }
.hero__bottom.hero__bottom--main { height: 50%; }

.hero__right video {width: 100%; height: 100%; object-fit: cover; transform: scale(1.01)}
.hero__right img {width: 100%; object-fit: cover; position: relative;}
.hero__right > img:after {position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: flex; content: ''; background: #000000;  background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 18%, rgba(255, 255, 255, 0) 60%);}
.hero__left  h2  {font-size: 80px;  line-height: 100%;}
.hero__left .square  {position: absolute; left: unset; right: 0; top: 27%;}
.hero__top h2 {text-align: center; font-weight: bold; letter-spacing: -0.02em }
.hero__top img { position: absolute; bottom: 0;    z-index: -1;}
.hero__bottom {width: 100%; align-self: flex-start; height: 50%; background-color: var(--main-blue); color: #fff; }
.hero__bottom h2, .hero__bottom h3{ color: #fff; text-align: center; }
.hero__bottom h2 {letter-spacing: -0.03em; font-weight: 600; line-height: 76%; }
.hero__bottom h3 {letter-spacing: 0.73em; font-weight: 400; margin-top: 25px;}

.hero { display: flex; flex-direction: row; /*width: 100%; height: 100vh; max-height: 100vh; */max-height: 100vh; overflow: hidden; }
.hero__left { width: 45%; display: flex; flex-direction: column; position: relative;  overflow: visible !important; min-height: auto; }
.hero__top { width: 100%; align-items: flex-start; height: auto; flex: 1; display: flex; justify-content: center; position: relative; padding: 20px 0; }
.hero__top-info { display: flex; flex-direction: column; width: 80%; box-sizing: border-box; overflow-y: auto; }
.hero__top-title { display: flex; flex-wrap: wrap; flex-direction: column; margin: 1rem 0; }
.hero__bottom { width: 100%; align-self: flex-start; height: auto; background-color: var(--main-blue); color: #fff; flex-shrink: 0; overflow-y: auto; }
.hero__right { width: 55%; position: relative; overflow: hidden; }
.hero__right .object-gallery { width: 100%; height: 100%; display: flex; flex-direction: column; }
.hero__right .object-gallery__viewer { width: 100%; height: 100%; flex: 1; overflow: hidden; }
.hero__right .object-gallery__main { display: block; width: 100%; }
.hero__right .object-gallery__main-bg { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat !important; }
.hero__right .object-gallery__source { display: none; }
.hero__left .square { position: absolute; left: unset; right: 20px; top: 20px; width: 30px; height: 30px; }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; padding: 1.5rem; width: 90%; margin: 0 auto; box-sizing: border-box; }
.stat-card { padding: 0.8rem; word-wrap: break-word; overflow-wrap: break-word; }
.stat-value { font-size: 1.5rem; font-weight: bold; line-height: 1.3; word-break: break-word; }
.stat-label { color: var(--gray); font-size: 0.8rem; margin-top: 0.5rem; word-break: break-word; }
.main__title-big { color: var(--main-blue); font-weight: 700; font-size: 1.8rem; line-height: 1.2; word-break: break-word; }
.main__title-small { text-transform: uppercase; font-size: clamp(0.8rem, 2vw, 1rem) !important; letter-spacing: 1px !important; font-weight: 700 !important; text-align: left !important; }
.hero__top-info p { line-height: 1.4; margin: 0; font-size: clamp(0.9rem, 1.5vw, 0.3rem); word-break: break-word; margin-top: 10px;}
.hero__top-info ul { margin: 0; padding-left: 1.2rem; }
.hero__top-info ul li { font-size: clamp(0.9rem, 1.5vw, 0.5rem); line-height: 1.4; word-break: break-word; margin-bottom: 0; }

.services-list { list-style: none; padding: 0; margin-top: 15px; }
.services-list li { display: block; }
.services-list li .title-wrap { margin: 0; font-size: 1rem; }
.services-list li .title-hero { display: inline-block; color: #ffffff; }

.profile {display: flex; flex-direction: row; width: 100%; padding: 55px 0 30px; position: relative;align-items: stretch;}
.profile__left {width: 50%; padding: 60px 140px 0 112px;    box-sizing: border-box; }
.profile__right {width: 50%;display: flex; flex-direction: row; overflow:hidden;}
.profile__item:hover { flex: 1.8 1 0%; text-decoration: none;}
.profile__item img{width: 100%; object-fit: cover; height: 100%; flex-shrink: 0;}
.profile__item p{position: absolute; bottom: -30px; left: 1em; transform: rotate(270deg); transform-origin: bottom left; text-transform: uppercase; color: #fff; font-size: 55px; opacity: 50%;  transition: all 0.3s ease-in;}
.profile__item:hover {background-blend-mode: unset; transition: all 0.3s ease-in;}
.profile__item:hover p {opacity: 100%; transition: all 0.3s ease-in;}
.profile__title { font-size: 65px; margin-bottom: 70px; font-weight: 700; }
.profile__subtitle { font-size: 30px; margin-bottom: 30px; font-weight: 400; }
.profile__main-txt {font-size: 1rem; line-height: 1.5; color: #a7a7a7; font-weight: 400;}
.profile__button { margin-top: 55px; display: flex; gap: 7px; align-items: center; color: var(--orange) }
.profile__button a { font-size: 19px; font-weight: 400; }
.profile__button img { object-fit: contain; }
.profile__blue-txt { color: #446892; }
.profile__item { position: relative;  display: flex; align-items: flex-end; flex: 1 1 0%; min-width: 0;  overflow: hidden; transition: flex 0.3s ease-in;}
.profile__item:hover { flex: 1.8 1 0%; text-decoration: none;}
.profile__image { position: absolute; top: 0; left: 50%; width: 720px; height: 100%; transform: translateX(-50%); background-repeat: no-repeat; background-position: center center;  background-size: cover;}
.profile__image::after { content: "";  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, transparent 0, rgb(16 38 72 / 77%) 100%); background-blend-mode: luminosity;}
.profile__item:hover .profile__image::after { mix-blend-mode: unset;background-blend-mode: unset;}
.profile__image--1 { background-image: url('/templates/img/profile-img1.jpg');}
.profile__image--2 {    background-image: url('/templates/img/profile-img2.jpg');}
.profile__image--3 {    background-image: url('/templates/img/profile-img3.jpg');}






a.discover {color: var(--main-blue); text-transform: lowercase;}
a.discover img {margin-left: 15px;}

.title-transform { width: 100%; overflow: hidden; display: flex;  white-space: nowrap;  position: absolute; }
.title-transform__track { display: flex; animation: scroll-reverse 100s linear infinite; text-transform: uppercase; font-size: 120px; font-weight: bold; color: var(--dark-text); opacity: 5%; }
.title-transform__track > div  {  margin: 0 20px; line-height: 100%;}
.profile  .title-transform {left: 0; top: 25px; z-index: -1}
.slider .title-transform {left: 0; top: unset; bottom: -200px; z-index: -1}
.title-transform.margin { margin-top: 50px; position: relative;}
.title-transform.main { position: relative; }


.lines { position: absolute; top: 0; left: 0; right: 0; height: 100%; margin: auto; width: 100%; z-index: 1; }
.line { position: absolute; width: 1px; height: 100%; top: 0; left: 0; background: rgb(201 201 201 / 10%); overflow: hidden;     z-index: 1; }
.line::after { content: ""; display: block; position: absolute; height: 20%; width: 100%; top: 0; left: 0; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #ffffff 75%, #ffffff 100%); -webkit-animation: drop 7s 0s infinite; animation: drop 7s 0s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(0.4,0.26,0,0.97); animation-timing-function: cubic-bezier(0.4,0.26,0,0.97); }
.line:nth-child(1) { left: 100px; }
.line:nth-child(1)::after { -webkit-animation-delay: 1s; animation-delay: 1s; }
.line:nth-child(2) { left:400px; }
.line:nth-child(2)::after { -webkit-animation-delay: 2s; animation-delay: 2s; }
.line:nth-child(3) { left: 700px; }
.line:nth-child(3)::after { -webkit-animation-delay: 2.5s; animation-delay: 2.5s; }
.line:nth-child(4) { left: 1000px; }
.line:nth-child(4)::after { -webkit-animation-delay: 3s; animation-delay: 3s; }
/*.link--disabled { pointer-events: none; cursor: none;}*/

@keyframes revealSmooth {
    0% { clip-path: inset(0 0 80% 0); opacity: 0;}
    100% { clip-path: inset(0 0 0 0);  opacity: 1;}
}

@keyframes countAnimation {
    0% { opacity: 0; }
    50% {opacity: 0.5; }
    100% {opacity: 1;  }
}

@-webkit-keyframes drop {
    0% {  top: -50%; }
    100% { top: 110%; }
}

@keyframes drop {
    0% { top: -50%; }
    100% { top: 110%; }
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.partners-main { width: 100%; overflow: hidden; display: flex;  white-space: nowrap;  position: relative; padding: 40px 0 70px;}
.partners-track { display: flex; animation: scroll 60s linear infinite;}
.partners-track a { display: flex; align-items: center; justify-content: center; padding: 0 30px; opacity: 30%;}
.partners-track a:hover { opacity: 1;}
.partners-track img { height: 60px; width: auto;}

@keyframes scroll {
    0% { transform: translateX(0); }
    100% {  transform: translateX(-100%); }
}

@keyframes scroll-reverse {
    0% { transform: translateX(-100%); }
    100% {  transform: translateX(0%); }
}

.counter { position: relative; display: flex; gap: 140px; height: 600px; background: url("/templates/img/counter_bg.png") center no-repeat; width: 100%; padding: 120px 0 130px; box-sizing: border-box; justify-content: center; align-items: center; background-size: cover; }
.counter__wrapper { display: flex; flex-direction: column; min-width: 200px; color: var(--main-blue); transition: color 0.5s ease, gap 0.5s ease; gap: 15px; align-items: center; }
.counter__title { font-size: 30px; font-weight: 500; cursor: pointer; line-height: 100%; display: inline-block; transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), color 0.5s ease; }
.counter__value .count { font-weight: 700; line-height: 100%; cursor: pointer; font-size: 180px; display: inline-block; transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), text-shadow 0.7s ease-out, color 0.5s ease; will-change: transform; }
.counter__wrapper:hover .count, .counter__wrapper:hover .counter__title { transform: scale(1.3); }
.counter__wrapper:hover .count { text-shadow: 8px 8px 12px rgba(16, 38, 72, 0.25); }
.counter__wrapper:hover { color: var(--dark); }
.animate { animation: countAnimation 1.5s forwards;}

.slider { padding-left: 130px; margin-bottom: 190px; position: relative;}
.slider.margin { margin-bottom: 100px; }
.slider__item { position: relative; margin: 0 8px; width: 100%; height: auto; }
.slider__item > a { display: block; position: relative; padding-bottom: 120%; height: 0; overflow: hidden; }
.slider__item img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.slider__item img { object-fit: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.slider__text {position: absolute; bottom: 0; left: 0; width: 100%; padding: 0 0 40px 40px; color: #fff; font-weight: lighter;font-size: 13px;  z-index: 1; overflow-wrap: break-word; white-space: normal; box-sizing: border-box; }
.slider__text h4 {color: #fff; font-size: 35px; font-weight: bold;}
.slider__item:after {position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: flex; content: ''; background: #000000;  background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 18%, rgba(255, 255, 255, 0) 60%);}
.slider .slick-slide { height: auto !important; }
.slider .slick-next { top: calc(100% + 50px);  left: 338px;}
.slider .slick-next:before, .slider .slick-prev:before {background: url("/templates/img/arrow.png") no-repeat center; content: ''; width: 80px;  height: 20px; display: inline-block;  background-size: contain;  }
.slider .slick-next:hover:before, .slider .slick-prev:hover:before { opacity: 1;  }
.slider .slick-prev {  top: calc(100% + 50px);  left:8px;}
.slider .slick-prev:before, .reviews .slick-prev:before {transform: rotate(180deg); }
.slider__button {position: absolute; bottom: -55px; right: 60px;}
.slider .title {margin: 65px 0 65px 8px;}
.title.slider-margin { margin: 40px 0 70px 0; }
.slider--stretch .slick-track { display: flex !important; align-items: stretch !important; }
.slider__text--white h4 a { color: #fff; font-size: 35px; font-weight: bold; }
.slider__text--white p a { color: #fff; }
.slider__item--full a { height: 100%; display: block; }
.slider__item--full a img { height: 100%; object-fit: cover; height: 50%; }
.slider__item--full:after { pointer-events: none; }

.object-gallery { width: 100%;}
.object-gallery__viewer { width: 100%;  overflow: hidden; aspect-ratio: 900 / 1024; min-height: 1024px; }
.object-gallery__main {display: block; width: 100%; text-decoration: none;  height: 100%}
.object-gallery__thumbs { display: flex; gap: 12px; overflow-x: auto; overflow-y: hidden; position: absolute; bottom: 20px; right: 10px; z-index: 2; flex-shrink: 0; flex-wrap: nowrap; min-width: 0; width: auto; max-width: calc(100% - 20px); }
.object-gallery__thumb { flex: 0 0 200px; min-width: 200px; max-width: 200px; width: 200px; cursor: pointer; transition: all 0.3s ease; flex-shrink: 0; position: relative; }
.object-gallery__thumb:hover .object-gallery__thumb-bg{ background-blend-mode: unset;}
.object-gallery__thumb.active {opacity: 1;}
.object-gallery__thumb-bg { width: 100%; height: 200px; min-height: 200px; background-repeat: no-repeat; background-position: center center; background-size: cover; background-blend-mode: luminosity; background-size: cover; background-position: center;}
.object-gallery__source {display: none;}
.object-gallery__main-bg.racansky-modifier { background-size: contain; background-repeat: no-repeat !important; transform: translateY(-100px); }
.object-gallery__thumb::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--blue-light); opacity: 0.6; transition: opacity 0.1s ease; pointer-events: none; }
.object-gallery__thumb.active::after { opacity: 0; }


/* region Team styles */
.team { display: flex; gap: 30px; margin: 40px 0 0 100px; position: relative; z-index: 1; }
.team__item-description p:first-child { font-weight: 600; font-size: 20px; line-height: 1.2; }
.team__item { width: 50%; }
.team__item img { width: 100%; }
.team__title { color: rgb(102, 102, 102); font-size: 30px; padding-top: 10px; }
/* endregion */



.contact { padding-left: 100px; }
.contact__list { padding: 40px 0; display: flex; flex-wrap: wrap; column-gap: 100px; }
.contact__list-item p { display: flex; align-items: center; gap: 5px; line-height: 1.4; }
.contact__list-item a { font-size: 25px;  display: inline-block; transition: transform 0.5s ease, letter-spacing 0.5s ease; }
.contact__list-item:nth-child(3), .contact__list-item:nth-child(4) { flex: 0 0 100%; }
.contact__list-item.social {text-align: left; margin: 20px 0; display: flex; gap: 10px;}
.contact__list-item.social a img {filter: invert(1);}

.contact__map  iframe {  margin-right: 140px;  width: calc(100% - 140px); height: 650px; border: none; position: relative; z-index: 2;}
.contact__map img { width: 100%; height: 100%; object-fit: cover; }

/* region Footer styles */
.footer {  position: relative; z-index: 1; padding: 70px 55px 45px; border-top: 1px solid #efefef;background: var(--main-blue);text-align: center; }
.footer__content {display: flex; flex-direction: row; justify-content: space-between;}
.footer__logo { }
.footer__logo img { position: relative; display: block;  object-fit: contain;   height: 150px; filter: brightness(80);}
.footer__menu { position: relative; display: flex; justify-content: center; gap: 15px; margin: 0; padding: 0; list-style: none; z-index: 20;flex-direction: column; align-items: flex-start;}
.footer__menu li { padding-block: 0; }
.footer__menu li a { color: #fff; font-weight: 500; font-size: 15px; padding: 5px 25px; display: inline-block; }
.footer__menu li a:hover { color: #fff; }
.footer__menu li  a.footer__upp {text-transform: uppercase; padding: 0 15px;}
.footer__contacts {display: flex; gap: 5px; flex-direction: column;}
.footer__number {  text-align: right; color: #fff; }
.footer__number span { font-weight: 200; font-size: 14px; }
.footer__address { color: #fff; }
.footer__address img { width: 22px;vertical-align: baseline;}
.footer__socials { display: flex; gap: 5px; justify-content: end; margin-top: 10px;}
.footer__socials img { width: 28px;}
.footer__copyright {  position: relative; width: 100%; font-size: 13px; text-align: center; color: rgba(255, 255, 255, 0.4); margin-top: 20px; z-index: 20;}
.footer__copyright a { color: #fff;}
.footer__left {display: flex; flex-direction: row; align-items: flex-start;}
.footer__right {display: flex; flex-direction: column; align-items: flex-end;}
/* endregion */


/* region Form styles */
.containerForm { padding: 50px; box-sizing: border-box; border: 1px solid #ddd; background: #fff; margin: 0 auto; max-width: 800px; border-radius: 20px;}
.containerForm .containerForm__title {font-weight: 800;font-size: 26px;color: var(--main-blue);text-transform: uppercase;text-align: center;}
.containerForm .containerForm__content { width: calc(100% + 30px); position: relative; left: -15px; display: inline-block; }
.containerForm label.container--label--name { overflow: hidden; float: left; }
.containerForm .container--label { margin-bottom: 15px; }
.containerForm .nice-select.open .list { overflow: scroll; max-height: 250px; padding-top: 8px; }
.containerForm__block { display: flex; gap: 10px;}
.containerForm__block .container--label { width: 100%; }
.containerForm .container--label textarea {  width: 100%; border: 1px solid #efefef; border-radius: 4px; padding: 5px 15px; box-sizing: border-box; font-size: 15px; }
.containerForm .container--label.half { width: 48%; float: left;}
.containerForm .container--label.half:not(:last-child) { margin-right: 15px;}
.containerForm .container--conf { display: flex; align-items: center; gap: 15px; }
.containerForm .container--conf a { color: #939393; }
.containerForm label.button { margin-bottom: 0; }
.containerForm input { width: 100%; border: 1px solid #efefef; height: 50px; border-radius: 4px; padding: 15px; box-sizing: border-box; font-size: 15px; }
.containerForm input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #fff inset; box-shadow: 0 0 0 1000px #fff inset; -webkit-text-fill-color: #000; }
.containerForm input.conf { width: 20px; height: 20px; padding: 0; }
.containerForm input.double { float: left; width: 48%; }
.containerForm input.double:last-child { float: right; }
.containerForm button { max-width: max-content; width: 100%; margin-top: 20px;  display: inline-block; text-align: center; cursor: pointer; box-sizing: border-box; border: none; padding: 8px 20px;  color: #fff; font-size: 20px; line-height: 24px; background: var(--main-blue); border-radius: 20px; }
.topicSelect.nice-select { float: unset; border: 1px solid #efefef; height: 50px; }
.topicSelect.nice-select .nice-select-search-box { display: none !important; }
.topicSelect .option[data-value=""] {    display: none!important;}
.container-conf-policy {text-align: left;font-size: 13px;}
.container-conf-policy a {color: #939393;}
.conf-link {color: #636363;}
.containerForm .nice-select .option { padding-block: 0; }
.containerForm .nice-select { color: #474747; }

.menu { overflow: hidden !important; opacity: 0.5; position: fixed; top: 0; width: 100%; height: 100%; z-index: -1000;  transition: all 300ms ease; }
.menu__container { position: absolute; top: 20%; left: 0; width: 100%;  margin-block: 40px; text-align: center; display: inline-grid; justify-content: center; align-content: start;  z-index: 100;}
.menu__close { position: absolute; top: 30px; right: 30px; padding: 20px 10px; font-size: 60px; cursor: pointer; color: #fff; font-weight: 300; transition: rotate 2s; z-index: 100 }
.menu__content { position: relative; display: inline-block; text-align: left; margin-bottom: -200px; opacity: 0; visibility: hidden; transition: all 0.3s; }
.menu__content--active { margin-bottom: 0; opacity: 1; visibility: visible; }
.menu__content a { display: block; color: #fff; font-size: 22px; font-weight: 300; padding: 10px 0; border-bottom: 1px solid #ffffff47; text-transform: uppercase;}
.menu__content ul li ul li a { font-size: 18px; padding: 7px 0 7px 30px; color: rgba(255, 255, 255, 0.7); }
.menu__content a:last-child { border-bottom: none; }

.menu-circle {width: 100px;height: 80px;position: absolute; top:0; left: 0;border-radius: 50%;transform: scale(1);z-index: 30;transition: all .3s ease-in-out;}
.menu.open .menu-circle {background-color: var(--main-blue); transform: scale(1.5); }
.menu.open  {z-index: 1000; opacity: 1 }


.menu__content .js-wow-group > li > a { opacity: 0; transform: translateX(-20px); transition: all 0.4s ease;}
.menu__content .js-wow-group > li.is-animated > a {opacity: 0.7; transform: translatex(0);}
.menu__content .js-wow-group > li.is-animated:hover a {opacity: 1;}


.company-philosophy { margin: 0 auto; padding: 60px 125px; background-color: var(--white); overflow-x: hidden; animation: fadeInUp 0.8s ease-out; }
.philosophy-grid { display: flex; flex-direction: column; gap: 2rem; margin-top: 60px; }
.philosophy-block { display: flex; align-items: stretch; background: var(--white); position: relative; overflow: hidden; margin-bottom: 5rem; opacity: 0; animation: fadeInLeft 0.9s ease-out forwards; }
.philosophy-block--reverse { flex-direction: row-reverse; animation: fadeInRight 0.9s ease-out forwards; }
.philosophy-block:nth-child(1) { animation-delay: 0.1s; }
.philosophy-block:nth-child(2) { animation-delay: 0.3s; }
.philosophy-block:nth-child(3) { animation-delay: 0.5s; }
.philosophy-block__content { background-color: var(--gray-bg); display: flex; flex-direction: column; justify-content: center; padding: 60px 50px 60px 80px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); position: relative; z-index: 2; width: 55%; margin: 80px 0 40px 0; transition: transform 0.4s ease, box-shadow 0.4s ease; }
.philosophy-block__content:hover { transform: translateY(-5px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); }
.philosophy-block__image { width: 55%; overflow: hidden; position: relative; z-index: 1; }
.philosophy-block__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease, filter 0.3s ease; }
.philosophy-block__image:hover img { transform: scale(1.05); filter: brightness(1.02); }
.philosophy-block:not(.philosophy-block--reverse) .philosophy-block__image { margin-left: -40px; width: calc(55% + 40px); max-height: 800px; }
.philosophy-block:not(.philosophy-block--reverse) .philosophy-block__content { margin-right: -40px; }
.philosophy-block--reverse .philosophy-block__image { margin-right: -40px; width: calc(55% + 40px); max-height: 800px; }
.philosophy-block--reverse .philosophy-block__content { padding: 60px 80px 60px 80px; }
.philosophy-block__title { font-size: 65px; font-weight: 700; color: var(--main-blue); margin-bottom: 70px; position: relative; display: inline-block; transition: color 0.3s ease, transform 0.3s ease; }
.philosophy-block__title:hover { color: var(--blue-dark); transform: translateX(5px); }
.philosophy-block__title::after { content: ""; position: absolute; bottom: -8px; left: 0; width: 60px; height: 3px; background-color: var(--gray); border-radius: 2px; transition: width 0.4s ease, background-color 0.3s ease; }
.philosophy-block__title:hover::after { width: 100px; background-color: var(--main-blue); }
.philosophy-block__list { padding: 0; margin: 0; list-style: none; }
.philosophy-block__list li { font-size: 0.9rem; line-height: 1.4; color: var(--dark); margin-bottom: 0.75rem; padding-left: 24px; position: relative; opacity: 0; animation: fadeInRight 0.5s ease-out forwards; transition: transform 0.2s ease, color 0.2s ease; }
.philosophy-block__list li:hover { transform: translateX(5px); color: var(--main-blue); }
.philosophy-block__list li:nth-child(1) { animation-delay: 0.1s; }
.philosophy-block__list li:nth-child(2) { animation-delay: 0.2s; }
.philosophy-block__list li:nth-child(3) { animation-delay: 0.3s; }
.philosophy-block__list li:nth-child(4) { animation-delay: 0.4s; }
.philosophy-block__list li:nth-child(5) { animation-delay: 0.5s; }
.philosophy-block__list li:nth-child(6) { animation-delay: 0.6s; }
.philosophy-block__list li::before { content: "▹"; position: absolute; left: 0; color: var(--main-blue); font-size: 14px; transition: transform 0.2s ease, color 0.2s ease; }
.philosophy-block__list li:hover::before { transform: translateX(3px); color: var(--blue-light); }
.philosophy-block.width { height: 400px; }
.philosophy-block__content.padding { padding-top: 100px; }

.title-wrap {
    display: block;
    position: relative;
    text-align: start;
    overflow: hidden;
}

.title-hero {
    display: inline-block;
    opacity: 0;
    transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
    will-change: opacity, transform;
    -webkit-animation: revealText 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation: revealText 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards;
    animation-delay: 1s;
}
.title-wrap.overflow { overflow: visible; }

@-webkit-keyframes revealText {
    from {
        opacity: 0;
        transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    }
}
@keyframes revealText {
    from {
        opacity: 0;
        transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    }
}



/* endregion */


/* region Tabs styles */
#tabs-farmac { display: none; }
.ui-widget.ui-widget-content { background: #fff;border: transparent;}
.ui-widget-header {  border: none;border-bottom: 1px solid #ccc; background: transparent;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { border: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button { color: #000; font-weight: 400; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { background: var(--main-blue); color: #fff;}
.ui-tabs .ui-tabs-nav { min-height: 42px; display: flex; flex-wrap: wrap; }
.tabs--files--links { display: flex; gap: 20px; flex-wrap: wrap; }
.tabs--files--link { display: flex; gap: 5px; border: 1px solid var(--main-blue); color:var(--main-blue); max-width: max-content; background: #fff;  }
.tabs--files--link:hover { color: #fff; background:  var(--main-blue); }
.tabs--files--link:hover img  { filter: invert(50%) sepia(100%) brightness(200%) contrast(90%); }
.tabs--files--link img { width: 20px; }
.fancybox__container .fancybox__backdrop { background: rgba(0, 0, 0, 0.6); }

.link-with-icon { display: flex; gap: 5px; align-items: center;}
.link-with-icon img { margin-left: 5px;}
/* endregion */


.history__wrapper { margin-top: 2rem;  padding-left: 125px; display: flex; justify-content: center; flex-direction: column; }
.history__wrapper-right, .history__wrapper-left { width: auto; }
.history__title { color: var(--main-blue); font-weight: 700; font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.2; }
.history__header { display: flex; width: 100%; min-height: auto; flex-wrap: wrap; box-sizing: border-box; margin-bottom: 2rem; padding-left: 125px; }
.history__header-left { background-color: var(--main-blue); color: var(--white); padding: 2rem 2rem; display: flex; flex-direction: column; justify-content: center; gap: 1rem; width: 55%; box-sizing: border-box; }
.history__header-right { display: flex; flex-direction: column; justify-content: center; width: 45%; box-sizing: border-box; }
.history__header-right h2 { text-transform: uppercase; font-size: clamp(0.9rem, 3vw, 1.6rem); letter-spacing: 1px; font-weight: 700; }
.history__header-title { display: flex; flex-wrap: wrap; align-items: center; gap: 1.5rem; margin-top: 1rem; }
.history__header-left p:first-child { font-size: clamp(1.2rem, 4vw, 1.6rem); line-height: 1.3; font-weight: 300; }
.history__header-left p { font-family: var(--font); font-weight: 200; margin: 0; }
.history__text { display: flex; flex-wrap: wrap; width: 90%; margin: 3rem 0; gap: 2rem; }
.history__text-info { flex: 1; min-width: 250px; display: flex; flex-direction: column; justify-content: center; gap: 1.2rem; }
.history__text-info p {font-size: 1rem;line-height: 1.5;}
.history__card-caption p:last-child { font-weight: 400;  color: var(--gray-light); }
.history__header-left p:last-child {font-weight: 400;}
.history__text-img { flex: 1; min-width: 260px; display: flex; justify-content: flex-end;  width: 100%; overflow: hidden;}
.history__text-img:nth-child(1) { justify-content: flex-start; }
.history__card { display: flex; flex-direction: column; align-items: center; gap: 0.8rem; width: 100%; max-width: 850px; height: 100%; }
.history__card img { width: 100%; max-width: 100%; height: auto; object-fit: cover; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05); transition: transform 0.2s ease; height: 100%;  object-position: top center;  }
.history__card-info { display: flex; justify-content: space-between; align-items: center; width: 100%; flex-wrap: wrap; gap: 0.5rem; }
.history__card-caption { line-height: 1.4; }
.history__card-caption p { margin: 0; }
.history__card-p.blue { color: var(--gray); font-weight: 500; margin-bottom: 0.4rem; }
.history__card-p.gray { color: var(--gray); font-size: 1rem; }

.history__card-info.about-company { flex-direction: row-reverse; }

.square { display: inline-block; width: 34px; height: 34px; background-color: var(--main-blue); flex-shrink: 0; }
.square.gray {background-color: var(--gray-light);}


.projects__wrapper { padding: 50px 100px; display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; }
.projects__card { width: calc((100% - (2 * 2rem)) / 3);  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); background: white; overflow: hidden; transition: box-shadow 0.3s ease; display: flex; flex-direction: column; }
.projects__card-img { overflow: hidden; flex-shrink: 0; }
.projects__card-img img { width: 100%; height: auto; aspect-ratio: 3 / 4; display: block; transition: transform 0.4s ease; object-fit: cover; }
.projects__card-info { padding: 2rem; display: flex; flex-direction: column; line-height: 1.3rem; flex: 1; box-sizing: border-box; position: relative; height: auto; }
.projects__card-info p { opacity: 0.7; flex: 0 1 auto; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.projects__card-info .main__title-big { font-size: 2rem; margin-bottom: 1rem; }
.arrow-box {margin: 0; width: 40px;height: 40px;border: 1px solid var(--gray);display: flex;align-items: center;justify-content: center;font-family: monospace;margin-top: auto;cursor: pointer;position: relative;overflow: hidden;background-color: transparent;transition: border-color 0.3s ease;}
.arrow-box::before { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: var(--blue-light); z-index: 0; transition: width 0.4s ease-out; }
.arrow-box:hover::before { width: 100%; }
.arrow-box:after { content: ">"; font-size: 20px; font-family: monospace; color: var(--gray); position: relative; z-index: 1; transition: color 0.3s ease; }
.arrow-box:hover:after { color: white; }
.arrow-box:hover { border-color: white; }
.projects__card:hover .projects__card-img img { transform: scale(1.1); }
.projects__card:hover { box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); }
.projects__card-info.row { flex-direction: row; justify-content: space-between; }
.projects__card.last-child { width: 100%; }
.projects__card.last-child .projects__card-img { display: flex; justify-content: flex-start; }
.projects__card.last-child .projects__card-img img { width: 100%; max-height: 300px; height: auto; aspect-ratio: unset; object-fit: contain; display: block; margin-left: 0; }
.projects__card.last-child .projects__card-info.row { width: 100%; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10); }

.nav__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: row; gap: 36px; justify-content: center; align-items: center;}
.nav__item { position: relative; }
.nav__item:hover:after { opacity: 1; bottom: 4px; }
.nav__list > .nav__item > a { font-size: 16px; color: var(--grey-text); text-transform: uppercase; font-weight: 500; padding: 20px 0; text-decoration: none; transition: transform 0.2s ease, color 0.2s ease; display: inline-block; }
.nav__list > .nav__item > a:hover { color: var(--green); transform: translateY(-2px); }
.nav__list .sub-menu {  width: max-content; max-width: 300px;  position: absolute; left: -10px; background: white; box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1); min-width: 210px; z-index: 100; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.2); }
.nav__item:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__list .sub-menu li { font-size: 14px; color: #2c3e4e; padding: 20px 20px; display: block; text-decoration: none; transition: all 0.15s ease; }
.nav__list .sub-menu li:hover { color: var(--green); background: #f5f7fa; padding-left: 28px; }
.sub-sub-menu { position: absolute; top: -8px; left: 100%; background: white; border-radius: 16px; min-width: 210px; padding: 10px 0; z-index: 101; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); opacity: 0; visibility: hidden; transform: translateY(5px); transition: all 0.2s ease; }
.sub-menu li:hover > .sub-sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.sub-sub-menu a { font-size: 13px; padding: 6px 18px; }

.selected-projects { padding: 50px 100px; }
.selected-projects__title { position: relative; margin: 50px 0 20px 24px; color: #111; font-size: 65px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
.selected-projects__title::after { content: ''; display: block; width: 120px; height: 4px; margin: 18px 0; background: var(--gray); border-radius: 10px; }
.selected-projects__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; width: 100%; padding: 24px; list-style: none; }
.selected-projects__item { position: relative; overflow: hidden; min-height: 900px; cursor: pointer; }
.selected-projects__image { position: absolute; inset: 0; }
.selected-projects__image img { width: 100%; height: 100%; object-fit: cover; }
.selected-projects__overlay { position: absolute; inset: 0; z-index: 2; background: rgba(0, 0, 0, 0.45); }
.selected-projects__content { position: relative; z-index: 3; display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 40px; color: #fff; text-align: center; }
.selected-projects__item-title {margin-bottom: 16px;font-family: 'Lustria', serif;font-size: 38px;line-height: 1.2;color: var(--white);}
.selected-projects__item-text { margin-bottom: 24px; font-family: 'Lato', sans-serif; font-size: 18px; line-height: 1.6; color: var(--gray-light); }
.selected-projects__btn { display: inline-block; align-self: center; padding: 12px 24px; border: 1px solid #fff; color: #fff; font-family: 'Lato', sans-serif; font-size: 14px; text-transform: uppercase; text-decoration: none; transition: 0.3s; }
.selected-projects__btn:hover { background: #fff; color: #000; }
.selected-projects__description { display: none; }

/*----------------gallery-section----------------*/
.gallery__section { display: none; padding-left: 130px; }
@supports(display: grid) { .gallery__section { display: block; } }
.gallery__grid { display: grid; grid-gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); grid-auto-rows: 280px; grid-auto-flow: row dense; }
.gallery__grid--item { position: relative; box-sizing: border-box; grid-column-start: auto; grid-row-start: auto; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease-in-out; cursor: pointer; overflow: hidden; }
.gallery__grid--item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease-in-out; pointer-events: none; }
.gallery__grid--item:hover { transform: scale(1.02); }
.gallery__grid--item:hover img { transform: scale(1.08); }
.item--horizontal { grid-column-end: span 2; }
.item--vertical { grid-row-end: span 2; }
.item--large-square { grid-column-end: span 2; grid-row-end: span 2; }
.item--panorama { grid-column-end: span 2; grid-row-end: span 1; }
.item--tall { grid-row-end: span 3; }
.item--full { grid-column: 1/-1; grid-row-end: span 1; }
.modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.95); z-index: 1000; cursor: pointer; justify-content: center; align-items: center; }
.modal img { max-width: 90%; max-height: 90%; object-fit: contain; box-shadow: 0 0 30px rgba(255, 255, 255, 0.2); }
.modal-close { position: absolute; top: 20px; right: 40px; color: white; font-size: 50px; font-weight: bold; cursor: pointer; font-family: monospace; transition: transform 0.2s; }
.modal-close:hover { transform: scale(1.1); }
.modal-prev, .modal-next { position: absolute; top: 50%; transform: translateY(-50%); color: white; font-size: 50px; cursor: pointer; user-select: none; transition: all 0.2s; opacity: 0.5; z-index: 10; }
.modal-prev { left: 30px; }
.modal-next { right: 30px; }
.modal-prev:hover, .modal-next:hover { opacity: 1; transform: translateY(-50%) scale(1.1); }

/*----------------gallery-section-album---------------*/

.gallery__album { margin-bottom: 60px; }
.gallery__album-title { font-size: 24px; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #eee; color: #333; }
.gallery__grid { display: grid; grid-gap: 20px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); grid-auto-rows: 280px; grid-auto-flow: row dense; }
.gallery__grid--item { position: relative; box-sizing: border-box; grid-column-start: auto; grid-row-start: auto; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); transition: transform 0.3s ease-in-out; cursor: pointer; overflow: hidden; }
.gallery__grid--item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s ease-in-out; pointer-events: none; }
.gallery__grid--item:hover { transform: scale(1.02); }
.gallery__grid--item:hover img { transform: scale(1.08); }

.gallery__load-more { text-align: right; margin-top: 24px; margin-right: 60px; }
.load-more-btn { background: transparent; border: none; padding: 8px 0; font-size: 17px; cursor: pointer; display: inline-flex; align-items: center; gap: 15px; outline: none; transition: color 0.25s; font-family: "Google Sans Flex", sans-serif; text-transform: lowercase; color: var(--main-blue); }
.btn-arrow { width: 16px; height: 16px; transition: transform 0.2s; }
.load-more-btn.hidden { display: none; }

.gallery__grid--item.hidden-item { display: none; }

/*----------------contacts-section----------------*/
.contacts__wrapper { padding: 50px 100px; }
.contacts__wrapper--info { display: flex; flex-direction: column; gap: 20px; }
.contacts__title { margin-bottom: 40px; }


.explore-more { padding: 80px 130px 100px; margin: 50px 0 0 0; position: relative; background: url("/uploads/admin/explore-photo.jpg") center/cover no-repeat; overflow: hidden; box-shadow: 0 20px 60px rgba(37, 99, 235, 0.06); }
.explore-more::before { content: ''; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.85); z-index: 0; pointer-events: none; }
.explore-more__bg-shapes { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.explore-more__bg-shapes span { position: absolute; border: 1px solid rgba(37, 99, 235, 0.04); border-radius: 0; }
.explore-more__bg-shapes span:nth-child(1) { top: 10%; right: 5%; width: 120px; height: 120px; }
.explore-more__bg-shapes span:nth-child(2) { bottom: 15%; left: 8%; width: 80px; height: 80px; }
.explore-more__bg-shapes span:nth-child(3) { top: 40%; right: 15%; width: 60px; height: 60px; }
.explore-more__heading { font-size: 65px; font-weight: 700; text-transform: uppercase; letter-spacing: 4px; margin: 0 0 50px 0; text-align: center; position: relative; z-index: 1; color: var(--main-blue); }
.explore-more__heading .heading-line { display: block; width: 120px; height: 3px; background: #94a3b8; margin: 16px auto 0; }
.explore-more__heading small { display: block; font-size: 18px; font-weight: 400; text-transform: none; letter-spacing: 6px; color: #64748b; margin-top: 8px; }
.explore-more__list { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px; position: relative; z-index: 1; }
.explore-more__link { display: inline-flex; align-items: center; gap: 14px; font-size: 18px; font-weight: 500; color: var(--main-blue); text-decoration: none; padding: 16px 36px; border: 1px solid var(--main-blue); border-radius: 0; transition: color 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease; background: transparent; min-width: 200px; justify-content: center; position: relative; overflow: hidden; cursor: pointer; }
.explore-more__link::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background: var(--main-blue); transition: width 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 0; }
.explore-more__link:hover::before { width: 100%; }
.explore-more__link:hover { color: #ffffff; border-color: var(--main-blue); }
.explore-more__title { position: relative; z-index: 1; }
.explore-more__arrow { font-size: 20px; color: var(--main-blue); transition: all 0.4s ease; display: inline-block; position: relative; z-index: 1; }
.explore-more__link:hover .explore-more__arrow { color: #ffffff; transform: translateX(8px); }

/*--------------------------------------------------*/

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 60px 125px; }
.team-card { background: var(--white); border: 1px solid #e8ecf0; overflow: hidden; transition: all 0.3s ease; display: flex; flex-direction: column; }
.team-card:hover { transform: translateY(-4px); }

.team-card__image { position: relative; overflow: hidden; aspect-ratio: 1 / 1; background: var(--blue-light); }
.team-card--large .team-card__image { aspect-ratio: 1 / 1; }
.team-card--wide .team-card__image { aspect-ratio: 1 / 1; }
.team-card__image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.team-card:hover .team-card__image img { transform: scale(1.05); }
.team-card__badge { position: absolute; top: 0.8rem; left: 0.8rem; background: var(--main-blue); color: var(--white); font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; padding: 0.25rem 0.7rem; display: none; }
.team-card--large .team-card__badge { display: flex; }

.team-card__body { padding: 1.2rem 1.2rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.team-card__name { font-size: clamp(1rem, 1.3vw, 1.25rem); font-weight: 700; color: var(--main-blue); letter-spacing: -0.02em; margin-bottom: 0.15rem; }
.team-card__role { font-size: clamp(0.65rem, 0.8vw, 0.78rem); font-weight: 600; color: var(--gray-light); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 0.6rem; padding-bottom: 0.4rem; border-bottom: 2px solid var(--main-blue); }
.team-card__desc { font-size: clamp(0.82rem, 0.95vw, 0.92rem); line-height: 1.6; color: var(--dark); margin-bottom: 0.6rem; }

.team-card__list { list-style: none; padding: 0; margin: 0; }
.team-card__list li { position: relative; padding-left: 1rem; font-size: clamp(0.78rem, 0.9vw, 0.88rem); line-height: 1.4; color: var(--dark); margin-bottom: 0.2rem; }
.team-card__list li::before { content: "—"; position: absolute; left: 0; color: var(--main-blue); font-weight: 700; }
.team-card__list li:last-child { margin-bottom: 0; }

/*------------------------------------------------------------------------*/

.capabilities-section { width: 100%; overflow: hidden; padding: 55px 0 55px; background: var(--white); border-top: 1px solid rgba(55, 93, 138, 0.06); border-bottom: 1px solid rgba(55, 93, 138, 0.06); position: relative; }
.capabilities-title { font-size: 65px; font-weight: 700; margin-bottom: 70px; margin-left: 112px; margin-right: 20px; color: var(--dark); text-align: left; letter-spacing: -0.02em; line-height: 1.1; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.capabilities-title .square { display: inline-block; width: 30px; height: 30px; background: var(--main-blue); flex-shrink: 0; }
.marquee-wrapper { width: 100%; overflow: hidden; position: relative; padding: 12px 0; }
.marquee-track { display: flex; align-items: center; gap: 0; flex-shrink: 0; width: max-content; }
.marquee-track--left { animation: scrollLeft 160s linear infinite; }
.marquee-track--right { animation: scrollRight 160s linear infinite; }
.marquee-item { font-size: 1rem; font-weight: 600; padding: 0 18px; letter-spacing: 0.8px; text-transform: uppercase; flex-shrink: 0; white-space: nowrap; transition: opacity var(--transition), transform 0.2s ease; position: relative; }
.marquee-item:hover { transform: scale(1.05); opacity: 1 !important; }
.marquee-divider { font-size: 0.6rem; font-weight: 300; padding: 0 4px; flex-shrink: 0; opacity: 0.4; }
.marquee-item--blue { color: var(--main-blue); opacity: 0.5; }
.marquee-item--blue:hover { opacity: 1 !important; }
.marquee-item--blue + .marquee-divider { color: var(--main-blue); }
.marquee-item--gray { color: var(--gray); opacity: 0.4; }
.marquee-item--gray:hover { opacity: 1 !important; }
.marquee-item--gray + .marquee-divider { color: var(--gray); }

@keyframes scrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

@keyframes scrollRight { 0% { transform: translateX(-50%); } 100% { transform: translateX(0); } }

/* ====== max-width: 1600px ====== */
@media screen and (max-width: 1600px) {
    /*
    .containerContent .row .text-top {top: 11em;}
    .containerContent .row .content-image {padding: 50px 40px 50px 50px;}
    .text-large {font-size: 36px; line-height: 38px;}
    .containerAbout .col-2 .about-image {padding: 50px 40px 50px 0;}
    .containerAbout .col-1 .text-main { padding-top: 15%; padding-right: 50px;}
    .containerAbout .col-1 .text-main p:nth-of-type(odd) { font-size: 36px; line-height: 38px;}
    .containerAbout .col-2 { width: 55%;}
    .containerAbout .video,
    .containerContent__video { height: 430px;}
    .containerBanners { padding-right: 40px;}
    .containerBanners--element .containerBanners-small-images { padding-left: 60px; }
    .containerBanners--element .containerBanners-text { padding-left: 60px; }
    .containerBanners--element .containerBanners--img-box { text-align: right; }
    .aboutUs { padding: 100px 50px;}
    .aboutUs__item-title h3 { font-size: 28px;}
    .counter { margin-top: 0; flex-wrap: wrap; }
    .counter__value .count {  font-size: 100px; }
    .containerAbout .col-1 .text-main p:nth-of-type(odd) { font-size: 26px; line-height: 29px;}
    .containerAbout .col-1 { padding-left: 30px; }
    .row.object { max-width: 1300px; }
*/
    .text-top.wow.fadeInLeft.objects { top: 3%; left: 40% }

    .contact__map iframe { margin-right: 100px; width: calc(100% - 100px);}
}

/* ====== max-width: 1400px ====== */
@media (max-width: 1500px) {

    .hero__left {width: 55%;}
    .hero__right { width: 45%;}

    .object-gallery__thumb { flex: 0 0 100px; min-width: 150px; max-width: 150px; width: 150px; }
    .object-gallery__thumb-bg { width: 100%; height: 150px; min-height: 150px; }
    /*
    .containerAbout .col-1 .text-main { padding-right: 30px; padding-top: 30%;}
    .containerContent .row .text-top {top: 14em; left: 50px; }
    .containerContent .row .text-top h2 { font-size: 52px;}
    .containerContent .row .content-text {padding-right: 100px;padding-top: 0; }
    .contacts {padding-bottom: 0;}
    .menu-col ul li a {font-size: 18px; line-height: 19px;}
    .main-link span { font-size: 24px; line-height: 25px;}
    .text-top.wow.fadeInLeft.objects { top: 3%; left: 40% }

     */
}


@media screen and (max-width: 1400px) {
    .philosophy-block { min-height: auto; margin-bottom: 3rem; }
    .philosophy-block__title { font-size: 42px; margin-bottom: 40px; }
    .philosophy-block__list li { font-size: 0.85rem; }
    .history__header { padding-left: 40px; padding-right: 40px; margin-bottom: 1.5rem; }
    .history__wrapper { padding-left: 40px; padding-right: 40px; }
    .history__text { gap: 1.5rem; }
    .history__text-info p { font-size: 0.95rem; }

    .philosophy-block--mission { min-height: auto; margin-bottom: 3rem; }
    .philosophy-block--mission .philosophy-block__title { font-size: 50px; }

    .object-gallery__thumb { flex: 0 0 100px; min-width: 150px; max-width: 150px; width: 150px; }
    .object-gallery__thumb-bg { width: 100%; height: 150px; min-height: 150px; }

    .capabilities-title { font-size: 50px; margin-left: 80px; margin-right: 80px; margin-bottom: 50px; gap: 24px; }
}

/* ====== max-width: 1200px ====== */
@media screen and (max-width: 1281px) {

    .profile__left { padding: 20px 60px 0 60px;}
    .profile__title { margin-bottom: 40px;}
    .counter {height: 100%; padding: 60px 0}
    .counter__value .count {font-size: 120px;}
    .counter__title { font-size: 24px;}
    .title-transform__track {font-size: 90px;}
    .selected-projects__gallery { grid-template-columns: 1fr; } .selected-projects__item { min-height: 420px; }
    .hero__top-p {margin-top: 0;}

    /*
    .containerContent .row .content-text {margin-top: -150px;}
    .containerContent .row {display: flex;flex-direction: column;}
    .containerContent .row .content-image {width: 50%;padding: 0;top: 30% ;margin: 0 auto;transform: translate(0, -30%);}
    .containerContent .row .text-top {top: 30%; left: 50%; transform : translate(-50%, -30%); text-align: center;}
    .slide-content { left: 35%; }
    .menu-col.wide { min-width: 350px; }

    .text-top.wow.fadeInLeft.objects { top: 1%; left: 50% }

    .cards { flex-direction: column; }
    .cards__item { width: 60%; margin: 0 auto; }

    .contact__list { padding: 40px 100px 40px 0; }

    .team { margin: 40px 100px 0 100px; }
     */

    .containerView__content-present { max-width: 1400px; margin: 0 auto; }
    .history__wrapper { max-width: 1200px; margin: 0 auto; padding-left: 60px; }
    .company-philosophy { max-width: 1400px; margin: 0 auto; }
    .counter { max-width: 1200px; margin: 0 auto; }

    .projects__wrapper { padding: 45px 60px; gap: 1.8rem; }
    .projects__card { width: calc((100% - 1.8rem) / 2); }
    .projects__card-info .main__title-big { font-size: 1.8rem; }
    .projects__card-info { padding: 1.8rem; }

    .philosophy-block--mission { min-height: auto !important; }
    .philosophy-block--mission .philosophy-block__title { font-size: 42px; }
    .philosophy-block--mission .philosophy-block__content { padding: 40px 40px 40px 60px; margin: 60px 0 30px 0; }

    .hero__top.hero__top--60 { padding-left: 60px; }
    .stats-grid { margin-left: 40px; width: 95%; }
    .slider, .gallery__section { padding-left: 60px;}

    .main__title-big { font-size: 1.5rem; }

    .contacts__wrapper { padding: 45px 60px; }

    .object-gallery__thumb { flex: 0 0 100px; min-width: 100px; max-width: 100px; width: 100px; }
    .object-gallery__thumb-bg { width: 100%; height: 100px; min-height: 100px; }
    .hero { max-height: none; }
    .breadcrumb.projects { padding-left: 60px; }

    .explore-more { padding: 60px 60px 70px; }
    .explore-more__heading { font-size: 48px; }
    .explore-more__heading .heading-line { width: 100px; height: 3px; }

    .hero__left h2 { font-size: 60px; }
    .services-list li .title-wrap { font-size: 0.9rem; }

    .capabilities-title { margin-left: 60px; margin-right: 60px; margin-bottom: 45px; gap: 20px; }
}


/* ====== max-width: 1024px ====== */
@media screen and (max-width: 1025px) {
    .hero-title {top: 35%;}
    .hero__left h2 { font-size: 60px;}
    .hero__bottom h3 .title-hero{font-size: 14px;}
    .profile {padding: 40px 0 30px;}
    .profile__title { font-size: 40px; margin-bottom: 25px;}
    .profile__subtitle { font-size: 20px; }

    .footer { padding: 50px 40px 35px; }
    .footer__content { gap: 30px; }
    .footer__left { gap: 40px; }
    .footer__logo img { height: 120px; }
    .footer__menu li a { font-size: 14px; padding: 4px 20px; }
    .footer__number { font-size: 15px; }
    .services-list li .title-wrap { font-size: 0.7rem; }
    .hero__bottom h3 { letter-spacing: 0.4em; }

    .team-grid { grid-template-columns: repeat(2, 1fr); gap: 1.2rem; padding: 60px 60px; }
    .capabilities-title { font-size: 40px; }
}


/* ====== max-width: 992px ====== */
@media screen and (max-width: 992px) {
    /*
    .containerAbout .video,
    .containerContent__video {height: auto;}
    .containerContent .row .text-top { top: 20%;  transform : translate(-50%, -20%); min-width: 400px;}
    .containerContent .row .content-text {padding-right: 100px;padding-top: 0;margin-top: -200px;}
    .containerContent .row .content-image { top: 60%; transform: translate(0, -60%);}
    .containerContent .row .content-image.row--big {transform: translate(0, -50%);}
    .containerAbout { flex-direction: column;}
    .containerAbout .col-1,
    .containerAbout .col-2 {width: 100%;}
    .containerAbout .col-1 .text-main {padding-right: 45px; padding-top: 10%;}
    .containerAbout .col-2 .about-image {padding: 50px 40px 50px 40px;}
    .title-image { width: 95vw; left: 20px;}
    .menu-col.wide { min-width: 300px; }

     */
    .cards__item { width: 80%; }
    .profile { flex-direction: column-reverse; }
    .profile__left { width: 100%; }
    .profile__right { width: 100%; min-height: 708px; margin-top: 80px; }
    .counter { gap: 10%; }
    .counter__value .count { font-size: 7rem; }
    .slider { padding-left: 40px; }
    .slider__text { padding: 0 0 20px 20px; }
    .slider__text h4 { font-size: 25px; }
    .nav__list > .nav__item > a { font-size: 10px; text-align: center; }
    .header__inner { gap: 20px; }
    .company-philosophy { padding: 40px 25px; }
    .philosophy-block { min-height: auto; margin-bottom: 2.5rem; }
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__image,
    .philosophy-block--reverse .philosophy-block__image { width: calc(50% + 20px);  }
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__content,
    .philosophy-block--reverse .philosophy-block__content { width: 50%; padding: 30px 25px; }
    .philosophy-block--reverse .philosophy-block__content { padding: 30px 25px; }
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__content { padding: 30px 25px 30px 40px; }
    .philosophy-block__title { font-size: 34px; margin-bottom: 30px; }
    .philosophy-block__title::after { width: 45px; }
    .philosophy-block__list li { font-size: 0.8rem; padding-left: 20px; margin-bottom: 0.6rem; }
    .history__header { flex-direction: column; padding-left: 30px; padding-right: 30px; }
    .history__header-left { width: 100%; padding: 1.5rem; }
    .history__header-right { width: 100%; padding: 1rem 0; }
    .history__wrapper { padding-left: 30px; padding-right: 30px; }
    .history__text { width: 100%; margin: 2rem 0; }
    .history__text-info { gap: 1rem; }
    .counter { flex-wrap: wrap; gap: 1.5rem; }
    .projects__wrapper { padding: 40px 40px; gap: 1.5rem; }
    .projects__card { width: calc((100% - 1.5rem) / 2); }
    .projects__card-info .main__title-big { font-size: 1.6rem; }
    .projects__card-info { padding: 1.5rem; }
    .projects__card.last-child .projects__card-img img { max-height: 250px; }
    .philosophy-block--mission { min-height: auto !important; margin-bottom: 2rem; }
    .philosophy-block--mission .philosophy-block__image { width: calc(50% + 20px); margin-left: 0; }
    .philosophy-block--mission .philosophy-block__content { width: 50%; padding: 30px 25px; margin-right: 0; }
    .philosophy-block--mission .philosophy-block__title { font-size: 34px; }
    .philosophy-block__content p { font-size: 0.8rem; }
    .hero { flex-direction: column; max-height: none; height: auto; }
    .hero__left { width: 100%; height: auto; max-height: none; overflow: visible; }
    .hero__right {width: 100%; height: 600px;}
    .hero__top.hero__top--60 { padding-left: 40px; height: auto; }
    .hero__top-info { width: 90%; margin-top: 20px; }
    .hero__top-title { margin-top: 2rem; }
    .hero__bottom.hero__bottom--40 { height: auto; margin-top: 0; }
    .stats-grid { margin-left: 40px; width: 90%; padding: 1.5rem; }
    .hero__left h2 { font-size: 50px; }
    .history__wrapper { padding-left: 60px; }
    .history__text { width: 100%; gap: 1.5rem; }
    .history__text-info { min-width: 200px; }
    .history__text-img { min-width: 200px; }
    .gallery__section { padding-left: 40px; }
    .hero__left .square { top: 20px; right: 20px; }
    .hero__right .object-gallery__main-bg { height: 60%; }

    .gallery__section { padding-left: 60px; }
    .gallery__grid { grid-gap: 15px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); grid-auto-rows: 240px; }

    .slider__text--white h4 a { font-size: 1.5rem; }

    .hero--main { flex-direction: column; }
    .hero__left--main { height: 300px; }
    .hero__right--main { height: 400px; }

    .menu__container { top: 10%; }

    .hero__bottom--main h3 { font-size: 1rem; margin-top: 20px; letter-spacing: 0.5em; }
    .hero__top--main h2 { font-size: 50px; }

    .menu { overflow: hidden; }

    .nav__list { display: none; }

    .header__lang-item a { font-size: 12px; }

    .contacts__wrapper { padding: 40px 40px; }
    .object-gallery__main-bg.racansky-modifier { transform: translateY(0); }
    .hero__right.racansky-modifier { height: 600px;}

    .breadcrumb.projects { padding-left: 40px; }

    .footer { padding: 40px 30px 30px; }
    .footer__content { flex-wrap: wrap; justify-content: center; gap: 30px; }
    .footer__left { flex-wrap: wrap; justify-content: center; gap: 30px; }
    .footer__right { align-items: center; width: 100%; }
    .footer__contacts { align-items: center; }
    .footer__number { text-align: center; }
    .footer__socials { justify-content: center; }
    .footer__logo img { height: 100px; }

    .hero__bottom.hero__bottom--main { height: auto; }

    .team-grid { padding: 40px 25px; }

    .capabilities-title { margin-left: 40px; margin-right: 20px; margin-bottom: 40px; gap: 16px; }
    .capabilities-title .square { width: 20px; height: 20px; }
    .marquee-item { padding: 0 12px; letter-spacing: 0.6px; }
    .marquee-divider { font-size: 0.5rem; padding: 0 2px; }
    .capabilities-section { padding: 40px 0 40px; }

}

/* ====== max-width: 768px ====== */
@media screen and (max-width: 768px) {
    .selected-projects__gallery { grid-template-columns: 1fr; }
    .selected-projects__item { min-height: 420px; }


    /*
    .containerContent .row .content-text {padding-top: 0; margin-top: -100px; padding-inline: 25px;}
    .containerContent .row .content-image.row--big {transform: translate(0, -25%);}
    .containerContent .row .text-top h2 { font-size: 45px; }
    .containerContent .row .content-image { width: 70%;  top: 30%;  transform: translate(0, -30%);}
    .aboutUs__item-title h3 {font-size: 25px;}
    .aboutUs__item-title { right: 20px;}
    .slide-content { left: 28%; }
    .slide:hover .slide-content h2 {  font-size: 30px; }
    .containerMenu__content { display: block; }
    */
    .menu {flex-direction: column; align-items: center; padding-top: 70px; gap: 0;}

    .cards { padding: 45px 25px 0 25px; }
    .cards__item { width: 90%; }
    .objects-txt { padding: 45px 25px 0 25px; }

    .contact { padding-left: 25px; }
    .contact__map iframe { margin-right: 25px; width: calc(100% - 25px); }
    .contact__list-item a { font-size: 20px; }

    .team { margin: 0 auto; flex-direction: column; padding: 40px 25px 0 25px; }
    .team__item { width: 100%; }
    .team__item img { height: 400px; object-fit: contain; }

    .partners { padding-left: 25px; }
    .item--full { grid-row-end: span 1; }

    .counter__value .count { font-size: 5rem; }
    .slider__text h4 { font-size: 20px; }
    .slider__text p {margin: 10px 0 0 0; font-size: 10px;}
    .slider .slick-next { left: 238px; }
    .slider .slick-next:before, .slider .slick-prev:before { width: 60px; }
    .hero__left h2 { font-size: 50px; }
    .hero__bottom h3 { letter-spacing: 0.6em; margin-top: 25px; }

    .header__lang { margin-right: 25px; }
    .header__lang ul {padding-left: 10px; }

    .company-philosophy { padding: 30px 20px; }

    .philosophy-block,
    .philosophy-block--reverse { flex-direction: column !important; overflow: visible !important; }
    .philosophy-block__content { width: 100% !important; margin: 0 !important; padding: 25px 20px !important; box-sizing: border-box !important; overflow: visible !important; }
    .philosophy-block__image { width: 100% !important; margin: 0 !important; min-height: 200px; }
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__image,
    .philosophy-block--reverse .philosophy-block__image,
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__content,
    .philosophy-block--reverse .philosophy-block__content { width: 100% !important; margin: 0 !important; }
    .philosophy-block__image img { width: 100%; height: 100%; min-height: 250px; object-fit: cover; }
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__content { padding: 35px 25px !important; margin: 0 !important; }
    .philosophy-block__title { font-size: 28px; margin-bottom: 25px; }
    .philosophy-block__list li { padding-left: 18px; margin-bottom: 0.6rem; }
    .philosophy-block__list li::before { font-size: 10px; }

    .history__header { padding-left: 20px; padding-right: 20px; }
    .history__wrapper { padding-left: 20px; padding-right: 20px; }
    .history__text { flex-direction: column; gap: 1.5rem; margin: 1.5rem 0; }
    .history__text-info { order: 2; }
    .history__text-img { order: 1; justify-content: center; width: 100%; }
    .history__text-img:nth-child(1) { justify-content: center; }
    .history__card { max-width: 100%; width: 100%; }
    .history__card-info { justify-content: flex-start; gap: 1rem; }
    .square { width: 28px; height: 28px; }

    .projects__wrapper { padding: 30px 20px; gap: 1.5rem; }
    .projects__card { width: 100%; }
    .projects__card-info .main__title-big { font-size: 1.4rem; }
    .projects__card-info { padding: 1.2rem; }
    .projects__card.last-child .projects__card-img img { max-height: 200px; }

    .philosophy-block.philosophy-block--mission { min-height: auto; flex-direction: column; margin-bottom: 2rem; }
    .philosophy-block.philosophy-block--mission .philosophy-block__content { width: 100%; padding: 40px 30px; margin: 0; order: 2; }
    .philosophy-block.philosophy-block--mission .philosophy-block__image { width: 100%; min-height: 250px; margin: 0 !important; order: 1; }
    .philosophy-block.philosophy-block--mission .philosophy-block__title { font-size: 36px; }

    .hero {flex-direction: column;max-height: none;}
    .hero__top {width: 95%;}
    .hero__left { width: 100%; }
    .hero__right {width: 100%;}
    .hero__top.hero__top--60 { padding-left: 20px; padding-right: 20px; height: auto; }
    .hero__top-info { width: 100%; margin-top: 15px; }
    .hero__top-title { margin-top: 1.5rem; }
    .hero__top-p { margin-top: 2rem; }
    .hero__bottom.hero__bottom--40 { height: auto; }
    .stats-grid { margin-left: 20px; width: calc(100% - 40px); padding: 1rem; gap: 0.8rem; }
    .stat-value { font-size: 1.8rem; }
    .stat-label { font-size: 0.75rem; }
    .hero__left h2 { font-size: 40px; }
    .hero__left .square { top: 20%; right: 20px; width: 25px; height: 25px; }
    .history__wrapper {padding-left: 40px;padding-right: 20px;margin-top: 1rem;}
    .history__text { flex-direction: column; width: 100%; margin: 2rem 0; gap: 1.5rem; }
    .history__text-info { min-width: 100%; }
    .history__text-img { min-width: 100%; justify-content: center; }
    .history__card { max-width: 100%; }
    .history__card img {height: 100%;width: 100%;}

    .gallery__grid { grid-gap: 12px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); grid-auto-rows: 200px; }
    .item--horizontal { grid-column-end: span 1; } .item--large-square { grid-column-end: span 1; grid-row-end: span 1; }
    .item--vertical { grid-row-end: span 1; } .modal img { max-width: 95%; max-height: 95%; }
    .modal-close { top: 15px; right: 20px; font-size: 40px; }
    .gallery__section { padding-left: 40px; }
    .title.slider-margin { margin: 40px 0 50px 0; }

    .slider__text--white h4 a { font-size: 1.3rem; }
    .hero__left--main h2 { font-size: 50px !important;}

    .contacts__wrapper { padding: 30px 20px; }

    .breadcrumb.projects { padding-left: 20px; }

    .explore-more { padding: 40px 24px 50px; }
    .explore-more::before { background: rgba(255, 255, 255, 0.88); }
    .explore-more__heading { font-size: 34px; letter-spacing: 2px; margin-bottom: 32px; }
    .explore-more__heading .heading-line { width: 80px; height: 3px; margin: 12px auto 0; }
    .explore-more__heading small { font-size: 14px; letter-spacing: 4px; margin-top: 6px; }
    .explore-more__list { flex-direction: column; gap: 16px; align-items: center; }
    .explore-more__link { padding: 14px 24px; font-size: 16px; min-width: unset; width: 50%; justify-content: center; }
    .explore-more__bg-shapes span { display: none; }

    .footer { padding: 30px 16px 25px; }
    .footer__content {flex-direction: column;align-items: center;gap: 50px;}
    .footer__left { flex-direction: column; align-items: center; gap: 14px; width: 100%; }
    .footer__logo img { height: 70px; }
    .footer__menu { flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; width: 100%; gap: 4px 12px; }
    .footer__menu li a { font-size: 12px; padding: 3px 8px; }
    .footer__menu li a.footer__upp { padding: 0 6px; }
    .footer__right { align-items: center; width: 100%; }
    .footer__contacts { flex-wrap: wrap; align-items: center; justify-content: center; gap: 4px 16px; }
    .footer__number { text-align: center; font-size: 13px; }
    .footer__number span { font-size: 12px; }
    .footer__address { font-size: 12px; }
    .footer__socials { justify-content: center; gap: 6px; margin-top: 6px; }
    .footer__socials img { width: 26px; }
    .footer__copyright { font-size: 10px; margin-top: 14px; }

    .hero__bottom h3 .title-hero { font-size: 12px; }
    .hero__bottom h3 { letter-spacing: 0.7em; }
    .services-list li { padding-block: 4px; }
    .hero__bottom.hero__bottom--main { padding-bottom: 30px; }

    .team-grid { grid-template-columns: 1fr; gap: 1.5rem; padding: 30px 20px; }
    .team-card--large { grid-column: 1; grid-row: auto; }
    .team-card--wide { grid-column: 1; }
    .team-card__image,
    .team-card--large .team-card__image,
    .team-card--wide .team-card__image { aspect-ratio: 1 / 1; }

    .capabilities-title { margin-left: 30px; }
    .capabilities-title .square { width: 25px; height: 25px; }
    .marquee-item { padding: 0 8px; letter-spacing: 0.4px; }
    .marquee-divider { font-size: 0.4rem; padding: 0 1px; }
    .marquee-wrapper { padding: 8px 0; }
    .capabilities-section { padding: 30px 0 30px; }

}

@media screen and (max-width: 650px) {
    /*
    .containerAbout .col-1 .text-main {  padding-top: 5%;}
    .footerMenu { gap: 0;}
    .containerFooter { padding: 50px 25px 45px; }
    .aboutUs {margin-top: -150px; padding: 50px 0 0;}


     */
    .team__title { font-size: 25px;  }

    .hero__bottom h3 .title-hero { font-size: 13px; }
    .hero__bottom h3 { letter-spacing: 0.5em; margin-top: 20px; }
    .counter {gap: 10%;}
    .counter__value .count { font-size: 4rem;}
    .counter__title { font-size: 20px; }
    .counter__wrapper { min-width: 100px; }
    .slider .title { margin: 50px 0 50px 8px; }

    .header__inner { gap: 10px; }

    .philosophy-block { min-height: auto; }
    .philosophy-block__title { font-size: 24px; margin-bottom: 20px; }
    .philosophy-block__list li { margin-bottom: 0.5rem; }
    .philosophy-block__content { padding: 25px 18px !important; }
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__content { padding: 25px 18px !important; }
    .slider__text--white h4 a { font-size: 1rem; }
    .header__burger {  padding: 25px 28px 20px 28px; width: 80px; }
    .nav__list { gap: 25px; }
    .nav__list > .nav__item > a { font-size: 8px; }

    .hero__left--main { height: 280px; }
    .hero__right--main { height:300px; }

    .hero__bottom--main h3 { font-size: 0.8rem; }

    .nav__list .sub-menu li { font-size: 12px; padding: 15px 15px; }

    .object-gallery__thumb { flex: 0 0 150px; min-width: 150px; max-width: 150px; width: 150px; }
    .object-gallery__thumb-bg { width: 100%; height: 150px; min-height: 150px; }

    .hero__right.racansky-modifier {height: 430px;}
    .object-gallery__main-bg.racansky-modifier { transform: translateY(-150px); }

    .capabilities-title { font-size: 30px; }
}


/* ====== max-width: 576px ====== */
@media screen and (max-width: 576px) {
    /*
    .containerView .containerView__content { padding-top: 77px;}
    .containerContent .row .text-top h2 {font-size: 34px;}
    .containerAbout .col-1 .text-top h2 { font-size: 44px;}
    .containerAbout .col-1 .text-top {padding-top: 17%; padding-left: 10px; min-width: 300px;}
    .containerAbout .col-1 {padding-left: 10px;}
    .hero-title { width: 95vw;}
    .navigation-arrows { top: 90%;}
    .containerHeader__burger { padding: 25px 10px;}
    .containerHeader-left { padding-left: 10px; }
    .containerHeader__logo {padding: 30px 10px 25px 10px; }
    .containerHeader__logo img { max-width: 150px; }
    .containerHeader-right { padding: 0;}
    .containerContent .row .content-text { margin-top: -50px;}
    .text-large { font-size: 26px;  line-height: 29px; }
    .main-link { padding: 10px 0;}
    .main-link span { font-size: 26px;  line-height: 29px;  }
    #loader { width: 60px; height: 60px;  margin: -38px 0 0 -38px;}
     */

    .slider {padding-left: 15px;}
    .slider .slick-next { left: 138px; }
    .profile__right {min-height: 508px; }
    .slider__button { right: 40px; }
    .slider__text p {margin: 10px 0 0 0; font-size: 10px;}
    .slider__text h4 { font-size: 15px; }
    .slider__text--white h4 a { font-size: 1.4rem; }
    /*.hero__left { width: 100%; height: 300px;}
    .hero__right { width: 100%; height: 300px; }
    .counter__value .count { font-size: 3.5rem; }
    .counter__title { font-size: 15px; } */

    .history__header { padding-left: 15px; padding-right: 15px; }
    .history__header-left { padding: 1.2rem; }
    .history__header-left p:first-child { font-size: 1.1rem; }
    .history__wrapper { padding-left: 15px; padding-right: 15px; }
    .history__text { margin: 1rem 0; gap: 1rem; }
    .history__text-info p { font-size: 0.9rem; line-height: 1.4; }
    .history__card img { width: 100%; }
    .history__card-caption p { font-size: 0.85rem; }
    .history__card-p.gray { font-size: 0.7rem; }
    .square { width: 24px; height: 24px; }

    .projects__wrapper { padding: 20px 15px; gap: 1rem; }
    .projects__card-info .main__title-big { font-size: 1.2rem; }
    .projects__card-info { padding: 1rem; }
    .arrow-box { width: 35px; height: 35px; }
    .arrow-box:after { font-size: 16px; }
    .projects__card.last-child .projects__card-img img { max-height: 150px; }

    .philosophy-block--mission { margin-bottom: 1.5rem; }
    .philosophy-block--mission .philosophy-block__content { padding: 30px 20px; }
    .philosophy-block--mission .philosophy-block__image { min-height: 200px; }
    .philosophy-block--mission .philosophy-block__title { font-size: 28px; }

    .hero { height: auto; max-height: none; }
    .hero__top {width: 100%;}
    .hero__left { width: 100%; }
    .hero__right img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .hero__top.hero__top--60 { padding-left: 15px; padding-right: 15px; height: auto; }
    .hero__top-info { width: 90%; margin-top: 10px; }
    .hero__top-title { margin-top: 1rem; }
    .hero__top-p { margin-top: 1.5rem; line-height: 20px; }
    .hero__bottom.hero__bottom--40 { height: auto; }
    .stats-grid { margin-left: 15px; width: calc(100% - 30px); padding: 0.8rem; gap: 0.5rem; }
    .stat-card { padding: 0.5rem; }
    .stat-value { font-size: 1.3rem; line-height: 1.6rem; }
    .stat-label { font-size: 0.65rem; margin-top: 0.4rem; }
    .main__title-small { font-size: 0.8rem !important; }
    .hero__left h2 { font-size: 32px; }
    .hero__left .square { width: 20px; height: 20px; top: 15%; right: 15px; }
    .hero__top-info p { line-height: 20px; font-size: 0.85rem; }
    .hero__top-info ul { padding-left: 18px; margin: 0; }
    .hero__top-info ul li { font-size: 0.8rem; line-height: 1.4; }
    .object-gallery__main-bg {height: 50%;}
    .history__text { margin: 1rem 0; }

    .gallery__grid { grid-gap: 10px; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); grid-auto-rows: 160px; }
    .item--horizontal { grid-column-end: span 1; }
    .item--large-square { grid-column-end: span 1; grid-row-end: span 1; }
    .item--vertical { grid-row-end: span 1; }
    .modal img { max-width: 95%; max-height: 95%; }
    .modal-close { top: 10px; right: 15px; font-size: 35px; }
    .gallery__section { padding-left: 15px; }
    .nav__list { gap: 1rem; }
    .header__inner { gap: 5px; }

    h2.slider-margin { font-size: 3rem; }

    .object-gallery__thumb { flex: 0 0 100px; min-width: 100px; max-width: 100px; width: 100px; }
    .object-gallery__thumb-bg { width: 100%; height: 100px; min-height: 100px; }

    .hero__right.racansky-modifier {height: 380px;}

    .breadcrumb.projects { padding-left: 15px; }
    .hero__left--main h2 { font-size: 40px !important; }
    .hero__bottom h3 .title-hero { font-size: 10px; }

    .capabilities-title .square { width: 20px; height: 20px; }
    .capabilities-title {  margin-right: 15px; }

}

@media screen and (max-width: 500px) {
    /*
    .containerAbout .col-2 .about-image {padding: 50px 10px;}
    .containerFooter__content { align-items: center;}
    .containerFooter__socials { justify-content: center;}
    .counter__wrapper { min-width: 150px;}
    .hero-title {top: 45%;}
    .slide-content {top: 80%;}

     */

    .slider .slick-next { left: 88px; }
    .slider .slick-next:before, .slider .slick-prev:before { width: 40px; }
    .slider__item > a { padding-bottom: 180%; }

    .nav__list > .nav__item > a { font-size: 7px; }
    .header__logo-icon img { width: 70%; }
    .nav__list { gap: 1rem; }
    .header__burger {padding: 25px 20px 20px; width: 70px;}
    .header__logo-icon {display: inline-block; height: 100%; max-width: 90px; width: auto;}
    .header__logo-icon img { width: 100%; height: 100%; object-fit: contain; }

    .philosophy-block,
    .philosophy-block--reverse { flex-direction: column; min-height: auto; margin-bottom: 1.5rem; }
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__content,
    .philosophy-block--reverse .philosophy-block__content,
    .philosophy-block:not(.philosophy-block--reverse) .philosophy-block__image,
    .philosophy-block--reverse .philosophy-block__image { width: 100%; margin: 0; }
    .philosophy-block__content { padding: 20px 15px !important; }
    .philosophy-block__image { order: 1; min-height: 220px; }
    .philosophy-block__title { font-size: 28px; margin-bottom: 25px; }
    .philosophy-block__list li {  margin-bottom: 0.6rem; }
    .philosophy-block__content:hover { transform: none; }

    .object-gallery__thumb { flex: 0 0 100px; min-width: 100px; max-width: 100px; width: 100px; }
    .object-gallery__thumb-bg { width: 100%; height: 100px; min-height: 100px; }

    .profile__left { padding: 20px 40px 0 40px; }

    .nav__list .sub-menu li { font-size: 10px; padding: 12px 12px; }

    .explore-more { padding: 30px 16px 40px; }
    .explore-more::before { background: rgba(255, 255, 255, 0.92); }
    .explore-more__heading { letter-spacing: 1px; margin-bottom: 24px; }
    .explore-more__heading .heading-line { width: 60px; height: 2px; margin: 10px auto 0; }
    .explore-more__heading small { font-size: 12px; letter-spacing: 3px; margin-top: 4px; }
    .explore-more__link { padding: 12px 18px; font-size: 14px; gap: 10px; width: 60%; }
    .explore-more__arrow { font-size: 17px; }

    .team-grid { gap: 1.2rem; }
    .team-card__body { padding: 1rem; }
    .team-card__name { font-size: 1rem; }
    .team-card__role { font-size: 0.65rem; }
    .team-card__desc { font-size: 0.82rem; }
    .team-card__list li { font-size: 0.78rem; }

    .capabilities-title { margin-left: 40px; margin-right: 40px; }
    .marquee-item { padding: 0 5px; letter-spacing: 0.2px; }
    .marquee-divider { font-size: 0.35rem; padding: 0 1px; }
    .capabilities-section { padding: 20px 0 20px; }
}




@media screen and (max-width: 425px) {
    /*
    .containerAbout .col-1 .text-top h2 { font-size: 38px;}
    .containerAbout .col-1 { gap: 50px;}
    .containerAbout .col-1 .text-main p { line-height: 1.5em;}
    .counter { gap: 20px;}
    .counter__value .count {font-size: 85px;}
    .containerHeader__languages .languages-links { padding-left: 0;}
    .containerHeader__phone { margin-right: -10px; }

     */

    .profile__left { padding: 20px 40px 0 40px; }
    .counter {gap: 8%;}
    .counter__title { font-size: 12px; }
    .slider__button { right: 10px; }
    .title { font-size: 45px; }
    .header__inner { height: 60px; }
    .nav__list {gap: 1rem;}
    .header__inner { gap: 5px; }
    .header__burger { padding: 20px 25px 10px; }
    .header__lang { margin-right: 10px; }
    .header__lang ul { margin-top: 0; }
    .header__lang ul li { margin-top: 8px; }
    .content { margin-top: 60px; }

    .history__header-left p:first-child { font-size: 1rem; }
    .history__header-left p { font-size: 0.85rem; }
    .history__header-title { gap: 0.8rem; }
    .history__text-info { gap: 0.8rem; }
    .history__text-info p { font-size: 0.85rem; }
    .history__card img { width: 100%; }
    .history__card-info { flex-direction: column; align-items: flex-start; }
    .counter__wrapper { min-width: 140px; }

    .projects__wrapper { padding: 15px 10px; gap: 0.8rem; }
    .projects__card-info .main__title-big { font-size: 1rem; }
    .projects__card-info { padding: 0.8rem; }
    .arrow-box { width: 30px; height: 30px; }
    .arrow-box:after { font-size: 14px; }

    .philosophy-block--mission .philosophy-block__content { padding: 25px 15px; }
    .philosophy-block--mission .philosophy-block__image { min-height: 180px; }
    .philosophy-block--mission .philosophy-block__title { font-size: 24px; }

    .hero__top.hero__top--60 { padding-left: 10px; padding-right: 10px; }
    .stats-grid { margin-left: 10px; width: calc(100% - 20px); padding: 0.5rem; }
    .stat-value { font-size: 1.2rem; line-height: 1.5rem; }
    .stat-label { font-size: 0.65rem; }
    .hero__left h2 { font-size: 28px; }
    .hero__left .square { width: 18px; height: 18px; top: 10%; right: 10px; }
    .main__title-big { font-size: 1.5rem; }
    .history__wrapper {padding-right: 10px;}
    .history__card img { max-height: 500px; }

    .gallery__section { padding-left: 10px; }
    .gallery__grid { grid-gap: 8px; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); grid-auto-rows: 140px; }
    .modal-close { top: 10px; right: 15px; font-size: 30px; }
    .slider__text--white h4 a { font-size: 0.5rem; }
    .nav__list > .nav__item > a { font-size: 0.5rem; }

    .contacts__wrapper { padding: 20px 15px; }

    .hero__right.racansky-modifier {height: 300px;}
    .object-gallery__main-bg.racansky-modifier { transform: translateY(-200px); }

    .object-gallery__thumb { flex: 0 0 80px; min-width: 80px; max-width: 80px; width: 80px; }
    .object-gallery__thumb-bg { width: 100%; height: 80px; min-height: 80px; }

    .breadcrumb.projects { padding-left: 10px; }

    .footer { padding: 24px 12px 20px; }
    .footer__logo img { height: 60px; }
    .footer__menu li a { font-size: 13px; padding: 3px 12px; }
    .footer__number { font-size: 13px; }
    .footer__number span { font-size: 12px; }
    .footer__address { font-size: 12px; }
    .footer__address img { width: 18px; }
    .footer__socials img { width: 26px; }
    .footer__copyright { font-size: 10px; }

    .capabilities-title {  margin-right: 10px; }
}

@media screen and (max-width: 380px) {
    .nav__list > .nav__item > a { font-size: 0.4rem; }

}

