.back-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page {
    padding: 24px 16px 0;
}

.inner-page .inner-title {
    margin-bottom: 28px;
}

.inner-page .inner-title__heading {
    margin-top: 11px;
    line-height: 30px;
    letter-spacing: 1.2px;
    cursor: default;
}

.styles__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.styles__item {
    width: 46.6%;
    margin-bottom: 13px;
}

.styles__item--mobile-full {
    width: 100%;
}

.styles__photo {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.styles__photo--colorwater {
    background-image: url("img/colorwater/colorwater-pic3-desktop@2x.jpg");
    padding-bottom: 46%;
}
.styles__photo--easy {
    background-image: url("img/easy/easy-pic3-desktop@2x.jpg");
}
.styles__photo--whitemoon {
    background-image: url("img/whitemoon/whitemoon-pic3-desktop@2x.jpg");
}

.styles__title {
    font-family: "Circe", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 32px;
    text-align: center;
    margin-top: 2px;
}

.styles__link {
    text-decoration: none;
    color: #383B41;
    cursor: pointer;
}

.interiors__item {
    position: relative;
    margin-bottom: 32px;
}

.interiors__item img {
    width: 100%;
}

.interiors__inner {
    position: absolute;
    background-color: #fafafa;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    z-index: 1;
    padding: 15px;
    bottom: 10px;
    right: 10px;
}

.interiors__title {
    font-size: 16px;
    margin-bottom: 15px;
}

.interiors__link {
    display: block;
    font-size: 12px;
    color: #00adba;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.interiors__link::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 8px;
    background: url("/img/arrow-right.svg") no-repeat 0 0;
    background-size: contain;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-page__slider .gallery-slider {
    margin-top: 0;
}

.inner-page__slider .gallery-slider__items {
    padding-bottom: 40px;
}

.inner-page__slider .gallery-slider__item {
    display: block;
    text-decoration: none;
    position: relative;
    margin: 0;
    min-height: 268px;
    height: auto;
    color: #333333;
}

.inner-page__slider .gallery-slider__text {
    font-size: 14px;
    line-height: 21px;
    max-height: 285px;
    overflow: scroll;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 20px;
    cursor: default;
}

.inner-page__slider .gallery-slider__text p {
    margin: 0;
}

.inner-page__slider .gallery-slider .swiper-slide {
    margin-right: 30px;
    width: 576px;
}

.inner-page__slider .gallery-slider__item--description {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 9px 0 42px;
    min-height: auto;
}

.inner-page__slider .gallery-slider__item--description::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 2px;
    background-color: #333333;
    bottom: 20px;
    left: 30px;
}

.inner-page__slider .gallery-slider__item--description::before {
    content: "";
    position: absolute;
    bottom: 42px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 250, 250, 0)), to(#fafafa));
    background-image: -o-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
    background-image: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}

.inner-page__slider .gallery-slider__photo img {
    width: 288px;
    height: 347px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;", sans-serif;
    display: block;
    margin: 0 auto;
}

.inner-page__slider .gallery-slider__legend {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 19px;
}

.inner-page__slider .swiper-pagination-bullet {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 5px;
    border: 1px #00ADBA solid;
    background-color: transparent;
    opacity: 1;
}

.inner-page__slider .swiper-pagination-bullet:first-child,
.inner-page__slider .swiper-pagination-bullet:last-child {
    width: 4px;
    height: 4px;
}

.inner-page__slider .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active,
.inner-page__slider .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
}

.inner-page__slider .swiper-pagination-bullet-active {
    background-color: #00ADBA;
}

