

/* Start:/local/components/denis/item.first.block/templates/.default/style.css?17804091427621*/



.product-block {
    max-width: 1280px;
    width: calc(100% - 160px);
    margin: 88px auto 80px;
    display: flex;
    gap: 22px;
    box-sizing: border-box;
}


.product-block__left {
    flex: 1;
    background: white;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    min-height: 600px;
    display: flex;
    flex-direction: column;
}
.product-block__info, .product-block__details {
    padding-left: 30px;
}


.product-block__header {
    position: relative;
    z-index: 2;
    height: 78px;
    width: 100%;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding-left: 40px;
    box-sizing: border-box;
}

.product-block__title {
    font-family: 'Vetrino', sans-serif;
    font-weight: 400;
    font-size: 35.76px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: white;
}

.product-block__title sup {
    font-size: 34%;
    line-height: 0;
    position: relative;
    top: -0.7em;
    letter-spacing: 0;
}


.product-block__images {
    position: relative;
    flex: 1 1 auto;
    min-height: 522px;
}
.product-block__images img{
    position: absolute;
    z-index: 0;
    max-width: 100%;
    height: auto;
}

.product-block__images img:nth-child(1) {
    left: 50%;
    transform: translateX(calc(-50%));
    bottom: 0;
}

.product-block__image--main {
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.product-block__image--with-addon {
    left: calc(50% - 30px);
}

.pb-back{
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    z-index: 3;
}
.pb-stamp{
    top: 30px;
    right: 30px;
    z-index: 3;
}
.pb-addback {
    left: calc(50% + 130px);
    transform: translateX(calc(-50% - 50px));
    bottom: 0;
}

.product-block--tea .product-block__images .product-block__image--main {
    width: 218px;
    max-width: 48%;
    left: 50%;
    bottom: 56px;
    transform: translateX(-50%);
    z-index: 2;
}

.product-block--tea .pb-addback {
    width: 154px;
    left: 75px;
    bottom: 60px;
    transform: none;
    z-index: 1;
}

.product-block--tea .pb-stamp {
    width: 75px;
    top: 28px;
    right: 45px;
}

.product-block--travyanoy-chay-s-islandskim-mkhom-bronkho .product-block__images .product-block__image--main {
    width: clamp(430px, 36vw, 500px);
    max-width: 82%;
    bottom: 0;
    z-index: 1;
}

.product-block--travyanoy-chay-s-islandskim-mkhom-bronkho .product-block__header {
    z-index: 3;
}

.product-block--travyanoy-chay-s-islandskim-mkhom-bronkho .pb-stamp {
    display: none;
}

.product-block--tea .product-block__left {
    min-height: 452px;
}

.product-block--tea .product-block__images {
    min-height: 374px;
}

.product-block__right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 100px;
    min-width: 0;
}

.product-block--tea .product-block__right {
    justify-content: flex-start;
    padding-top: 64px;
    box-sizing: border-box;
}


.product-block__subtitle {
    font-family: 'Vetrino', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(21, 109, 59, 1);
    margin: 0 0 4px 0;
}


.product-block__description {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(50, 81, 21, 1);
    margin: 0 0 20px 0;
}


.product-block__badges {
    display: flex;
    gap: 10px;
}


.product-block__badge {
    width: 125px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
}


.product-block__badge--green {
    background: rgba(21, 109, 59, 1);
    color: white;
    border: none;
}


.product-block__badge--outline {
    background: transparent;
    color: rgba(161, 161, 161, 1);
    border: 1px solid rgba(161, 161, 161, 1);
}


.product-block__heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    color: rgba(50, 81, 21, 1);
    margin: 0 0 4px 0;
}


.product-block__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(50, 81, 21, 1);
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}


.product-block__section {
    margin-bottom: 25px;
}

.product-block__section:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .product-block__images {
        margin-top: 50px;
    }
    .pb-back{
        position: relative;
    }
    .product-block {
        flex-direction: column;
    }

    .product-block__right {
        gap: 40px;
    }

    .product-block__title {
        font-size: 24px;
    }

    .product-block__subtitle {
        font-size: 24px;
    }
}

@media (max-width: 1320px) {
    .product-block {
        width: calc(100% - 160px);
    }

    .product-block__header {
        padding-left: 34px;
    }

    .product-block__title {
        font-size: 31px;
    }
}

