@viewport {
   user-zoom: fixed
}

* {
   backface-visibility: hidden;
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   font-style: normal;
   appearance: none
}

body,
html {
   position: relative;
   overflow-x: hidden !important
}

body {
   min-height: 100vh;
   height: 100%;
   display: flex;
   flex-direction: column;
   overflow-x: hidden;
   color: #262626;
   font: 16px "Proxima Nova", sans-serif;
   line-height: normal;
   font-weight: 400;
   background: #fff
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
   transition: background-color 5000000s ease-in-out 0s !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
   display: none
}

input[type=number] {
   -moz-appearance: textfield
}

:focus-visible {
   outline: 0
}

html:has(body.locked),
.locked {
   overflow: hidden !important
}

.container {
   max-width: 1280px;
   width: 100%;
   margin: 0 auto
}

main {
   margin-top: 158px;
   display: flex;
   flex-direction: column;
   flex: 1 0 auto
}

section {
   overflow: hidden
}

a {
   color: #262626;
   text-decoration: none
}

img {
   user-select: none
}

button,
input {
   background-color: unset;
   border: 0
}

button {
   cursor: pointer
}

textarea {
   resize: none
}

.flex-col {
   flex-direction: column;
   align-items: center;
   height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
   display: flex
}

.flex-wrap {
   flex-wrap: wrap
}

.h1,
h1 {
   font-size: 55px;
   font-weight: 700;
   line-height: 130%;
}

.h2,
h2 {
   font-size: 50px;
   font-weight: 700;
   line-height: 140%;
}

.h3,
h3 {
   font-size: 43px;
   font-weight: 700;
   line-height: 130%;
}

.h4,
h4 {
   font-size: 24px;
   font-weight: 700;
   line-height: 140%;
}

.h5,
h5 {
   font-size: 21px;
   font-weight: 700;
   line-height: 140%;
}

.h6,
h6 {
   font-size: 18px;
   font-weight: 700;
   line-height: 140%;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
   padding: 0 12px 24px;
   position: relative
}

.col-1 > *,
.col-2 > *,
.col-3 > *,
.col-4 > *,
.col-5 > *,
.col-6 > * {
   width: 100%;
   height: 100%
}

.col-1 {
   width: 100%
}

.col-2 {
   width: 50%
}

.col-3 {
   width: 33.3%
}

.col-4 {
   width: 25%
}

.col-5 {
   width: 20%
}

.col-6 {
   width: 16.6%
}

/* Default */
.btn,
input[type=submit] {
   color: #fff;
   padding: 20px 30px;
   border-radius: 100px !important;
   border: 1px solid #F2733E;
   background: #F2733E;
   transition: all .4s ease;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   justify-content: center;
   cursor: pointer;
}

.btn:hover,
input[type=submit]:hover {
   color: #F2733E;
   background: #fff;
   transition: all .4s ease;
}

.btn.outline {
   color: #fff;
   border: 1px solid #FFF;
   background: rgba(255, 255, 255, 0.10);
}

.btn.outline:hover {
   color: #FF5A00;
   background: #fff;
   border: 1px solid #FF5A00;
}

.mfp-content {
   overflow: auto;
   padding: 20px;
   height: 100vh;
}

.modal {
   border-radius: 20px;
   background: #FFF;
   max-width: 1171px;
   width: 100%;
   margin: auto;
   position: relative;
   padding: 60px 69px 30px;
}

.mfp-close {
   position: absolute;
   top: 20px !important;
   right: 20px;
   width: 14px;
   height: 14px;
   line-height: 14px;
   font-size: 14px;
   opacity: 1;
   cursor: pointer;
   padding: 0;
   background: url(../img/close.svg) center center / 100% 100% no-repeat;
}

.wpcf7-response-output {
   display: none;
}

.checkbox .wpcf7-not-valid-tip {
   position: absolute;
   bottom: -35px;
   left: 0;
   width: 400px;
   margin: 0;
}

.file .wpcf7-form-control-wrap {
   position: absolute;
   inset: 0;
   z-index: 1;
   opacity: 0;
   cursor: pointer;
   width: 100%;
   height: 100%;
}

.wpcf7-not-valid-tip {
   font-size: 14px;
   display: inline-block;
   margin-top: 5px;
}

.wpcf7-spinner {
   max-width: 25px;
   min-width: 25px;
   width: 100%;
   height: 25px;
   position: relative;
   left: 50%;
   transform: translate(-50%, 10px);
   margin: 0;
}

.checkbox .wpcf7-form-control-wrap {
   width: fit-content;
}

.wpcf7-list-item {
   width: fit-content;
   margin: 0;
}

.mfp-close span {
   display: none;
   color: #262626;
   font-size: 14px;
   line-height: 160%;
   gap: 10px;
   align-items: center;
}

.mfp-close span img {
   filter: brightness(0);
   transform: rotate(180deg);
   height: 13px;
   width: 7px;
}

.modal__title {
   color: #262626;
   font-size: 32px;
   font-weight: 700;
   line-height: 130%;
   margin-bottom: 16px;
}

.form {
   width: calc(100% + 30px);
   margin: 34px -15px -30px;
}

.form > p {
   padding: 0 15px 30px;
   display: flex;
   flex-direction: column;
}

.form span,
.form label,
.form input,
.form textarea {
   width: 100%;
}

.form label {
   display: inline-block;
   margin-bottom: 8px;
   color: #262626;
   font-size: 14px;
   font-style: normal;
   height: fit-content;
   font-weight: 400;
   line-height: 2;
}

.form input,
.form textarea {
   border-radius: 33px;
   border: 1px solid #262626;
   background: #FFF;
   padding: 21px 35px;
   color: #1E2831;
   font-family: "Proxima Nova", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 1.75;
   transition: all .4s ease;
}

.form textarea {
   height: 110px;
}

.form input:focus,
.form textarea:focus {
   border: 1px solid #F2733E;
   transition: all .4s ease;
}

input[type=submit] {
   color: #fff;
   padding: 20px 30px;
   border-radius: 100px !important;
   border: 1px solid #F2733E;
   background: #F2733E;
   transition: all .4s ease;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   justify-content: center;
   cursor: pointer;
}

input[type=submit]:hover {
   color: #F2733E;
   background: #fff;
   transition: all .4s ease;
}

.file {
   position: relative;
   height: 110px;
   width: 100%;
   border-radius: 33px;
   border: 1px solid #262626;
   background: #FFF;
   padding: 30px;
   color: #525252;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 2;
   display: block;
}

.file input {
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   cursor: pointer;
}

.file .h6 {
   font-size: 16px;
   gap: 5px;
   display: inline-flex;
   color: #262626;
   align-items: center;
   width: 100%;
}

.checkbox {
   flex-direction: row !important;
   align-items: center;
   margin-right: auto;
   height: 94px;
}

.checkbox input {
   padding: 0 !important;
   width: 32px;
   height: 32px;
   margin-right: 14px;
   border-radius: 50%;
}

.checkbox input:hover {
   border: 1px solid #F2733E;
}

.checkbox input:checked {
   border: 1px solid #F2733E;
   background: url(../img/check.svg) center center / 12px 9px no-repeat, #F2733E;
}

.checkbox a {
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: none;
   text-decoration-thickness: auto;
   text-underline-offset: auto;
   text-underline-position: from-font;
}

/* Navbar */
.navbar {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 100;
}

