

/* Start:/local/templates/gallery/components/odva/elements/catalog/style.css?17751976244528*/
.sections_slider {
    max-width: 1169px;
    
    margin: 0 auto;
}

.dop_sections{
    display: none;
}
.dop_sections.slick-initialized{
    display: block;
}

@media screen and (max-width: 1667px) {
    .sections_slider {
        max-width: 900px;
    }
}

@media screen and (max-width: 1400px) {
    .sections_slider {
        max-width: 700px;
    }
}

@media screen and (max-width: 1200px) {
    .sections_slider {
        max-width: 650px;
        margin: 0;
    }
}

@media screen and (max-width: 900px) {
    .sections_slider {
        max-width: 425px;
    }
}

/* .dop_sections.slick-initialized .slick-track{
    display: flex;
} */

.dop_sections .slick-track {
    display: flex;
    margin-left: 0px;
  }
  .dop_sections .slick-track .slick-slide {
    /* display: flex; */
    height: auto;
    align-items: center;
    justify-content: center;
  }

.dop_sections {
    width: 100%;
    margin-bottom: 30px;
    /* display: flex;
    flex-wrap: wrap; */
}

.dop_sections .slick-arrow{
    top: 50%;
}

.dop_sections  .slick-prev {
    left: -15px;
}

.dop_sections .slick-prev:before{
    font-size: 0px;
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/gallery/images/l.png);
    background-repeat: no-repeat;
    display: block;
}

.dop_sections .slick-next:before{
    font-size: 0px;
    width: 12px;
    height: 12px;
    background-image: url(/local/templates/gallery/images/r.png);
    background-repeat: no-repeat;
    display: block;
}

.dop_sections a {
    /* margin: 0 10px 10px 0; */
    color: #BAB5AA;
    height: 100%;
    display: block;
}

.dop_sections a:hover .dop_section_button {
    background: #BE9F57;
    color: white;
}

.dop_section_button {
    border: 1px solid #BE9F57;
    padding: 8px;
    border-radius: 19px;
    margin-right: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;    
    text-align: center;
    font-size: 16px;
    color: #BAB5AA;
}

.product-card__price-notsale {
    margin-right: 5px;
}


.section-gallery-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -1px;
    right: -1px;
    flex-direction: row;
    z-index: 2;
}

.section-gallery-wrapper.flexbox {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: -1px;
    right: -1px;
    flex-direction: row;
    z-index: 2;
    display: flex;
    gap: 5px;
}

.section-gallery-wrapper__item {
    flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: transparent;
}

.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0px 1px;
    height: 100%;
}

.section-gallery-wrapper__item-nav:before {
    content: "";
    display: block;
    height: 2px;
    background-color: #255643;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -5px;
    cursor: pointer;
}

.section-gallery-wrapper__item img {
    opacity: 0;
    transition: opacity .2s ease-in-out;
    z-index: -1;
}

.section-gallery-wrapper__item._active img {
    opacity: 1;
}

._active .section-gallery-wrapper__item-nav:before {
    background-color: #BE9F57;
}

.advertising_block {
    height: 100%;
    padding: 50px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}

.advertising_block .name {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
}

.advertising_block .descr {
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

.advertising_block .consult_btn {
    background: #BE9F57;
    color: #fff;
    text-transform: uppercase;
    outline: none;
    border: none;
    padding: 10px 20px;
}

.advertising_block .consult_btn:hover {
    opacity: .8;
}

.numbers .number {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.number_item {
    width: 100%;
}

.number .line {
    width: 50%;
    background-color: #BE9F57;
    height: 1px;
}

.number_descr {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.numbers.advertising_block {
    justify-content: space-between;
    gap: 10px;
}




@media screen and (max-width:550px){
.productList__right-content .statick__page img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
}
@media screen and (max-width:991px){
    .dop_section_button {
        font-size: 14px;
    }

    .sections_slider {
        width: 100%;
    }
}
/* End */
/* /local/templates/gallery/components/odva/elements/catalog/style.css?17751976244528 */