@media (max-width: 1120px) {
    .product-block {
        width: calc(100% - 48px);
    }
}

@media (max-width: 1024px) {
    .product-block {
        width: calc(100% - 32px);
        margin-top: 96px;
        flex-direction: column;
    }

    .product-block__info,
    .product-block__details {
        padding-left: 10px;
    }

    .product-block__right {
        gap: 60px;
    }

    .product-block--tea .product-block__right {
        padding-top: 0;
    }

    .product-block--tea .product-block__images .product-block__image--main {
        width: 218px;
        max-width: 48%;
        bottom: 46px;
    }

    .product-block--tea .pb-addback {
        width: 154px;
        left: 75px;
        bottom: 72px;
    }

    .product-block--travyanoy-chay-s-islandskim-mkhom-bronkho .product-block__images .product-block__image--main {
        width: min(500px, 86vw);
        max-width: 92%;
        bottom: 0;
    }

    .product-block--tea .product-block__left {
        min-height: 430px;
    }

    .product-block--tea .product-block__images {
        min-height: 352px;
    }
}

@media (max-width: 768px) {
    .product-block--tea .product-block__left {
        min-height: 486px;
    }

    .product-block--tea .product-block__images {
        min-height: 408px;
        margin-top: 0;
    }

    .product-block--tea .product-block__images .product-block__image--main {
        width: 218px;
        max-width: 48%;
        bottom: 38px;
    }

    .product-block--tea .pb-addback {
        width: 154px;
        left: 75px;
        bottom: 92px;
    }

    .product-block--travyanoy-chay-s-islandskim-mkhom-bronkho .product-block__images .product-block__image--main {
        width: min(480px, 98vw);
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .product-block--tea .product-block__left {
        min-height: 408px;
    }

    .product-block--tea .product-block__images {
        min-height: 330px;
    }

    .product-block--tea .product-block__images .product-block__image--main {
        width: min(222px, 58vw);
        bottom: 26px;
    }

    .product-block--tea .pb-addback {
        width: 94px;
        left: 28px;
        bottom: 26px;
    }

    .product-block--travyanoy-chay-s-islandskim-mkhom-bronkho .product-block__images .product-block__image--main {
        width: min(410px, 104vw);
        max-width: none;
    }
}

/* End */


/* Start:/local/components/denis/item.second.block/templates/.default/style.css?17798704762787*/


.features-block {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 22px;
    box-sizing: border-box;
}


.features-card {
    width: calc(50% - 11px); 
    height: 352px;
    border-radius: 40px;
    padding: 48px 0 0 42px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.features-card img.features-card__image3:nth-child(3){
    position: absolute;
    left: 0;
    bottom: 0px;
}
.features-card img.features-card__image3:nth-child(4){
    position: absolute;
    bottom: 0;
    right: 0;
}
.features-card img.features-card__image3:nth-child(5){
    position: absolute;
    right: 0;
    top: 0;
}
.features-card img.features-card__image3:nth-child(6){
    position: absolute;
    left: 0;
    bottom: 0px;
}
.features-card img.features-card__image3:nth-child(7){
    position: absolute;
    bottom: 0;
    right: 0;
}
.features-card img.features-card__image3:nth-child(8){
    position: absolute;
    right: 0;
    top: 0;
}

.features-card--white {
    background: white;
    color: rgba(50, 81, 21, 1);
}


.features-card--green {
    background: rgba(0, 97, 44, 1);
    color: white;
}


.features-card__title {
    font-family: 'Vetrino', sans-serif;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 18px 0;
    font-weight: 400;
    color: inherit;
}


.features-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
}


.features-card__list-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: inherit;
    margin-bottom: 8px;
    padding-left: 16px;
    position: relative;
}


.features-card__list-item::before {
    content: "•";
    position: absolute;
    left: 0;
    color: inherit;
}

.features-card--green .features-card__list-item::before {
    color: white;
}


.features-card__list-item:last-child {
    margin-bottom: 0;
}


.features-card__image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    max-width: 100%;
    height: auto;
    pointer-events: none; 
}

.mobi.features-card__image, .mobi.features-card__image3 {
    display: none;
}

