/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face {
    font-family: "Helvetica Neue";
    src:
        url("../font/HelveticaNeueCyr-Bold.woff") format("woff2"),
        url("../font/HelveticaNeueCyr-Bold.woff2") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src:
        url("../font/HelveticaNeueCyr-Light.woff2") format("woff2"),
        url("../font/HelveticaNeueCyr-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src:
        url("../font/HelveticaNeueCyr-Medium.woff2") format("woff2"),
        url("../font/HelveticaNeueCyr-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica Neue";
    src:
        url("../font/HelveticaNeueCyr-LightItalic.woff2") format("woff2"),
        url("../font/HelveticaNeueCyr-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Helvetica Neue";
    src:
        url("../font/HelveticaNeueCyr-Roman.woff2") format("woff2"),
        url("../font/HelveticaNeueCyr-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

body.page{
    margin: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    text-decoration: none;
}
button{
    background: none;
    border: none;
    cursor: pointer;
}
em{
    font-style: italic!important;
}
*{
    --basic:#C4E6E0;
    --light-gray:#BABABA;
    --black:#272726;
    --gray: #3A3A39;
    --white:#FBFBFB;
    --orange:#EF4E23;

}
body{
    font-family: "Helvetica Neue";
    font-size: 1rem;
    color: var(--white);
    background: var(--black);
}
html{
    scroll-behavior: smooth;
}
#page{
    overflow: hidden;
}
.container{
    width: 100%;
    max-width: 1920px;
    padding: 0 120px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
nav .nav-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38px;
}
nav .nav-bar a{ 
    font-size: 0.86rem;
    font-weight: 500;
    line-height:2;
    text-align: left;
    color: var(--white);
    text-transform: uppercase;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.footer-nav a{
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
nav .nav-bar a:hover, .footer-nav a:hover{
    opacity: .6;
}
.btn-style{
    padding: 12px 26px;
    display: inline-block;
    border-radius: 50px;
    font-size: 0.86rem;
    font-weight: 500;
    line-height:1.1;
    text-transform: uppercase;
    color: var(--white);
    background: rgba(251, 251, 251, 0.08);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.btn-style:hover{
    background: var(--orange);
}
header{
    padding: 22px 0 18px;
}
header.fixed{
    background: #272726d1;
}
.header-nav>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}
.burger-nav{
    display: none;
}
.logo-mobile{
    display: none;
}
.logo img{
    display: block;
    width: 100%;
    max-width: 97px;
}
 
 
 .about{
    margin: 80px 0 70px;
 }
 .about .about-us-content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
 }
 .about-content{
    border-radius: 18px 0 0 18px;
    background: var(--white);
    padding: 52px 90px 37px 60px;
    overflow: hidden;
 }
 .about-image { 
    border-radius:0 18px 18px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
 }
 .about-image img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 1400px;
    max-height: 1400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
 }
 h2{ 
    font-size: 1.56rem;
    font-weight: 400;
    line-height: 1.16; 
    letter-spacing: -0.04em;  
 }
 h3{ 
    font-size: 1.88rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.03em; 
    margin: 0 0 10px;
 }
 h4{ 
    font-size: .86rem;
    font-weight: 500; 
    text-transform: uppercase;
    line-height: 1.1;
    padding: 16px 20px 14px;
    display: inline-block;
    border-radius: 50px;
 }
 .about-image h2{
    position: absolute;
    color: var(--white);
    margin: 0 0 60px;
    z-index: 55555;
 }
 .about h4{
    margin: 0 0 20px;
    border: 1px solid var(--black);
    text-align: center;
    /* background: var(--basic); */
 }
 .about-content>p{
    max-width: 400px;
    color: var(--gray);
    letter-spacing: 2%;
    line-height: 1.22;
    font-size: 1.13rem;
 }
 .about-content>p:not(:last-child){
    margin: 0 0 20px;
 }
 .about-content ul{
    margin: 50px 0 0 ;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 118px 1fr;
    grid-template-columns: 1fr 1fr;
    gap:57px 118px ;
 }
 .about-content ul span{
    font-size: calc(1rem + 0.7rem + 1.1vw);
    font-weight: 700;
    line-height: 1.16;
    letter-spacing: -0.02em; 
 }
 .about-content ul span>span{
    color: var(--basic); 

 }
 .about-content ul p{
    width: 80%;
    color: var(--gray);
    margin: 12px 0 0;
    font-weight: 300;
    line-height: 1.45;
 }
 h5{ 
    font-size: 2.94rem;
    font-weight: 500;
    line-height: 0.96; 
 }
 .us-value h5{
    padding:0 50px 0 60px;
 }
 .us-value {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin: 70px 0 40px;
 }
 .us-value ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
 }
 .us-value ul li{ 
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.19;  
    color: var(--gray); 
 }

 .swiper {
    width: 100%;
    height: 100%;
  }
.partnersSwiper>div{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
 .partnersSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: inline-block; 
  }
.swiper-btn-next, .swiper-btn-prev{
    width: 31px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.swiper-btn-next:hover, .swiper-btn-prev:hover{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.swiper-btn-next{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='32' height='8' viewBox='0 0 32 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M31.8536 4.35355C32.0488 4.15829 32.0488 3.84171 31.8536 3.64645L28.6716 0.464466C28.4763 0.269204 28.1597 0.269204 27.9645 0.464466C27.7692 0.659728 27.7692 0.976311 27.9645 1.17157L30.7929 4L27.9645 6.82843C27.7692 7.02369 27.7692 7.34027 27.9645 7.53553C28.1597 7.7308 28.4763 7.7308 28.6716 7.53553L31.8536 4.35355ZM0.5 4.5H31.5V3.5H0.5V4.5Z' fill='%23373A3B'/%3e%3c/svg%3e ");
}
.swiper-btn-prev{
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='32' height='8' viewBox='0 0 32 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.146446 3.64645C-0.0488148 3.84171 -0.0488148 4.15829 0.146446 4.35355L3.32843 7.53553C3.52369 7.7308 3.84027 7.7308 4.03553 7.53553C4.2308 7.34027 4.2308 7.02369 4.03553 6.82843L1.20711 4L4.03553 1.17157C4.2308 0.976311 4.2308 0.659728 4.03553 0.464466C3.84027 0.269204 3.52369 0.269204 3.32843 0.464466L0.146446 3.64645ZM31.5 3.5H0.5V4.5H31.5V3.5Z' fill='%23373A3B'/%3e%3c/svg%3e ");
}
.partners{
    text-align: center;

    overflow-x: hidden;
}
.more-title h4{
    color: var(--black);
    padding: 0 ;
    font-size: .94rem;
    font-weight: 400;
    margin: 0 0 10px;
    opacity: .5;
}
.more-title h2{ 
    font-size: 3.4rem;
    font-weight: 400;
    line-height: 1.2;  
    text-transform: lowercase;
    margin: 0 0 20px;
}
.swiper-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 27px;
    margin: 40px 0 0;
}


.documentsSwiper .higher-slide.swiper-slide-active::after{
    content: none;
}

.documentsSwiper img{
    width: 100%;
} 
.documentsSwiper .swiper-slide {
    -webkit-transition: z-index 0.3s ease, -webkit-transform 0.3s ease;
    transition: z-index 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, z-index 0.3s ease;
    transition: transform 0.3s ease, z-index 0.3s ease;
    transition: transform 0.3s ease, z-index 0.3s ease, -webkit-transform 0.3s ease;
    outline: 1.5px solid #373A3B33;
    border-radius: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}
.documentsSwiper .swiper-slide::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #D9D9D91A; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}
.documentsSwiper .higher-slide {
    -webkit-transform: translateY(0px) scale(1.1);
        -ms-transform: translateY(0px) scale(1.1);
            transform: translateY(0px) scale(1.1); /* Moves the active slide higher and scales it */
    z-index: 10; /* Ensure the active slide is on top of others */
}
.documentsSwiper{
    padding: 50px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.documentsSwiper-button-next , .documentsSwiper-button-prev{
    width: 20px;
    height: 40px; 
    position: absolute;
    top: calc(50% - 20px) ;
    cursor: pointer;
}
.documentsSwiper-button-next {
    right: -62px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='40' viewBox='0 0 20 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.08665 10.9667L5.85498 9.19999L15.4866 18.8283C15.6419 18.9826 15.7651 19.1661 15.8492 19.3681C15.9333 19.5702 15.9766 19.7869 15.9766 20.0058C15.9766 20.2247 15.9333 20.4414 15.8492 20.6435C15.7651 20.8456 15.6419 21.029 15.4866 21.1833L5.85498 30.8167L4.08831 29.05L13.1283 20.0083L4.08665 10.9667Z' fill='%23373A3B'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
}
.documentsSwiper-button-prev{
    left: -62px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='40' viewBox='0 0 20 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.9134 10.9667L14.145 9.19999L4.51335 18.8283C4.3581 18.9826 4.23488 19.1661 4.1508 19.3681C4.06672 19.5702 4.02344 19.7869 4.02344 20.0058C4.02344 20.2247 4.06672 20.4414 4.1508 20.6435C4.23488 20.8456 4.3581 21.029 4.51335 21.1833L14.145 30.8167L15.9117 29.05L6.87169 20.0083L15.9134 10.9667Z' fill='%23373A3B'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
}
.documents-image{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 70px;
}
#open-documents{ 
    font-size: 0.86rem;
    font-weight: 500; 
    padding: 16px 80px 14px;
    display: inline-block;
    background: var(--black);
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    position: absolute; 
    z-index: 20;
}
.documentsSwiper .swiper-slide::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: #d9d9d903; 
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    z-index: 10;
    border-radius: 18px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.documentsSwiper .swiper-slide.no-filter::before{
    background: transparent;
    border:0;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
}
.certificates-items{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 70px;
}
.certificates-items img{
    display: block;
    width: 100%;
}
.certificate-item{
    position: relative;
}
.certificate-info{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #c4e6e0d3;
    border-radius: 15px;
    padding: 40px 37px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.certificate-info h3{
    font-size: 1.5rem;
    line-height: 1.01;
    margin: 0 0 20px;
}
.certificate-info p{
    width: 100%;
    font-size: .88rem;
    line-height: 1.21;
    margin: 0 0 20px;
}
.certificate-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.open-certificate { 
    font-size: .88rem;
    font-weight: 500; 
    text-transform: uppercase;
    padding: 16px 20px 12px;
    border: 1px solid #373A3B99;
    border-radius: 50px;
    color: var(--black);
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.open-certificate:hover{
    opacity: .7;
}
.certificate-item{
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}
.open .certificate-info {
    -webkit-animation: open .4s linear forwards;
            animation: open .4s linear forwards;
}
@-webkit-keyframes open {
    0%{
        opacity: 1;
    }
    80%{ 
        opacity: 0;
    }
    100%{ 
        opacity: 0;
        display: none;
    }
}
@keyframes open {
    0%{
        opacity: 1;
    }
    80%{ 
        opacity: 0;
    }
    100%{ 
        opacity: 0;
        display: none;
    }
}
.consultations-content{
    padding: 136px 0 110px;
    border-radius: 18px;
    overflow: hidden;
    text-align: center;
    color: var(--white);
}
.consultations-content h4{
    color: var(--white);
    opacity: .7;
}
.consultations-content p{ 
    margin: 0 0 52px;
}
.consultations-content>div{
    width: 40%;
    margin: 0 auto;
}
.consultations{
    margin: 0 0 70px;
}
.consultations h2{
    line-height: .9;
}
.advantages-content{
    margin: 0;
    padding: 52px 60px;
    background: var(--black); 
    border-radius: 18px 0 0 18px;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }

.visible {
    opacity: 1;
    transform: translateY(0);
  }

.advantages-content ul span{
    color: var(--white);
    font-size: 1.25rem;
    line-height: 1.45;
    display: block;
    text-align: center;
    margin: 12px 0 5px;
    text-transform: uppercase;
}
.advantages-content h4{
    color: var(--basic);
    border: 1px solid var(--basic);
}
.advantages-content p{
    color: var(--ligth-gray);
    font-weight: 400;
}
.advantages-container .container{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}
.advantages-image{
    height: 100%;
    width: 100%;
    border-radius:0 18px 18px 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
}
.advantages-image h2{
    position: absolute;
    color: #fff;
}
.advantages-image img{
    max-width: 1000px;
    max-width: 1400px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.advantages-content ul{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 30px 0 0 ;
}
.advantages-content{
    text-align: center;
}
.advantages-container {
    margin: 0 0 70px;
}


.city-block{
    width: 56%;
    margin: 0 auto 70px;
    border-top: 1.5px solid #373A3B33;
    border-bottom: 1.5px solid #373A3B33;
    padding: 27px 27px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    position: relative;
}
.city-block::before, .city-block::after, .city-block>div::before, .city-block>div::after{
    content: "";
    display: block;
    width: 11px;
    height: 14.33px;
    position: absolute; 
    background: var(--black); 
}
.city-block::before{ 
    top: -7.5px;
    left: 0; 
}
.city-block::after{
    top: -7.5px;
    right: 0;
}
.city-block>div::before{ 
    bottom: -7.5px;
    left: 0; 
}
.city-block>div::after{
    bottom: -7.5px;
    right: 0;
}
.city-block h2{
    margin: 0 0 20px;
    text-transform: none;
}
footer{
    padding: 22px 0;
}

footer .logo{
    width: 240px;
}
.footer-nav a{
    font-size: 0.86rem;
    font-weight: 500;
    line-height: 2;
    text-align: left;
    color: var(--white);
    text-transform: uppercase;
}
.footer-nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 38px;
}
footer>div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
}
footer .contact-btn{
    background-color: var(--orange);
}

footer .bottom-note{
    justify-content: center;
}
footer .bottom-note a{
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    justify-content: center;
    color: var(--orange);
    margin-top: 20px;
}
.map-container{
    padding: 80px 0 86px;
    width: 100vw;
    overflow-x: hidden;
}
.big-map{
    width: 64%;
    float: right;
}
.map-nav-image img{
    display: block;
    width: 100%;
}
.big-map img{
    display: block;
    width: 100%;
}
.map-container::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}
.map-nav-image{
    max-width: 400px;
}
.more-project-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.images-project img{
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.first-images-project .images-project{
    border-radius: 0 40px 40px 0;
    overflow: hidden;
    margin-right: -30px;
}

.first-information-project .images-project{
    border-radius:40px 0px 0px 40px;
    overflow: hidden;
    margin-left: -30px;
}
.information-project{
    padding: 100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.information-project h2{
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.information-project li{
    font-weight: 400;
    font-size: 18px;
    line-height: 102%;
    letter-spacing: -0.02em; 
}
.information-project ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
}
.first-information-project>div{
    margin-left: auto;
}
.more-project{
    margin: 0 0 80px;
}
.map-nav h1{
    margin: 0 0 45px;
}

.map-nav-icons{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    width: 30%;
}
.map-nav-icons img{
    max-width: 80px;
}
.map-nav-icons p{
    font-style: italic;
    font-size: calc(1rem + 0.5rem + 0.3vw);  
}
.map-nav-icons li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header {
    position: relative;
    width: 100%; 
    -webkit-transition: all 0.6s ease; 
    -o-transition: all 0.6s ease; 
    transition: all 0.6s ease;  
    -webkit-box-shadow: none;  
            box-shadow: none;
  }
   
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0; 
    z-index: 1000; 
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); 
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);   
  }
  .site_by, .site_by a{
    color: #F5F5F533;
    font-weight: 500;
    padding-bottom: 2px;
    border-bottom: 1px solid #F5F5F533;
  }

  .error-404{
    height: 77vh;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .error-404 p{
    font-size: 30px;
    margin: 30px 0;
  }

  .error-404 h1{
    text-align: center;
  }


.page-template-projects-page main{
    padding-top: 70px;
}