

/* Start:/local/templates/catalog_new/css/projectspage.css?175878712420238*/
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/catalog_new/css/../fonts/Gilroy-Medium.ttf');
}
/* PROJECTS LISTING */
.projects-page {

}
.projects-page * {
    font-family: 'Monsterrat';
}



/* BANNER */
.projects-banner {
    height: 450px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position-y: 90%;
    margin-bottom: 20px;
}
.projects-banner::before {
    content: '';
    background: linear-gradient(276.47deg, rgba(0, 0, 0, 0) 9.61%, rgba(0, 0, 0, 0.6) 60.07%);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.projects-banner-inner {
   padding: 32px;
   display: flex;
   height: 100%;
   flex-direction: column;
   justify-content: space-between;

   position: relative;
   z-index: 2;
}
.projects-banner-title {
    color: #F6F5F2;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 16px;
}
.projects-banner-description {
    max-width: 546px;
    color: #F6F5F2;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
.projects-banner-button {
    background-color: #F6F5F2;
    border-radius: 200px;
    height: 40px;
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;

    color: #000000;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
}
/* BANNER END */


/* FEATURES */
.projects-features {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin-bottom: 40px;
}
.projects-feature {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #F6F5F2;
    height: 130px;
}
.projects-feature-title {
    color: #FCB900;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 3px;
}
.projects-feature-description {
    color: #262626;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}
/* FEATURES END */


/* PROJECTS LIST */
.projects-list {
    display: flex;
    gap: 20px;
}
.projects-item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 3);
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #F6F5F2;
}
.projects-item-img-wrap {
    position: relative;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
}
.projects-item-img {
    width: 100%;
}
.projects-item-img-hint {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 24px;
    width: fit-content;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;

    font-family: 'Onest';
    color: #262626;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.projects-item-img-hint--green {
    background-color: #95F14E;
}
.projects-item-img-hint--orange {
    background-color: #FCB900;
}

.projects-item-info {
    display: flex;
    justify-content: space-between;
}
.projects-item-type {
    border: 1px solid #262626;
    height: 24px;
    box-sizing: border-box;
    width: fit-content;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;

    font-family: 'Onest';
    color: #262626;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.project-item-year-wrap {
    display: flex;
    height: 32px;
    margin-bottom: 16px;
}
.project-item-year {
    font-family: 'Gilroy'; /*TODO: connect Gilroy*/
    color: #262626;
    font-size: 12px;
    font-weight: 500;
    padding-right: 10px;
    display: flex;
    align-items: center;
}
.project-item-square {
    font-family: 'Onest';
    color: #262626;
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 1px solid #8D8A8A;
    display: flex;
    align-items: center;
}

.projects-item-text {

}
.projects-item-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;

    margin-bottom: 16px;

}
.projects-item-description {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}


.projects-list-pagination {
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.projects-list-pagination-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    margin-right: 20px;
    background-image: url('/local/templates/catalog_new/css/../img/projects/projects-arrow-prev.png');
}
.projects-list-pagination-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    margin-left: 20px;
    background-image: url('/local/templates/catalog_new/css/../img/projects/projects-arrow-prev.png');
    transform: rotate(180deg);
}
.projects-list-pagination-dots {
    display: flex;
}
.projects-list-pagination-dot {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
}
.projects-list-pagination-dot.active {
    background-color: #FCB900;
    

    color: #262626;
    font-size: 20px;
    line-height: 24px;

}
/* PROJECTS LIST END */


/* PROJECTS BOTTOMBANNER */
.projects-bottombanner {
    border-radius: 20px;
    background-color: #FCB900;
    min-height: 276px;
    position: relative;
    padding-top: 32px;
    padding-left: 32px;
    padding-bottom: 43px;
    margin-top: 40px;
}
.projects-bottombanner-title {
    font-family: 'Monsterrat';
    color: #262626;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;

    margin-bottom: 16px;
}
.projects-bottombanner-description {
    font-family: 'Monsterrat';
    color: #262626;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;

    margin-bottom: 48px;
    width: 430px;
}
.projects-bottombanner-button {
    height: 40px;
    width: fit-content;
    padding-left: 28px;
    padding-right: 28px;
    border-radius: 200px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;

    font-family: 'Onest';
    color: #FCB900;
    font-size: 16px;
    line-height: 12px;
    font-weight: 400;
}
.projects-bottombanner-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
/* PROJECTS BOTTOMBANNER END */
/* PROJECTS LISTING END */


