@font-face {
    font-family: "Lato";
    src: url("./font/Lato-Light.eot");
    src: url("./font/Lato-Light.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Light.woff") format("woff"), url("./font/Lato-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("./font/Lato-Regular.eot");
    src: url("./font/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Regular.woff") format("woff"), url("./font/Lato-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("./font/Lato-Medium.eot");
    src: url("./font/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Medium.woff") format("woff"), url("./font/Lato-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("./font/Lato-Bold.eot");
    src: url("./font/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("./font/Lato-Bold.woff") format("woff"), url("./font/Lato-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("./font/Lato-Heavy.eot");
    src: url("./font/Lato-Heavy?#iefix") format("embedded-opentype"), url("./font/Lato-Heavy.woff") format("woff"), url("./font/Lato-Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
body{
    height: 100%;
    width: 100%;
    font-family: "Lato", sans-serif !important;
    overflow-x: hidden;
}
html {
    overflow-x: hidden;
}
html.prevent-scroll {
    overflow: hidden;
}
.border-p{
    border: 1px solid black;
}
.transition{
    transition: 1.1s;
}
/*Menu*/
.menu-block{
    display: flex;
    justify-content: center;
}
.menu{
    width: 720px;
    height: 70px;
    font-size: 22px;
}
.menu a{
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 8px;
    color: black;
    transition: all 0.2s linear;
}
.menu-a:hover{
    text-decoration-color: rgba(255, 100, 0, 0.5);
    color: var(--color-orange);
}
.menu-burger {
    position: fixed;
    height: 24px;
    width: 24px;
    z-index: 1;
    right: 16px;
    top: 16px;
    display: none;
}
.menu-svg {
    color: #FFFFFF;
    cursor: pointer;
}
.close-menu {
    color: var(--color-orange);
    cursor: pointer;
}
.menu-mob{
    background: rgba(255, 255, 255, 1);
    height: 100%;
    width: 325px;
    border-radius: 16px 0px 0px 16px;
    display: flex;
    margin-right: -320px;
    display: flex;
    flex-direction: column;
}
.menu-mob-posing{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5;
    display: none;
    justify-content: end;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}
.menu-mob-block{
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.menu-mob-a-block{
    margin-bottom: 55px;
    font-size: 24px;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.menu-mob-a{
    text-decoration-color: rgba(220, 225, 229, 1);
    color: black;
}
.menu-crost{
    color: var(--color-orange);
    font-size: 30px;
    width: 100%;
    display: flex;
    justify-content: end;
    padding: 16px;
}
/*Background building*/
.building-block{
    position: absolute;
    z-index: -1;
    width: 100%;
    max-width: 1920px;
    height: 1500px;
    overflow: hidden;
    margin-top: -250px;
    display: inline-block;
}
.img-building{
    position: relative;
    height: 100%;
    right: -760px;
}
.second-background-building{
    width: 1920px;
    position: absolute;
    z-index: -2;
    width: 100%;
    max-width: 1920px;
    height: 1350px;
    overflow: hidden;
    margin-top: -1275px;
    display: inline-block;
}
.second-img-building{
    position: relative;
    height: 100%;
    margin-left: -440px;
}
/*Main*/

.main-block{
    width: 644px;
    height: 546px;
}
.main{
    width: 644px;
    height: 346px;
}
.main-text{
    width: 444px;
}
.main-title{
    position: relative;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
}
.main-des{
    height: 100px;
    font-size: 24px;
    line-height: 32px;
}
.main-button-block{
    height: 100px;
}
.main-button{
    height: 80px;
    width: 313px;
    border-radius: 50px;
    background: var(--color-orange);
    border: 0px;
    color: white;
    font-size: 22px;
}

/*hand-three*/
.ht{
    justify-content: space-between;
}
.hand-three{
    width: 460px;
    min-height: 358px;
    padding-bottom: 47px;
    border-radius: 16px;
    background: rgba(242, 243, 245, 1);
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.hand-image-block{
    height: 210px;
}
.hand-image{
    height: 148px;
    width: 148px;
}
.hand-text-block{
    line-height: 32px;
    font-size: 24px;
    text-align: center;
    width: 360px;
    font-weight: 400;
}

.hand-text-block-title {
    color: var(--color-orange);
    font-weight: 800;
}

/*grow-area*/

.grow-area{
    height: 900px;
}
.grow-area-title{
    font-size: 48px;
    font-weight: 600;
}
.grow-area-block{
    height: 590px;
}
.grow-area-text{
    width: 830px;
    height: 500px;
    font-size: 23.5px;
}
.grow-area-posing{
    display: flex;
    justify-content: space-between;
}
.grow-vector{
    width: 100%;
    padding-block: 30px;
}
.vector-for-orange{
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: end;
    z-index: 1;
    overflow: hidden;
}
.licence{
    text-decoration: underline;
    text-underline-offset: 6px;
    color: white;
}
.grow-orng-textb{
    color: white;
    padding: 20px;
    line-height: 32px;
    height: 100%;
    width: 100%;
    font-size: 24px;
    position: relative;
    z-index: 1;
}
.grow-orng-title-blk{
    display: flex;
    justify-content: space-between;
    height: 170px;
}
.grow-orng-title{
    font-weight: 800;
    margin-top: auto;
}
.img-vector{
    height: 440px;
    margin-right: -60px;
}
.grow-orange{
    height: 470px;
    width: 530px;
    background: var(--color-orange);
    border-radius: 16px;
    position: relative;
}
/*projects*/
.projects-wrap.row {
    margin-top: 104px;
}
.projects-block {
    background: rgba(242, 243, 245, 1);
    padding-bottom: 80px;
}
.projects-pic-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.projects-pic-mobile{
    height: 495px;
    display: none;
    margin-top: 30px;
}
.projects-pic{
    height: 700px;
    width: 700px;
    border-radius: 16px;
    overflow: hidden;
    margin-top: 20px;
    cursor: pointer;
    position: relative;
}
.projects-hover{
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    padding: 20px;
}
.projects-hover-mob{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
    height: 495px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
.projects-mob-position{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 495px;
    overflow: hidden;
    width: 700px;
    border-radius: 16px;
    position: relative;
}
.projects-hover-title{
    font-size: 48px;
    font-weight: 600;
}
.projects-img{
    height: 100%;
}
.projects-img-mob{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.projects-hover-text{
    font-size: 24px;
    line-height: 32px;
}
.projects-hover:hover{
    background: rgba(0, 0, 0, 0.7);
    color: white;
}
.projects-title-button{
    height: 284px;
    width: 100%;
    font-size: 48px;
    font-weight: 500;
}
.projects-buttons{
    width: 940px;
    border-radius: 50px;
    background: white;
    border: 2px solid rgba(220, 225, 229, 1);
}
.button-p {
    width: 314px;
    height: 80px;
    color: rgba(147, 147, 147, 1);
    border-radius: 50px;
    font-size: 20px;
    cursor: pointer;
}
.button-p.transition {
    transition: 0.3s;
}
.button-p:hover,
.button-p.active {
    background: rgba(44, 44, 44, 1);
    color: white;
}
.background-pic{
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: none;
    top: 0;
    left: 0;
    overflow-y: auto;
}
.projects-back-title{
    font-size: 48px;
    font-weight: 600;
}
.projects-hover-text{
    font-size: 24px;
    line-height: 32px;
}
.back-close{
    color: white;
    font-size: 40px;
    position: absolute;
    right: 210px;
    z-index: 3;
    cursor: pointer;
}
.back-central{
    margin: 0 auto;
}
.back-carousel{
    margin: 0 auto;
}
.back-close{
}
.back-carousel-i{
    height: 150px;
    color: white;
    width: 90%;
    margin: 0 auto;
}
.back-img-block{
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    border-radius: 30px;
}
.back-img{
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
}
.projects-text{
    width: 100%;
}

/*Future-office*/

.office-future-block{
    padding-block: 80px;
}
.office-future{
    height: 820px;
}
.office-title{
    min-height: 176px;
    font-size: 48px;
    font-weight: 500;
}
.office-content-blocks{
    height: 644px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.office-content-mobile{
    height: 584px;
}
.office-block{
    height: auto;
    display: flex;
    flex-direction: column;
    width: 358px;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}
.office-img{
    border-radius: 16px 16px 0px 0px;
    height: 100%;
    width: 100%;
}
.office-img-block{
    height: 460px;
    width: 100%;
}
.office-text{
    background: rgba(242, 243, 245, 1);
    border-radius: 16px;
    height: auto;
    flex: 1;
    position: relative;
    z-index: 1;
    top: -20px;
    padding: 20px;
    margin-bottom: -20px;
    font-size: 22px;
    font-weight: 400;
}
/*Force*/

.force-block{
    min-height: 450px;
    padding-block: 70px;
    width: 940px;
}

.force-title{
    min-height: 100px;
    font-size: 47px;
    font-weight: 500;
}
.force-content-blocks{
    min-height: 200px;
}
.force-content{
    background: rgba(242, 243, 245, 1);
    width: 940px;
    min-height: 100px;
    border-radius: 16px;
    padding: 35px;
    margin-top: 15px;
}
.force-text-title{
    font-weight: 800;
    font-size: 24px;
}
.force-text{
    font-size: 24px;
}
.force-text a {
    color: var(--color-orange);
}
.force-text a:hover {
    color: #939393;
}
/*parthners*/
.parthners-block{
    width: 100%;
    margin-bottom: 140px;
}
.parthners-title-block{
    font-size: 48px;
    font-weight: 500;
}
.parthners-logos{
    min-height: 100px;
}
/*under-map*/
.under-map{
    background: var(--color-orange);
    height: 800px;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
}
.info{
    height: 500px;
    color: white;
    width: 500px;
    flex-direction: column;
    margin-left: 240px;
}
.info-pos{}
.title-info{
    font-size: 48px;
}
.name-info{
    font-weight: 700;
}
.info-text{
    font-size: 24px;
    font-weight: 500;
}
.first-info{
    width: 100%;
}
.second-info{
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: space-between;
    margin-top: auto;
    font-size: 24px;
}
.mini-info-title{
    font-weight: 800;
}
.mini-info{
    text-decoration: underline;
    text-underline-offset: 6px;
}
.mini-info a{
    color: inherit;
}
.mini-info a:hover {
    color: inherit;
}
.map{
    height: 100%; 
    width: 855px;
}
.map-pos{
    border-radius: 35px 0px 0px 35px;
    overflow: hidden;
    height: 800px;
    position: absolute;
    width: 865px;
}
/*Grid*/

.container-block{
    width: 1422px;
}

.orange-bold {
    font-weight: 800;
    color: var(--color-orange);
}

.nav.projects-buttons {
    flex-wrap: nowrap;
}

.buttons-block--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
}

.carousel-control-prev--mobile,
.carousel-control-next--mobile {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
}

.carousel-control-next-icon--mobile {
    transform: rotate(180deg);
}

.carousel-futures-inner.carousel-inner {
    padding-bottom: 25px;
    overflow: visible;
}

.carousel-futures-indicators.carousel-indicators {
    position: static;
    margin: 0;
    gap: 8px;
}

.carousel-futures-indicators.carousel-indicators [data-bs-target] {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    background: #E8E8E8;
    flex: 0 0 16px;
    border-radius: 50%;
    opacity: 1;
    border: none;
}

.carousel-futures-indicators.carousel-indicators .active {
    background: #2C2C2C !important;
}

.carousel-futures-inner .carousel-item {
    width: 358px;
}

.future-swiper {
    overflow: visible;
}

.future-swiper-pagination {
    position: static;
    padding-top: 25px;
}

.partners-swiper {
    overflow: visible;
}

.partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    opacity: 0.61;
}

.swiper-slide.partners-item  {
    opacity: 0.61;
}

.swiper-slide.partners-item.swiper-slide-active {
    opacity: 1;
}

.partners-item-img {
    max-width: 225px;
    max-height: 100px;
}

.hidden {
    display: none;
}

.notification {
    position: fixed;
    z-index: 1002;
    background-color: #222;
    background-image: url("/assets/content/cookie.png");
    background-repeat: no-repeat;
    background-position: 2% center;
    border-radius: 8px;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 4px 4px 4px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 148%;
    visibility: hidden;
    opacity: 0;
    height: 48px;
    width: fit-content;
    max-width: calc(100vw - 32px);
}
.notification.visible {
    visibility: visible;
    opacity: 1;
}
.notification button {
    background-color: #ffffff;
    color: #000000;
    font-weight: 600;
    padding: 10px 16px 8px 16px;
    border-radius: 6px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 120px;
    flex: 0 0 120px;
}
