

/* Start:/local/components/resoursum/projects/templates/.default/style.css?17470143834128*/
#map {
    min-height: 600px;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.projects .text-hint {
    font-size: 16px;
    line-height: 19px;
    color: #939393;
    margin-bottom: 20px;
}

#project-sidebar {
    display: none;
    position: absolute;
    top: -42px;
    right: 0;
    color: #fff;
    height: 100%;
    background: rgba(43, 66, 93, 0.9);
    backdrop-filter: blur(9px);
}

.show {
    display: flex !important;
}

.project-cover {
    min-height: 278px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 27px 15px;
}

.project-cover.no-project-cover {
    min-height: auto;
}

.project-status {
    padding: 8px 30px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 19px;
    color: #2B425D;
}

.project-info-wrapper {
    padding: 27px 15px;
    overflow-y: scroll;
    min-height: 300px;
    -webkit-mask-image: linear-gradient(180deg, rgba(43, 66, 93, 1) 60%, transparent);
}

.project-info-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    background-color: #3f546c;
}

.project-info-wrapper::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.project-info-wrapper::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fff;
}

.project-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 46px;
}

.project-name {
    color: #fff;
    font-size: 22px;
    line-height: normal;
    padding-bottom: 16px;
}

.project-description,
.project-description p {
    color: #fff;
}

.project-description p:last-child,
.project-description ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.project-city,
.project-period {
    font-size: 14px;
    line-height: 17px;
}

.project-bottom {
    padding: 10px 15px 25px 15px;
    margin-top: auto;
    display: flex;
}

.project-close {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url("/local/components/resoursum/projects/templates/.default/images/small_x_white.svg");
    background-position: center center;
    background-repeat: no-repeat;
}

.next-project,
.next-internal-project,
.prev-internal-project {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.next-project:after,
.prev-internal-project:before,
.next-internal-project:after {
    display: inline-block;
    content: '';
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.next-project:after,
.next-internal-project:after {
    margin-left: 22px;
    background-image: url("/local/components/resoursum/projects/templates/.default/images/arrow-right.png");
}

.prev-internal-project:before {
    margin-right: 22px;
    background-image: url("/local/components/resoursum/projects/templates/.default/images/arrow-left.png");
}

.project-internal-wrapper {
    display: flex;
    margin-right: 60px;
}

.prev-internal-project {
    padding: 0 10px 0 0;
}

.next-internal-project {
    padding: 0 0 0 10px;
}

#project-sidebar {
    width: 100%;
    height: auto;
    height: 650px;
    overflow: hidden;
}

.view-project .projects-form,
.view-project footer {
    display: none;
}

.view-project .projects-wrapper,
.view-project main {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .project-name {
        font-size: 30px;
    }

    .project-info-wrapper {
        padding: 38px 36px;
    }

    .project-cover {
        padding: 38px 36px;
    }

    .project-bottom {
        padding: 10px 46px 35px 46px;
    }
}

@media (min-width: 992px) {
    .project-info-wrapper {
        padding: 40px 46px;
    }

    .project-cover {
        padding: 40px 46px;
    }

    #project-sidebar {
        width: 550px;
    }

    .projects-wrapper {
        position: relative;
    }

    .project-name {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 1200px) {

}
/* End */


/* Start:/local/components/resoursum/form.modal/templates/.default/style.css?174701438371*/
.modal-form-wrapper .h2 {
    font-size: 36px;
    line-height: 42px;
}
/* End */
/* /local/components/resoursum/projects/templates/.default/style.css?17470143834128 */
/* /local/components/resoursum/form.modal/templates/.default/style.css?174701438371 */