/* PROJECT DETAIL */
.project-info {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

/* PROJECT DETAIL SLIDER */
.project-slider-wrap {
    width: 50%;
    height: 450px;
    position: relative;
    border-radius: 20px;
}
.project-slider {
    /* width: 100%;
    height: 100%;
    
    overflow: hidden; */
}
.project-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .project-slide {
    width: 100%;
    height: 100%;
}
.project-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
.project-slider-controls {
    position: relative;
    bottom: 47.7px;
    width: fit-content;
    height: 37.7px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 57.7px;
    padding-right: 57.7px;
}
.project-slider-prev,
.project-slider-next {
    min-width: 37.7px;
    min-height: 37.7px;
    cursor: pointer;
}
.project-slider-prev img,
.project-slider-next img {
    width: 37.7px;
    height: 37.7px;
}

.project-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 15;
    top: 0 !important;
}
.project-slider-dots .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255,255,255,.7);
    border-radius: 100%;
    transition: all .3s;
}.project-slider-dots .swiper-pagination-bullet-active {
    background-color: #FDB241;
    transition: all .3s;
}
/* PROJECT DETAIL SLIDER END */

/* PROJECT DETAIL INFO */
.project-text {
    width: 50%;
    background-color: #F6F5F2;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.project-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
}
.project-description {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 16px;
}
.project-props {
    display: flex;
    flex-direction: column;
}
.project-prop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
    border-bottom: 1px dashed #7C7F83;
}
.project-prop-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background-color: #f6f5f2;
    margin-bottom: -1px;
    padding-right: 10px;
}
.project-prop-value {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    background-color: #f6f5f2;
    margin-bottom: -1px;
    padding-left: 10px;
}
.project-buttons {
    display: flex;
    gap: 12px;
}
.project-button {
    width: 50%;
    height: 40px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    font-family: 'Onest';
    font-size: 16px;
    font-weight: 400;
}
.project-button-form {
    background-color: #000000;
    color: #FCB900;
}
.project-button-presentation {
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
}
/* PROJECT DETAIL INFO END */

/* PROJECT DETAIL TABS BUTTONS */
.project-tabs-buttons {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 21px;
}
.project-tabs-button {
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #262626;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;

    font-family: 'Onest';
    color: #262626;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.project-tabs-button.active {
    color: #FFFFFF;
    background-color: #262626;
}
/* PROJECT DETAIL TABS BUTTONS END */

/* PROJECT DETAIL TABS */
.project-tabs {

}
.project-tab {
    display: none;
}
.project-tab.active {
    display: flex;
}
.project-tab-about {
    gap: 20px;
}
.project-tab-about-text {
    width: 50%;
}
.project-tab-about-text-block {
    margin-bottom: 16px;
}
.project-tab-about-text-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
}
.project-tab-about-text-value {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 500;
}
.project-tab-about-text-value ul {
    padding-left: 18px;
    list-style: disc;
}
.project-tab-about-text-value ul li {
    list-style: disc;
}
.project-tab-about-props {
    width: 50%;
}
.project-tab-about-props-block {
    margin-bottom: 16px;
}
.project-tab-about-props-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
}
.project-tab-about-props-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.project-tab-about-props-item {
    background-color: #F6F5F2;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.project-tab-about-props-item-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}
.project-tab-about-props-item-value {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

.project-tab-process {
    flex-direction: column;
}
.project-tab-process-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
}
.project-tab-process-inner {
    display: flex;
    gap: 21px;
}
.project-tab-process-stages {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 516px;
    overflow-y: auto;
}
.project-tab-process-stage {
    border-radius: 8px;
    background-color: #F6F5F2;
    padding: 12px;
    padding-left: 48px;
    position: relative;
    cursor: pointer;
}
.project-tab-process-stage::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    left: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.project-tab-process-stage[data-type="in-progress"]::before {
    background-image: url('/local/templates/catalog_new/css/../img/projects/project-status-in-progress.svg');
}
.project-tab-process-stage[data-type="final"]::before {
    background-image: url('/local/templates/catalog_new/css/../img/projects/project-status-final.svg');
}
.project-tab-process-stage-text {

}
.project-tab-process-stage-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 12px;
}
.project-tab-process-stage-description {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 12px;
}
.project-tab-process-stage-datetime {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.project-tab-process-stage-date,
.project-tab-process-stage-time {
    font-family: 'Onest';
    color: #8D8A8A;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
}
.project-tab-process-stages-images {
    width: 50%;
    height: 516px;
}
.project-tab-process-stages-image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    object-fit: cover;

    display: none;
}
.project-tab-process-stages-image.active {
    display: block;
}

