.project {
    padding: 0 0 38px
}

.project__title,
.project__title>* {
    color: #303030;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.125
}

.project__content {
    margin-top: 24px
}

.project__gallery {
    min-width: 0
}

.project__info {
    margin-top: 28px
}

.project__tabs {
    margin-top: 48px
}

.project__price {
    margin-top: 54px
}

.project-gallery__slider-wrapper {
    position: relative;
    z-index: 2
}

.project-gallery__label {
    background-color: #f58802;
    border-radius: 3px;
    color: #fff;
    font-size: .875rem;
    left: 0;
    line-height: 1.9411764706;
    max-width: calc(100% - 4px);
    padding: 0 18px;
    position: absolute;
    top: 34px;
    z-index: 5
}

.project-gallery__label_gray {
    background-color: #b4b4b4
}

.project-gallery__slider {
    position: relative;
    z-index: 2
}

.project-gallery__zoom {
    background: transparent;
    border: none;
    bottom: 22px;
    color: #fff;
    display: block;
    font-size: 1.3125rem;
    padding: 0;
    position: absolute;
    right: 22px;
    z-index: 5
}

.project-gallery__nav {
    position: relative;
    z-index: 5
}

.gallery-slider:not(.gallery-slider_initialized) {
    height: 238px;
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.gallery-slider__img {
    display: block;
    font-size: 0;
    line-height: 0
}

.gallery-slider__img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.gallery-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.gallery-nav__item {
    display: block;
    font-size: 0;
    line-height: 0;
    position: relative
}

.gallery-nav__item:before {
    border: 2px solid #01c102;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .15s ease-in-out;
    width: 100%;
    z-index: 2
}

.gallery-nav__item_active:before {
    opacity: 1
}

.gallery-nav__img {
    display: block;
    font-size: 0;
    line-height: 0
}

.gallery-nav__img img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.project-info__progress {
    margin-top: 46px
}

.project-info__actions {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    row-gap: 5px
}

.project-info__invest {
    align-items: center;
    background: #248cff;
    border: none;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(12, 158, 15, .15);
    color: #fff;
    display: flex;
    font-size: .875rem;
    font-weight: 700;
    justify-content: center;
    line-height: 1.7142857143;
    min-height: 42px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background .15s ease-in-out
}

.project-info__invest:hover {
    background: #0079ff
}

.project-info__favorite {
    background: #fff;
    border: 1px solid #dde1e9;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(12, 158, 15, .15);
    color: #303030;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.6;
    min-height: 42px;
    text-decoration: none;
    transition: color .15s ease-in-out
}

.project-info__favorite:hover {
    color: #01c102
}

.project-info__icon-favorite {
    display: inline;
    font-size: 1.125rem;
    margin-right: 8px;
    width: 1.1111111111em
}

.project-params {
    display: flex;
    flex-direction: column;
    row-gap: 14px
}

.project-params__item {
    align-items: center;
    border-bottom: 1px dashed #d5d9df;
    -moz-column-gap: 15px;
    column-gap: 15px;
    display: flex;
    justify-content: space-between;
    padding: 5px 12px
}

.project-params__label {
    color: #303030;
    font-size: .75rem;
    line-height: 1.2;
    text-align: left
}

.project-params__label_location {
    font-size: .8125rem
}

.project-params__label_popover {
    align-items: center;
    display: flex
}

.project-params__icon-location {
    font-size: 1.0625rem;
    margin-right: 4px;
    width: .6470588235em
}

.project-params__popover {
    align-items: center;
    background-color: #dfe5eb;
    border: 1px solid #677081;
    border-radius: 50%;
    display: flex;
    height: 19px;
    justify-content: center;
    margin-left: 10px;
    width: 19px
}

.project-params__icon-popover {
    font-size: .75rem;
    width: .5833333333em
}

.project-params__value {
    color: #303030;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: right
}

.project-params__value_link {
    color: #3883d5;
    text-decoration: none
}

.project-params__value_link:hover {
    text-decoration: underline
}

.project-price__title {
    color: #303030;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.3333333333
}

.project-price__table {
    margin-top: 32px
}

.project-price__table table {
    width: 100%
}

.project-price__table tr {
    background: #f2f5fc
}

.project-price__table tr:nth-child(2n) {
    background: #fff
}

.project-price__table th {
    color: #303030;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 6px;
    vertical-align: middle
}

.project-price__table th:not(:nth-child(2)) {
    text-align: center
}

.project-price__table td {
    color: #303030;
    font-size: .75rem;
    line-height: 1.2;
    padding: 10px 6px;
    vertical-align: middle
}

.project-price__table td:not(:nth-child(2)) {
    text-align: center
}

[data-popper-content] {
    background-color: #fff;
    border: 2px solid #eaf0f5;
    border-radius: 14px;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .19);
    color: #0f0f0f;
    display: none;
    font-size: .8125rem;
    line-height: 1.5384615385;
    max-width: 295px;
    padding: 20px 26px
}

[data-popper-content][data-show] {
    display: block
}

[data-popper-content] [data-popper-arrow] {
    left: -9px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden
}

[data-popper-content] [data-popper-arrow],
[data-popper-content] [data-popper-arrow]:before {
    background: inherit;
    height: 18px;
    position: absolute;
    width: 18px
}