.navbar.fixed .nav__top {
   transform: translate(0, -100%);
   transition: all .4s ease;
}

.navbar.fixed .nav__main {
   transform: translate(0, -40px);
   transition: all .4s ease;
}

.nav__top {
   align-items: center;
   gap: 15px;
   padding: 15px 0;
   transition: all .4s ease;
}

.nav__lang {
   margin-left: auto;
   font-family: "Montserrat", sans-serif;
}

.nav__top p {
   font-size: 12px;
   font-family: "Montserrat", sans-serif;
}

.nav__main {
   align-items: center;
   border-radius: 100px;
   background: #FFF;
   box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
   padding: 20px 35px;
   transition: all .4s ease;
}

.nav__lang a {
   display: inline-flex;
   align-items: center;
   font-size: 12px;
   gap: 10px;
   opacity: 0;
   width: 0;
   height: 0;
   visibility: hidden;
   transition: all .4s ease;
}

.nav__lang a.active {
   opacity: 1;
   width: auto;
   visibility: visible;
   height: auto;
   transition: all .4s ease;
}

.nav__lang a:hover {
   transition: all .4s ease;
   color: #FF5A00;
}

.social img {
   filter: invert(1);
}

body:has(.section__hero-main) .nav__lang a.active,
body:has(.section__hero-main) .nav__top p {
   color: #FFF;
}

body:has(.section__hero-main) .social img {
   filter: unset;
}

.logo {
   width: 120px;
   height: auto;
   display: inline-block;
}

.logo img {
   width: 100%;
   height: auto;
}

.nav ul {
   list-style: none;
}

.nav__menu {
   margin: 0 auto 0 30px;
}

.nav__menu .nav__lang,
.nav__menu .article__content {
   display: none;
}

.nav__menu > ul {
   display: flex;
   align-items: center;
   gap: 30px;
}

.dropdown {
   position: relative;
}

.nav__menu .nav__lang a {
   opacity: 1 !important;
   visibility: visible !important;
}

.dropdown span,
.dropdown a,
.nav__menu ul a {
   cursor: pointer;
   display: inline-flex;
   align-items: center;
   gap: 10px;
   font-variant-numeric: lining-nums proportional-nums;
   font-size: 15px;
   text-shadow: 0 0 1px transparent;
   transition: all .4s ease;
}

.dropdown span::after {
   content: "";
   display: inline-block;
   width: 5px;
   height: 3px;
   background: url(../img/arrow-down.svg) center center / 100% 100% no-repeat;
   transition: all .4s ease;
}

.dropdown.active1 span,
.dropdown a:hover,
.nav__menu ul a:hover {
   text-shadow: 0 0 1px #231F20;
   transition: all .4s ease;
}

.dropdown.active1 span::after {
   transform: rotate(180deg);
   transition: all .4s ease;
}

.dropdown ul {
   position: absolute;
   top: calc(100% + 16px);
   left: 50%;
   transform: translate(-50%, 0);
   width: 470px;
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   border-radius: 10px;
   opacity: 0;
   z-index: 10;
   padding: 25px 35px 30px;
   visibility: hidden;
   display: flex;
   gap: 15px;
   flex-direction: column;
   transition: all .4s ease;
}

.dropdown.active1 ul {
   opacity: 1;
   visibility: visible;
   transition: all .4s ease;
}

.dropdown ul a {
   text-shadow: 0 0 1px transparent;
   transition: all .4s ease;
   display: inline-flex;
   width: 100%;
   align-items: center;
   justify-content: space-between;
}

.dropdown ul a::after {
   content: '';
   display: inline-block;
   width: 5px;
   height: 10px;
   background: url(../img/swiper-arrow.svg) center center / 100% 100% no-repeat;
   filter: brightness(0);
}

.social {
   gap: 10px;
   align-items: center;
}

.social a {
   transition: all .4s ease;
   width: fit-content !important;
}

.social a:hover {
   transform: scale(1.1);
   transition: all .4s ease;
}

.nav .btn.mob {
   display: none;
}

.tel {
   font-variant-numeric: lining-nums proportional-nums;
   font-weight: 600;
   display: inline-flex;
   align-items: center;
   gap: 12px;
   margin-right: 30px;
}

.tel img {
   transition: all .4s ease;
}

.tel:hover img {
   transform: rotate(15deg);
   transition: all .4s ease;
}

.burger {
   width: 30px;
   height: 24px;
   cursor: pointer;
   margin-left: 32px;
   display: none;
   position: relative;
   z-index: 99;
}

.burger::after,
.burger::before,
.burger span {
   content: '';
   position: absolute;
   width: 100%;
   height: 3px;
   border-radius: 3px;
   left: 0;
   right: 0;
   background-color: #231F20;
   transition: 0.3s ease 0s;
   transform-origin: right;
}

.burger::before {
   top: 0px;
}

.burger::after {
   bottom: 0px;
}

.burger span {
   top: 50%;
   transform: translate(0, -50%)
}

.burger.active::before {
   transform: rotate(-45deg);
   transition: 0.3s ease 0s;
}

.burger.active::after {
   transform: rotate(45deg);
   transition: 0.3s ease 0s;
}

.burger.active span {
   transform: translate(0, -50%) scaleX(0);
   transition: 0.3s ease 0s;
}

body::after {
   content: '';
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   width: 100%;
   height: 100vh;
   background-color: #fff;
   z-index: 12;
   opacity: 0;
   visibility: hidden;
   transition: all .4s ease;
}

body.lock,
html:has(.lock) {
   overflow: hidden !important;
}

body:has(.mfp-wrap),
html:has(.mfp-wrap) {
   overflow: hidden !important;
}

body.lock::after {
   opacity: 1;
   visibility: visible;
   transition: all .4s ease;
}

/* Hero */
.section__hero {
   background: transparent;
   margin-top: 0;
   margin-bottom: -100px;
   padding: 30px 0 0;
   z-index: 1;
}

.section__hero-main {
   margin-top: -225px;
   background: url(../img/hero-img.webp) center center / cover no-repeat;
   padding: 369px 0 271px;
   position: relative;
   margin-bottom: 0;
   z-index: 1;
}

.section__hero-main::before {
   content: '';
   position: absolute;
   inset: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 175.5%);
}

.section__hero-item {
   background: #F2F2F2;
   padding-bottom: 120px;
}

