.home-main {
    width: 100%
}

.header {
    background-image: url("image/home/header-bg-1920.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100
}

body.home-page .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: transparent
}

body.home-page .header-nav-bar {
    background: #48924E
}

body {
    background-color: #F5F5F5
}

.hero {
    position: relative;
    width: 100%;
    overflow: hidden
}

.hero-image {
    position: relative;
    width: 100%;
    height: calc(100svh - var(--header-h, 164px));
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.hero-image > picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero-image > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom
}

.hero-buttons-desktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1
}

.hero-buttons-desktop .column {
    width: 100%;
    max-width: 1300px;
    padding: 32px 20px 46px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto
}

.hero-buttons-desktop .column .row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.hero-buttons-desktop .column .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1169px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(7px);
}

.hero-buttons-desktop .column .list .item {
    padding: 4px 0;
    display: flex;
    align-items: center;
    pointer-events: all;
}

.hero-buttons-desktop .column .list .item:nth-child(1) {
    padding-left: 10px;
    width: 200px;
}

.hero-buttons-desktop .column .list .item:nth-child(2) {
    /*margin-left: -20px;*/
    width: 216px;
}

.hero-buttons-desktop .column .list .item:nth-child(3) {
    width: 215px !important;
    min-width: 215px;
}

.hero-buttons-desktop .column .list .item:nth-child(4) {
    width: 267px;
}

.hero-buttons-desktop .column .list .item:nth-child(5) {
    width: 186px;
}

.hero-buttons-desktop .column .list .item img {
    width: 80px;
}

.hero-buttons-desktop .column .list .item p {
    color: #38270C;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 16px */
}

.hero-buttons-desktop .column .list .item:nth-child(2) p {
    margin-left: -6px;
}

.hero-buttons-desktop .column .list .item:nth-child(4) p {
    width: 183px;
}

.hero-buttons-desktop .column .list .item:nth-child(5) p {
    margin-left: -3px;
}


@media (max-width: 1200px) {
    .hero-buttons-desktop .column .list {
        max-width: 990px;
    }

    .hero-buttons-desktop .column {
        padding-bottom: 20px;
    }

    .hero-buttons-desktop .column .list {
        padding: 7px 0;
    }

    .hero-buttons-desktop .column .list .item img {
        width: 60px;
    }

    .hero-buttons-desktop .column .list .item p {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .hero-buttons-desktop .column .list .item:nth-child(4) {
        width: 229px;
    }

    .hero-buttons-desktop .column .list .item:nth-child(4) p {
        width: 165px;
    }
}

.hero-btn-group {
    display: flex;
    align-items: center;
    gap: 16px;
    pointer-events: all
}

.hero-btn-group--left {
    top: 32px;
    left: 81px
}

.hero-btn-group--right {
    top: 32px;
    right: 81px
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 234px;
    height: 50px;
    padding: 14.5px 40px 15.5px;
    border-radius: 6px;
    background: #EA8F13;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 100% */
    text-decoration: none;
    cursor: pointer;
    transition: background 0.25s;
    white-space: nowrap
}

.hero-btn:hover {
    background: #FFA326
}

.hero-btn-info {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.hero-btn-info-title, .hero-btn-info-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    color: #5C3D0C
}

.hero-mobile-content {
    display: none
}

.advantages {
    width: 100%;
    background: #F5F5F5;
    padding: 50px 20px 0;
}

.advantages-inner {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.advantage-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px
}

.advantage-icon {
    width: 87px;
    height: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.advantage-icon img {
    width: 87px;
    height: 87px;
    object-fit: contain
}

.advantage-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 110%;
    text-transform: uppercase;
    color: #1D1D1D;
    margin: 0 0 10px;
    white-space: nowrap
}

.advantage-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 128%;
    text-align: center;
    color: #1D1D1D;
    margin: 0
}

.advantage-divider {
    width: 1px;
    height: 212px;
    background: #A99272;
    flex-shrink: 0;
    align-self: center
}