.project-tab-result {
    flex-direction: column;
}
.project-tab-result-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 16px;
}
.project-tab-result-summary {
    display: flex;
    gap: 12px;
    margin-bottom: 21px;
}
.project-tab-result-summary-timing {
    width: 50%;
    border-radius: 8px;
    background-color: #F6F5F2;
    padding: 12px;
    padding-left: 48px;
    position: relative;
}
.project-tab-result-summary-timing::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    background-image: url('/local/templates/catalog_new/css/../img/projects/project-timing-icon.svg');
}
.project-tab-result-summary-timing-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 12px;
}
.project-tab-result-summary-timing-text {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}
.project-tab-result-summary-economics {
    width: 50%;
    border-radius: 8px;
    background-color: #F6F5F2;
    padding: 12px;
    padding-left: 48px;
    position: relative;
}
.project-tab-result-summary-economics::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    background-image: url('/local/templates/catalog_new/css/../img/projects/project-economics-icon.svg');
}
.project-tab-result-summary-economics-title {
    font-family: 'Onest';
    color: #262626;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 12px;
}
.project-tab-result-summary-economics-text {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

.project-tab-result-review {
    border-radius: 8px;
    background-color: #F6F5F2;
    padding: 12px;
    display: flex;
    gap: 12px;
}
.project-tab-result-review-img {
    width: 111px;
    height: 111px;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}
.project-tab-result-review-text {
    font-family: 'Onest';
    color: #262626;
    font-size: 15px;
    line-height: 1.5;
}
/* PROJECT DETAIL TABS END */


/* PROJECT DETAIL END */



.projects-bottombanner-img-m {
    display: none;
}



@media screen and (max-width: 1020px) {
    /* banner */
    .projects-banner{
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .projects-banner-inner{
        padding: 0;
    }
    .projects-banner-title{
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 16px;
    }
    .projects-banner-description{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-align: justify;
    }
    .projects-banner-button{
        width: 100%;
    }
    /* banner end */

    /* features */
    .projects-features{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .projects-feature{
        width: 100%;
    }
    /* features end */

    /* projects list */
    .projects-list{
        flex-direction: column;
    }
    .projects-item{
        width: 100%;
        padding: 12px;
    }
    .projects-item-img-wrap{
        border-radius: 10px;
        overflow: hidden;
        height: 203px;
    }
    .projects-item-img{
        height: 203px;
        width: 100%;
        object-fit: cover;
    }
    .projects-item-info{
        align-items: center;
        margin-bottom: 16px;
    }
    .project-item-year-wrap{
        margin-bottom: 0;
    }
    .projects-list-pagination-dot {
        width: 36px;
        height: 36px;
        font-size: 16px;
        line-height: 24px;
    }
    .projects-list-pagination {
        width: 100%;
        justify-content: space-between;
    }
    /* projects list end */

    /* bottom banner */
    .projects-bottombanner{
        padding-bottom: 0;
        padding-right: 32px;
    }
    .projects-bottombanner-title{
        font-size: 20px;
        margin-bottom: 16px;
    }
    .projects-bottombanner-description{
        width: 100%;
    }
    .projects-bottombanner-img{
        display: none;
    }
    .projects-bottombanner-img-m {
        position: relative;
        right: -32px;
        left: -32px;
        min-width: calc(100% + 64px);
        display: block;
    }
    /* bottom banner end */

    /* project detail */
    .project-info {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .project-slider-wrap {
        width: 100%;
        height: 245px;
    }
    .project-text {
        width: 100%;
    }
    .project-slider-controls {
        height: 28px;
        bottom: 28px;
        padding-left: 0;
        padding-right: 0;
    }
    .project-slider-prev, .project-slider-next {
        display: none;
    }
    .project-slider-dots {
        gap: 8px;
    }
    .project-slider-dots .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .project-text {
        padding: 18px;
    }
    .project-title {
        font-size: 16px;
    }
    .project-description {
        font-size: 13px;
    }
    .project-props {
        margin-bottom: 36px;
    }
    .project-buttons {
        flex-direction: column;
    }
    .project-button {
        width: 100%;
    }
    .project-tab-about {
        flex-direction: column;
    }
    .project-tab-about-text {
        width: 100%;
    }
    .project-tab-about-props {
        width: 100%;
    }
    .project-tab-process-inner {
        gap: 0;
    }
    .project-tab-process-stages {
        width: 100%;
        height: auto;
        max-height: 750px;
    }
    .project-tab-process-stages-images {
        display: none;
    }
    .project-tab-result-summary {
        flex-direction: column;
    }
    .project-tab-result-summary-timing {
        width: 100%;
    }
    .project-tab-result-summary-economics {
        width: 100%;
    }
    .project-tab-result-review {
        flex-direction: column;
    }
    /* project detail end */
}
/* End */
/* /local/templates/catalog_new/css/projectspage.css?175878712420238 */