.bg {
   position: absolute;
   z-index: -2;
   inset: 0;
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.bg * {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.section__hero-main .hero__content {
   color: #fff;
   max-width: 1215px;
   width: 100%;
}

.section__hero-main .hero__content h1 {
   margin-bottom: 25px;
}

.section__hero-main .hero__content p {
   line-height: 1.7;
   margin-bottom: 53px;
}

.section__hero-main .hero__btns {
   align-items: center;
   gap: 25px;
}

.hero {
   justify-content: space-between;
}

.section__hero:not(.section__hero-main) .hero h1 {
   width: 100%;
   margin-bottom: 25px;
}

.section__hero:not(.section__hero-main) .hero p {
   color: #525252;
   line-height: 1.6;
   width: calc(50% - 45px);
   display: inline-flex;
   flex-direction: column;
}

.section__hero:not(.section__hero-main) .hero b,
.section__hero:not(.section__hero-main) .hero strong {
   font-weight: 600;
   color: #262626;
   margin-top: 15px;
}

.section__hero:not(.section__hero-main) .hero > img {
   height: auto;
   width: 100%;
   object-fit: cover;
   border-radius: 20px;
   margin-top: 52px;
}

.section__hero:not(.section__hero-main) .hero > img.mob {
   display: none;
}

.showMore {
   display: none;
   align-items: center;
   color: #F2733E;
   font-style: normal;
   font-weight: 400;
   line-height: 160%;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: none;
   text-decoration-thickness: auto;
   text-underline-offset: auto;
   text-underline-position: from-font;
   gap: 11px;
   cursor: pointer;
}

.showMore img {
   transition: all .4s ease;
}

.active .showMore img {
   transform: rotate(180deg);
   transition: all .4s ease;
}

.section__hero-project h1 {
   font-size: 40px;
}

.section__hero-project {
   margin-top: -200px;
   padding-top: 230px;
   z-index: 0;
   margin-bottom: 0 !important;
   position: relative;
}

.section__hero-project::before {
   content: '';
   position: absolute;
   background: #F2F2F2;
   inset: 0;
   z-index: -1;
   width: 100%;
   height: calc(100% - 80px);
}

.hero__swiper {
   margin-top: 34px;
}

.hero__swiper img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   border-radius: 20px;
}

.section__hero-eco .hero__content {
   max-width: 629px !important;
   width: 100%;
   margin-top: 100px;
}

.section__hero-eco .hero__content h1 {
   width: 100% !important;
   font-size: 50px;
}

.section__hero-eco .hero__content p {
   width: 100% !important;
   line-height: 160%;
   color: #525252;
   margin-bottom: 15px;
}

.section__hero-eco .hero {
   position: relative;
}

.section__hero-eco .breadcrumps,
.section__hero-eco #breadcrumbs {
   margin-bottom: 0;
}

.section__hero-eco img {
   width: 655px !important;
   height: 582px !important;
   position: absolute;
   top: 0;
   right: 0;
   margin-top: 0 !important;
   transform: rotate(-0.961deg);
}

.section__hero-eco {
   z-index: 2;
   padding-bottom: 50px;
}

.section__hero-eco .btn {
   margin-top: 15px;
}

.hero__items {
   width: 100%;
   margin-top: 100px;
   border-radius: 100px;
   background: #FFF;
   padding: 36px 73px;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
   align-items: center;
   z-index: 2;
   justify-content: space-between;
}

.hero__items span {
   color: #2D2D2D;
   font-size: 26px;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 10px;
}

.hero__items > div {
   display: flex;
   flex-direction: column;
}

.hero__items p {
   font-weight: 200;
   color: #525252;
   width: 100% !important;
   line-height: 170%;
}

.section__hero-item {
   padding-bottom: 100px;
}

.section__hero-item .hero__img span {
   display: inline-flex;
   padding: 9.5px 15px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   border-radius: 10px;
   background: #262626;
   color: #FFF;
   font-size: 18px;
   line-height: 140%;
   z-index: 2;
   position: absolute;
   top: -10px;
   right: 0;
}

.section__hero-item .hero__img {
   height: fit-content;
   position: relative;
}

.section__hero-item img {
   width: 621px !important;
   height: 500px !important;
   border-radius: 20px;
   transform: none !important;
   background: #fff;
   position: relative !important;
   right: 0 !important;
   top: 0 !important;
   object-fit: cover;
   z-index: 1;
}

.section__hero-item .hero {
   align-items: center;
   margin-top: 50px;
   gap: 20px;
}

.section__hero-item .hero__content {
   margin-top: 0;
   max-width: 608px !important;
}

.section__hero-item .hero__content p {
   margin-bottom: 20px;
}

.section__hero-item .hero__content .btn {
   margin-top: 30px;
}

.section__hero-item .hero__content:has(.mob) .mob {
   display: none;
}

.section__hero-land .hero {
   align-items: center;
}

.section__hero-land {
   margin: 0 0 -70px !important;
   z-index: 3;
   position: relative;
   padding: 0 !important;
}

.section__hero-land .hero__content {
   margin-top: 0 !important;
}

.section__hero-land img {
   transform: none !important;
   width: 627px !important;
   height: auto !important;
   position: relative !important;
   right: 0 !important;
   top: 0 !important;
}

.nav__lang > a:not(.active) {
   display: none;
}

.section__hero-land h4 {
   margin-bottom: 15px;
}

.section__hero-land .hero__items {
   margin-top: 30px;
}

.section__hero-land::before {
   display: none;
}


/* Breadcrumps */
.breadcrumps,
#breadcrumbs {
   margin-bottom: 63px;
}

.breadcrumps,
#breadcrumbs,
#breadcrumbs > span,
.breadcrumps > span {
   width: 100%;
}

.breadcrumps > span,
#breadcrumbs > span {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   font-size: 14px;
   color: #C0C0C0;
   gap: 25px;
}

.breadcrumps > span a,
#breadcrumbs > span a {
   color: #C0C0C0;
   transition: all .4s ease;
}

.breadcrumps > span a:hover,
#breadcrumbs > span a:hover {
   color: #262626;
   transition: all .4s ease;
}

.breadcrumps > span > span,
#breadcrumbs > span > span {
   display: inline-flex;
   align-items: center;
}

.breadcrumps > span > span::after,
#breadcrumbs > span > span::after {
   content: '';
   margin-left: 25px;
   display: inline-block;
   width: 6px;
   height: 6px;
   background: #C0C0C0;
   border-radius: 50%;
}

.breadcrumps > span > span:last-child,
#breadcrumbs > span > span:last-child {
   cursor: default;
}

.breadcrumps > span > span:last-child::after,
#breadcrumbs > span > span:last-child::after {
   display: none;
}

/* Features */
.section__features {
   z-index: 0;
   position: relative;
   padding: 85px 0 82px;
   overflow: unset;
}

body:has(.section__hero-eco) .section__features {
   padding: 30px 0 82px;
}

body:has(.section__hero-item) .section__features {
   padding: 85px 0 152px;
}

body:has(.section__hero-eco) .section__lisence {
   padding: 40px 0;
}

body:has(.section__hero-eco) .section__contact {
   background: #F2F2F2;
   z-index: 1;
}

body:has(.section__hero-eco) .section__news {
   background: #fff;
   z-index: 1;
   padding: 83px 0 100px;
}

.features {
   position: relative;
}

.features h2 {
   margin-bottom: 37px;
   z-index: 2;
   position: relative;
}

.features__items {
   margin: -49px -54px -40px -60px;
   width: calc(100% + 114px);
}

.features__items > div {
   padding: 49px 54px 40px 60px;
   position: relative;
   z-index: 0;
}

.features__items > div::before,
.features__items > div:nth-child(3n+3):after,
.features__items > div:nth-child(3n+1)::after {
   content: '';
   position: absolute;
   top: -200px;
   height: 2500px;
   width: 1px;
   background: #E7E7E7;
   z-index: -1;
   left: 0;
}

.features__items > div:nth-child(3n+1)::after {
   top: auto;
   bottom: 0;
   height: 1px;
   width: 200vw;
   left: 50%;
   transform: translate(-50%, 0);
}

.features__items > div:nth-last-child(3)::after {
   display: none;
}

.features__items > div:nth-child(3n+3):after {
   right: 0;
   left: auto;
}

.features__item img {
   margin-bottom: 27px;
   width: auto;
   height: 69px;
}

.features__item-title {
   margin-bottom: 7px;
}

.features__item p {
   line-height: 160%;
   color: #525252;
}