@media (max-width: 1200px) and (min-width: 1001px) {
    .hero-btn-group--left {
        top: 32px;
        left: 40px
    }

    .hero-btn-group--right {
        top: 32px;
        right: 40px
    }

    .hero-btn {
        min-width: 200px;
        height: 46px;
        padding: 12px 28px;
        font-size: 14px
    }

    .hero-btn-info-title, .hero-btn-info-price {
        font-size: 14px;
        line-height: 18px
    }

    .hero-btn-group {
        gap: 10px
    }

    .advantage-title {
        font-size: clamp(18px, 2.2vw, 25px)
    }

    .advantage-text {
        font-size: clamp(13px, 1.4vw, 16px)
    }

    .advantage-divider {
        height: 180px
    }

    .advantage-icon {
        width: clamp(70px, 4.5vw, 87px);
        height: clamp(70px, 4.5vw, 87px)
    }

    .advantage-icon img {
        width: clamp(70px, 4.5vw, 87px);
        height: clamp(70px, 4.5vw, 87px)
    }
}

@media (max-width: 1000px) {
    .hero {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        overflow: visible
    }

    .hero-image {
        overflow: hidden;
        height: calc(100svh - var(--header-h, 120px))
    }

    .hero-img {
        min-height: 420px;
        object-position: left center
    }

    .hero-buttons-desktop {
        display: none
    }

    .hero-mobile-content {
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        padding: 20px 18px 16px;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        z-index: 1
    }

    .hero-mobile-content .container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 14px;
        align-items: center;
    }

    .hero-mobile-content .container .list {
        width: 100%;
        max-width: 430px;
        display: flex;
        align-items: center;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        background: rgba(255, 255, 255, 0.80);
        backdrop-filter: blur(7px);
        justify-content: space-around;
        gap: 16px;
    }

    .hero-mobile-content .container .list .item {
        display: flex;
        align-items: center;
        padding: 8px 0;
    }

    .hero-mobile-content .container .list .item:nth-child(1) {
        width: 154px;
        padding-left: 2px;
    }

    .hero-mobile-content .container .list .item img {
        width: 55px;
    }

    .hero-mobile-content .container .list .item p {
        color: #38270C;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
    }

    .hero-mobile-title {
        width: 100%;
        max-width: 500px;
        font-family: 'Roboto', sans-serif;
        font-weight: 500;
        font-size: 25px;
        line-height: 28px;
        text-align: center;
        color: #000000;
        margin: 0;
        z-index: 2
    }

    .hero-mobile-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 430px;
        height: 48px !important;
        border-radius: 6px;
        background: #EA8F13;
        box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
        color: #FFF;
        text-align: center;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        text-decoration: none;
        transition: background 0.25s;
        margin-top: 0;
        z-index: 3
    }

    .hero-mobile-btn:hover {
        background: #FFA326
    }

    .advantages {
        padding: 0 20px 0
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .hero-mobile-content {
        padding-bottom: 80px;
    }
}

