.top {
    padding-top: 0 !important;  
}

.stone__banner {
    position: relative;
    z-index: 1;
    min-height: 672px;
    padding: 2.5rem 0;
}

._pt {
    margin-top: 6.25rem;
}

.stone__title {
    font-family: "Manrope";
    font-size: 1.75rem;
    font-weight: 600;
}

.stoneBanner__image {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    margin-left: calc(-50 * var(--vw, 1vw));
    width: calc(100 * var(--vw, 1vw));
    height: 100%;
    background-image: url("images/bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.stoneBanner__textTop {
    color: #fff;
    font-family: "Condensed";
    font-size: 1.75rem;
}

.stoneBanner__name {
    padding-top: 10rem;
    color: #fff;
    font-family: "Oswald";
    font-weight: 600;
    font-size: 4rem;
    text-transform: uppercase;
}

.stoneBanner__desc {
    padding-top: 2.5rem;
    color: #fff;
    font-family: "Manrope";
    font-size: 1.25rem;
    line-height: 26px;
}

.stone__advantages {
    position: relative;
    z-index: 1;
    margin-top: -2rem;
}





.stone__content {
    display: grid;
    grid-template-columns: 2fr 4fr;
    gap: 20px;
}

.stoneContent__block:nth-child(1) {
    position: relative;
    z-index: 2;
}

.stoneContent__images {
    display: flex;
    margin-left: -20rem;
}

.stoneContent__image {
    position: relative;
    padding-top: 66%;
    width: 370px;
    overflow: hidden;
    border-radius: 20px;
}

.stoneContent__image .image__absolute > div {
    width: 100%;
    height: 100%;
}

.stoneContent__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stoneContent__image:not(:first-child) {
    margin-left: 1rem;
}

.stoneContentInfo__title {
    padding: 2rem 0 4rem;
}

.stoneContentInfo__title span {
    color: #1AA98D;
}

.stoneContent__info {
    text-align: start;
}

.stoneContentInfo__text {
    font-family: "Manrope";
    font-size: 1.25rem;
    line-height: 25px;
}

.stoneContent__info > div:nth-child(2) {
    position: relative;
    z-index: 1;
    padding: 38px 0;
}

.stoneContent__info > div:nth-child(2):after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: -10rem;
    background: #F4F5F5;
    border-radius: 20px;
}

.stoneContent__info > div:nth-child(3) {
    position: relative;
    margin-top: 2rem;
    padding-right: 7rem;
}

.stoneContent__info > div:nth-child(3):after {
    content: '';
    position: absolute;
    top: -5rem;
    right: -18rem;
    width: 350px;
    height: 280px;
    background-image: url("images/after_content_bg.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}






.stone__product {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}

.stone__product:after {
    content: '';
    position: absolute;
    z-index: -2;
    top: 0;
    left: 50%;
    margin-left: calc(-50 * var(--vw, 1vw));
    width: calc(100 * var(--vw, 1vw));
    height: 100%;
    background: #1AA98D;
}

.stone__product:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 10%;
    width: 55rem;
    height: 18rem;
    background-image: url(images/after_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.stoneProduct__block:nth-child(2) {
    display: flex;
    justify-content: end;
    align-items: end;
}

.stoneProduct__logo {
    max-width: 400px;
    padding-bottom: 8rem;
}

.stoneProduct__logo img {
    width: 100%;
}

.stoneProduct__text {
    padding-bottom: 3rem;
    color: #fff;
    font-family: "Inter";
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 24px;
}

.stoneProduct__text b {
    font-weight: 600;
}

.stoneProduct__link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    text-align: center;
    border-radius: 50px;
    padding: 16px 48px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    background: #138D75;
    color: #fff;
    font-family: "Manrope";
    font-size: 1.35rem;
    font-weight: 600;
    transition: 0.35s;
}

.stoneProduct__link:hover {
    background: #137562;
    transition: 0.35s;
}

.stoneProduct__image {
    position: relative;
    width: 100%;
    padding-top: 43%;
    margin-right: -17%;
    margin-bottom: -20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 20px solid #fff;
}

.stoneProduct__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.stone__reasons {
    display: grid;
    grid-template-columns: 6fr 1fr;
    gap: 20px;
}

.stoneReasons__block:nth-child(1) {
    position: relative;
    z-index: 1;
}

.stoneReasons__title {
    padding-bottom: 20px;
    padding-top: 4rem;
}

.stoneReasons__title span {
    color: #1AA98D;
}

.stoneReasons__image {
    position: relative;
    overflow: hidden;
    padding-top: 310%;
    margin-left: -24rem;
    border-radius: 20px;
}

.stoneReasons__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}





.stone__video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.stoneVideoContent__top {
    display: flex;
    justify-content: space-between;
}

.stoneVideoContent__image {
    width: 110px;
    height: 110px;
}

.stoneVideo__video {
    position: relative;
    z-index: 5;
    border: 20px solid #fff;
    border-radius: 20px;
    background: #fff;
}


.stoneVideo__video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stoneVideoContent__image img {
    width: 100%;
    height: 100%;
}

.stoneVideoContent__sticker {
    color: #1AA98D;
    font-family: "Oswald";
    font-size: 1.75rem;
    font-weight: 600;
    text-align: end;
}

.stoneVideoContent__name {
    padding-top: 2.5rem;
    font-family: "Manrope";
    font-size: 1.5rem;
    font-weight: 600;
}

.stoneVideoContent__text {
    padding-top: 1.25rem;
    padding-bottom: 3rem;
    font-family: "Manrope";
    font-size: 1.1rem;
    padding-right: 5rem;
    line-height: 23px;
}

.stoneVideoContent__bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.75rem 0;
}