/* Text */
.section__text {
   padding: 0 0 91px;
   overflow: unset;
   z-index: 1;
}

.text h2 {
   border-radius: 10000px;
   background: #FFF;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
   padding: 28px 99px 25px 105px;
   font-size: 43px;
   color: #9A9A9A;
   width: 100%;
}

/* About */
.section__about {
   z-index: 1;
}

.about {
   justify-content: space-between;
}

.about h3 {
   max-width: 583px;
   width: 100%;
}

.about__content {
   max-width: 615px;
   width: 100%;
   line-height: 160%;
   color: #525252;
   margin-top: 20px;
}

.about__content p {
   display: inline-block;
   margin-bottom: 20px;
}

.about__content .btn {
   margin-top: 9px;
}

/* 
.about__images {
   width: 100%;
   gap: 40px;
   align-items: flex-end;
   margin-top: 41px;
   position: relative;
}

.about__images img {
   border-radius: 20px;
   height: 543px;
   width: calc(50% - 20px);
   display: inline-block;
   transition: all .4s ease;
}

.about__images img:first-child,
.about__images img:nth-child(3),
.about__images img:nth-child(2).active {
   transform: translate(0, -390px);
   width: calc(45% - 20px);
   height: 349px;
   transition: all .4s ease;
}

.about__images img:first-child {
   height: 427px;
}

.about__images img:nth-child(2),
.about__images img:first-child.active {
   width: calc(55% - 20px);
   transition: all .4s ease;
}

.about__images img:first-child.active {
   height: 543px;
} */


.about__images {
   width: 100%;
   gap: 40px;
   margin-top: 41px;
   padding-bottom: 100px;
   position: relative;
}

.about__images > div::before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 60px;
   background: rgba(255, 255, 255, 0.90);
   border-radius: 20px 20px 0 0;
}

.about__images img {
   border-radius: 20px;
   height: 543px;
   width: 100%;
}

.about__images > div {
   gap: 40px;
   order: 2;
   width: calc(50% - 20px);
   transition: all .4s ease;
   height: fit-content;
}

.about__images .active {
   margin-top: -270px;
   order: 1;
   transition: all .4s ease;
}

.about__images > div:first-child img:first-child {
   height: 427px;
}

.about__images > div:first-child img:nth-child(2) {
   height: 349px;
}

.about__swiper {
   display: none;
}

/* Release */
.section__release {
   background: #262626;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
   z-index: 2;
   padding: 83px 0 106px;
}

.release {
   justify-content: space-between;
   align-items: flex-end;
   color: #fff;
   position: relative;
}

.swiper-control {
   width: calc(100% + 240px);
   display: flex;
   align-items: center;
   justify-content: space-between;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 2;
}

.swiper-btn {
   width: 59px;
   height: 59px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   border-radius: 50%;
   background: rgba(242, 115, 62, 1);
   transition: all .4s ease;
}

.swiper-btn:hover {
   transform: scale(1.1);
   transition: all .4s ease;
}

.swiper-prev img {
   transform: rotate(180deg);
}

.swiper-prev {
   left: 0;
}

.swiper-next {
   right: 0;
}

.release__swiper {
   overflow: unset;
   position: relative;
   max-width: 1280px;
   padding-bottom: 94px;
   margin-top: 41px;
}

.release__swiper .swiper-control {
   top: 45%;
}

.release__swiper .swiper-slide {
   position: relative;
   transition: all .4s ease;
}

.release__swiper .swiper-slide:not(.swiper-slide-active) {
   opacity: 0.3;
   pointer-events: none;
   transition: all .4s ease;
}

.release__swiper .swiper-slide img {
   width: 100%;
   object-fit: cover;
   height: 593px;
   border-radius: 20px;
}

.release__item {
   position: absolute;
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.50);
   bottom: -94px;
   left: 89px;
   width: 637px;
   padding: 28px 39px 35px 34px;
   color: #231F20;
   transition: all .4s ease;
}

.release__item-title {
   margin-bottom: 12px;
}

.release__item p {
   margin-bottom: 25px;
   line-height: 160%;
   color: #525252;
}

.release__swiper .swiper-slide:has(.btn:hover) .release__item {
   transform: translate(0, -10px);
   transition: all .4s ease;
}

.section__release-land {
   background: #F2F2F2;
   box-shadow: none;
   padding: 155px 0 100px;
}

.section__release-land .h2 {
   color: #262626;
}

.section__release-land .swiper-slide {
   border-radius: 20px;
}

.section__release-land .release__item {
   width: calc(100% - 60px);
   left: 30px;
   bottom: -30px;
   padding: 23px 65px 23px 30px;
   line-height: 160%;
}

.section__release-land .release__swiper .swiper-slide-next {
   opacity: 1;
}

.section__release-land .release__swiper {
   padding-bottom: 30px;
}

/* Services */
.section__services {
   padding: 89px 0 103px;
}

.services {
   align-items: flex-end;
   justify-content: space-between;
}

.services__swiper {
   max-width: 100%;
   overflow: unset;
   margin-top: 45px;
}

.services__swiper .swiper-control {
   top: 200px;
}

.services__swiper .swiper-slide img {
   border-radius: 15px 15px 0px 0px;
   width: 100%;
   height: 362px;
   object-fit: cover;
}

.services__item {
   margin-top: -15px;
   width: 100%;
   border-radius: 15px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   padding: 24px 30px;
   height: 100%;
}

.services__item-title {
   margin-bottom: 8px;
}

.services__item p {
   line-height: 160%;
   color: #525252;
}

.services__swiper .swiper-slide,
.news__swiper .swiper-slide {
   opacity: 0.3;
   transition: all .4s ease;
}

.services__swiper .swiper-slide.active1,
.news__swiper .swiper-slide.active1 {
   opacity: 1;
   transition: all .4s ease;
}

/* Faq */
.faq h4 {
   margin-bottom: 41px;
}

.accordion {
   gap: 30px;
   margin-bottom: -30px;
}

.accordion > div {
   width: calc(50% - 15px);
}

.accordion__item {
   background: #fff;
   border: 1px solid #E6E6E6;
   overflow: hidden;
   border-radius: 20px;
   margin-bottom: 30px;
   transition: all .4s ease;
}

.accordion__item:hover {
   transition: all .4s ease;
   border: 1px solid #AAA;
}

.accordion__header {
   padding: 28px 26px;
   display: inline-flex;
   align-items: center;
   width: 100%;
   cursor: pointer;
   justify-content: space-between;
}

.accordion__header::after {
   content: '';
   display: inline-block;
   max-width: 30px;
   min-width: 30px;
   width: 100%;
   margin-left: 16px;
   height: 30px;
   border-radius: 100px;
   background: url(../img/swiper-arrow.svg) center center / 5px 10px no-repeat, #F2733E;
   transform: rotate(90deg);
   transition: all .4s ease;
}

.accordion__item.active .accordion__header::after {
   transform: rotate(-90deg);
   transition: all .4s ease;
}

.accordion__item.active .accordion__header {
   padding-bottom: 13px;
}

.accordion__content {
   opacity: 0;
   visibility: hidden;
   height: 0;
   transition: all .4s ease;
   width: 100%;
   padding: 0 26px;
   line-height: 160%;
   color: #525252;
}

.accordion__item.active .accordion__content {
   opacity: 1;
   visibility: visible;
   height: auto;
   padding: 0 26px 30px;
   transition: all .4s ease;
}

/* Join */
.section__join {
   padding: 100px 0 82px;
}