@media (max-width: 1000px) {
    .hero-mobile-title {
        top: 21px
    }

    .hero-img {
        min-height: 400px
    }

    .advantages-inner {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        grid-template-rows: auto auto;
        gap: 0;
        align-items: center;
        justify-items: center;
        max-width: 500px
    }

    .advantage-item:nth-child(1) {
        grid-column: 1;
        grid-row: 1
    }

    .advantage-divider {
        display: none
    }

    .advantage-divider:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
        width: 1px;
        height: 160px;
        background: #A99272
    }

    .advantage-item:nth-child(3) {
        grid-column: 3;
        grid-row: 1
    }

    .advantage-divider:nth-child(4) {
        display: none
    }

    .advantage-item:nth-child(5) {
        grid-column: 1;
        grid-row: 2
    }

    .advantage-divider:nth-child(6) {
        grid-column: 2;
        grid-row: 2;
        width: 1px;
        height: 160px;
        background: #A99272
    }

    .advantage-item:nth-child(7) {
        grid-column: 3;
        grid-row: 2
    }

    .advantage-item {
        padding: 20px 10px
    }

    .advantage-title {
        font-size: 18px;
        line-height: 110%
    }

    .advantage-text {
        font-size: 14px;
        line-height: 128%
    }

    .advantage-icon img {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 480px) {
    .hero-img {
        min-height: 380px
    }

    .hero-mobile-title {
        font-size: 20px;
        line-height: 20px;
        top: 21px
    }

    .hero-mobile-btn {
        height: 48px;
        font-size: 15px
    }

    .advantage-title {
        font-size: 14px;
        white-space: nowrap
    }

    .advantage-text {
        font-size: 12px;
        white-space: nowrap
    }

    .advantage-item {
        width: 130px;
        flex: none;
        padding: 16px 0
    }

    .advantage-divider:nth-child(2), .advantage-divider:nth-child(6) {
        height: 140px
    }

    .advantage-icon img {
        width: 60px;
        height: 60px
    }
}

@media (max-width: 380px) {
    .hero-img {
        min-height: 340px
    }

    .hero-mobile-title {
        font-size: 20px;
        line-height: 24px;
        top: 21px
    }

    .advantage-title {
        font-size: 14px
    }

    .advantage-text {
        font-size: 12px;
        line-height: 130%
    }
}

@media (min-width: 1200px) {
    .hero-btn-group--left {
        left: 100px
    }

    .hero-btn-group--right {
        right: 100px
    }
}

@media (min-width: 1400px) {
    .hero-btn-group--left {
        left: 160px
    }

    .hero-btn-group--right {
        right: 160px
    }
}

@media (min-width: 1600px) {
    .hero-btn-group--left {
        left: 220px
    }

    .hero-btn-group--right {
        right: 220px
    }
}

@media (min-width: 1920px) {
    .hero-btn-group--left {
        left: 300px
    }

    .hero-btn-group--right {
        right: 300px
    }
}

@media (max-width: 768px) {
    .hero-image {
        height: auto;
        aspect-ratio: 360 / 488
    }

    .header {
        background-image: url("image/home/header-bg-mobile-new.webp");
        border-bottom: 1px solid #BDCEDE
    }

    .hero-img {
        min-height: unset;
        height: auto;
        object-fit: cover;
        aspect-ratio: 3 / 3
    }
}

@media (max-width: 480px) {
    .hero-img {
        min-height: unset
    }
}

@media (max-width: 380px) {
    .hero-img {
        min-height: unset
    }
}

.reviews {
    width: 100%;
    /*padding: 0 0 50px*/
}

.reviews-wrapper {
    width: 100%;
    background: #FFFFFF;
    border-radius: 20px
}

.reviews-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 50px 20px;
    display: flex;
    gap: 50px;
    align-items: stretch;
    position: relative
}

.reviews-left {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column
}

.reviews-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 30px
}

.reviews-heading-green {
    color: #48924E
}

.reviews-rating-card {
    margin-bottom: 20px
}

.reviews-rating-img {
    width: 385px;
    height: auto;
    display: block;
    border-radius: 10px
}

.reviews-subtext {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    margin: 0
}

.reviews-right {
    flex: 1;
    min-width: 0;
    position: relative
}

.reviews-right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 8px;
    height: 180px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    z-index: 2;
    transition: opacity 0.3s
}

.reviews-right.scrolled-bottom::after {
    opacity: 0
}

.reviews-scroll {
    height: 100%;
    max-height: 360px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent
}

.reviews-scroll::-webkit-scrollbar {
    width: 4px
}

.reviews-scroll::-webkit-scrollbar-track {
    background: transparent
}

.reviews-scroll::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 2px
}

.reviews-scroll::-webkit-scrollbar-thumb:hover {
    background: #bbb
}

.reviews-card {
    flex-shrink: 0
}

.reviews-card img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px
}

