

/* Start:/local/templates/etre/components/bitrix/catalog/.default/style.css?178341363610774*/
/*.scroll .header--logo-icon{*/
/*    filter: none;*/
/*}*/

.catalog-section {
    margin-top: 132px;
}

/*-----------Button-----------*/
.catalog-section--btns-wrapper {
    border-top: 1px solid var(--primary20);
    border-bottom: 1px solid var(--primary20);
}

.catalog-section--btns {
    width: calc(50%);
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    margin: 0 auto;
}

.catalog-section--btns-item {
    width: 50%;
    padding: 40px 0;
}

.transparent-btn.catalog-section--btns-item {
    height: calc(100% - 2px);
    width: calc(50% - 4px);
    border-left: 1px solid var(--primary20);
    border-right: 1px solid var(--primary20);
    border-bottom: none;
    border-top: none;
}

@media (max-width: 1279px) {
    .catalog-section--btns {
        width: 100%;
    }

    .catalog-section--btns-item {
        padding: 26px 0;
    }

    .catalog-section--btns-item, .transparent-btn.catalog-section--btns-item {
        border-bottom: none;
        border-top: none;
    }
}

@media (max-width: 767px) {
    .catalog-section--btns {
        flex-direction: column;
        margin: 0;
        width: 100%;
    }

    .catalog-section--btns-item, .transparent-btn.catalog-section--btns-item {
        width: 100%;
    }
}


/*-----------Specifications-----------*/
.catalog-section--specifications {
    display: flex;
    flex-wrap: wrap;
}

.catalog-section--specifications_text {
    width: calc(25%);
}

.catalog-section--specifications-item {
    border: 1px solid var(--primary20);
    padding: 85px 0 85px 40px;
}

.catalog-section--specifications-item:nth-child(1),
.catalog-section--specifications-item:nth-child(2),
.catalog-section--specifications-item:nth-child(4),
.catalog-section--specifications-item:nth-child(5) {
    border-bottom: none;
}

.catalog-section--specifications_text h5 {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF66;
    display: block;

}

.catalog-section--specifications_text p {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
    display: block;
    margin-top: 13px;
    color: var(--primary-dark);
}

.catalog-section--specifications_image {
    width: calc(50%);
    min-height: 720px;
    max-height: 720px;
    height: auto;
}

.catalog-section--specifications_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1279px) {

    .catalog-section--btns-wrapper {
        border-bottom: none;
    }

    .catalog-section--specifications-item:nth-child(1),
    .catalog-section--specifications-item:nth-child(2),
    .catalog-section--specifications-item:nth-child(4),
    .catalog-section--specifications-item:nth-child(5) {
        border: 1px solid var(--primary20);
    }

    .catalog-section--specifications-item:nth-child(2),
    .catalog-section--specifications-item:nth-child(4){
        border-right: none;
        border-left: none;
    }


    .catalog-section--specifications_text {
        width: 100%;
        display: flex;
    }

    .catalog-section--specifications-item {
        width: 33.33%;
        padding: 52.5px 0 52.5px 30px;
    }

    .catalog-section--specifications_text h5 {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 3px;
    }

    .catalog-section--specifications_text p {
        font-size: 28px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .catalog-section--specifications_image {
        width: 100%;
        min-height: 563px;
        max-height: unset;
    }
}

@media (max-width: 767px) {
    .catalog-section--btns-wrapper {
        border-bottom: 1px solid var(--primary20);
    }

    .catalog-section--specifications{
        padding-top: 48px;
    }

    .catalog-section--specifications-item:nth-child(2),
    .catalog-section--specifications-item:nth-child(4){
        border: 1px solid var(--primary20);
        border-bottom: none;
        border-top: none;
    }

    .catalog-section--specifications_text {
        flex-direction: column;
    }

    .catalog-section--specifications-item {
        width: 100%;
        padding: 12.5px 0 12.5px 30px;
    }

    .catalog-section--specifications_image {
        width: 100%;
        min-height: 450px;
    }
}


/*----------------------INGREDIENTS--------------------*/

body .complexes {
    display: flex;
    margin-top: 180px;
}

.complexes--left {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
}

.complexes--right {
    flex: 0 0 50%;
    background-size: cover;
    background-position: center;
}

.complexes--left-title {
    font-family: var(--font);
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
}

.complexes--left-grid {
    margin-top: 35px;
    display: flex;
    border-top: 1px solid var(--primary20);
    flex-wrap: wrap;
}

.complexes--left-row {
    display: flex;
    flex: 1;
}

.complexes--left-row:first-child {
    border-bottom: 1px solid var(--primary20);
}

.complexes--left-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 40px 53px 40px;
    width: 50%;
    border: 1px solid var(--primary20);
    min-height: 322px;
}