.join {
   border-radius: 20px;
   background: #262626;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
   position: relative;
   z-index: 0;
   padding: 83px 70px 100px;
   color: #fff;
}

.join > *:not(img) {
   max-width: 717px;
}

.join h4 {
   margin-bottom: 14px;
}

.join p {
   line-height: 160%;
   margin-bottom: 41px;
}

.join img {
   position: absolute;
   z-index: -1;
   bottom: 0;
   right: -20px;
   width: 413px;
   height: 479px;
}

/* Contact */
.section__contact {
   padding: 83px 0 100px;
}

.contact {
   position: relative;
}

.contact h5 {
   width: 100%;
}

.contact__map {
   height: 372px;
   width: 100%;
   margin: 41px 0 -20px;
}

.contact__map > * {
   width: 100%;
   height: 100%;
   border-radius: 20px;
}

.contact__info {
   border-radius: 20px;
   background: #262626;
   padding: 23px 30px 18px;
   width: fit-content;
   margin-right: 30px;
   align-items: center;
   color: #fff;
   max-width: 685px;
}

.contact__info p {
   width: 100%;
   line-height: 1.6;
}

.contact__info .tel {
   font-size: 24px;
   margin: 0;
}

.contact__info .social {
   padding: 0 19px;
   position: relative;
}

.contact__info .social img {
   filter: none !important;
}

.contact__info a {
   font-style: normal;
   font-weight: 600;
   line-height: 160%;
   color: #fff;
   transition: all .4s ease;
}

.contact__info a:hover {
   color: #F2733E;
   transition: all .4s ease;
}

.contact__info .social::before,
.contact__info .social::after {
   content: '/';
   display: inline-block;
   color: #FFF;
   font-family: "Proxima Nova";
   font-size: 30px;
   font-style: normal;
   font-weight: 250;
   line-height: 160%;
   opacity: 0.4;
}

.contact__info .social::before {
   margin-right: 9px;
}

.contact__info .social::after {
   margin-left: 9px;
}

.contact__content {
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   padding: 22px 30px;
}

.contact__content .h6 {
   margin-bottom: 9px;
}

.contact__content p {
   line-height: 1.4;
   color: #888;
   font-size: 14px;
}

/* News */
.news__swiper {
   margin-top: 41px;
   overflow: unset;
   position: relative;
   padding-bottom: 20px;
}

.news__swiper .swiper-slide img {
   height: 293px;
   width: 100%;
   border-radius: 15px 15px 0px 0px;
   object-fit: cover;
}

.news__content {
   margin-top: -15px;
   border-radius: 15px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   padding: 24px 26px 30px 30px;
   height: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.news__date {
   padding: 9.5px 15px;
   border-radius: 10px;
   background: #262626;
   color: #FFF;
   width: fit-content;
   line-height: 140%;
   margin: -44px 0 17px;
   transition: all .4s ease;
}

.news__swiper .swiper-slide:has(.btn:hover) .news__date {
   transform: translate(0, -10px);
   transition: all .4s ease;
}

.news__title {
   font-weight: 700;
   line-height: 140%;
   margin-bottom: 8px;
}

.news__content p {
   margin-bottom: 22px;
   line-height: 160%;
   color: #525252;
}

.news__content .btn {
   margin-top: auto;
}

/* Footer */
footer {
   background: #202020;
}

.footer {
   color: #fff;
   padding: 29px 0 0;
   justify-content: space-between;
   align-items: center;
}

.footer__logo {
   width: 176px;
   height: 176px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.footer__logo img {
   width: 100%;
   height: auto;
}

.footer__info {
   width: 467px;
}

.footer__info h6 {
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 9px;
}

.footer__info p {
   color: #888;
   line-height: 140%;
}

.footer__menu {
   width: 100%;
   border-radius: 1000px;
   border: 1px solid rgba(255, 255, 255, 0.10);
   padding: 32px 57px;
   list-style: none;
   align-items: center;
   justify-content: space-between;
   margin: 22px 0 53px;
}

.footer__menu a {
   color: #FFF;
   font-size: 18px;
   line-height: 220%;
   text-shadow: 0 0 1px transparent;
   transition: all .4s ease;
}

.footer__menu a:hover {
   text-shadow: 0 0 1px #fff;
   transition: all .4s ease;
}

.footer__contact {
   align-items: flex-start;
   justify-content: space-between;
   width: 100%;
   margin-bottom: 58px;
}

.footer__item p {
   line-height: 160%;
}

.footer__item a {
   color: #FFF;
   font-size: 30px;
   font-weight: 700;
   line-height: 140%;
   transition: all .4s ease;
}

.footer__item a:hover {
   color: #F2733E;
   transition: all .4s ease;
}

.footer__item p:last-child,
.footer__item:last-child p {
   color: #888;
   font-size: 14px;
   line-height: 140%;
   margin-top: 4px;
}

.footer__item:last-child p {
   margin-top: 0;
   margin-bottom: 8px;
}

.footer__item .social {
   margin-top: 18px;
   gap: 20px;
}

.footer__item .social a {
   border-radius: 20px;
   background: #F2733E;
   max-width: 53px;
   min-width: 53px;
   width: 100%;
   height: 53px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
}

.footer__item .social img {
   filter: unset !important;
}

.footer__item:last-child {
   display: none;
}

.footer__item:last-child a {
   color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: 160%;
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: auto;
   text-decoration-thickness: auto;
   text-underline-offset: auto;
   text-underline-position: from-font;
}

.footer__copy {
   width: 100%;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   padding: 32px 0;
   align-items: center;
   justify-content: space-between;
   color: #A6A6A6;
   font-size: 14px;
}

.med {
   display: inline-flex;
   align-items: center;
   color: #A6A6A6;
   gap: 8px;
   transition: all .4s ease;
}

.med:hover {
   transition: all .4s ease;
   color: #fff;
}

.med img {
   transition: all .4s ease;
}

.med:hover img {
   filter: brightness(10);
   transition: all .4s ease;
}

/* History */
.section__history {
   background: #F2F2F2;
   padding: 195px 0 109px;
   z-index: 0;
}

.history h2 {
   margin-bottom: 72px;
}

.history__items {
   justify-content: space-between;
}

.history__item {
   align-items: center;
   text-align: center;
   width: 222px;
   position: relative;
   z-index: 0;
}

.history__item::before {
   content: '';
   position: absolute;
   width: 155px;
   height: 1px;
   background: #2D2D2D;
   transform: rotate(45deg);
   top: 180px;
   right: -97px;
}

.history__item:nth-child(2n+2)::before {
   transform: rotate(-45deg);
}

.history__item:last-child::before {
   display: none;
}

.history__item-num {
   color: #2D2D2D;
   text-align: center;
   font-size: 21px;
   font-weight: 700;
   line-height: 1.9;
   width: 135px;
   height: 135px;
   position: relative;
   z-index: 0;
   filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.10));
   background: #fff;
   border-radius: 50%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 70px;
   margin-top: 20px;
}

.history__item:nth-child(2n+2) .history__item-num {
   margin-bottom: 20px;
   order: 1;
   margin-top: 70px;
}