.reviews-mobile {
    display: none
}

@media (max-width: 1200px) and (min-width: 1001px) {
    .reviews-container {
        margin: 0 20px;
        padding: 40px 40px;
        gap: 36px
    }

    .reviews-left {
        flex: 0 0 360px
    }

    .reviews-heading {
        font-size: 26px;
        line-height: 34px
    }

    .reviews-rating-img {
        width: 100%;
        max-width: 340px
    }

    .reviews-subtext {
        font-size: 14px
    }

    .reviews-scroll {
        max-height: 340px
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .reviews {
        padding: 0 0 50px
    }

    .reviews-container {
        margin: 0 20px;
        padding: 36px 30px;
        gap: 30px
    }

    .reviews-left {
        flex: 0 0 300px
    }

    .reviews-heading {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px
    }

    .reviews-rating-img {
        width: 100%;
        max-width: 280px
    }

    .reviews-subtext {
        font-size: 14px
    }

    .reviews-scroll {
        max-height: 320px
    }
}

@media (max-width: 768px) {
    .reviews {
        padding: 0 0 0
    }

    .reviews-container {
        margin: 0 20px;
        padding: 30px 20px;
        flex-direction: column;
        gap: 0;
        border-radius: 16px
    }

    .reviews-right {
        display: none
    }

    .reviews-left {
        flex: none;
        width: 100%;
        align-items: center;
        text-align: center
    }

    .reviews-heading {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 24px
    }

    .reviews-rating-card {
        display: flex;
        justify-content: center;
        margin-bottom: 16px
    }

    .reviews-rating-img {
        width: 100%;
        max-width: 320px
    }

    .reviews-subtext {
        font-size: 15px;
        text-align: center;
        margin-bottom: 24px;
        line-height: 140%
    }

    .reviews-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%
    }

    .reviews-mobile-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .reviews-mobile-card {
        display: none;
        width: 100%
    }

    .reviews-mobile-card.visible {
        display: block
    }

    .reviews-mobile-card img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px
    }

    .reviews-mobile-more {
        width: 100%;
        max-width: 400px;
        height: 50px;
        border-radius: 6px;
        border: none;
        background: #EA8F13;
        box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #FFFFFF;
        cursor: pointer;
        transition: background 0.25s;
        margin-top: 20px
    }

    .reviews-mobile-more:hover {
        background: #FFA326
    }

    .reviews-mobile-more.hidden {
        display: none
    }
}

@media (max-width: 480px) {
    .reviews-container {
        margin: 0 16px;
        padding: 24px 16px
    }

    .reviews-heading {
        font-size: 22px;
        line-height: 28px
    }

    .reviews-subtext {
        font-size: 14px
    }

    .reviews-rating-img {
        max-width: 280px
    }
}

@media (max-width: 380px) {
    .reviews-heading {
        font-size: 20px;
        line-height: 26px
    }

    .reviews-subtext {
        font-size: 13px
    }

    .reviews-rating-img {
        max-width: 250px
    }
}

.individual {
    width: 100%;
    /*padding: 0 0 46px;*/
    overflow: visible;
    position: relative;
    z-index: 2
}

.individual-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    position: relative
}

.individual-left {
    flex: 0 0 55%;
    max-width: 580px;
    padding-top: 40px
}

.individual-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin: 0 0 30px
}

.individual-subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 20px
}

.individual-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.individual-list li {
    position: relative;
    padding-left: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000
}

.individual-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #48924E
}

.individual-list li strong {
    font-weight: 700
}

.individual-right {
    flex: 1;
    position: relative;
    min-width: 0;
    margin-top: -80px;
    z-index: 2
}

.individual-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    object-fit: contain
}