.complexes--left-box:nth-child(1),
.complexes--left-box:nth-child(3){
    border-right: none;
}

.complexes--left-box:nth-child(1),
.complexes--left-box:nth-child(2){
    border-bottom: none;
}

.complexes--left-box.intro {
    justify-content: start;
}

.complexes--left-intro {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFFCC;
    margin-top: 60px;
}

.complexes--left-box-title {
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: var(--primary-dark);
}

.complexes--left-box-desc {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #FFFFFFCC;
    margin-top: 24px;
}

@media (max-width: 1440px) {
    .complexes--left-title {
        font-size: 56px;
        line-height: 56px;
        letter-spacing: -1.5px;
    }
}

@media (max-width: 1279px) {
    body .complexes {
        margin-top: 120px;
        flex-direction: column;
    }

    .complexes--left {
        flex-direction: column;
    }

    .complexes--left-intro {
        margin-top: 50px;
    }

    .complexes--left-box {
        padding: 28px 30px 42px 30px;
    }

    .complexes--left-box-title {
        font-size: 28px;
        line-height: 100%;
    }

    .complexes--left-box-desc {
        font-size: 16px;
        line-height: 24px;
    }

    .complexes--right {
        height: 657px;
        flex: none;
    }

    .complexes--left-box {
        min-height: 296px;
        justify-content: start;
    }
}

@media (max-width: 767px) {
    body .complexes {
        margin-top: 80px;
    }

    .complexes--left-title {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: -1.5px;
    }


    .complexes--left-box {
        min-height: unset;
    }

    .complexes--left-box.intro {
        margin: 0;
        padding: 32px 19.5px;
    }

    .complexes--left-intro {
        margin: 0;
    }

    .complexes--left-box:nth-child(1),
    .complexes--left-box:nth-child(3){
        border-right: 1px solid var(--primary20);
    }

    .complexes--left-box {
        padding: 32px 27px 32px 19px;
        width: 100%;
    }

    .complexes--left-box-title {
        font-size: 28px;
        line-height: 100%;
    }

    .complexes--left-box-desc,
    .complexes--left-intro {
        font-size: 16px;
        line-height: 24px;
    }

    .complexes--right {
        height: 360px;
        flex: none;
    }
}


/*-------------PRODUCTS-----------------*/

body div.catalog-section--product {
    padding-top: 170px;
    background-color: var(--white);
}

.catalog-section--product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.catalog-section--product-header_text {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.catalog-section--product-header_text h2 {
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--primary-dark);
    display: block;
}

.catalog-section--product-header_text p {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    display: block;

}

.catalog-section--product-header_price {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-dark);
    display: block;
}

.catalog-section--product-header_price .line-url{
    display: flex;
    align-items: center;

}

.catalog-section--product-list {
    display: flex;
    flex-wrap: wrap;
}

.RECOMMENDED_PRODUCTS {
    margin-top: 58px;
}