.history__item-num::before {
   content: '';
   position: absolute;
   width: 172px;
   height: 172px;
   border: 1px solid #2D2D2D;
   border-radius: 50%;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.history__item .h6 {
   font-size: 16px;
   margin-bottom: 7px;
}

.history__item p {
   color: #525252;
   line-height: 1.6;
   font-size: 14px;
}

/* Lisence */
.section__lisence {
   z-index: 3;
   margin-top: -100px;
   padding: 40px 0;
}

.lisence {
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
   padding: 57px 70px;
   align-items: flex-start;
}

.lisence h6 {
   margin-bottom: 20px;
}

.lisence a {
   color: #9A9A9A;
   font-size: 24px;
   line-height: 180%;
   transition: all .4s ease;
}

.lisence a:hover {
   color: #FF5A00;
   transition: all .4s ease;
}

/* Team */
.section__team {
   padding: 100px 0;
}

.team {
   justify-content: space-between;
}

.team__content {
   width: calc(100% - 700px);
   margin-bottom: 60px;
}

.team__content h3 {
   margin-bottom: 25px;
}

.team__content p {
   margin-bottom: 15px;
}

.team__content p,
.team__content li {
   color: #525252;
   line-height: 1.6;
}

.team__content ul,
.team__content ol {
   margin-left: 20px;
   margin-bottom: 15px;
}

.team__img {
   width: 657px;
   height: 566px;
   border-radius: 20px;
   object-fit: cover;
}

.team__items {
   border-radius: 100px;
   background: #FFF;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
   width: 100%;
   padding: 36px 73px;
   justify-content: space-between;
   margin-top: -60px;
   margin-right: 40px;
}

.team__items span {
   color: #2D2D2D;
   font-size: 26px;
   font-weight: 700;
   text-transform: uppercase;
   margin-bottom: 15px;
   display: inline-block;
}

.team__items span > span {
   margin-bottom: 0 !important;
}

.team__items p {
   color: #2D2D2D;
   font-family: "e-Ukraine", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 200;
   line-height: 170%;
}

/* News */
.section__news {
   padding: 30px 0 100px;
}

.news > .btn,
.news__items > .btn {
   position: relative;
   left: 50%;
   transform: translate(-50%, 0);
}

.news__items {
   margin: 42px -15px 0;
   width: calc(100% + 30px);
}

.news__items > div {
   padding: 0 15px 40px;
}

.news__item {
   border-radius: 20px;
   position: relative;
   align-items: flex-start;
   overflow: hidden;
}

.news__item:has(.btn:hover) img {
   transform: scale(1.1);
   transition: all .4s ease;
}

.news__item img {
   width: 100%;
   height: 308px;
   object-fit: cover;
   border-radius: 20px;
   transition: all .4s ease;
}

.news__item-label {
   display: inline-flex;
   padding: 10px 15px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   border-radius: 10px;
   background: #262626;
   color: #FFF;
   line-height: 1.4;
   margin-top: -50px;
   margin-left: auto;
}

.section__news-news .news__item-label {
   margin-left: 0;
}

.news__item-content {
   margin-top: -30px;
   padding: 34px 40px 40px;
   position: relative;
   z-index: 2;
   border-radius: 20px;
   background: #F2F2F2;
   width: 100%;
   align-items: flex-start;
}

.section__news-news .news__item-content {
   padding: 24px 30px 30px;
}

.section__news-proj .news__item-content {
   padding: 28px 34px;
}

.news__item-content .h5 {
   width: 100%;
}

.news__item-content p {
   margin: 11px 0 32px;
   line-height: 160%;
   color: #525252;
   width: 100%;
}

.news__item-content .btn {
   margin-top: auto;
}

.news__filter {
   gap: 20px;
   margin: 32px 0 10px;
}

.news__filter div,
.news__filter a {
   border-radius: 100px;
   border: 1px solid #E7E7E7;
   background: #FFF;
   display: flex;
   padding: 25px 30px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   box-shadow: 0px 0px 20px 0px transparent;
   color: #525252;
   list-style: 1.4;
   transition: all .4s ease;
   cursor: pointer;
   user-select: none;
}

.news__filter div.active,
.news__filter div:hover,
.news__filter a.active,
.news__filter a:hover {
   border-radius: 100px;
   border: 1px solid transparent;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   transition: all .4s ease;
}

.news:has(.news__filter) .news__items {
   display: none;
}

.news:has(.news__filter) .news__items.active {
   display: flex;
}

.section__news-land {
   padding: 84px 0 0;
}

.section__news-land .news__item-content {
   padding: 24px 30px 30px;
}

.news__item-content .h6 {
   width: 100%;
}

.section__news-land .news__item-label {
   margin-left: 0;
}

.section__news-land .news__item p {
   margin-bottom: 22px;
}

/* Vacancy */
.section__vacancy {
   padding: 30px 0 100px;
}

.vacancy__accordion {
   margin-top: 42px;
   margin-bottom: 0 !important;
}

.vacancy__accordion .accordion__item {
   width: 100%;
   border-radius: 20px;
   background: #F2F2F2;
   margin-bottom: 15px;
}

.vacancy__accordion .accordion__item:last-child {
   margin-bottom: 0;
}

.vacancy__accordion .accordion__header {
   padding: 35px 40px;
}

.vacancy__accordion .h5 {
   max-width: 630px;
   width: 100%;
}

.vacancy__accordion .h6 {
   margin: 0 auto;
   padding: 0 20px;
   font-weight: 400;
}

.vacancy__accordion .accordion__content {
   padding: 0 44px;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
}

.vacancy__accordion .accordion__item.active .accordion__header {
   padding-bottom: 26px;
}

.vacancy__accordion .accordion__item.active .accordion__content {
   padding: 0 44px 40px;
   color: #525252;
   line-height: 160%;
}

.accordion__content a:not(.btn),
.accordion__content p,
.accordion__content li {
   color: #525252;
   line-height: 160%;
   transition: all .4s ease;
}

.accordion__content a:not(.btn):hover {
   color: #F2733E;
   transition: all .4s ease;
}

.accordion__content ul {
   margin-left: 20px;
   margin-bottom: 15px;
}

.accordion__content .btn {
   margin-top: 32px;
}

.vacancy__emp {
   border-radius: 20px;
   background: #F2F2F2;
   padding: 38px;
   text-align: center;
   gap: 13px;
   margin-top: 42px;
}

.vacancy__emp h6 {
   font-weight: 400;
}

/* Det */
.section__det {
   padding: 87px 0 100px;
}

.det h2 {
   font-size: 40px;
}

.det__items {
   margin-top: 34px;
   gap: 30px;
}

.det__items > div {
   width: calc(50% - 15px);
}

.det__item {
   border-radius: 15px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   margin-bottom: 30px;
   align-items: flex-start;
   padding: 24px 30px;
}

.det__item .h6:not(.det__item-date) {
   width: 91px;
   margin-right: 13px;
}

.det__item-content {
   width: calc(100% - 104px);
   color: #525252;
   line-height: 1.6;
}

.det__item-content p {
   margin-bottom: 15px;
}

.det__item-content p:last-child {
   margin-bottom: 0;
}

.det__item:has(.det__item-date) .h6 {
   width: fit-content;
}

.det__item-date {
   font-weight: 400;
   margin-left: auto;
}

.det__item:has(ul) {
   flex-direction: column;
}

.det__item:has(ul) .h6:not(.det__item-date) {
   width: 100%;
}

.det__item ul {
   list-style: none;
   width: 100%;
   margin-top: 15px;
}

.det__item li {
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: calc(100% + 20px);
   margin: 0 -10px 15px;
   position: relative;
   z-index: 0;
}

.det__item li::before {
   content: '';
   position: absolute;
   left: 0;
   right: 0;
   bottom: 4px;
   width: 100%;
   height: 1px;
   background: #E6E6E6;
   z-index: -1;
}

.det__item li:last-child {
   margin-bottom: 0;
}

.det__item li span {
   background: #fff;
   padding: 0 10px;
   font-size: 17px;
   color: #525252;
}

.det__item li span:last-child {
   color: #000;
   width: 155px;
}

body:has(.section__det) .section__services {
   background: #F2F2F2;
}

.section__contact-contact {
   padding: 30px 0 100px;
}

.section__det-item .det__item-content {
   width: 100%;
   display: flex;
   flex-direction: column;
   height: 100%;
}

.section__det-item .det__item-content:has(.showMore) > *:nth-child(n+4) {
   display: none;
}

.section__det-item .det__item-content.active:has(.showMore) > * {
   display: inline-block;
}

.section__det-item {
   z-index: 2;
}

.section__det-item .showMore {
   display: inline-flex !important;
   margin-top: auto;
}

.section__det-item .det__item:has(ul):has(.showMore) ul li:nth-child(n+9) {
   display: none;
}

.section__det-item .det__item.active:has(ul):has(.showMore) ul li {
   display: flex;
}

body:has(.section__hero-item) .section__contact {
   background: #fff;
}

body:has(.section__hero-item) .section__services {
   margin-top: -250px;
   padding-top: 250px;
   padding-bottom: 200px;
   margin-bottom: -150px;
}

/* Pol */
.section__pol {
   padding: 30px 0 91px;
}

.pol h1 {
   margin-bottom: 25px;
}

.pol h2,
.pol h3,
.pol h4,
.pol h5,
.pol h6 {
   font-size: 16px;
   color: #2D2D2D;
   font-weight: 600;
   margin-top: 20px;
}

.pol p,
.pol li {
   color: #525252;
   line-height: 160%;
}

.pol ul,
.pol ol {
   margin-left: 20px;
}

.pol a {
   text-decoration-line: underline;
   text-decoration-style: solid;
   text-decoration-skip-ink: auto;
   text-decoration-thickness: auto;
   text-underline-offset: auto;
   text-underline-position: from-font;
   transition: all .4s ease;
}

.pol a:hover {
   color: #F2733E;
   transition: all .4s ease;
}

/* Error */
main:has(.section__error) {
   justify-content: center;
   min-height: 80vh;
}

.section__error {
   padding: 100px 0;
}

.error {
   text-align: center;
}

.section__error-thanks .error {
   text-align: left;
}

.error h1 {
   font-size: 70px;
}

.error p {
   max-width: 489px;
   width: 100%;
   color: #525252;
   line-height: 1.75;
   margin: 19px 0 30px;
}

.section__error-thanks .error p {
   max-width: 725px;
}

.section__error-thanks .error h1 {
   font-size: 50px;
}

/* Article */
body:has(.section__article) .section__news {
   padding: 83px 0 100px;
   background: #F2F2F2;
}

.section__article {
   padding: 30px 0 100px;
}

.article p {
   margin-bottom: 24px;
}

.article p,
.article li {
   color: #525252;
   line-height: 1.6;
}

.article h1 {
   font-size: 40px;
   margin-bottom: 17px;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
   color: #333;
   margin: 0 0 24px;
}

.article ul,
.article ol {
   margin-left: 20px;
   margin-bottom: 15px;
}

.article li {
   margin-bottom: 10px;
}

.article li li {
   margin-bottom: 0;
}

.article > *:not(div) {
   width: 100%;
}

.article__date {
   width: fit-content;
   display: inline-flex;
   padding: 9.5px 15px;
   justify-content: center;
   align-items: center;
   border-radius: 10px;
   background: #262626;
   font-size: 18px;
   color: #fff;
   line-height: 1.4;
   gap: 10px;
   margin-bottom: -25px;
   z-index: 1;
}

.article .col-1,
.article .col-2,
.article .col-3 {
   padding: 0;
   margin-bottom: 30px;
}

.article .col-2:nth-child(2n+1) {
   margin-right: 30px;
}

.article .col-2 {
   width: calc(50% - 15px);
}

.article .col-3 {
   margin-right: 20px;
   width: calc(33.3% - 13px);
}

.article .col-3:nth-child(3n+1) {
   margin-right: 0;
}

.article .col-1 img,
.article .col-2 img,
.article .col-3 img {
   width: 100%;
   object-fit: cover;
   height: 600px;
   border-radius: 20px;
}

.article__content {
   width: 100%;
   border-radius: 10000px;
   background: #FFF;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
   padding: 20px 42px;
   justify-content: space-between;
   align-items: center;
   margin-top: 30px;
}

.article__content p {
   color: #525252;
   line-height: 1.6;
   margin: 0 !important;
}

.article__content .social a {
   max-width: 53px;
   min-width: 53px;
   height: 53px;
   background: #fff;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   border: 1px solid #E6E6E6;
}

/* Principe */
.section__principe {
   padding: 188px 0 70px;
   margin-top: -158px;
   z-index: 2;
   background: #F2F2F2;
}

.principe h2 {
   margin-bottom: 31px;
}

.principe__item {
   margin-bottom: 44px;
   cursor: pointer;
}

.principe__item img {
   border-radius: 20px;
   width: 100%;
   height: 159px;
   object-fit: cover;
   margin-bottom: -55px;
}

.principe__item:hover span {
   transform: translate(20px, 0);
   transition: all .4s ease;
}

.principe__item span {
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   display: inline-flex;
   padding: 22px 30px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   color: #2D2D2D;
   font-size: 21px;
   font-weight: 700;
   line-height: 140%;
   transition: all .4s ease;
}

/* Gar */
.section__gar {
   padding: 40px 0;
}

.gar {
   border-radius: 20px;
   box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.25);
   color: #fff;
   background: url(../img/gar-bg.webp) center center / 100% 100% no-repeat;
   position: relative;
   z-index: 0;
   padding: 83px 70px 90px;
}