@media (max-width: 1200px) and (min-width: 1001px) {
    .individual-left {
        flex: 0 0 50%
    }

    .individual-title {
        font-size: 26px;
        line-height: 34px
    }

    .individual-right {
        margin-top: -60px
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .individual {
        padding: 0 0 50px
    }

    .individual-left {
        flex: 0 0 50%;
        padding-top: 30px
    }

    .individual-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 24px
    }

    .individual-title br {
        display: none
    }

    .individual-subtitle {
        font-size: 18px
    }

    .individual-list li {
        font-size: 15px
    }

    .individual-right {
        margin-top: -40px
    }

    .individual-container {
        gap: 24px
    }
}

@media (max-width: 768px) {
    .individual {
        padding: 0 0 0
    }

    .individual-container {
        flex-direction: column;
        gap: 0;
        padding: 0 28px
    }

    .individual-left {
        flex: none;
        width: 100%;
        max-width: 100%;
        padding-top: 0
    }

    .individual-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 24px
    }

    .individual-title br {
        display: none
    }

    .individual-subtitle {
        font-size: 18px;
        margin-bottom: 18px
    }

    .individual-list {
        gap: 14px;
        margin-bottom: 30px
    }

    .individual-list li {
        font-size: 15px;
        line-height: 130%
    }

    .individual-list li::before {
        width: 7px;
        height: 7px
    }

    .individual-right {
        width: 100%;
        margin-top: 0;
        display: flex;
        justify-content: center
    }

    .individual-img {
        max-width: 100%
    }
}

@media (max-width: 480px) {
    .individual-container {
        padding: 0 20px
    }

    .individual-title {
        font-size: 22px;
        line-height: 1
    }

    .individual-subtitle {
        font-size: 17px
    }

    .individual-list li {
        font-size: 14px
    }
}

@media (max-width: 380px) {
    .individual-title {
        font-size: 20px;
        line-height: 1
    }

    .individual-subtitle {
        font-size: 16px
    }

    .individual-list li {
        font-size: 13px
    }
}

.catalog {
    margin-top: -50px;
    width: 100%;
    /*padding: 0 0 70px;*/
    z-index: 3;
    position: relative;
}

.catalog-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 40px
}

.catalog-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start
}

.catalog-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0
}

.catalog-info-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #000000;
    margin: 0 0 16px
}

.catalog-info--bottom {
    margin-left: 20px
}

.catalog-info-big {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 68px;
    color: #48924E;
    margin: 0;
    border-bottom: none
}

.catalog-underline {
    display: inline-block;
    border-bottom: 1px solid #48924E;
    line-height: 1;
    padding-bottom: 2px
}

.catalog-also-label {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 0 0 6px
}

.catalog-also-links {
    display: flex;
    flex-direction: column
}

.catalog-also-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #48924E;
    text-decoration: underline;
    transition: opacity 0.2s
}

.catalog-also-link:hover {
    opacity: 0.7
}

.catalog-card {
    display: flex;
    flex-direction: column;
    text-decoration: none
}

.catalog-card-img {
    width: 100%;
    aspect-ratio: 386 / 237;
    border-radius: 8px;
    overflow: hidden;
    background: #e0e0e0;
    margin-bottom: 12px;
    display: block;
}

.catalog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: filter 0.35s ease;
}

a.catalog-card-img:hover img {
    filter: brightness(1.06);
}

.catalog-card-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin: 0
}