[data-popper-content] [data-popper-arrow]:before {
    border: 2px solid #eaf0f5;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .19);
    content: "";
    transform: rotate(45deg);
    visibility: visible;
    z-index: 2
}

[data-popper-content] [data-popper-arrow]:after {
    background: #fff;
    content: "";
    display: block;
    height: 34px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    visibility: visible;
    width: 20px;
    z-index: 5
}

.project-tabs__header {
    border-bottom: 2px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    row-gap: 7px
}

.project-tabs__tab {
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #303030;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 16px 26px;
    position: relative;
    text-transform: uppercase;
    transition: color .15s ease-in-out
}

.project-tabs__tab:hover,
.project-tabs__tab_active {
    color: #01c102
}

.project-tabs__tab:before {
    background: #01c102;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: .15s;
    transition-property: left, width;
    transition-timing-function: ease-in-out;
    width: 0
}

.project-tabs__tab_active:before {
    width: 5px
}

.project-tabs__content {
    padding-top: 28px
}

.project-tabs__item {
    color: #171717;
    font-size: .875rem;
    line-height: 1.875
}

.project-tabs__item:not(.project-tabs__item_active) {
    display: none
}

.project-tabs__item h3 {
    color: #303030;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 1.6666666667;
    margin-bottom: 1em
}

.project-tabs__item ul {
    list-style-type: none;
    margin-top: 6px;
    padding-left: 0
}

.project-tabs__item ul li {
    padding-left: 17px;
    position: relative
}

.project-tabs__item ul li:not(:last-child) {
    margin-bottom: 6px
}

.project-tabs__item ul li:before {
    background-color: #ff9b40;
    border-radius: 1px;
    content: "";
    display: block;
    height: 6px;
    left: 3px;
    position: absolute;
    top: 10px;
    width: 6px
}

.project-tabs__video {
    margin-top: 36px;
    max-width: 554px
}

.project-video__preview {
    background: transparent no-repeat 50%/cover;
    border: 8px solid #f2f5fc;
    color: rgba(34, 34, 34, .8);
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    transition: color .15s ease-in-out
}

.project-video__preview:hover {
    color: red
}

.project-video__img {
    display: block;
    font-size: 0;
    height: 100%;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.project-video__img img {
    display: block;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.project-video__icon {
    display: block;
    font-size: 3rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1.4166666667em;
    z-index: 2
}

@media only screen and (min-width:36em) {
    .project-price__table th {
        font-size: .9375rem;
        padding: 15px 18px
    }

    .project-price__table td {
        font-size: .9375rem;
        padding: 10px 18px
    }

    .project-tabs__header {
        -moz-column-gap: 7px;
        column-gap: 7px;
        flex-direction: row;
        padding-bottom: 0
    }

    .project-tabs__tab {
        border: none
    }

    .project-tabs__tab:before {
        bottom: -2px;
        height: 3px;
        left: 50%;
        top: auto
    }

    .project-tabs__tab_active:before {
        left: 0;
        width: 100%
    }

    .project-tabs__content {
        padding-top: 48px
    }
}

@media only screen and (min-width:48em) {
    .project__content {
        grid-column-gap: 18px;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .project__gallery {
        padding-top: 7px
    }

    .project__info {
        margin-top: 0
    }

    .project-info {
        padding-left: 12px
    }

    .project-info__params {
        margin-left: -12px
    }

    .project-tabs__tab {
        font-size: 1rem
    }
}

@media only screen and (min-width:62em) {

    .project__title,
    .project__title>* {
        font-size: 2rem
    }

    .project__content {
        grid-column-gap: 28px
    }

    .project__tabs {
        margin-top: 90px
    }

    .project-info__favorite,
    .project-info__invest {
        min-height: 56px
    }

    .project-params__label {
        font-size: .875rem
    }

    .project-params__label_location {
        font-size: .9375rem
    }

    .project-params__icon-location {
        margin-right: 9px
    }

    .project-params__value {
        font-size: .875rem
    }

    .project-tabs__tab {
        padding: 16px 46px
    }

    .project-tabs__item {
        font-size: 1rem
    }

    .project-tabs__item ul li:before {
        top: 12px
    }

    .project-video__preview {
        border-width: 28px
    }
}

@media only screen and (min-width:75em) {
    .project {
        padding: 0 0 176px
    }

    .project-gallery__slider-wrapper:before {
        background: transparent url(../img/bg-dots.png) repeat 0 0;
        bottom: -79px;
        content: "";
        display: block;
        height: 275px;
        left: -52px;
        position: absolute;
        width: 80px;
        z-index: 1
    }

    body.no-js .project-gallery__slider-wrapper:before,
    body.no-webp .project-gallery__slider-wrapper:before {
        background-image: url(../img/bg-dots.png)
    }

    body.webp .project-gallery__slider-wrapper:before {
        background-image: url(../img/bg-dots.webp)
    }

    .project-gallery__label {
        font-size: 1.0625rem
    }

    .project-info {
        padding-left: 25px
    }

    .project-info__params {
        margin-left: -25px
    }

    .project-params__item {
        padding-left: 25px
    }

    .project-tabs__tab {
        font-size: 1.25rem
    }
}