@media (max-width: 768px) {
    .features-block {
        flex-direction: column;
        gap: 0;
    }
    .features-card {
        width: 100%;
        height: auto;
        min-height: 352px;
        padding: 30px 0 30px 30px;
    }

    .apparea .features-card__title {
        max-width: 300px;
    }
    .apparea .features-card__list {
        max-width: 230px;
    }
    .features-card__image, .features-card__image3 {
        display: none;
    }
    .mobi.features-card__image, .mobi.features-card__image3 {
        display: block;
    }
}
/* End */


/* Start:/local/components/denis/item.third.block/templates/.default/style.css?17798704761252*/
.fact_wrapper{
    max-width: 1280px;
    width: 100%;
    height: 521px;
    margin: 80px auto;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    font-family: Vetrino;
}
.fact_text {
    max-width: 585px;
    position: absolute;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: white;
}
.fact_text_mobi {
    display: none;
}
.fact_wrapper-mobi {
    display: none;
}
@media (max-width: 768px){

    .fact_text {
        display: none;
    }
    .fact_text_mobi {
        display: block;
        position: absolute;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: white;
        left: 29px;
        z-index: 10;
    }
    .fact_wrapper{
        display: none;
    }
    .fact_wrapper-mobi {
        display: block;
        width: 100%;
        height: 400px;
        margin: 80px auto;
        border-radius: 40px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: relative;
        font-family: Vetrino;

    }
}
/* End */


/* Start:/local/components/denis/item.fourth.block/templates/.default/style.css?17803930754890*/


.components-section {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}


.components-section__title {
    font-family: 'Vetrino', sans-serif;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(0, 97, 44, 1);
    margin: 0 0 40px 0;
    font-weight: 400;
}


.components-grid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}


.component-card {
    width: calc(50% - 10px);
    box-sizing: border-box;
}


.component-card--large {
    background: rgba(235, 248, 224, 1);
    border-radius: 40px;
    padding: 45px 41px 57px 190px;
    position: relative;
    min-height: 600px;
}


.component-card__content {
    width: 100%;
}


.component-card__title {
    font-family: 'Vetrino', sans-serif;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 97, 44, 1);
    margin: 0;
    font-weight: 400;
    text-align: left;
}


.component-card__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(151, 151, 151, 1);
    margin: 0;
}


.component-card__list {
    margin: 38px 0 0 0;
    padding: 0;
    list-style: none;
}


.component-card__list-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(50, 81, 21, 1);
    margin-bottom: 39px;
    position: relative;
    padding-left: 0;
}

.component-card__list-item:last-child {
    margin-bottom: 0;
}


.component-card__image--left {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 270px;
    height: auto;
    pointer-events: none;
}


.component-card--stack {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.component-card__item {
    background: white;
    border-radius: 40px;
    height: 175px;
    padding: 32px 13px 13px 190px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    flex-shrink: 0;
}


.component-card__item-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.component-card__item-title {
    font-family: 'Vetrino', sans-serif;
    font-size: 29px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 97, 44, 1);
    margin: 0;
    font-weight: 400;
}


.component-card__item-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(151, 151, 151, 1);
    margin: 0;
}


.component-card__item-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: rgba(50, 81, 21, 1);
    margin: 23px 0 0 0;
    overflow: hidden;
}


.component-card__image--item {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 180px;
    height: auto;
    pointer-events: none;
}

@media (min-width: 769px) {
    .components-section--travyanoy-chay-s-islandskim-mkhom .component-card__item {
        overflow: hidden;
    }

    .components-section--travyanoy-chay-s-islandskim-mkhom .component-card__item-content {
        position: relative;
        z-index: 1;
    }

    .components-section--travyanoy-chay-s-islandskim-mkhom .component-card__image--item {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        border-radius: 40px;
        z-index: 0;
    }
}