.catalog-card-link {
    color: #000000;
    text-decoration: none;
    background-image: linear-gradient(#48924E, #48924E), linear-gradient(#000000, #000000);
    background-size: 0 1px, 100% 1px;
    background-position: 0 100%, 0 100%;
    background-repeat: no-repeat;
    transition: color 0.3s ease, background-size 0.3s ease;
}

a.catalog-card-link:hover {
    color: #48924E;
    background-size: 100% 1px, 100% 1px;
}

@media (max-width: 1200px) and (min-width: 1001px) {
    .catalog-info-big {
        font-size: 38px;
        line-height: 58px
    }

    .catalog-card-text {
        font-size: 18px;
        line-height: 22px
    }

    .catalog-also-link, .catalog-also-label {
        font-size: 18px;
        line-height: 24px
    }
}

@media (max-width: 1000px) and (min-width: 769px) {
    .catalog {
        padding: 40px 0 50px
    }

    .catalog-container {
        gap: 30px
    }

    .catalog-row {
        gap: 18px
    }

    .catalog-info-label {
        font-size: 20px
    }

    .catalog-info-big {
        font-size: 32px;
        line-height: 48px
    }

    .catalog-card-text {
        font-size: 16px;
        line-height: 20px
    }

    .catalog-also-link, .catalog-also-label {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 768px) {
    .catalog {
        padding: 0 0 0
    }

    .catalog-container {
        padding: 0 28px;
        gap: 20px
    }

    .catalog-row {
        grid-template-columns: 1fr;
        gap: 24px
    }

    .catalog-info--top {
        order: -1;
        margin-bottom: 4px
    }

    .catalog-info-label {
        font-size: 20px
    }

    .catalog-info-big {
        font-size: 36px;
        line-height: 1
    }

    .catalog-info--bottom {
        margin-top: 4px
    }

    .catalog-card-text {
        font-size: 17px;
        line-height: 22px
    }

    .catalog-card-img {
        aspect-ratio: 16 / 10
    }

    .catalog-also-link, .catalog-also-label {
        font-size: 18px;
        line-height: 24px
    }

    .catalog-info--bottom {
        margin-left: 0
    }
}

@media (max-width: 480px) {
    .catalog-container {
        padding: 0 20px
    }

    .catalog-info-label {
        font-size: 18px
    }

    .catalog-info-big {
        font-size: 30px;
        line-height: 1
    }

    .catalog-card-text {
        font-size: 16px;
        line-height: 20px
    }

    .catalog-also-link, .catalog-also-label {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 380px) {
    .catalog-info-big {
        font-size: 26px;
        line-height: 1
    }

    .catalog-card-text {
        font-size: 15px;
        line-height: 19px
    }

    .catalog-also-link, .catalog-also-label {
        font-size: 15px;
        line-height: 20px
    }
}

.home-cta {
    width: 100%;
    padding: 60px 20px 0
}

.home-cta-inner {
    max-width: 1260px;
    margin: 0 auto;
    background: linear-gradient(100deg, #48924E 45%, #beb68a 100%);
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: visible;
    min-height: 420px
}

.home-cta-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 80px;
    margin-left: 100px;
    position: relative;
    z-index: 2;
    flex-shrink: 0
}

.home-cta-photo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

.home-cta-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    z-index: 2
}

.home-cta-decor {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    z-index: 1;
    pointer-events: none
}

.home-cta-person {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
    z-index: 2
}

.home-cta-person-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 5px
}

.home-cta-person-role {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #D1E2D5
}

.home-cta-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    margin-left: 120px;
    position: relative;
    z-index: 2;
    max-width: 340px
}

.home-cta-texts {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px
}

.home-cta-texts p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0
}

.home-cta-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 300px
}

.home-cta-phone {
    width: 100%;
    height: 49px;
    border-radius: 6px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    padding: 0 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: box-shadow 0.2s
}

.home-cta-phone::placeholder {
    color: #999
}

.home-cta-phone:focus {
    box-shadow: 0 0 0 2px #307943, 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset
}

.home-cta-submit {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    background: #EA8F13;
    box-shadow: 0px -4px 11px 0px rgba(0, 0, 0, 0.3) inset, 0px 6px 8px 0px rgba(255, 255, 255, 0.35) inset;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background 0.25s
}

.home-cta-submit:hover {
    background: #FFA326
}

.home-cta-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    align-self: flex-end
}

.home-cta-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #307943;
    cursor: pointer;
    flex-shrink: 0
}

.home-cta-consent span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #D1E2D5;
    white-space: nowrap
}

.home-cta-consent a {
    color: #D1E2D5;
    text-decoration: underline;
    transition: color 0.2s
}

.home-cta-consent a:hover {
    color: #FFFFFF
}