@media (max-width: 1279px) {
    body div.catalog-section--product {
        padding-top: 120px;
    }

    .catalog-section--product-header {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .catalog-section--product-header_text {
        gap: 20px;
    }

    .catalog-section--product-header_text h2 {
        font-size: 56px;
        line-height: 56px;
        letter-spacing: -1.5px;
    }

    .catalog-section--product-header_text p {
        font-size: 16px;
        line-height: 20px;
    }

    .catalog-section--product-header_price {
        font-family: Montserrat, sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        text-align: center;
        text-transform: uppercase;
        color: var(--primary-dark);
        display: block;
    }

    .catalog--element.p-40 {
        padding: 42px 0 0 0;
    }


    .RECOMMENDED_PRODUCTS {
        margin-top: 56px;
        padding: 0 24px;
    }
}

@media (max-width: 767px) {

    body .catalog-section-header .page-info--title{
        font-size: 53px;
    }

    body div.catalog-section--product {
        padding-top: 80px;
    }

    .catalog-section--product-header {
        flex-direction: column;
    }

    .catalog-section--product-header_text h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .catalog--element.p-40 {
        padding: 32px 0 0 0;
        gap: 48px;
    }

    .RECOMMENDED_PRODUCTS {
        margin-top: 32px;
        padding: 0 16px;
    }
}
/* End */


/* Start:/local/templates/etre/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178341363611399*/
body {
    background-color: var(--white);
}

body header {
    background-color: var(--white);
}

body.no-scroll header img,body.no-scroll header svg  {
    filter: none;
}

.catalog--element-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body header img, body header svg {
    filter: brightness(0);
}

.scroll .header--logo-icon, .scroll svg {
    filter: none;
}

body .catalog--element {
    background-color: var(--white);
    padding-top: 97px;
    display: flex;
    flex-wrap: wrap;
    gap: 112px;
    align-items: stretch;
}


.catalog--element-left {
    width: calc(45% - 26px);
}

.catalog--element-right {
    width: calc(55% - 86px);
    min-height: 744px;
}

.catalog--element-section_name {
    font-family: var(--mntserrat), sans-serif;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-dark);
    display: block;
}

.catalog--element-title {
    font-weight: 300;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -0.9px;
    color: #000000CC;
    display: block;
    margin-top: 10px;
}

.catalog--element-volume {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--primary-dark);
    display: block;
    margin-top: 20px;
}

.catalog--element-description {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    margin-top: 15px;
    display: block;
}

.catalog--element_technical-specifications {
    margin-top: 30px;
}

.technical-specifications--title {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-dark);
}

.technical-specifications--list {
    margin-top: 15px;
}

.technical-specifications--item:first-child {
    margin-top: 17px;
}

.technical-specifications--item {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-top: 10px;
}

.technical-specifications--item_title {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00000066;
    width: 19%;
    min-width: 134px;
    text-align: left;
}

.technical-specifications--item_content {
    font-family: var(--mntserrat), sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: #000000CC;
    width: 50%;
    text-align: left;
}

.catalog--element-btns {
    display: flex;
    margin-top: 30px;
    width: 100%;
}

.catalog--element-btn {
    padding: 39px 0;
    height: 100%;
    width: 100%;
    border-color: transparent !important;
}

.share {
    padding: 37px;
    height: 100%;
    max-height: 100px;
    width: 100px;
    border: 1px solid var(--primary20);
    cursor: pointer;
}

.catalog--element--product-header_price {
    font-weight: 200;
    font-size: 80px;
    line-height: 80px;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    color: var(--primary-dark);
}

@media (max-width: 1279px) {
    body .catalog--element {
        flex-direction: column;
    }

    .catalog--element_technical-specifications{
        margin-top: 25px;
    }

    .catalog--element-volume{
        margin-top: 15px;
    }

    .share {
        padding: 25px;
        max-height: 72px;
        width: 72px;
    }

    .catalog--element-btn {
        padding: 25px 0;
    }

    .catalog--element-right, .catalog--element-left {
        width: 100%;
    }

    .catalog--element-section_name {
        font-size: 11px;
        line-height: 13px;
    }

    .catalog--element-title {
        font-size: 35px;
        line-height: 100%;
        letter-spacing: -0.9px;
    }

    .catalog--element-volume {
        font-size: 16px;
    }

    .catalog--element-description {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-top: 10px;
    }

    .technical-specifications--title {
        font-size: 16px;
        line-height: 24px;
    }

    .technical-specifications--item_title {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 1px;
    }

    .technical-specifications--item_content {
        font-size: 16px;
        line-height: 100%;
    }

    .catalog--element--product-header_price {
        font-size: 56px;
        line-height: 56px
    }
}