@media (max-width: 1024px) {
    .components-grid {
        flex-direction: column;
    }

    .component-card {
        width: 100%;
    }

    .component-card--large {
        padding: 40px 30px 40px 160px;
    }

    .component-card__item {
        padding-left: 160px;
    }

    .component-card--stack {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .component-card--large {
        padding: 30px 20px 170px 20px;
        position: relative;
        overflow: hidden;
    }

    .component-card__item {
        padding: 20px;
        height: auto;
        min-height: 175px;
        position: relative;
    }

    
    .component-card--large .component-card__image--left {
        position: absolute;
        left: 0;
        right: auto;
        bottom: 0px;
        max-width: 100%;
    }

    
    .component-card__item .component-card__image--item {
        position: absolute;
        left: auto;
        right: 0px;
        top: 0px;
        max-width: 100px;
        height: unset;
        max-height: unset;
    }
    .component-card__item-text {
        width: 84%;
        overflow: unset;
    }

    .components-section__title {
        font-size: 32px;
    }

    .component-card--stack {
        gap: 15px;
    }
}

/* End */


/* Start:/local/components/denis/item.five.block/templates/.default/style.css?17804105117198*/


.usage-section {
    max-width: 1280px;
    margin: 80px auto;
    box-sizing: border-box;
}


.usage-section__title {
    padding-left: 20px;
    font-family: 'Vetrino', sans-serif;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 97, 44, 1);
    margin: 0 0 30px 0;
    font-weight: 400;
    text-align: left;
}


.usage-block {
    background: white;
    border-radius: 40px;
    display: flex;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}


.usage-block__left {
    width: 66.666%;
    padding: 32px 0 33px 44px;
    box-sizing: border-box;
}


.usage-block__columns {
    display: flex;
    height: 100%;
    gap: 5%;
}


.usage-block__column {
    display: flex;
    flex-direction: column;
    
    gap: 20px;
}


.usage-block__column--60 {
    width: 55%;
    padding-right: 20px;
    box-sizing: border-box;
}

.usage-block__column--40 {
    width: 40%;
}


.usage-block__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 126px;
}


.usage-block__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.usage-block__icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}


.usage-block__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(0, 97, 44, 1);
    margin: 0;
    padding: 0;
}


.usage-block__right {
    width: 33.333%;
    position: relative;
    
}


.usage-block__image {
    position: absolute;
    pointer-events: none;
}

.usage-block__image--1 {
    bottom: 0;
    right: 0px;
    z-index: 2;
}

.usage-block__image--2 {
    opacity: 0.8;
    z-index: 1;
    bottom: 0;
    right: 0;
}

.usage-section--tea .usage-block__image--2 {
    right: 0;
    bottom: 0;
    width: 641px;
    max-width: none;
}

.usage-section--tea .usage-block {
    overflow: hidden;
    min-height: 410px;
}

.usage-section--tea {
    overflow-x: clip;
    padding-bottom: 0;
}

.usage-section--tea .usage-block__left {
    position: relative;
    z-index: 3;
    width: 62%;
    padding-top: 44px;
    padding-bottom: 40px;
}

.usage-section--tea .usage-block__right {
    position: absolute;
    inset: 0 0 0 auto;
    width: 50%;
    height: auto;
    overflow: hidden;
    z-index: 1;
}

.usage-section--tea .usage-block__image--1 {
    display: block;
    width: clamp(410px, 35vw, 500px);
    max-width: none;
    right: clamp(-12px, 0.4vw, 10px);
    top: 0;
    bottom: auto;
    transform: rotate(12deg);
    transform-origin: center;
    z-index: 3;
}

.usage-section--travyanoy-chay-s-islandskim-mkhom-bronkho .usage-block__image--1 {
    width: clamp(472px, 38.25vw, 564px);
    right: clamp(24px, 5vw, 76px);
    top: clamp(-56px, -3.6vw, -46px);
    bottom: auto;
    transform: none;
}

.usage-section--travyanoy-chay-s-islandskim-mkhom .usage-block__image--1 {
    width: clamp(450px, 38vw, 515px);
    right: clamp(-16px, 0.3vw, 8px);
    top: 0;
    bottom: auto;
    transform: none;
}

.usage-section--tea .usage-block__image--2 {
    right: clamp(-36px, -2vw, -12px);
    bottom: -8px;
    width: min(700px, 50vw);
    z-index: 1;
}