.home-cta-right {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    z-index: 1
}

.home-cta-house {
    width: 450px;
    height: auto;
    display: block;
    margin-bottom: 0;
    border-radius: 0 0 20px 0
}

@media (max-width: 1200px) {
    .home-cta-inner {
        min-height: 380px
    }

    .home-cta-consent span {
        white-space: unset
    }

    .home-cta-left {
        margin-left: 55px;
        padding-bottom: 64px
    }

    .home-cta-person-name {
        font-size: 18px
    }

    .home-cta-person-role {
        font-size: 14px
    }

    .home-cta-center {
        padding: 40px 0;
        margin-left: 85px
    }

    .home-cta-texts p {
        font-size: 18px
    }

    .home-cta-form {
        gap: 12px;
        max-width: 270px
    }

    .home-cta-house {
        width: 400px
    }
}

@media (max-width: 1000px) {
    .home-cta-inner {
        min-height: 380px
    }

    .home-cta-consent {
        align-self: center
    }

    .home-cta-left {
        margin-left: 55px;
        padding-bottom: 64px
    }

    .home-cta-photo {
        width: 150px;
        height: 150px
    }

    .home-cta-decor {
        width: 300px
    }

    .home-cta-person-name {
        font-size: 14px
    }

    .home-cta-person-role {
        font-size: 10px
    }

    .home-cta-center {
        padding: 40px 0;
        margin-left: 45px
    }

    .home-cta-texts p {
        font-size: 16px
    }

    .home-cta-form {
        gap: 8px;
        max-width: 250px
    }

    .home-cta-house {
        width: 350px
    }
}

@media (max-width: 768px) {
    .home-cta {
        padding: 40px 16px 50px
    }

    .home-cta-inner {
        flex-direction: column !important;
        align-items: center !important;
        padding: 30px 0 0 0 !important;
        border-top-left-radius: 14px;
        border-top-right-radius: 14px;
        overflow: hidden !important;
        min-height: unset !important;
        position: relative !important;
        background: linear-gradient(180deg, #48924E 50%, #beb68a 100%)
    }

    .home-cta-left {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 0 20px 0 !important;
        padding: 0 20px !important;
        box-sizing: border-box
    }

    .home-cta-photo-wrapper {
        margin-bottom: 12px
    }

    .home-cta-photo {
        width: 150px;
        height: 150px
    }

    .home-cta-decor {
        width: 320px
    }

    .home-cta-person {
        align-items: center
    }

    .home-cta-person-name {
        font-size: 18px
    }

    .home-cta-person-role {
        font-size: 14px
    }

    .home-cta-center {
        order: 2;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        padding: 0 20px 30px 20px !important;
        box-sizing: border-box;
        max-width: 100%
    }

    .home-cta-texts {
        gap: 14px;
        margin-bottom: 24px
    }

    .home-cta-texts p {
        font-size: 16px;
        line-height: 130%;
        text-align: center
    }

    .home-cta-form {
        max-width: 100%;
        width: 100%
    }

    .home-cta-phone {
        height: 46px
    }

    .home-cta-submit {
        height: 46px;
        font-size: 15px
    }

    .home-cta-consent {
        justify-content: center
    }

    .home-cta-consent span {
        font-size: 12px;
        line-height: 14px
    }

    .home-cta-right {
        order: 3;
        position: static !important;
        display: block;
        width: 100% !important;
        right: auto !important;
        bottom: auto !important;
        margin: 0 !important;
        overflow: hidden;
        height: 400px
    }

    .home-cta-house {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center 0%;
        display: block;
        margin: 0
    }
}

@media (max-width: 480px) {
    .home-cta {
        padding: 30px 12px 0
    }

    .home-cta-texts p {
        font-size: 15px
    }

    .home-cta-right {
        height: 300px
    }

    .home-cta-house {
        height: 300px
    }
}

@media (max-width: 1000px) {
    .footer-inner {
        padding-bottom: 80px !important
    }
}