.stoneVideoContent__bottom:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: -25%;
    margin-left: calc(-50 * var(--vw, 1vw));
    width: calc(250 * var(--vw, 1vw));
    height: 100%;
    background: #1AA98D;
}

.stoneVideoContent__desc {
    color: #fff;
    font-family: "Manrope";
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 28px;
}

.stoneVideoContent__desc span {
    font-size: 1.5rem;
    font-weight: 600;
}

.stoneVideoContent__btn {
    max-width: 290px;
    width: 100%;
}

.stoneVideoContent__link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    padding: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    background: #138D75;
    color: #fff;
    font-family: "Manrope";
    font-size: 1.35rem;
    font-weight: 600;
    transition: 0.35s;
}

.stoneVideoContent__link:hover {
    background: #137562;
    transition: 0.35s;
}





.stone__projects {

}

.stoneProjects__title {
    padding-bottom: 30px;
}

.stoneProjects__title span {
    color: #1AA98D;
}

.stone__projects .catalog-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 14px;
}

.stone__projects .catalog-section .product-item-line-card {
    max-width: calc(33.33333333333333333% - 10px);
    width: 100%;
    /* aspect-ratio: 1 / 1.2; */
}

.stoneProjects__btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 3.125rem;
}

.stoneProjects__link {
    border-radius: 100px;
    padding: 14px 65px;
    background: #1AA98D;
    color: #fff;
    font-family: "Manrope";
    font-size: 1.35rem;
    font-weight: 600;
    transition: .35s;
}

.stoneProjects__link:hover {
    background: #167262;
    transition: .35s;
}





.stoneConstruction_title {
}

.stoneConstruction_title span {
    color: #1AA98D;
}

.stone__construction {

}





.stoneForm__title {
    padding-bottom: 20px;
}

.stoneForm__title span {
    color: #1AA98D;
}





.stone__filter {

}

.stoneFilter__title span {
    color: #1AA98D;
}

.stone__filter .filter__btn-wrap {
    display: none;
}