@media (min-width: 768px) {
    .inner-page {
        padding: 24px 30px 20px;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .inner-page__inner {
        width: 100%;
    }

    .inner-page__top {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
        margin-bottom: 62px;
        margin-left: 106px;
    }

    .inner-page__top .inner-title {
        margin-bottom: 0;
    }

    .styles__title {
        margin-top: 13px;
    }

    .styles__item {
        width: 47.9%;
        margin-bottom: 22px;
    }

    .styles__item--mobile-full {
        width: 100%;
        margin-bottom: 0;
    }

    .styles__photo {
        padding-bottom: 90%;
    }

    .styles__photo--colorwater {
        padding-bottom: 43.23%;
    }

    .interiors__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .interiors__item {
        width: 45.22%;
        margin-right: 30px;
        margin-bottom: 0;
    }

    .interiors__inner {
        bottom: 40px;
        right: 40px;
        width: 225px;
        height: 115px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 25px;
    }

    .inner-page__slider .gallery-slider__text {
        max-height: 385px;
        padding: 0 35px 20px;
        line-height: 32px;
    }

    .inner-page__slider .gallery-slider__item--description {
        padding: 35px 0 80px;
    }

    .inner-page__slider .gallery-slider__item--description::after {
        bottom: 50px;
        left: 35px;
    }

    .inner-page__slider .gallery-slider__item--description::before {
        bottom: 79px;
    }

    .inner-page__slider .gallery-slider__photo img {
        width: 363px;
        height: 500px;
    }

    .inner-page__slider .gallery-slider {
        margin-top: 52px;
    }

    .inner-page__slider .gallery-slider .swiper-slide {
        width: 363px;
        margin-right: 30px;
    }

    .inner-page__slider .swiper-pagination {
        display: none;
    }
}

@media (min-width: 1440px) {
    .page-header__logo {
        margin-right: 40px;
    }

    .page-header__left {
        width: 56.3%;
    }

    .page-header__menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .page-header__menu-item:not(:last-child) {
        margin-right: 30px;
    }

    .page-header__menu-item.is-active::after {
        bottom: -20px;
    }

    .page-header__keynote {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 12px;
    }

    .page-header__phone {
        margin-right: 16px;
    }

    .page-header__keynote-title {
        margin-left: 10px;
    }

    .page-header--inner .btn--line-inner {
        line-height: 14px;
        letter-spacing: 0.1px;
        padding: 0 20px 0 35px;
    }

    .inner-page {
        padding: 24px 30px 74px 136px;
    }

    .inner-page__top {
        margin-left: 0;
        margin-bottom: 69px;
    }

    .inner-page .inner-title__heading {
        margin-top: 11px;
    }

    .styles__item {
        width: 31.8%;
    }

    .styles__title {
        margin-top: 20px;
    }

    .styles__photo {
        padding-bottom: 113%;
    }

    .styles__photo--colorwater {
        background-image: url("img/colorwater/colorwater-pic3-desktop@2x.jpg");
    }

    .styles__photo--easy {
        background-image: url("img/easy/easy-pic3-desktop@2x.jpg");
    }

    .styles__photo--whitemoon {
        background-image: url("img/whitemoon/whitemoon-pic3-desktop@2x.jpg");
    }

    .interiors__inner {
        width: 320px;
        height: 192px;
        padding: 40px 36px 40px 40px;
    }

    .interiors__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }

    .interiors__title {
        font-size: 23px;
        line-height: 30px;
    }

    .interiors__link {
        font-size: 14px;
    }

    .interiors__link::after {
        width: 8px;
        height: 12px;
    }

    .inner-page__slider .gallery-slider__item--description {
        padding: 29px 50px 50px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 455px;
    }

    .inner-page__slider .gallery-slider__item--description::after {
        left: 50px;
    }

    .inner-page__slider .gallery-slider__item--description::before {
        display: none;
    }

    .inner-page__slider .gallery-slider__photo img {
        width: 576px;
        height: 455px;
    }

    .inner-page__slider .gallery-slider .swiper-slide {
        outline: none;
        width: 576px;
    }

    .inner-page__slider .gallery-slider__text {
        padding: 0;
        overflow: auto;
        max-height: none;
        font-size: 14px;
        line-height: 32px;
    }
}

@media (min-width: 1700px) {
    .inner-page .inner-title__heading {
        margin-top: 30px;
    }
}