@media (max-width: 1024px) {
    .usage-block {
        flex-direction: column;
    }

    .usage-block__left,
    .usage-block__right {
        width: 100%;
    }

    .usage-block__right {
        height: 200px;
    }

    .usage-block__image--1 {
        max-width: 150px;
    }

    .usage-block__image--2 {
        max-width: 100px;
    }

    .usage-section--tea .usage-block {
        overflow: hidden;
        min-height: 0;
    }

    .usage-section--tea {
        padding-bottom: 0;
    }

    .usage-section--tea .usage-block__left {
        width: 100%;
        padding: 32px 32px 20px;
    }

    .usage-section--tea .usage-block__right {
        position: relative;
        inset: auto;
        width: 100%;
        height: 260px;
        min-height: 260px;
        overflow: hidden;
    }

    .usage-section--tea .usage-block__image--1 {
        width: min(310px, 64vw);
        max-width: none;
        right: -24px;
        top: 12px;
        bottom: auto;
        transform: rotate(12deg);
    }

    .usage-section--travyanoy-chay-s-islandskim-mkhom .usage-block__image--1 {
        width: min(390px, 86vw);
        right: -36px;
        top: 14px;
        transform: none;
    }

    .usage-section--travyanoy-chay-s-islandskim-mkhom-bronkho .usage-block__image--1 {
        width: min(470px, 94vw);
        right: -8px;
        top: -42px;
        transform: none;
    }

    .usage-section--tea .usage-block__image--2 {
        max-width: none;
        width: min(560px, 120vw);
        right: -150px;
        bottom: -118px;
    }
}

@media (max-width: 768px) {
    .usage-block__columns {
        flex-direction: column;
        gap: 30px;
    }

    .usage-block__column {
        width: 100% !important;
        padding-right: 0;
        gap: 20px;
    }

    .usage-block__left {
        padding: 25px;
    }

    .usage-section__title {
        font-size: 24px;
    }
}

.usage-block__image--1-mob,
.usage-block__image--2-mob {
    display: none;
}


.usage-block__image--1,
.usage-block__image--2 {
    display: block;
}


@media (max-width:  768px) {
    
    .usage-block__image--1,
    .usage-block__image--2 {
        display: none;
    }

    .usage-section--tea .usage-block__image--1,
    .usage-section--tea .usage-block__image--2 {
        display: none;
    }

    .usage-block__image--1-mob,
    .usage-block__image--2-mob {
        display: block;
        position: absolute;
        pointer-events: none;
    }

    
    .usage-block__image--1-mob {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .usage-block__image--2-mob {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    
    .usage-block {
        flex-direction: column;
    }

    .usage-block__left,
    .usage-block__right {
        width: 100%;
    }

    .usage-block__right {
        height: 250px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .usage-section--tea .usage-block__image--1-mob {
        display: block;
        width: min(245px, 62vw);
        max-width: none;
        right: 8px;
        bottom: 6px;
        left: auto;
        transform: rotate(12deg);
        z-index: 3;
    }

    .usage-section--travyanoy-chay-s-islandskim-mkhom .usage-block__image--1-mob {
        width: min(330px, 88vw);
        right: -24px;
        bottom: 8px;
        transform: none;
    }

    .usage-section--travyanoy-chay-s-islandskim-mkhom-bronkho .usage-block__image--1-mob {
        width: min(330px, 88vw);
        right: -6px;
        bottom: 0;
        transform: none;
    }

    .usage-section--tea .usage-block__image--2-mob {
        width: min(520px, 118vw);
        max-width: none;
        right: -172px;
        bottom: -128px;
        left: auto;
        transform: none;
        z-index: 1;
    }
}

/* End */


/* Start:/local/components/denis/item.six.block/templates/.default/style.css?17798704763164*/
.properties-section {
    max-width: 1280px;
    margin: 80px auto;
    box-sizing: border-box;
}


.properties-block {
    display: flex;
    gap: 22px;
}


.properties-block__left {
    width: calc(66.666% - 11px);
}


.properties-block__title {
    font-family: 'Vetrino', sans-serif;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 97, 44, 1);
    margin: 0 0 14px 0;
    font-weight: 400;
}


.properties-block__subtitle {
    font-family: 'Vetrino', sans-serif;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 97, 44, 1);
    margin: 0 0 30px 0;
    font-weight: 400;
    max-width: 540px;
}


.properties-block__mobile-image {
    display: none;
}


.properties-block__columns {
    display: flex;
    gap: 30px;
}


.properties-block__column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}


.properties-card {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}