@media (max-width: 767px) {
    .technical-specifications--list {
        width: unset;
    }

    .catalog--element--product-header_price {
        font-size: 40px;
        line-height: 40px;
    }
}

/*-------------------slider-----------------*/
.main-container {
    width: 100%;
    background-color: #ffffff;
    height: stretch;
    height: -webkit-fill-available;
}



.slider-layout {
    display: flex;
    flex-direction: column;
    height: auto;
    position: sticky;
     left: 0;
    top: 0;
}


.thumbs-column {
    display: none;
    width: 100%;
    flex-shrink: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    order: 2;
    position: relative;
}

.slider__thumbs {
    flex: 1 1 0%;
    width: 100%;
    height: 100%;

}

.thumbs-wrapper {
    display: flex;
    flex-direction: row;
}

@media (min-width: 1280px) {
    .thumbs-wrapper {
        flex-direction: column;
    }
}

.slider__thumbs .swiper-slide {
    cursor: pointer;
    overflow: hidden;
    background-color: #fcfcfc;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    border: 1px solid #f1f5f9;
    box-sizing: border-box;
}


.slider__thumbs .slider__image {
    transition: all 0.3s ease;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider__thumbs .swiper-slide:hover .slider__image {
    opacity: 0.7;
}

.slider__thumbs .swiper-slide-thumb-active {
    border: 1px solid var(--primary-dark) !important;
}

.swiper-slide {
    border: 1px solid var(--primary20);
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
    opacity: 1;
}

.thumb-prev-wrapper, .thumb-next-wrapper {
    display: none;
    width: 100%;
    z-index: 10;
}

.thumb-prev-btn, .thumb-next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 36px;
    margin: 0 auto;
    cursor: pointer;
    color: #e28a5c;
    background-color: #FFFFFFCC;
    transition: all 0.2s ease;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.02);
    border-radius: 20px;
    position: absolute;
    left: 50%;
}

.thumb-prev-btn {
    border: 1px solid #f5f5f5;
    border-bottom: none;
    margin-bottom: 8px;
    top: 0;
    transform: translate(-50%, -50%) rotate(180deg);
}

.thumb-next-btn {
    border: 1px solid #f5f5f5;
    border-top: none;
    margin-top: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transform: translate(-50%, 50%);
    bottom: 0;
}

.thumb-prev-btn:hover, .thumb-next-btn:hover {
    color: #c86f43;
    background-color: #fbfbfb;
}

.main-slider-column {
    flex: 1 1 0%;
    background-color: #ffffff;
    position: relative;
    order: 1;
    display: flex;
    flex-direction: column;
}

.swiper-main {
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.main-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background-color: #ffffff;
    box-sizing: border-box;
}

.main-image-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide:focus {
    outline: none;
}

.main-slider-column {
    width: 100%;
}

body .main-slider-column .swiper-slide, .main-slider-column {
    max-width: 685px;
}

.slider__thumbs .swiper-slide-thumb-active {
    border: 1px solid #e28a5c;
}

.main-slider-column .slider__image {
    height: 100%;
}

body .transparent-btn.product--item-btn.card-btn:hover,
body .transparent-btn.product--item-btn.card-btn:focus,
body .transparent-btn.product--item-btn.card-btn{
    border: none !important;
    border-top: 1px solid var(--primary20) !important;
    border-bottom: 1px solid var(--primary20) !important;
}

.method-of-application{
    font-family: var(--mntserrat), sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--black);
    display: block;
    margin-top: 10px;
}