.gar__content {
   max-width: 717px;
}

.gar__content h4 {
   margin-bottom: 13px;
}

.gar__content p {
   color: #AAA;
   line-height: 160%;
   margin-bottom: 22px;
}

.gar__item {
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   padding: 22px 30px;
   font-weight: 400;
   color: #525252;
   line-height: 1.4;
   width: fit-content;
   margin-bottom: 10px;
}

.gar__item b {
   color: #2D2D2D;
}

.gar > img {
   position: absolute;
   bottom: 0;
   right: 0;
   width: 459px;
   height: auto;
   z-index: -1;
}

/* Comp */
.section__comp {
   padding: 84px 0 100px;
   background: #fff;
   z-index: 0;
}

.comp__items {
   margin: 31px -15px -30px;
   width: calc(100% + 30px);
}

.comp__items > div {
   padding: 0 15px 30px;
}

.comp__item img {
   border-radius: 20px;
   width: 100%;
   aspect-ratio: 1/1;
   object-fit: cover;
   z-index: 0;
}

.comp__item:hover span {
   transform: translate(0, -10px);
   transition: all .4s ease;
}

.comp__item span {
   line-height: 140%;
   padding: 20px;
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   width: fit-content;
   z-index: 1;
   position: relative;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   top: -20px;
   transition: all .4s ease;
}

/* Add */
.section__add {
   z-index: 1;
   padding: 86px 0 100px;
   background: #F2F2F2;
   overflow: unset;
}