.properties-card__icon {
    position: absolute;
    left: -30px;
    width: 24px;
    height: 24px;
    margin-bottom: 8px;
    display: block;
}


.properties-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.properties-card__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 97, 44, 1);
    margin: 0;
}


.properties-card__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: rgba(93, 93, 93, 1);
    margin: 0;
}


.properties-block__right {
    width: calc(33.333% - 11px);
}


.properties-block__image {
    width: 100%;
    height: auto;
    border-radius: 30px;
    display: block;
    object-fit: cover;
}


@media (max-width: 1024px) {
    .properties-block {
        flex-direction: column;
    }

    .properties-block__left,
    .properties-block__right {
        width: 100%;
    }

    .properties-block__image {
        max-height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .properties-section {
        padding: 0 20px;
    }
    .properties-block__right {
        display: none; 
    }

    .properties-block__mobile-image {
        display: block;
        margin: 40px 0 40px 0;
        width: 100%;
    }

    .properties-block__image-mob {
        width: 100%;
        height: 339px;
        object-fit: cover;
        border-radius: 30px;
        display: block;
    }

    .properties-block__columns {
        flex-direction: column;
        gap: 0;
    }

    .properties-block__column {
        gap: 20px;
    }

    .properties-block__column:first-child {
        margin-bottom: 20px;
    }

    .properties-block__title {
        font-size: 24px;
    }

    .properties-block__subtitle {
        font-size: 18px;
    }

    .properties-card {
        gap: 4px;
    }

    .properties-card__icon {
        position: relative;
        left: unset;
        width: 20px;
        height: 20px;
        margin-bottom: 4px;
    }
}
/* End */


/* Start:/local/components/denis/items.list.block/templates/.default/style.css?17798787523370*/

.op_products-section {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}


.op_products-section__title {
    font-family: 'Vetrino', sans-serif;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(50, 81, 21, 1);
    text-align: center;
    margin: 0 0 40px 0;
    font-weight: 400;
    padding: 0 20px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.op_product-card__descr {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: rgba(50, 81, 21, 1);

}

.op_products-section__outer {
    width: 100%;
    overflow: hidden;
}


.op_products-section__track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    padding-left: max(20px, calc((100% - 1280px) / 2)); 
    padding-right: 20px;
}


.op_products-section__track::-webkit-scrollbar {
    height: 6px;
    background: transparent;
}

.op_products-section__track::-webkit-scrollbar-thumb {
    background: rgba(21, 109, 59, 0.3);
    border-radius: 10px;
}

.op_products-section__track::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}


.op_product-card {
    width: 412px;
    height: 527px;
    border-radius: 40px;
    background: rgba(249, 247, 236, 1);
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.op_product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}


.op_product-card__title {
    font-family: 'Vetrino', sans-serif;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(21, 109, 59, 1);
    margin: 0 0 10px 0;
    font-weight: 400;
}


.op_product-card__subtitle-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
}


.op_product-card__line {
    flex: 1;
    height: 1px;
    background: rgba(50, 81, 21, 1);
}


.op_product-card__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(21, 109, 59, 0.5);
    white-space: nowrap;
}


.op_product-card__image-wrapper {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
}


.op_product-card__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


@media (max-width: 1280px) {
    .op_products-section__track {
        padding-left: 20px;
    }
}

@media (max-width: 768px) {
    .op_products-section__title {
        font-size: 32px;
    }

    .op_product-card {
        width: 300px;
        height: 450px;
        padding: 30px 15px;
    }

    .op_product-card__title {
        font-size: 32px;
    }

    .op_product-card__subtitle {
        font-size: 14px;
    }

    .op_product-card__subtitle-wrapper {
        margin-bottom: 10px;
    }
}

/* End */
/* /local/components/denis/item.first.block/templates/.default/style.css?17804091427621 */
/* /local/components/denis/item.second.block/templates/.default/style.css?17798704762787 */
/* /local/components/denis/item.third.block/templates/.default/style.css?17798704761252 */
/* /local/components/denis/item.fourth.block/templates/.default/style.css?17803930754890 */
/* /local/components/denis/item.five.block/templates/.default/style.css?17804105117198 */
/* /local/components/denis/item.six.block/templates/.default/style.css?17798704763164 */
/* /local/components/denis/items.list.block/templates/.default/style.css?17798787523370 */