@media (min-width: 1280px) {
    .slider-layout {
        flex-direction: row;
        height: 744px;
        align-items: stretch;
    }

    .thumbs-column {
        width: 231px;
        flex-direction: column;
        border-right: 1px solid #f5f5f5;
        order: 1;
    }

    .thumbs-wrapper {
        flex-direction: column;
    }

    .slider__thumbs .swiper-slide {
        height: 140px;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
    }

    .thumb-prev-wrapper, .thumb-next-wrapper {
        display: block;
    }

    .main-slider-column {
        height: 100%;
        order: 2;
    }
}

@media (min-width: 768px) {
    .custom-pagination {
        display: none;
    }

    .main-slide {
        padding: 32px;
    }


    .slider__thumbs .swiper-slide {
        height: 140px;
    }

    .thumbs-column {
        display: flex;
    }
}

@media (max-width: 1279px) {
    body .catalog--element {
        padding-top: 42px;
        gap: 64px;
    }

    body .main-slider-column .swiper-slide, .main-slider-column {
        max-width: unset;
    }

    .main-slider-column {
        max-height: 834px;
    }

    .slider__image img {
        max-height: 834px;
    }

    .catalog--element-right {
        padding: 0;
    }

    .catalog--element-left {
        padding: 0 24px;
    }

    .method-of-application {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {

    .catalog--element-left {
        padding: 0 16px;
    }

    .catalog--element-right {
        min-height: unset;
    }

    .main-slider-column {
        max-height: 407px;
        position: relative;
    }

    body .custom-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        position: absolute;
        bottom: 12px;
        opacity: 1 !important;
    }

    .slider__image img {
        max-height: 407px;
    }

    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 8px !important;
        height: 2px !important;
        background-color: rgba(238, 181, 141, 0.5) !important;
        border-radius: unset !important;
    }

    .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 48px !important;
        background-color: rgba(238, 181, 141, 1) !important;
    }



    .technical-specifications--item_title{
        min-width: 125px;
    }

    .technical-specifications--item_content{
        font-size: 14px;
    }

    .catalog--element-btns{
        margin-top: 20px;
    }
}

@media (max-width: 374px) {
    .catalog--element-title{
        font-size: 32px;
    }

    .technical-specifications--item_title{
        min-width: 115px;
    }

    .technical-specifications--item_content{
        font-size: 12px;
    }
}

/* End */


/* Start:/local/templates/etre/components/bitrix/news.list/active_ingredient/style.css?17834136362091*/
.ingredient--list{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.ingredient--item{
    display: flex;
    width: 100%;
    border: 1px solid var(--primary20);
    border-bottom: none;
}

.ingredient--item:last-child{
    border-bottom: 1px solid var(--primary20);
}

.ingredient--item-image img{
    object-fit: cover;
    width: 117px;
    height: 100%;
    max-height: 200px;
}

.ingredient--item-content{
    padding: 20px 25px;
}

.ingredient--item-title{
    font-weight: 500;
    font-family: var(--mntserrat), sans-serif;
    font-size: 13px;
    line-height: 18.05px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #00000066;
    display: block;
}

.ingredient--item-text{
    font-family: var(--mntserrat), sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color:  rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    display: block;
}

@media (max-width: 1279px) {
    .ingredient--item-image img{
        object-fit: cover;
        width: 106px;
        height: 100%;
        max-height: 150px;
    }

    .ingredient--item-title{
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 1px;
    }

    .ingredient--item-text{
        font-size: 16px;
        line-height: 100%;
    }
}

@media (max-width: 767px) {
    .ingredient--item-image img{
        object-fit: cover;
        width: 120px;
        height: 100%;
        max-height: 250px;
    }

    .ingredient--item-content{
        padding: 12px;
    }

    .ingredient--item-text{
        font-size: 14px;
    }

    .thumb-button{
        max-height: 408px;
        object-fit: cover;
    }

    .product-scrollbar {
        position: relative !important;
        height: 4px !important;
        background: #F7EDE6;
        border-radius: 999px;
        width: 120px !important;
        left: 50% !important;
        bottom: 28px !important;
        transform: translate(-50%, -10%);
    }

    .product-scrollbar .swiper-scrollbar-drag {
        background: #EEB58D;
        border-radius: 999px;
        cursor: pointer;
    }
}

/* End */


/* Start:/local/templates/etre/components/bitrix/catalog.section/.default/style.css?178341363696*/
.catalog-section--product-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}