.add {
   justify-content: space-between;
   align-items: center;
}

.add__content {
   max-width: 420px;
   width: 100%;
   padding-bottom: 50px;
}

.add__content p {
   margin-top: 21px;
   color: #525252;
   line-height: 160%;
}

.add > img {
   width: 811px;
   height: 533px;
   border-radius: 20px;
   object-fit: cover;
   margin-top: -150px;
}

.add__items {
   width: calc(100% + 30px);
   margin: -30px -15px -30px;
}

.add__items > div {
   padding: 0 15px 30px;
}

.add__item {
   padding: 24px 30px;
   border-radius: 15px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.add__item p {
   color: #525252;
   line-height: 1.6;
   margin-top: 11px;
}

/* Struct */
.section__struct {
   padding: 80px 0 105px;
   background: #262626;
   z-index: 1;
   margin-bottom: 100px;
}

.struct {
   position: relative;
}

.struct h5 {
   text-align: center;
   color: #fff;
}

.struct__items {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   width: 100%;
   row-gap: 94px;
   justify-content: space-between;
   margin-top: 111px;
   align-items: center;
}

.struct__item {
   max-width: 298px;
   width: 100%;
   position: relative;
   text-align: right;
   margin-right: auto;
   height: fit-content;
}

.struct__items > div {
   width: 100%;
}

.struct__items > div:nth-child(2n+2) .struct__item {
   text-align: left;
   margin-left: auto;
   margin-right: 0;
}

.struct__items > div:nth-child(6n+1) .struct__item {
   margin-left: 30px;
}

.struct__items > div:nth-child(6n+2) .struct__item {
   margin-right: 30px;
}

.struct__items > div:nth-child(6n+3) .struct__item {
   margin-left: -50px;
}

.struct__items > div:nth-child(6n+4) .struct__item {
   margin-right: -50px;
}

.struct__items > div:nth-child(6n+5) .struct__item {
   margin-left: 50px;
}

.struct__items > div:nth-child(6n+6) .struct__item {
   margin-right: 50px;
}

.struct__item-img {
   width: 77px;
   height: 77px;
   border: 1px solid #F2733E;
   background: #262626;
   border-radius: 50%;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   top: 15px;
   right: -145px;
   transition: all .4s ease;
}

.struct__item:hover .struct__item-img {
   background: #F2733E;
   transition: all .4s ease;
}

.struct__item:hover .struct__item-img img {
   filter: brightness(0) invert(1);
   transition: all .4s ease;
}

.struct__items > div:nth-child(2n+2) .struct__item-img {
   right: auto;
}

.struct__items > div:nth-child(6n+2) .struct__item-img {
   left: -140px;
}

.struct__items > div:nth-child(6n+3) .struct__item-img {
   right: -100px;
}

.struct__items > div:nth-child(6n+4) .struct__item-img {
   left: -100px;
}

.struct__items > div:nth-child(6n+5) .struct__item-img {
   right: -100px;
}

.struct__items > div:nth-child(6n+6) .struct__item-img {
   left: -100px;
}

.struct__item-img img {
   height: 35px;
   width: auto;
}

.struct__item .h4 {
   color: #F2733E;
   margin-bottom: 10px;
}

.struct__item p {
   color: #AAA;
   line-height: 160%;
}

.struct__images {
   position: absolute;
   left: 85px;
   bottom: -200px;
   z-index: -1;
   width: 1421px;
   height: 837px;
   background: url(../img/struct-con.webp) center center / 100% 100% no-repeat;
}

.struct__images img {
   position: absolute;
   left: 50%;
   transform: translate(-75%, -70%);
   top: 50%;
   border-radius: 50%;
   opacity: 0;
   transition: all .4s ease;
}

.struct__images.mob {
   display: none;
}

.struct:has(.struct__items > div:first-child .struct__item:hover) .struct__images img:first-child,
.struct:has(.struct__items > div:nth-child(2) > .struct__item:hover) .struct__images img:nth-child(2),
.struct:has(.struct__items > div:nth-child(3) > .struct__item:hover) .struct__images img:nth-child(3),
.struct:has(.struct__items > div:nth-child(4) > .struct__item:hover) .struct__images img:nth-child(4),
.struct:has(.struct__items > div:nth-child(5) > .struct__item:hover) .struct__images img:nth-child(5),
.struct:has(.struct__items > div:nth-child(6) > .struct__item:hover) .struct__images img:nth-child(6),
.struct__images img:first-child {
   opacity: 1;
   transition: all .4s ease;
}

.struct:has(.struct__items > div:nth-child(n+2) > .struct__item:hover) .struct__images img:first-child {
   opacity: 0;
}

body:has(.section__history) .section__struct {
   margin-bottom: 0;
}

.section__struct-land {
   background: url(../img/struct-bg.webp) center center / cover no-repeat;
   padding: 81px 0 119px;
   margin-bottom: 0;
}

.section__struct-land .h2 {
   text-align: left;
}

.struct__content {
   margin-top: 32px;
   position: relative;
}

.struct__content::before {
   content: '';
   position: absolute;
   top: 0%;
   left: 22%;
   transform: rotate(-33.5deg);
   width: 1px;
   height: 100%;
   background: #D8D8D8;
}

.struct__content .struct__item {
   align-items: center;
   text-align: left;
   max-width: 100%;
   margin-bottom: 80px;
}

.struct__content .struct__item:last-child {
   margin-bottom: 0;
}

.struct__content .struct__item:nth-child(5n+2) {
   margin-left: 129px;
}

.struct__content .struct__item:nth-child(5n+3) {
   margin-left: 236px;
}

.struct__content .struct__item:nth-child(5n+4) {
   margin-left: 355px;
}

.struct__content .struct__item:nth-child(5n+5) {
   margin-left: 472px;
}

.struct__item-num {
   width: 80px;
   height: 80px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   background: #262626;
   border: 1px solid #F2733E;
   color: #F2733E;
   text-align: center;
   font-size: 30px;
   font-style: normal;
   font-weight: 700;
   margin-right: 40px;
   line-height: 140%;
}

.struct__item-content {
   max-width: 638px;
   width: 100%;
}

.struct__item-content .h5 {
   color: #F2733E;
   margin-bottom: 4px;
}

.struct__item-content p {
   color: #AAA;
   line-height: 1.6;
}

/* Why */
.section__why {
   padding: 85px 0 20px;
}

.why__items {
   width: calc(100% + 26px);
   margin: 31px -13px -26px;
}

.why__items > div {
   padding: 0 13px 26px;
}

.why__item {
   border-radius: 20px;
   background: #FFF;
   box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
   padding: 28px 35px;
}

.why__item p {
   line-height: 160%;
   color: #525252;
   margin-top: 7px;
}

/* Calc */
.section__calc {
   padding: 83px 0 50px;
}

body:has(.section__why) .section__faq {
   padding-top: 100px;
}

body:has(.section__why) .section__contact {
   background: #fff;
}

body:has(.section__hero-main) .section__contact {
   padding-top: 0 !important;
}

body:has(.section__hero-land) .section__contact {
   padding-top: 100px !important;
}


.struct__title {
   position: absolute;
   left: 50%;
   transform: translate(-50%, 0);
   top: 250px;
   color: #F2733E;
   text-align: center;
   font-size: 50px;
   font-weight: 700;
   line-height: 140%;
}

.news > .btn,
.services > .btn {
   display: none;
}