

/* Start:/local/templates/vapse/css/pages/lk-designers.css?178423211920581*/
.upload-cards-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.upload-card {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.upload-card-preview {
    width: 100%;
    max-width: 377px;
    background: #EA4C2F1A;
    border-radius: 24px;
    padding: 20px;
}
.upload-card-preview__title {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.upload-card-preview__top-projects {
    margin-top: auto;
    color: #202732;
    font-size: 14px;
    line-height: 130%;
}
.upload-card-preview__photo-profile {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 15px;
}
.upload-card-preview__photo-profile img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.upload-card__square {
    width: 135px;
    height: 135px;
    background: #F9F9F9;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.upload-card.is-error .upload-card__square {
    outline: 1px solid #EA4C2F;
}
.upload-card__icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #999;
}

.upload-card__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    display: none;
}
.upload-card__image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.upload-card.is-filled .upload-card__image {
    display: block;
}

.upload-card.is-filled .upload-card__icon {
    display: none;
}

.upload-card__actions {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: rgba(0,0,0,.5);
    opacity: 0;
    transition: .2s;
}

.upload-card.is-filled:hover .upload-card__actions {
    opacity: 1;
}

.upload-card__action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 14px;
    color: #ffffff;
}
.upload-card__action-button-icon {
    border: none;
    cursor: pointer;
    width: 25px;
    height: 25px;
    transition: all .2s;
}
.upload-card__action-button:hover .upload-card__action-button-icon {
    transform: scale(1.1,1.1);
}
.upload-card__action-button-text {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
}
.upload-card__text {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: #000000;
}

.upload-card__title {
    margin-bottom: 8px;
    font-weight: 600;
}


.department-contact {
    background: #F9F9F9;
    padding: 30px 40px;
    border-radius: 5px;
}

.department-contact__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}
.department-contact__sub-title {
    margin-bottom: 20px;
    font-size: 14px;
}
.department-contact__list {
    width: 100%;
    max-width: 450px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.department-contact__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 5px;
}
.department-contact__item a {
    color: #EA4C2F;
    font-weight: 600;
    text-decoration: underline;
}
.department-contact__item a:hover {
    text-decoration: none;
}

.custom-upload-box__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    background: #F9F9F9;
    border-radius: 5px;
}
.custom-upload__body {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    gap: 6px;
    color: #EA4C2F;
    font-size: 14px;
}
.custom-upload-box__text {
    color: #20273280;
    font-size: 14px;
    font-weight: 400;
}
.custom-upload__files {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.custom-upload__file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px;
    background: #F9F9F9;
    color: #20273280;
    border-radius: 5px;
    font-size: 12px;
}

.custom-upload__remove {
    cursor: pointer;
    color: red;
    font-size: 12px;
}


/* Bids */
.bid-notification {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding: 12px 15px;
    border-radius: 5px;
    background: #F9F9F9;
}
.bid-notification__text {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    line-height: 38.4px;
    color: #202732;
}

.bids-new {
    margin-bottom: 65px;
}
.bids-new__list {
    margin-top: 30px;
}
.bid-item {
    padding: 30px 40px;
    border-radius: 5px;
    background: #ffffff;
}
.bid-item--new {
    border: 1px solid #C6C6C6;
}
.bid-item__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 44px;
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    color: #202732;
    margin-bottom: 20px;
}
.bid-item__name {}
.bid-item__date {}
.bid-item__more {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    color: #202732;

}
.bid-item__chat {
}
.bid-item__chat-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #EA4C2F;
}
.bid-item__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 20px;
}
.bid-item__buttons .btn {
    width: 100%;
    flex: 0 0 auto;
    max-width: 289px;
}

/* Bid tabs */
.bids-type__tabs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    overflow: hidden;
    border-bottom: 1px solid #BABABA;
}
.bids-type__content {
    padding: 40px;
    background: #F9F9F9;
    display: none;
}

.bids-type__content.is-active {
    display: block;
}