@media(min-width: 2000px) {
    .stoneProduct__image {
        margin-left: 4rem;
        margin-right: 0;
    }
    .stoneContent__info > div:nth-child(3):after {
        right: -7rem;
        top: 6rem;
        z-index: 5;
        scale: .8;
    }
    .stoneContent__images {
        margin-left: 0;
    }
    .stoneContent__image {
        padding-top: 70%;
        width: 250px;
    }
    .stoneContent__info > div:nth-child(3) {
        padding-right: 0;
    }
}
@media(max-width: 1620px) {
    .stoneContent__info > div:nth-child(3):after {
        right: -14rem;
    }
}
@media(max-width: 1400px) {
    .stoneProduct__image {
        margin-right: -6%;
    }
}
@media(max-width: 1200px) {
    ._pt {
        margin-top: 5rem;
    }
    .stone__title {
        font-size: 1.65rem;
    }
    .stone__banner {
        min-height: 550px;
    }
    .stoneBanner__textTop {
        font-size: 1.5rem;
    }
    .stoneBanner__name {
        padding-top: 7rem;
        font-size: 3.5rem;
    }
    .stoneContentInfo__title {
        padding: 2rem 0 3rem;
    }
    .stoneContent__info > div:nth-child(2) {
        padding: 25px 0;
    }
    .stoneContentInfo__text {
        font-size: 17px;
    }
    .stoneContent__image {
        width: 340px;
    }
    .stoneProduct__logo {
        padding-bottom: 6rem;
    }
    .stone__reasons {
        grid-template-columns: 1fr;
    }
    .stoneReasons__block:nth-child(2) {
        display: none;
    }
    .stoneReasons__title {
        padding-bottom: 35px;
        padding-top: 0;
        font-size: 1.65rem;
    }
    .stoneVideoContent__image {
        width: 90px;
        height: 90px;
    }
    .stoneVideoContent__sticker {
        font-size: 1.6rem;
    }
    .stoneVideoContent__name {
        font-size: 1.35rem;
    }
    .stoneVideoContent__text {
        font-size: 16px;
    }
    .stoneVideoContent__desc {
        font-size: 17px;
    }
    .stoneVideoContent__btn {
        max-width: 260px;
    }
    .stoneVideoContent__link {;
        font-size: 1.25rem;
    }
    .stone__video {
        gap: 20px;
    }
    .stoneProjects__link {
        padding: 14px 65px;
        font-size: 1.125rem;
    }
}
@media(max-width: 991px) {
    .stone__banner {
        min-height: 450px;
    }
    .stoneBanner__textTop {
        font-size: 1.25rem;
    }
    .stoneBanner__name {
        padding-top: 4rem;
        font-size: 3rem;
    }
    .stoneBanner__desc {
        font-size: 16px;
    }
    .stone__content {
        grid-template-columns: 1fr;
    }
    .stoneContent__block:nth-child(1) {
        display: none;
    }
    .stoneContentInfo__title {
        padding: 0 0 30px;
    }
    .stoneContent__info > div:nth-child(2):after {
        right: -10rem;
    }
    .stone__product {
        grid-template-columns: 2fr 2fr;
    }
    .stoneProduct__logo {
        padding-bottom: 4rem;
    }
    .stoneProduct__text {
        padding-bottom: 2rem;
        font-size: 1.125rem;
        line-height: 23px;
    }
    .stoneProduct__link {
        max-width: 300px;
        width: 100%;
        font-size: 1.125rem;
    }
    .stoneProduct__image {
        margin-right: -3rem;
        padding-top: 48%;
    }
    .stone__projects .catalog-section .product-item-line-card {
        max-width: calc(50% - 10px);
        gap: 10px 10px;
    }
    .stone__video {
        grid-template-columns: 1fr;
    }
    .stoneVideoContent__name {
        padding-top: 1.5rem;
    }
    .stoneVideoContent__text {
        padding-bottom: 2.5rem;
    }
    .stoneVideoContent__bottom {
        padding: 2.75rem 0;
    }
    .stoneVideo__video {
        border: none;
    }
    .stoneVideo__video iframe {
        max-width: 100%;
    }
}
@media(max-width: 768px) {
    .stone__title {
        font-size: 24px;
    }
    .stone__video {
        grid-template-columns: 1fr
    }
    .stoneVideoContent__sticker {
        font-size: 1.3rem;
    }
    .stoneVideoContent__name {
        padding-top: 2rem;
        font-size: 1.25rem;
    }
    .stoneVideoContent__text {
        font-size: 15px;
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    .stoneVideoContent__bottom {
        padding: 3rem 0;
    }
    .stoneVideoContent__desc {
        font-size: 16px;
    }
    .stoneVideoContent__desc span {
        font-size: 21px;
    }
    .stoneVideoContent__link {
        font-size: 1.125rem;
    }
}
@media(max-width: 660px) {
    .stone__projects .catalog-section .product-item-line-card {
        max-width: 100%;
    }
}
@media(max-width: 576px) {
    ._pt {
        margin-top: 40px;
    }
    .stoneContentInfo__title,
    .stoneReasons__title,
    .stoneProjects__title,
    .stoneForm__title {
        padding-bottom: 15px;
    }
    .stoneBanner__textTop {
        font-size: 18px;
    }
    .stoneBanner__name {
        font-size: 40px;
    }
    .stoneBanner__desc {
        font-size: 15px;
    }
    .stoneContentInfo__text {
        font-size: 16px;
    }
    .stoneContent__info > div:nth-child(3) {
        padding-right: 0;
    }
    .stoneContent__info > div:nth-child(3):after {
        content: none;
    }
    .stone__product {
        grid-template-columns: 1fr;
    }
    .stoneProduct__block:nth-child(1) {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stoneProduct__logo {
        padding-bottom: 3rem;
    }
    .stoneProduct__text {
        font-size: 16px;
        text-align: center;
    }
    .stoneProduct__link {
        font-size: 16px;
        margin-bottom: 2rem;
    }
    .stoneProduct__image {
        margin-right: 0;
        padding-top: 43%;
    }
    .stoneProjects__link {
        padding: 12px 55px;
        font-size: 16px;
    }
    .stoneProjects__btn {
        padding-top: 1.5rem;
    }
    .stone__projects .catalog-section {
        gap: 10px 10px;
    }
    .stoneVideoContent__bottom {
        flex-direction: column;
        padding: 1.5rem 0;
    }
    .stoneVideoContent__desc {
        padding-bottom: 1.25rem;
        text-align: center;
    }
    .stoneVideoContent__link {
        font-size: 16px;
    }
}