/* End */


/* Start:/local/templates/etre/components/bitrix/catalog.item/.default/style.css?17834136361831*/
.catalog-section--product-list{
	display: flex;
	flex-wrap: wrap;
	margin-top: 45px;
	padding-bottom: 64px;
}

.RECOMMENDED_PRODUCTS .catalog-section--product-list{
	padding-bottom: 0;
}

.product-item-container{
	width: calc(25%);
	border: 1px solid var(--primary20);
	border-bottom: none;
}

.product-item-container a{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.product--item_image{
	width: 100%;
	height: 500px;
	object-fit: contain;
}

.product--item-info{
	padding: 15px 25px;
}

.product--item-name{
	font-weight: 300;
	font-size: 25px;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.9px;
	color: #000000CC;
}

.product--item-description{
	font-family: var(--mntserrat), sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	color: #00000099;
	margin-top: 5px;
	display: block;
}

.product--item-tags{
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 1px;
	flex-wrap: wrap;
}

.product--item-tags p{
	font-family: var(--mntserrat), sans-serif;
	font-weight: 500;
	padding: 8px 10px;
	color: var(--primary-dark);
	background: #EEB58D1A;
}

body .transparent-btn.product--item-btn{
	padding: 25px;
	width: calc(100% - 52px);
	border-left: none;
	border-right: none;
	text-align: left;
	color: var(--primary-dark);
}

@media (max-width: 1279px) {
	.catalog-section--product-list{
		padding-bottom: 0;
	}
	.product-item-container{
		width: calc(50%);
	}

	.product--item_image{
		height: 392px;
	}

	.product--item-tags p{
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 1px;
	}
}

@media (max-width: 767px) {
	.product-item-container{
		width: calc(100%);
	}

	.product--item_image{
		height: 373px;
	}
}

@media (max-width: 374px) {
	.catalog--element--product-header_price{
		font-size: 34px;
		line-height: 34px;
	}
}
/* End */


/* Start:/local/templates/etre/components/bitrix/catalog.section/.default/themes/blue/style.css?1783413636825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/local/templates/etre/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/blue/style.css?17834136361064*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1; }

.bx-blue .product-item-image-slider-control:hover { background-color: rgba(0, 131, 209, .8); }

.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover { background-color: #0083d1; }

.bx-blue .product-item-selected-scu,
.bx-blue .product-item-detail-slider-controls-image:hover,
.bx-blue .product-item-detail-slider-controls-image.active { outline-color: #006cc0; }

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #006cc0; }

/* Amount */
.bx-blue .product-item-amount-field:focus { border-color: #006cc0; }

/*Proress Bar*/
.bx-blue .product-item-detail-slider-progress-bar { background-color: #006cc0; }
/* End */
/* /local/templates/etre/components/bitrix/catalog/.default/style.css?178341363610774 */
/* /local/templates/etre/components/bitrix/catalog/.default/bitrix/catalog.element/.default/style.css?178341363611399 */
/* /local/templates/etre/components/bitrix/news.list/active_ingredient/style.css?17834136362091 */
/* /local/templates/etre/components/bitrix/catalog.section/.default/style.css?178341363696 */
/* /local/templates/etre/components/bitrix/catalog.item/.default/style.css?17834136361831 */
/* /local/templates/etre/components/bitrix/catalog.section/.default/themes/blue/style.css?1783413636825 */
/* /local/templates/etre/components/bitrix/catalog/.default/bitrix/catalog.element/.default/themes/blue/style.css?17834136361064 */