.bids-type__tab {
    flex: 0 0 auto;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px;
}
.bids-type__tab:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 4px;
    border-radius: 20px 20px 0 0;
    background: #EA4C2F;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
}
.bids-type__tab.is-active {
    color: #EA4C2F;
}
.bids-type__tab.is-active:after {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.work-design__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}
.work-design-item {
    display: block;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E5EFFE;
}
.work-design__col {
    flex: 0 0 auto;
    width: calc(33.3333% - 14px);
}
.works-design__status {
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    overflow: hidden;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    transform: translateZ(0);
}

.works-design__status-icon {
    flex: 0 0 auto;
}
.works-design__status.is-public {
    background: #34B82D;
}
.works-design__status.is-moderate {
    background: #C8B316;
}
.works-design__status.is-error {
    background: #EA4C2F;
}
.work-design-item__img {
    overflow: hidden;
    height: 250px;
    width: 100%;
}
.work-design-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.work-design-item__img:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}
.work-design-item__content {
    padding: 20px;
}
.work-design-item__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
    color: #202732;
}
.work-design-item__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: #202732;
}
.price-field {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.price-field__input {
    max-width: 165px;
}
.price-field__text {
    font-size: 15px;
    line-height: 20px;
    color: #000;
}
.checkbox-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}
.checkbox-list .checbox {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-top: 0 !important;
}
/* Modal Lk Steps */
.white-fancybox .modal {
    background: #ffffff;
    max-width: 962px;
}

.field-caption {
    margin-top: 10px;
}
.work-added-steps {
    overflow: hidden;
}
.work-added-step {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.work-added-step.is-active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.work-added-step--second {}
.work-added-step--third {}
.work-added-step__title {
    margin-bottom: 20px;
    font-weight: 600;
}
.work-added__buttons {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.added-places-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    cursor: pointer;
    font-weight: 700;
    font-size: 15px;
}
.added-places-btn__icon {
    color: #EA4C2F;
    font-size: 20px;
    font-weight: 700;
}
.work-added-place {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #E5E5E5;
}
.work-added-place__fields {
    padding-right: 24px;
}
.work-added-place:first-of-type {
    border-top: 1px solid #E5E5E5;
}
.work-added-place:last-of-type {
    border-bottom: 0;
}
.work-added-place__remove {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    color: #EA4C2F;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 0;
    line-height: 1;
}
.work-added__field.is-error .cabinet-form__field {
    border-color: #EA4C2F;
}
.custom-select.is-error .custom-select__trigger {
    border-color: #EA4C2F;
}
.work-added__button-next.work-added__button-next {
    margin-left: auto;
}
.work-added__button-prev.work-added__button-prev {
    max-width: 233px;
    width: 100%;
}

.uploader-rooms {
    margin-top: 30px;
}
.uploader-room-item {
    margin-bottom: 30px;
}
.uploader-room-item:last-of-type {
    margin-bottom: 0;
}

.uploader-room-item__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.uploader-room {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    background: #F9F9F9;
    border-radius: 5px;
    overflow: hidden;
    height: 135px;
}
.uploader-room.is-error {
    outline: 1px solid #EA4C2F;
}
.uploader-room__content {
    min-width: 300px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    cursor: pointer;
}
.uploader-room__icon {}
.uploader-room__caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.uploader-room__images {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}
.uploader-room__image {
    position: relative;
    width: 135px;
    height: 135px;
    overflow: hidden;
    flex: 0 0 auto;
}
.uploader-room__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.uploader-room__image [data-remove] {
    display: flex;
    align-items: center;
    top: 10px;
    right: 10px;
    justify-content: center;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.51);
    color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}
.preview-step {}
.preview-step__body {
    width: 100%;
    margin: 0 auto 40px;
    max-width: 377px;
}
.preview-step__info {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
    text-align: center;
}
.preview-step__info2 {
    width: 100%;
    max-width: 655px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}
.work-added-step__success-title {
    max-width: 283px;
    margin: 0 auto 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #000;
}
.work-added-step__success-body {
    max-width: 355px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
}

.work-added-step__success-btns {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 50px;
}
.work-added-step__success-btns .btn {
    width: 100%;
    max-width: 100%;
}

/* Reward Page */
.reward-box {}
.reward-box__text {}
.reward-check {
    margin-top: 40px;
    margin-bottom: 20px;
}
.reward-check__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #000;
}
.reward-check__box {
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #EA4C2F;
    border-radius: 10px;
    background: #F9F9F9;
}
.reward-check__caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 17.5px;
}
.reward-check__total {
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    color: #EA4C2F;
}
.reward-check__info {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

/* Selects */
.custom-select {
    position: relative;
    width: auto;
    min-width: 120px;
    font-family: inherit;
}

/* Trigger */
.custom-select__trigger {
    width: 100%;
    min-height: 42px;
    padding: 0 43px 0 16px;
    background: #fff;
    color: #202732;
    border: 1px solid #D7D7D7;
    border-radius: 63px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: border-color .2s, box-shadow .2s;
}
.cabinet-form__field::placeholder {
    color: #202732;
    opacity: 1;
    font-size: 14px;
}
.custom-select__trigger:hover {
    border-color: #b5b5b5;
}

.custom-select.is-open .custom-select__trigger {
    border-color: #EA4C2F;
}
/* Value */
.custom-select__value,
[data-custom-select-value] {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Arrow */
.custom-select__trigger-arrow {
    position: absolute;
    right: 18px;
    transition: transform .2s;
}

.custom-select.is-open .custom-select__trigger-arrow {
    transform: rotate(180deg);
}

/* Dropdown */
.custom-select__dropdown {
    position: absolute;
    overflow: hidden;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-4px);
    transition: opacity .15s, transform .15s;
}

.custom-select.is-open .custom-select__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
	max-height: 220px;
    overflow-y: auto;
}

.custom-select__option.custom-select__option {
    display: block;
    width: 100%;
    padding: 12px 16px;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 15px;
    cursor: pointer;
    transition: background .15s, color .15s;
}

.custom-select__option.custom-select__option:hover {
    background: #F9F9F9;
}

.custom-select__option.custom-select__option.is-selected {
    background: #F9F9F9;
    color: #202732;
}

.custom-select[data-multiple] .custom-select__option.custom-select__option.is-selected {
    background: #f0f0f0;
    color: #202732;
    font-weight: 500;
}

.custom-select.is-disabled {
    pointer-events: none;
    opacity: .5;
}

@media (max-width: 1024px) {
    .work-design__list {

    }
    .work-design__col {
        width: calc(50% - 14px);
    }
}
@media (max-width: 768px) {
    .work-design__list {

    }
    .work-design__col {
        width: calc(50% - 14px);
    }
}
@media (max-width: 640px) {
    .work-design__list {

    }
    .work-design__col {
        width: 100%;
    }
}


.project-card {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    border-radius: 24px;
    overflow: hidden;
}
.project-card__img {
    overflow: hidden;
    height: 250px;
}
.project-card__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.project-card__content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
    flex: 1;
    background: #ffffff;
}
.project-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #202732;
}

.designer-card {
    display: block;
    overflow: hidden;
    border-radius: 24px;
}
.designer-card__top {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 15px;
    padding: 15px 15px 20px 15px;
    background: #ffffff;
}
.designer-card__photo-profile {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 15px;
}
.designer-card__photo-profile img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}
.designer-card__top-content {
    display: flex;
    align-items: self-start;
    justify-content: flex-start;
    flex-direction: column;
}
.designer-card__top-title {
    font-size: 16px;
    line-height: 150%;
    font-weight: 500;
    color: #000000;
}

.designer-card__top-projects {
    margin-top: auto;
    color: #202732;
    font-size: 14px;
    line-height: 130%;
}

.designer-card__background {
    overflow: hidden;
    height: 250px;
}

.designer-card__background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.projects-wrapper {
    margin: 40px 0 0;
    padding-bottom: 60px;
}
.more-projects__list {
    width: 100%;
}
.projects-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 20px;
    margin: 0 -10px;
}

.projects-list__col {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px;
}
.projects-list__col .project-card {
    height: 100%;
}
.projects-list__col-50 {
    width: 50%;
}

@media (max-width: 1024px) {
    .projects-list__col {
        width: 33.3333%;
        padding: 0 10px;
    }
}
@media (max-width: 992px) {
    .upload-cards-box {
      flex-direction: column;
    }
}
@media (max-width: 767px) {
    .projects-list__col {
        width: 50%;
        padding: 0 10px;
    }
}
@media (max-width: 600px) {
    .projects-list__col {
        width: 100%;
        padding: 0 10px;
    }
}

/* End */


/* Start:/local/templates/vapse/css/pages/projects-designers.css?17842321198670*/
.projects-designers__content {
    background: #ffffff;
    padding-bottom: 50px;
}
.projects-designers__tabs {
    background: #ffffff;
}
/* tabs-inner */
.tabs-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 20px;
    overflow: hidden;
    border-bottom: 1px solid #BABABA;
}
.filters-inner__body {
    padding: 30px 0;
    border-bottom: 1px solid #BABABA;
}
.tabs-inner__content {
    padding: 0;
}
.tabs-inner__content[data-tab-content] {
    display: none;
}
.tabs-inner__content.is-active[data-tab-content] {
    display: block;
}
.tabs-inner__item {
    flex: 0 0 auto;
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    color: #202732;
}
.tabs-inner__item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 4px;
    border-radius: 20px 20px 0 0;
    background: #EA4C2F;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4px);
}
.tabs-inner__item.is-active {
    color: #EA4C2F;
}
.tabs-inner__item.is-active:after {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.filters-inner__tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.tag-inner {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 100px;
    background: #ffffff;
    color: #202732;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    transition: all .2s ease-in-out;
}

.tag-inner:hover,
.tag-inner.is-active {
    color: #ffffff;
    background: #EA4C2F;
}

.filters-inner__caption {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.5px;
    color: #202732;
}
.filters-inner__selects {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.pagination-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 68px;
}

.pagination-wrapper .navigation {
    margin-top: 30px;
}

.project-inform {
    padding: 30px;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    background: radial-gradient(126.48% 126.48% at 49.28% 93.46%, #474148 0%, #746865 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.project-inform__title {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38.4px;
    color: #ffffff;
}
.project-inform__content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 23px;
}
.project-inform__info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.project-inform__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
}
.project-inform__btn {
    margin-top: auto;
    width: 100%;
}
.project-inform__btn .btn {
    width: 100%;
    max-width: 100%;
}

.project-inform__img {
    margin-right: -75px;
    margin-bottom: -75px;
    width: 426px;
    height: 277px;
    border-radius: 24px;
    border: 1px solid #EA4C2F;
    padding: 10px;
}
.project-inform__img img {
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-detail__content {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    margin-bottom: 70px;
}
.project-detail__img {
    width: 100%;
    max-width: 765px;
    overflow: hidden;
    border-radius: 20px;
}
.project-detail__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-detail__right {

}
.project-detail__tags {
    margin-bottom: 30px;
}

.designer-info-mini {
    padding: 20px;
    border-radius: 24px;
    background: #F9F9F9;
}
.designer-info-mini__body {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
}
.designer-info-mini__img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    flex: 0 0 auto;
    border-radius: 15px;
}
.designer-info-mini__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.designer-info-mini__content {
    flex: 1;
}

.designer-info-mini__name {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #202732;
}
.location-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
}
.designer-info-mini__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.project-gallery__list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
}

.project-gallery__item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: block;
    width: calc(25% - 18px);
    border-radius: 20px;
}

.project-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.more-projects {
    padding-bottom: 60px;
    padding-top: 30px;
}
.more-projects__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 20px;
}
.more-projects__top .btn--link {
    flex: 0 0 auto;
}
.more-projects__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 38px;
    color: #202732;
}
.designer-callback-modal.designer-callback-modal {
    max-width: 674px;
}

.designer-callback-modal textarea {
    height: 111px;
}
.project-designer {
    margin-bottom: 70px;
}
.project-designer__content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}
.project-designer__img {
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 15px;
}
.project-designer__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-designer__right {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    max-width: 760px;
    width: 100%;
}
.project-designer__right .location-info {
    margin-bottom: 20px;
}
.project-designer {}
.project-designer__info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: auto;
    background: #F9F9F9;
    border-radius: 10px;
    padding: 30px;
}
.project-designer__info-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #202732;
}

.designer-modal .fancybox-navigation .fancybox-button {
    display: block;
}
.designer-modal .fancybox-navigation .fancybox-button div {
    background: #ffffff;
}

.designer-modal button.fancybox-button.fancybox-button--close {
    background: #ffffff !important;
}

@media (max-width: 1024px) {
    .project-detail__content {
        flex-direction: column;
    }
    .project-gallery__item {
        width: calc(33.3333% - 18px);
    }
    .project-designer__info {
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .project-detail__content {
        margin-bottom: 40px;
    }

    .project-gallery__item {
        width: calc(50% - 18px);
    }

}
@media (max-width: 600px) {
    .project-designer__content {
        flex-direction: column;
    }
    .pagination-wrapper {
        margin-top: 40px;
    }
    .designer-info-mini__name {
        font-size: 16px;
    }
    .project-gallery__item {
        aspect-ratio: 1 / .6;
    }
    .designer-info-mini__buttons {
        flex-direction: column;
        align-items: flex-start;
    }
    .project-inform__img {
        display: none;
    }
    .project-inform__info {
        width: 100%;
    }
    .project-inform__content {
        display: block;
    }
    .project-inform__title {
        font-size: 24px;
        line-height: 28px;
    }
    .project-inform__text {
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 10px;
    }
    .project-gallery__item {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/vapse/components/bitrix/breadcrumb/universal/style.css?17842321192537*/
.bx-breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bx-breadcrumb-item {
	height: 22px;
	white-space: nowrap;
}

.bx-breadcrumb-item-angle {
	margin: 0 10px;
	color: #b5bdc2;
	vertical-align: top;
	font-size: 12px;
}

.bx-breadcrumb-item-link {
	border-bottom: none;
	vertical-align: top;
	line-height: 21px;
}

.bx-breadcrumb-item-link:hover { }

.bx-breadcrumb-item-text {
	vertical-align: top;
	white-space: normal;
	font: 400 13px/21px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	transition: 250ms linear all;
}






/* Базово: ничего не раскрываем через CSS, всем управляет JS */
.breadcrumb__item { position: relative; display: inline-flex; align-items: center; }
.breadcrumb__item--has-dropdown { cursor: pointer; }

.breadcrumb__arrow {
  width: 14px;
  height: 14px;
  margin-left: 6px;
  position: relative;
  flex: 0 0 auto;
}
.breadcrumb__arrow:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

/* Исходный dropdown в DOM скрыт всегда (JS будет переносить его в body) */
.breadcrumb__dropdown { display: none; }

/* Dropdown, перенесенный в body */
.breadcrumb__dropdown--portal {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2147483000; /* максимально “поверх” */
  min-width: 260px;
  max-width: calc(100vw - 16px);
  max-height: calc(100vh - 16px);
  overflow: auto;
  background: #fff;
  border: 1px solid rgba(0,0,0,.10);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  border-radius: 10px;
  padding: 8px 0;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb__dropdown-link {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
  white-space: nowrap;
}
.breadcrumb__dropdown-link:hover { background: rgba(0,0,0,.04); }
.breadcrumb__dropdown-link--self { font-weight: 600; }

.breadcrumb__dropdown-sep {
  height: 1px;
  margin: 6px 0;
  background: rgba(0,0,0,.08);
}

.breadcrumb__dropdown-link {
  color: #8e9297;
}

.breadcrumb__dropdown-link:hover {
  color: #babec4;
}

.breadcrumb__dropdown--portal {
  overscroll-behavior: contain;
  touch-action: pan-y;
}
/* End */


/* Start:/local/templates/vapse/components/bitrix/system.pagenavigation/designers/style.css?17842321192917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */
/* /local/templates/vapse/css/pages/lk-designers.css?178423211920581 */
/* /local/templates/vapse/css/pages/projects-designers.css?17842321198670 */
/* /local/templates/vapse/components/bitrix/breadcrumb/universal/style.css?17842321192537 */
/* /local/templates/vapse/components/bitrix/system.pagenavigation/designers/style.css?17842321192917 */
