

/* Start:/faktury-i-tseny/style.css?178116200519295*/
.opneFullImage {
    height: 422px;
}
.catalog_about.container{
    padding: 0;
}
.facture_card.col-12{
    padding-left: 0;
    padding-right: 20px;
}
.breadcrumb.container{
    margin-bottom: 38px;
}
@media screen and (max-width: 1000px) {
    .opneFullImage {
        height: 45vw;
    }
}

@media screen and (min-width: 1000px) {
    .breadcrumb {
        padding: 0px !important;
    }

    .catalog_images {
        padding: 0px;
    }
}
.navigate {
    display: flex;
    flex-wrap: nowrap;
}
.navigate a {
    border: 1px solid black;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding: 10px 65px;
    color: black;
    border-radius: 5px;
}
.navigate a:hover{
    color: white!important;
    background: #6b0808;
    border: 1px solid #6b0808;
}
.catalog_about.container a.red-button__v2.central_button{
    width: max-content;
    height: max-content;
    font-size: 24px;
    padding: 9px 66px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px auto 60px;
}
.catalog_about.container a.red-button__v2.central_button:hover{
    color: white!important;
    background: #6b0808;
}
.navigate a.active {
    padding: 11px 65px;
    background: #7D0808;
    color: white;
    border: none;
}

.navigate a.active:hover {
    color: white !important;
}

.catalog_about h2 {
    margin: 40px 0;
    font-size: 42px;
    font-weight: 700;
}

p.text-glav {
    margin: 20px 0 12px 0;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
}
.facture_card .tgrey{
    margin-bottom: 20px;
}
.facture_card .tred{
    font-size: 24px;
    margin-top: auto;
    margin-bottom: 40px;
}
.facture_card .tred span{
    text-decoration: line-through;
}
.container_image{
    width: 100%;
}
.container_image_polina{
    width: 45%;
}
.container_image_polina img{
    width: 100%;
}
.container_certificates{
    width: 52%;
    position: relative;
}
.container_image_certificates{
    width: 100%;
}
.container_image_certificates img{
    width: 50%;
    cursor: pointer;
}
.certification h3{
    font-size: 42px;
    font-weight: 700;
}
.certification p{
    font-size: 18px;
    margin: 20px 0 50px 0;
}
.container_certificates p{
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #24949F;
    margin: 0;
    width: 100%;
}
.background_modal{
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: max-content;
}
.image_modal{
    width: 70%;
    height: 70%;
    margin: auto;
}
.image_modal img{
    width: 100%;
}
.slick-slide .sale_discount__item img{
    width: 295px;
}
.sale_discount__container .sale_discount__list_container{
    margin: 0 -53px;
}
.slick-slide{
    width: max-content;
    margin-right: 30px;
}
.facture_card.flex-column{
    position: relative;
}
.opneFullImage .pict_fact{
    font-size: 36px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 0;
    padding: 15px 20px!important;
    border-radius: 10px 0 0 10px;
    background: #7D0808;
    color: white;
    font-weight: 700;
    z-index: 9;
}
.opneFullImage .pict_crown span::before{
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
    left: -10px;
    top: -5px;
}
.fresco__fresco_difference {
    margin-top: 60px;
}

.fresco_difference {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}

.fresco_difference__container {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}

.fresco_difference__container h4 {
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    text-align: left;
    color: black;
    margin: 0;
}

.fresco_difference__list {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.fresco_difference__item {
    width: 24%;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
}

.fresco_difference__item img {
    /* width: 160px; */
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
}

.fresco_difference__item p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.img_wrap--facture {
    width: 100%;
    /* height: 160px; */
    overflow-y: hidden;
    border: 1px solid white;
}
.ml-20{
    margin-left: 20px;
}
.img_wrap--facture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.navigation {
    width: 100%;
    height: max-content;
    display: none;
    align-items: center;
    height: max-content;
    width: 100%;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.navigation li {
    width: 50%;
    display: block;
    height: max-content;
}

.navigation li:first-child {
    border-right: 1px solid #E5E5E5;
}

.navigation li a {
    display: block;
    width: 100%;
    padding: 8px 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #333;
}

.navigation .navigation_active a {
    background: #F2F2F2;
    color: #7D0808;
}


.facture_card .tred s {
    color: black;
    margin: 0px 4px;
}
@media screen and ( max-width: 576px ) {
    .fresco_difference__item p{
        margin-top: 7px;
    }
    .hidemobi {
        display: none;
    }

    .navigation {
        display: flex;
        margin-bottom: 0px;
    }

    .opneFullImage {
        height: 70vw;
    }


    .facture_card {
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 20px !important;
    }



    .row .facture_card:last-child {
        border-bottom: 0px;
    }

    .breadcrumb {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .catalog_images {
        padding-left: 24px;
        padding-right: 24px;
    }

    .font-weight-normal {
        padding-left: 12px !important;
        padding-right: 12px !important;
        margin-top: 30px !important;
        margin-bottom: 0px;
    }

    .font-weight-normal p {
        color: #333;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }


    .box_image.open {
        padding: 24px 50px !important;
        height: 60%;
    }

    .box_image.open .h24 {
        font-size: 16px;
    }


    footer {
        border-top: none;
    }
}
@media screen and (max-width: 1400px){
    .fresco_difference__item img{
        width: 250px;
    }
}
@media screen and (max-width: 1200px){
    .image_modal{
        width: 100%;
    }
    .fresco_difference__item img{
        width: 220px;
    }
    .container_certificates p{
        font-size: 14px;
    }
}
@media screen and (min-width: 990px){
    .mobile_img{
        display: none!important;
    }
}
@media screen and (max-width: 990px){
    .row .facture_card{
        padding-left: 0;
        padding-right: 0;
    }
    .grey-button.central_button{
        width: 100%;
        background: white;
        font-size: 14px;
        line-height: 17px;
        height: 33px;
        color: black;
        border: 1px solid black;
        margin: auto;
        text-align: center;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 8px;
    }
    .navigate{
        display: flex;
        justify-content: space-between;
    }
    .catalog_about h2{
        font-size: 22px;
        margin: 20px 0;
    }
    p.text-glav{
        font-size: 20px;
    }
    .facture_card .tgrey{
        font-size: 12px;
    }
    .facture_card .tred{
        font-size: 18px;
    }
    .certification{
        display: flex;
        flex-wrap: wrap;
    }
    .desktop_img{
        display: none;
    }
    .mobile_img{
        display: block;
    }
    .catalog_about.container a.red-button__v2.central_button{
        margin: 40px auto;
    }
    .fresco_difference__list, .container_image{
        flex-wrap: wrap;
    }
    .fresco_difference__container h4{
        font-size: 22px;
        line-height: 25px; 
    }
    .fresco_difference__item img{
        width: 100%;
    }
    .fresco_difference__item{
        width: 48%;
    }
    .fresco_difference__item p{
        font-size: 12px;
        line-height: 15px;
    }
    .fresco_difference__list{
        margin-top: 14px;
    }
    .popular_image h3{
        margin: 30px 0 14px 0;
    }
    .certification h3{
        font-size: 20px;
    }
    .certification p{
        font-size: 14px;
    }
    .container_image_polina, .container_image_polina img, .container_certificates{
        width: 100%;
    }
    section.certification div h3.mobile_img{
        margin: 20px auto 0;
        font-size: 22px;
        text-align: center;
    }
    section.certification div p.mobile_img{
        text-align: center;
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 15px;
    }
    .fresco__fresco_difference{
        margin-top: 16px;
    }
    .container_certificates{
        margin-bottom: 50px;
    }
    .container_certificates p{
        bottom: -45px;
        font-size: 12px;
    }
    .container .swiper-pagination{
        display: flex;
    }
    .container .swiper-pagination-bullet{
        width: 7px;
        height: 7px;
    }
    .popular_image.container h3{
        margin: 0 0 14px 0;
    }
    .fresco_difference__item p{
        margin-bottom: 0;
    }
    .text{
        margin-top: 10px;
    }
    .fresco_difference__item{
        margin-bottom: 13px;
    }
    .popular_image.container.px-0.mt50.mtm30.mb-5{
        margin-top: 16px!important;
    }
    .fresco_difference__item img{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .popular_image .title{
        margin: 30px 0 14px 0;
    }
}
@media screen and (max-width: 795px){
    .navigate a{
        width: 100%;
        padding: 7px 0;
    }
    .navigate a.active{
        padding: 8px 0;
    }
    .ml-20{
        margin-left: 10px;
    }
}
@media screen and (max-width: 765px){
    .catalog_about.container a.red-button__v2.central_button{
        width: 100%;
        height: 33px;
        font-size: 14px;
        text-align: center;
        line-height: 17px;
        padding: 9px 0;
    }
    .top_images_mobile .grey-button{
        width: 60%;
        margin: 0 20%;
        background: #7D0808;
        text-align: center;
        font-size: 14px;
    }
    .top_images_mobile .grey-button:hover{
        background: #500606;
        color: white!important;
    }
   .top_images_mobile .red-button {
        width: 60%;
        margin: 0 20%;
       font-size: 14px;
    }
    .opneFullImage .pict_fact{
        -webkit-border-radius: 5px 0 0 5px;
        -moz-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        font-size: 18px;
        padding: 4px 15px!important;
    }
    .opneFullImage .pict_crown span::before{
        width: 19px;
        height: 19px;
        background-size: 19px 19px;
        left: 0;
        top: 0;
    }
}
@media screen and (max-width: 675px){
    .navigate a{
        font-size: 14px;
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    .background_modal{
        height: 100%;
        display: flex;
    }
    .image_modal{
        height: max-content;
    }
}
@media screen and (max-width: 575px){
    .breadcrumb.container{
        margin-bottom: 20px;
    }
    .catalog_about.container{
        padding: 0 25px;
    }
}

#box_image.box_image--gallery.open {
    width: calc(100vw - 48px);
    max-width: 1200px;
    max-height: none;
    height: min(90vh, 920px);
    padding: 32px 72px 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

#box_image.box_image--gallery .box_image__body {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    min-width: 0;
}

#box_image.box_image--gallery #slider_list {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100% !important;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f5f5;
}

#box_image.box_image--gallery #slider_list .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: stretch;
}

#box_image.box_image--gallery .box_image__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #f5f5f5;
    min-height: 0;
}

#box_image.box_image--gallery .box_image__slide-media {
    display: block;
    border: 0;
    background: #f5f5f5;
}

#box_image.box_image--gallery .box_image__slide img.box_image__slide-media {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#box_image.box_image--gallery .box_image__slide video.box_image__slide-media,
#box_image.box_image--gallery .box_image__slide iframe.box_image__slide-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#box_image.box_image--gallery .box_image__thumbs {
    flex: 0 0 auto;
    width: 100%;
    height: auto !important;
    min-height: 84px;
    margin-top: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#box_image.box_image--gallery .box_image__thumbs::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

#box_image.box_image--gallery #slider_thumb_list .swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    align-items: center;
    height: auto !important;
    width: max-content;
    min-width: 100%;
}

#box_image.box_image--gallery .box_image__thumb {
    position: relative;
    flex: 0 0 auto;
    width: 120px;
    height: 84px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #f7f7f7;
    opacity: 0.65;
    transition: border-color 0.2s, opacity 0.2s, box-shadow 0.2s;
}

#box_image.box_image--gallery .box_image__thumb:hover {
    opacity: 1;
}

#box_image.box_image--gallery .box_image__thumb.is-active {
    opacity: 1;
    border-color: #7D0808;
    box-shadow: 0 0 0 1px #7D0808 inset;
}

#box_image.box_image--gallery .box_image__thumb-media {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: 0;
    background: #f7f7f7;
    pointer-events: none;
}

#box_image.box_image--gallery .box_image__thumb iframe,
#box_image.box_image--gallery .box_image__thumb video,
#box_image.box_image--gallery .box_image__thumb img {
    pointer-events: none;
}

#box_image.box_image--gallery .box_image__thumb--video::after,
#box_image.box_image--gallery .box_image__thumb--iframe::after {
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.02em;
}

#box_image.box_image--gallery .box_image__thumb--video::after {
    content: 'Видео';
}

#box_image.box_image--gallery .box_image__thumb--iframe::after {
    content: 'Iframe';
}

#box_image.box_image--gallery .box_image__thumb--video::after,
#box_image.box_image--gallery .box_image__thumb--iframe::after {
    content: none !important;
    display: none !important;
}

#box_image.box_image--gallery .box_image__thumb--video::before,
#box_image.box_image--gallery .box_image__thumb--iframe::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.58);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

#box_image.box_image--gallery .box_image__thumb--video::after,
#box_image.box_image--gallery .box_image__thumb--iframe::after {
    content: '' !important;
    display: block !important;
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    bottom: auto;
    width: 0;
    height: 0;
    padding: 0;
    border-radius: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ffffff;
    background: transparent;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 2;
}

#box_image.box_image--gallery .arrLeft,
#box_image.box_image--gallery .arrRight {
    top: calc(50% - 36px);
    transform: translateY(-50%);
    z-index: 2;
}

#box_image.box_image--gallery .closeImage {
    z-index: 3;
}

#box_image.box_image--gallery .tgrey.mt20 {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 1000px) {
    #box_image.box_image--gallery.open {
        width: calc(100vw - 24px);
        height: calc(100vh - 24px);
        padding: 28px 56px 22px;
    }

    #box_image.box_image--gallery .box_image__thumb {
        width: 104px;
        height: 76px;
    }
}

@media screen and (max-width: 640px) {
    #box_image.box_image--gallery.open {
        width: calc(100vw - 12px);
        height: calc(100vh - 12px);
        padding: 22px 34px 18px !important;
    }

    #box_image.box_image--gallery .box_image__body {
        gap: 12px;
    }

    #box_image.box_image--gallery .box_image__thumb {
        width: 88px;
        height: 64px;
    }

    #box_image.box_image--gallery .arrLeft {
        left: 10px !important;
    }

    #box_image.box_image--gallery .arrRight {
        right: 10px !important;
    }
}

@media screen and (max-width: 1020px) {
    .factury-i-tseny_carusel .swiper-button-n,
    .factury-i-tseny_carusel .swiper-button-p {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 42%;
        bottom: auto;
        width: 44px;
        height: 44px;
        z-index: 20;
        border: 0;
        background: transparent;
        opacity: 1;
        cursor: pointer;
        pointer-events: auto;
    }

    .factury-i-tseny_carusel .swiper-button-n {
        right: -42px;
        transform: translateY(-50%);
    }

    .factury-i-tseny_carusel .swiper-button-p {
        left: -42px;
        transform: translateY(-50%);
    }

    .factury-i-tseny_carusel .swiper-button-n::before,
    .factury-i-tseny_carusel .swiper-button-p::before {
        content: '';
        display: block;
        width: 17px;
        height: 17px;
        border-top: 2px solid #ACACAC;
        border-right: 2px solid #ACACAC;
        transition: border-color .2s ease;
    }

    .factury-i-tseny_carusel .swiper-button-n::before {
        transform: rotate(45deg);
    }

    .factury-i-tseny_carusel .swiper-button-p::before {
        transform: rotate(-135deg);
    }

    .factury-i-tseny_carusel .swiper-button-n:hover::before,
    .factury-i-tseny_carusel .swiper-button-p:hover::before {
        border-color: #8F8F8F;
    }
}

@media screen and (max-width: 520px) {
    .factury-i-tseny_carusel .swiper-button-n {
        right: -30px;
    }

    .factury-i-tseny_carusel .swiper-button-p {
        left: -30px;
    }
}

/* End */


/* Start:/local/templates/fresco/components/bitrix/catalog.top/popular_frescoes/style.css?17290656677152*/
.fresco_popular_murals {
    margin-top: 100px;
}

.popular_murals {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}

.popular_murals__container {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}
.banner_photo_sotr{
    width: 50%;
    background-image: url("/local/templates/fresco/images/main/Rectangle 309.webp");
    -webkit-background-size: cover;
    background-size: cover;
}
.popular_murals__container h4 {
    position: absolute;
    margin-left: 48px;
    margin-top: -45px;
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #333333;
}
.certificates__image::after {
    position: absolute;
    content: '';
    background: center / contain no-repeat url(/local/templates/fresco/images/main/arrow.svg);
    left: -10%;
    bottom: 20%;
    width: 30%;
    height: 18%;
}
.popular_murals__list_container {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    margin: 0px auto;
}

.popular_murals__list_container .popular_murals__btn {
    margin-top: 29px;
    height: 296px;
    position: relative;
    width: 35px;
    background-color: white;
    cursor: pointer;
}

.popular_murals__list_container .popular_murals__btn::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 28px;
    background-image: url("/local/templates/fresco/components/bitrix/catalog.top/popular_frescoes/./images/left_arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* top: 147.5px; */
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.popular_murals__list_container .popular_murals__righ_btn::before {
    background-image: url("/local/templates/fresco/components/bitrix/catalog.top/popular_frescoes/./images/right_arrow.svg");
}

.popular_murals__list_container .popular_murals__righ_btn {
    /* margin-left: -20px; */
    margin-left: -5px;
    margin-right: -9px;
    width: 55px;
}

.popular_murals__list_box {
    margin-top: 30px;
    width: 1339px;
    height: 100%;
    /* padding: 0px; */
    padding: 0px 0px 0px 5px;
}

.popular_murals__list_box .slick-dots li {
    width: 10px;
}

.popular_murals__list_box .slick-dots li button:before {
    font-size: 30px;
}

.popular_murals__list_box .slick-dots .slick-active button:before {
    color: #7D0808;
}

.popular_murals__list {
    width: 100%;
}

.popular_murals__item {
    max-width: 95%;
    display: block !important;
    margin: 0 auto;
    /* max-width: 295px; */
    text-align: center;
}

.popular_murals__item img {
    width: 100%;
    height: 295px;
    -o-object-fit: cover;
    object-fit: cover;
}

.popular_murals__item h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 12px 0px 0px;
}

.popular_murals__item small {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #ACACAC;
}

.popular_murals__item p {
    margin-top: 4px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}

.popular_murals__item p span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #7D0808;
}

.popular_murals__item p s {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ACACAC;
    margin-left: 8px;
}

.popular_murals__item a {
    width: 139px;
    height: 42px;
    background-color: #ACACAC;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    margin: 20px auto 0px;
}

.popular_murals__item a:hover {
    background-color: #7D0808;
    color: white !important;
}
@media screen and (max-width: 1467px){
    .popular_murals__item {
        max-width: 92%;
        text-align: center;
    }
    .popular_murals__list_box {
        width: 90vw;
    }
}
@media screen and (max-width: 1400px) {
    .popular_murals__list_container .popular_murals__btn{
        height: 255px;
    }
    .popular_murals__container h4{
        margin-left: 65px;
    }
    .popular_murals__list_box {
        margin-top: 30px;
        width: 1180px;
        padding: 0px 12px;
    }

    .popular_murals__item {
        max-width: 255px;
        text-align: center;
    }

    .popular_murals__item img {
        width: 100%;
        height: 245px;
    }

    .popular_murals__item h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .popular_murals__item a {
        width: 110px;
        height: 34px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1291px){
    .popular_murals__item {
        max-width: 90%;
        text-align: center;
    }
    .popular_murals__list_box {
        width: 90vw;
    }
}
@media screen and (max-width: 1200px) {
    .popular_murals__list_box {
        margin-top: 30px;
        width: 990px;
        padding: 0px 12px;
    }
    .popular_murals__list_container .popular_murals__btn{
        height: 215px;
    }
    .popular_murals__item {
        max-width: 215px;
        text-align: center;
    }

    .popular_murals__item img {
        width: 100%;
        height: 215px;
    }

    .popular_murals__item h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .popular_murals__item a {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

    .popular_murals__item p span {
        font-size: 16px;
        line-height: 20px;
    }

    .popular_murals__item p s {
        font-size: 16px;
        line-height: 20px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 1025px) {
    .popular_murals__list_box {
        margin-top: 30px;
        width: 97vw;
        padding: 0px 12px;
        overflow: hidden;
    }

    .popular_murals__item {
        max-width: 90%;
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }

    .popular_murals__item img {
        width: 100%;
        height: 215px;
    }

    .popular_murals__item h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .popular_murals__item a {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

    .popular_murals__item p span {
        font-size: 16px;
        line-height: 20px;
    }

    .popular_murals__item p s {
        font-size: 16px;
        line-height: 20px;
        margin-left: 8px;
    }

    .popular_murals__list_container .popular_murals__btn {
        display: none !important;
    }
}

@media screen and (max-width: 650px) {
    .popular_murals__item {
        max-width: 95%;
    }

    .popular_murals__item img {
        width: 100%;
        height: 325px;
    }

    .popular_murals__item h5 {
        font-size: 14px;
        line-height: 17px;
    }

    .popular_murals__item p span {
        font-size: 14px;
        line-height: 17px;
    }

    .popular_murals__item p s {
        font-size: 14px;
        line-height: 17px;
        margin-left: 7px;
    }
}
/* End */


/* Start:/local/templates/fresco/css/slick/slick.css?16826553641776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/fresco/css/slick/slick-theme.css?17346032042969*/
@charset 'UTF-8';
/* Slider */
/* https://github.com/kenwheeler/slick/issues/720
.slick-loading .slick-list
{
    background: #fff url('/local/templates/fresco/css/slick/./ajax-loader.gif') center center no-repeat;
} */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/fresco/css/slick/./fonts/slick.eot');
    src: url('/local/templates/fresco/css/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/fresco/css/slick/./fonts/slick.woff') format('woff'), url('/local/templates/fresco/css/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/fresco/css/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}


.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 22px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/fresco/components/bitrix/catalog.products.viewed/facture_and_price/style.min.css?1780290256197*/
.catalog-products-viewed-header {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 5px 0;
    padding: 5px 15px;
    border-bottom: 2px solid #d9dee6;
    color: #000
}
/* End */


/* Start:/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/style.css?178029025626911*/
.bx_slider_section {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    padding-top: 38%;
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section {
        margin-top: 20px;
        padding-top: 70%
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section {
        margin-top: 20px;
        padding-top: 70%;
    }

}

.popular_image h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 60px 0 30px 0;
}

.img_wrap.me-2.top_images_mobile {
    height: max-content !important;
    overflow-y: clip;
}

.text h3 {
    font-size: 18px;
    text-align: center;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 4px 0;
    font-weight: 400;
}

.text h4 {
    font-size: 12px;
    color: #ACACAC;
    text-align: center;
}

.text p {
    font-size: 18px;
    font-weight: 700;
    color: #7D0808;
    text-align: center;
}

.grey-button {
    background: #ACACAC;
    margin: 0 30%;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 30px;
    width: 139px;
    font-size: 18px;
    color: white;
    display: inline-block;
}

.swiper-button-n, .swiper-button-p {
    top: 141px;
}

.img_wrap.me-2.top_images_mobile img {
    width: 100%;
    height: 295px;
}

.text p span {
    color: #ACACAC;
    text-decoration: line-through;
    font-weight: 400;
    margin-left: 8px;
}

.bx_slider_section .bx_slider_container {
    position: absolute;
    top: 0;
    bottom: 20px;
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_container {
        position: static;
        top: auto;
        bottom: auto;
    }
}

.bx_slider_section .bx_slider_block {
    position: relative;
    float: left;
    height: 100%;
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_block {
        position: static;
        float: none;
        display: none;
    }

    .bx-touch .bx_slider_section .bx_slider_block.active {
        display: block;
    }

}

.bx_slider_section .bx_slider_photo_container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55%;
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_photo_container {
        width: 100%;
        padding-top: 35%;
        bottom: auto;
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_photo_container {
        padding-top: 70%;
    }
}

/**/
.bx_slider_section .bx_slider_photo_background,
.bx_slider_section .bx_slider_photo_element {
    position: absolute;
    top: 3%;
    right: 2%;
    bottom: 3%;
    left: 6%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(123, 152, 165, .75);
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_photo_background,
    .bx-touch .bx_slider_section .bx_slider_photo_element {
        right: 2%;
        left: 2%;
    }
}

.bx_slider_section .bx_slider_photo_background {
    -webkit-transform: scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -moz-transform: scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

.bx_slider_section .bx_slider_photo_element {
    display: block;
    padding: 1px;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}

@media (max-width: 980px) {
    .bx_slider_section .bx_slider_photo_element, .bx_slider_section .bx_slider_photo_background {
        box-shadow: 0 0 3px 0 rgba(123, 152, 165, .75)
    }
}

@media (max-width: 641px) {
    .bx_slider_section .bx_slider_photo_element, .bx_slider_section .bx_slider_photo_background {
        box-shadow: 0 0 2px 0 rgba(123, 152, 165, .75)
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_photo_element, .bx-touch .bx_slider_section .bx_slider_photo_background {
        box-shadow: 0 0 1px 0 rgba(123, 152, 165, .75)
    }
}

/* Stickers */
.bx_slider_section .bx_stick {
    position: absolute;
    top: 20px;
    left: -2px;
    display: block;
    width: 123px;
    height: 35px;
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/stick.png) left center no-repeat;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 #ba3434;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
}

@media (max-width: 980px) {
    .bx_slider_section .bx_stick {
        width: 90px;
        height: 30px;
        font-size: 14px;
        line-height: 30px
    }
}

@media (max-width: 640px) {
    .bx_slider_section .bx_stick {
        top: 10px;
        width: 70px;
        height: 30px;
        font-size: 11px;
        line-height: 30px
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_stick {
        top: 5px;
        width: 63px;
        height: 27px;
        font-size: 10px;
        line-height: 27px;
        font-weight: normal
    }
}

/**/
.bx_slider_section .bx_stick_disc {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    width: 72px;
    height: 74px;
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/stick_disc.png) no-repeat center;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    font-weight: bold;
    font-size: 26px;
    line-height: 74px;
}

@media (max-width: 980px) {
    .bx_slider_section .bx_stick_disc {
        width: 64px;
        height: 64px;
        font-size: 21px;
        line-height: 64px
    }
}

@media (max-width: 640px) {
    .bx_slider_section .bx_stick_disc {
        width: 48px;
        height: 48px;
        font-size: 15px;
        line-height: 48px
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_stick_disc {
        width: 36px;
        height: 36px;
        font-size: 12px;
        line-height: 36px
    }
}

/**/
.bx_slider_section .bx_slider_content_container {
    position: absolute;
    top: 1px;
    right: 10px;
    bottom: 0;
    left: 59%;
    z-index: 100;
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_content_container {
        top: 60%;
        left: auto;
        right: auto;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_content_container {
        top: auto;
        position: static;
    }

}

/**/
.bx_slider_section .bx_slider_title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-height: 25px;
}

@media (max-width: 980px) {
    .bx_slider_section .bx_slider_title {
        max-height: 23px
    }
}

@media (max-width: 640px) {
    .bx_slider_section .bx_slider_title {
        max-height: 17px
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_title {
        max-height: 12px
    }
}

/**/
.bx_slider_section .bx_slider_title a {
    color: #000;
    text-decoration: none;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.color_blue .bx_slider_section .bx_slider_title a {
    color: #000;
}

.color_wood .bx_slider_section .bx_slider_title a {
    color: #572c05;
    text-shadow: 0 1px 1px rgba(246, 237, 206, 0.7);
}

.color_green .bx_slider_section .bx_slider_title a {
    color: #fff;
}

.color_yellow .bx_slider_section .bx_slider_title a {
    color: #4c4a3f;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.color_red .bx_slider_section .bx_slider_title a {
    color: #fff;
}

.color_black .bx_slider_section .bx_slider_title a {
    color: #fff;
}

@media (max-width: 980px) {
    .bx_slider_section .bx_slider_title a {
        font-size: 21px;
        line-height: 23px
    }
}

@media (max-width: 640px) {
    .bx_slider_section .bx_slider_title a {
        font-size: 17px;
        line-height: 17px
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_title a {
        font-size: 11px;
        line-height: 12px
    }
}

/**/
.bx_slider_section .bx_slider_content_description {
    color: #658790;
    font-size: 13px;
    line-height: 19px;
    max-height: 77px;
    overflow: hidden;
}

.color_blue .bx_slider_section .bx_slider_content_description {
    color: #658790;
}

.color_wood .bx_slider_section .bx_slider_content_description {
    color: #fff;
    text-shadow: 0 -1px 1px #924b17;
}

.color_green .bx_slider_section .bx_slider_content_description {
    color: #fff;
}

.color_yellow .bx_slider_section .bx_slider_content_description {
    color: #4c4a3f;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
}

.color_red .bx_slider_section .bx_slider_content_description {
    color: #fff;
}

.color_black .bx_slider_section .bx_slider_content_description {
    color: #fff;
}

@media (max-width: 890px) {
    .bx_slider_section .bx_slider_content_description {
        max-height: 55px
    }
}

@media (max-width: 820px) {
    .bx_slider_section .bx_slider_content_description {
        max-height: 38px
    }
}

@media (max-width: 780px) {
    .bx_slider_section .bx_slider_content_description {
        max-height: 19px
    }
}

@media (max-width: 720px) {
    .bx_slider_section .bx_slider_content_description {
        display: none
    }
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_content_description {
        max-height: 76px;
        display: block;
        position: absolute;
        left: 52%;
        top: 0;
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_content_description {
        max-height: 76px;
        position: static;
        left: auto;
        top: auto;
    }
}

/**/

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_customblock_one {
        width: 50%
    }

    .bx-touch .bx_slider_section .bx_slider_customblock_two {
        width: 50%
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_customblock_one {
        width: 100%
    }

    .bx-touch .bx_slider_section .bx_slider_customblock_two {
        width: 100%
    }
}

/**/
.bx_slider_section .bx_slider_price_container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_price_container {
        left: 52%;
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_price_container {
        left: auto;
        position: relative;
        margin-top: 10px
    }
}

.bx_slider_section .bx_slider_price_rightblock {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 96%;
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/price_bg.png) no-repeat left center;
    background-size: 100% 100%;
}

.color_blue .bx_slider_section .bx_slider_price_rightblock {
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/price_bg.png) no-repeat left center;
}

.color_wood .bx_slider_section .bx_slider_price_rightblock {
}

.color_green .bx_slider_section .bx_slider_price_rightblock {
}

.color_yellow .bx_slider_section .bx_slider_price_rightblock {
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/price_bg_white.png) no-repeat left center;
}

.color_red .bx_slider_section .bx_slider_price_rightblock {
}

.color_black .bx_slider_section .bx_slider_price_rightblock {
}

/**/
.bx_slider_section .bx_slider_price_leftblock {
    position: relative;
    width: 96%;
    background: rgba(159, 226, 248, .52);
}

.color_blue .bx_slider_section .bx_slider_price_leftblock {
}

.color_wood .bx_slider_section .bx_slider_price_leftblock {
}

.color_green .bx_slider_section .bx_slider_price_leftblock {
}

.color_yellow .bx_slider_section .bx_slider_price_leftblock {
    background: rgba(255, 255, 255, .52);
}

.color_red .bx_slider_section .bx_slider_price_leftblock {
}

.color_black .bx_slider_section .bx_slider_price_leftblock {
}

/**/
.bx_slider_section .bx_slider_current_price {
    padding: 10px 10px 5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .7);
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    vertical-align: middle;
}

.bx_slider_section .bx_slider_current_price.bx_no_oldprice {
    font-size: 26px;
    line-height: 46px;
}

@media (max-width: 980px) {
    .bx_slider_section .bx_slider_current_price {
        padding: 5px 7px 1px;
        font-size: 23px;
        line-height: 18px
    }
}

@media (max-width: 980px) {
    .bx_slider_section .bx_slider_current_price.bx_no_oldprice {
        padding: 5px 7px 1px;
        font-size: 23px;
        line-height: 46px
    }
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_current_price {
        padding: 4px 7px 0px;
        font-size: 17px;
        line-height: 12px
    }
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_current_price.bx_no_oldprice {
        padding: 4px 7px 0px;
        font-size: 17px;
        line-height: 34px
    }
}

/**/
.bx_slider_section .bx_slider_old_price {
    padding: 5px 10px 10px;
    color: #496771;
    text-decoration: line-through;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .4);
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 980px) {
    .bx_slider_section .bx_slider_old_price {
        font-size: 14px;
        padding: 1px 7px 5px
    }
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_old_price {
        font-size: 10px
    }
}

/*Cart button*/
.bx_slider_section .bt_blue {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -19px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.bx-touch .bx_slider_section .bt_blue {
    font-size: 12px
}

.bx_slider_section .shadow.bt_blue {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.bx_slider_section .shadow.bt_blue:active {
    box-shadow: none
}

.bx_slider_section .bt_blue {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a2df), to(#006fcb));
    background-image: -webkit-linear-gradient(#00a2df 0%, #006fcb 100%);
    background-image: -moz-linear-gradient(#00a2df 0%, #006fcb 100%);
    background-image: -o-linear-gradient(#00a2df 0%, #006fcb 100%);
    background-image: linear-gradient(#00a2df 0%, #006fcb 100%);
    color: #fff;
    text-shadow: 0 1px 0 #006cae;
}

.bx_slider_section .bt_blue:hover {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#21afe4), to(#006fcb));
    background-image: -webkit-linear-gradient(#21afe4 0%, #006fcb 100%);
    background-image: -moz-linear-gradient(#21afe4 0%, #006fcb 100%);
    background-image: -o-linear-gradient(#21afe4 0%, #006fcb 100%);
    background-image: linear-gradient(#21afe4 0%, #006fcb 100%);
}

.bx_slider_section .bt_blue:active {
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006fcb), to(#00a2df));
    background-image: -webkit-linear-gradient(#006fcb 0%, #00a2df 100%);
    background-image: -moz-linear-gradient(#006fcb 0%, #00a2df 100%);
    background-image: -o-linear-gradient(#006fcb 0%, #00a2df 100%);
    background-image: linear-gradient(#006fcb 0%, #00a2df 100%);
    box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, .21);
}

.bx_slider_section .big.bt_blue {
    padding: 0 13px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}

.bx-touch .bx_slider_section .big.bt_blue {
    padding: 0 12px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    margin-top: -12px;
    vertical-align: middle;
}

.bx_slider_section .big.bt_blue:hover {
}

.bx_slider_section .big.bt_blue:active {
}

.bx_slider_section .big.bt_blue.cart span {
    position: relative;
    bottom: -7px;
    display: inline-block;
    margin: 0 10px 0 0;
    width: 26px;
    height: 23px;
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/bt_cart.png) no-repeat center;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}

.bx-touch .bx_slider_section .big.bt_blue.cart span {
    bottom: 0;
    margin: 0 10px 0 0;
    width: 20px;
    height: 24px;
    vertical-align: middle;
}

@media (max-width: 800px) {
    .bx_slider_section .big.bt_blue.cart span {
        display: none
    }
}

@media (max-width: 640px) {
    .bx_slider_section .big.bt_blue.cart span {
        display: block
    }

    .bx_slider_section .big.bt_blue.cart strong {
        display: none
    }
}

/**/
.bx_slider_section .bx_slider_controls {
}

.bx_slider_section .bx_slider_arrow_left,
.bx_slider_section .bx_slider_arrow_right {
    position: absolute;
    top: 50%;
    z-index: 200;
    display: none;
    margin-top: -29px;
    width: 57px;
    height: 58px;
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/slider_arrow.png) no-repeat;
    cursor: pointer;
}


.color_blue .bx_slider_section .bx_slider_arrow_left,
.color_blue .bx_slider_section .bx_slider_arrow_right {
    background-image: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/slider_arrow.png)
}

.color_wood .bx_slider_section .bx_slider_arrow_left,
.color_wood .bx_slider_section .bx_slider_arrow_right {
}

.color_green .bx_slider_section .bx_slider_arrow_left,
.color_green .bx_slider_section .bx_slider_arrow_right {
}

.color_yellow .bx_slider_section .bx_slider_arrow_left,
.color_yellow .bx_slider_section .bx_slider_arrow_right {
    background-image: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/slider_arrow_yellow.png)
}

.color_red .bx_slider_section .bx_slider_arrow_left,
.color_red .bx_slider_section .bx_slider_arrow_right {
}

.color_black .bx_slider_section .bx_slider_arrow_left,
.color_black .bx_slider_section .bx_slider_arrow_right {
}


.bx_slider_section:hover .bx_slider_arrow_left,
.bx_slider_section:hover .bx_slider_arrow_right {
    display: block
}

.bx_slider_section .bx_slider_arrow_left {
    background-position: 0 0;
    left: 0
}

.bx_slider_section .bx_slider_arrow_right {
    background-position: 0 -58px;
    right: 0
}

.bx_slider_section .bx_slider_arrow_left:active {
    background-position: 0 -116px
}

.bx_slider_section .bx_slider_arrow_right:active {
    background-position: 0 -174px
}

@media (max-width: 980px) {
    .bx_slider_section .bx_slider_arrow_left,
    .bx_slider_section .bx_slider_arrow_right {
        margin-top: -13px;
        width: 25px;
        height: 25px;
        background-size: 25px auto !important;
    }

    .bx_slider_section .bx_slider_arrow_left {
        background-position: 0 0;
        left: 0
    }

    .bx_slider_section .bx_slider_arrow_right {
        background-position: 0 -25px;
        right: 0
    }

    .bx_slider_section .bx_slider_arrow_left:active {
        background-position: 0 -50px
    }

    .bx_slider_section .bx_slider_arrow_right:active {
        background-position: 0 -75px
    }
}

.bx-touch .bx_slider_section .bx_slider_arrow_left,
.bx-touch .bx_slider_section .bx_slider_arrow_right {
    display: block;
    margin-top: -13px;
    width: 25px;
    height: 25px;
    background-size: 25px auto !important;
}

.bx-touch .bx_slider_section .bx_slider_arrow_left {
    background-position: 0 0;
    left: 0
}

.bx-touch .bx_slider_section .bx_slider_arrow_right {
    background-position: 0 -25px;
    right: 0
}

.bx-touch .bx_slider_section .bx_slider_arrow_left:active {
    background-position: 0 -50px
}

.bx-touch .bx_slider_section .bx_slider_arrow_right:active {
    background-position: 0 -75px
}

@media (max-width: 639px) {
    .bx-touch .bx_slider_section .bx_slider_arrow_left,
    .bx-touch .bx_slider_section .bx_slider_arrow_right {
        top: 22%;
    }
}

/**/

.bx_slider_section .bx_slider_pagination {
    position: absolute;
    bottom: -4px;
    margin: 0;
    padding: 0;
    width: 57%;
    list-style: none;
    text-align: center;
}

.bx_slider_section .bx_slider_pagination li {
    display: inline-block;
    margin: 0 3px;
    width: 14px;
    height: 20px;
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/pagination_dot.png) no-repeat right center;
}

.color_blue .bx_slider_section .bx_slider_pagination li {
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/pagination_dot.png) no-repeat right center
}

.color_wood .bx_slider_section .bx_slider_pagination li {
}

.color_green .bx_slider_section .bx_slider_pagination li {
}

.color_yellow .bx_slider_section .bx_slider_pagination li {
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/pagination_dot_yellow.png) no-repeat right center
}

.color_red .bx_slider_section .bx_slider_pagination li {
}

.color_black .bx_slider_section .bx_slider_pagination li {
}

.bx_slider_section .bx_slider_pagination li:hover,
.bx_slider_section .bx_slider_pagination li.active {
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/pagination_dot.png) no-repeat 1px center;
}

.color_blue .bx_slider_section .bx_slider_pagination li:hover,
.color_blue .bx_slider_section .bx_slider_pagination li.active {
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/pagination_dot.png) no-repeat 1px center;
}

.color_wood .bx_slider_section .bx_slider_pagination li:hover,
.color_wood .bx_slider_section .bx_slider_pagination li.active {
}

.color_green .bx_slider_section .bx_slider_pagination li:hover,
.color_green .bx_slider_section .bx_slider_pagination li.active {
}

.color_yellow .bx_slider_section .bx_slider_pagination li:hover,
.color_yellow .bx_slider_section .bx_slider_pagination li.active {
    background: url(/local/templates/fresco/components/bitrix/catalog.top/popular_catalog/images/pagination_dot_yellow.png) no-repeat 0px center;
}

.color_red .bx_slider_section .bx_slider_pagination li:hover,
.color_red .bx_slider_section .bx_slider_pagination li.active {
}

.color_black .bx_slider_section .bx_slider_pagination li:hover,
.color_black .bx_slider_section .bx_slider_pagination li.active {
}


.bx_slider_section .bx_slider_pagination li span {
    display: block;
    width: 14px;
    height: 20px;
    text-decoration: none;
    cursor: pointer;
}

.bx-touch .bx_slider_section .bx_slider_pagination {
}

.bx-touch .bx_slider_section .bx_slider_pagination li,
.bx-touch .bx_slider_section .bx_slider_pagination li span {
    margin: 0 1px;
    width: 7px;
    height: 7px;
    -webkit-background-size: auto 7px;
    background-size: auto 7px;
}

@media (max-width: 640px) {
    .bx-touch .bx_slider_section .bx_slider_pagination {
        display: block;
        position: relative;
        bottom: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .bx-touch .bx_slider_section .bx_slider_pagination {
        margin: 10px 0;
    }
}


.bx_slider_section .bx_stick,
.bx_slider_section .bx_slider_title,
.bx_slider_section .bx_slider_title a,
.bx_slider_section .bx_stick_disc {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/* swiper collections */
.collections-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.collections {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.swiper-button {
    width: 50px;
    height: 50px;
    position: absolute;
    border: 0px;
    background-color: #f1f1f100;
    margin-top: -10px;
}

.swiper-slide {
    width: fit-content;
}

.collections__swiper {
    width: 100%;
    max-height: 320px;
    overflow: hidden;
    margin: 0 auto;
}

.collections__wrapper {
    display: flex;
}

.collections__swiper {
    text-align: center;
}

.collections__item {
    /* width: 247px; */
    width: 320px;
    /* height: 250px; */
    max-height: 320px;
    border: 1px solid #E5E5E5;
    text-align: center;
    position: relative;
}

.collections__item .params_item_info {
    left: 7px;
    top: 7px;
}

.collections__img {
    width: 96%;
    height: 160px;
    display: block;
    margin: 8px auto 8px;
    object-fit: cover;
}

.collections__info {
    font-weight: 400;
    padding-bottom: 8px;
}

.collections__info h4 {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0px 3px;
    color: #333333;
}

.collections__info h6 {
    font-size: 12px;
    line-height: 12px;
    margin: 0px 0px 8px;
    color: #C0C0C0;
}

@media screen and (min-width: 500px) {
    .collections__info button {
        max-width: 102px;
        max-height: 27px;
        font-size: 14px;
        line-height: 17px;
        background-color: #2D2D2D;
        opacity: 0.3;
        border: 0px;
        border-radius: 6px;
        color: white;
        transition: all 0.2s;
    }

    .collections__info button:hover {
        background-color: #7D0808;
        opacity: 1;
    }
}

@media screen and (min-width: 405px) {
    .image {
        width: 30em;
        height: 30em;
    }
}

@media screen and (min-width: 768px) {
    .image {
        width: 21em;
        height: 21em;
    }
}

@media screen and (min-width: 992px) {
    .image {
        width: 19em;
        height: 19em;
    }
}

@media screen and (min-width: 1400px) {
    .image {
        width: 19.5em;
        height: 19.5em;
    }
}
@media screen and (max-width: 1400px){
    .img_wrap.me-2.top_images_mobile img {
        width: 350px;
        height: 350px;
    }
}
@media screen and (max-width: 1200px){
    .img_wrap.me-2.top_images_mobile img {
        width: 295px;
        height: 295px;
    }
}
.collections__info button {
    max-width: 102px;
    height: 37px;
    font-size: 14px;
}
@media screen and (max-width: 990px) {
    .popular_image h3{
        font-size: 22px;
    }
    .text h3, .popular_image p{
        font-size: 14px;
    }
    .swiper-button-n, .swiper-button-p{
        display: none;
    }
    .img_wrap.me-2.top_images_mobile img{
        width: 100%;
        height: 100%;
    }
    .popular_image.container{
        max-width: none;
    }
}

@media screen and (max-width: 600px) {
    .container__recommendation {
        margin-top: 30px;
    }

    .collections {
        width: 87%;
        margin: 0 auto;
    }

    .swiper-button-r {
        right: -10px;
    }

    .swiper-button-l {
        left: -10px;
    }

    .collections__swiper {
        width: 100%;
        margin: auto;
    }

    .collections-title {
        text-align: center;
    }

}

.recommendation__swiper-pagination {
    /* display: none!important;  */
    width: 100px !important;
    margin: 12px auto !important;
}

@media screen and (max-width: 500px) {
    .info-icon p {
        font-size: 3.8vw;
    }

    .collections__img {
        height: 206px;
    }

    .container__recommendation {
        padding: 0 !important;
    }

    .collections-title {
        font-size: 14px;
        line-height: 17px;
        color: #333333;
    }

    .swiper-button {
        display: none;
    }

}


/* swiper collections end */
/* End */


/* Start:/local/templates/fresco/components/bitrix/catalog.top/sale_discount_from_faktury_i_tseny/style.css?17802902568660*/
.fresco_sale_discount.new {
    margin-top: 120px;
}

.sale_discount {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}
.red-button{
    background: #7D0808;
    margin: 0 30%;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 139px;
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    color: white;
    display: inline-block;
}
.red-button:hover{
    color: white!important;
    background-color:  #650707;;
}
.title h4{
    font-size: 40px;
    font-weight: 700;
    margin-top: auto;
}
.title a{
    text-decoration: underline;
    color: #ACACAC;
    margin-top: auto;
    margin-bottom: 10px;
}
.title{
    justify-content: space-between;
    margin: 60px 0 30px 0;
}
.sale_discount__container {
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}
.sale_discount_text{
    width: 1327px;
    position: absolute;
    margin-left: 47px;
    margin-top: -50px;
    justify-content: space-between;
}
.sale_discount_text a{
    margin-top: auto;
    color: #ACACAC;
    font-size: 18px;
    text-decoration: underline #ACACAC;
    line-height: 45px;
}
.sale_discount_text a:hover{
    text-decoration: underline #7D0808;
}
.sale_discount__container h4 {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    margin: 0;
}

.sale_discount__list_container {
    width: -moz-max-content;
    width: max-content;
    height: -moz-max-content;
    height: max-content;
    display: flex;
    margin: 0 auto;
}

.sale_discount__list_container .sale_discount__btn {
    margin-top: 29px;
    height: 296px;
    position: relative;
    width: 35px;
    background-color: white;
    cursor: pointer;
}

.sale_discount__list_container .sale_discount__btn::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 28px;
    background-image: url("/local/templates/fresco/components/bitrix/catalog.top/sale_discount_from_faktury_i_tseny/./images/left_arrow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* top: 147.5px; */
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.sale_discount__list_container .sale_discount__righ_btn::before {
    background-image: url("/local/templates/fresco/components/bitrix/catalog.top/sale_discount_from_faktury_i_tseny/./images/right_arrow.svg");
}

.sale_discount__list_container .sale_discount__righ_btn {
    /* margin-left: -20px; */
    margin-left: -5px;
    margin-right: -9px;
    width: 55px;
}

.sale_discount__list_box {
    margin-top: 30px;
    width: 1345px;
    height: 100%;
    /* padding: 0px; */
    padding: 0px 0px 0px 5px;
}

.sale_discount__list_box .slick-dots li {
    width: 10px;
}

.sale_discount__list_box .slick-dots li button:before {
    font-size: 30px;
}

.sale_discount__list_box .slick-dots .slick-active button:before {
    color: #7D0808;
}

.sale_discount__list {
    width: 100%;
}

.sale_discount__item {
    max-width: 95%;
    display: block !important;
    margin: 0 auto;
    /* max-width: 295px; */
    text-align: center;
}

.sale_discount__item img {
    width: 100%;
    height: 295px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sale_discount__item h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin: 12px 0px 0px;
}

.sale_discount__item small {
    margin-top: 4px;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #ACACAC;
}

.sale_discount__item p {
    margin-top: 4px;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
}

.sale_discount__item p span {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #7D0808;
}

.sale_discount__item p s {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ACACAC;
    margin-left: 8px;
}

.sale_discount__item a {
    width: 139px;
    height: 42px;
    background-color: #7D0808;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    margin: 20px auto 0px;
}

.sale_discount__item a:hover {
    background-color: #650808;
    color: white !important;
}
@media screen and (max-width: 1467px){
    .sale_discount__item {
        max-width: 92%;
        text-align: center;
    }
    .sale_discount_text{
        width: 88.5vw;
    }
    .sale_discount__list_box {
        width: 90vw;
    }
}
@media screen and (max-width: 1400px) {
    .sale_discount__list_container .sale_discount__btn{
        height: 255px;
    }
    .sale_discount_text{
        width: 1120px;
        margin-left: 65px;
    }
    .sale_discount__list_box {
        margin-top: 30px;
        width: 1180px;
        padding: 0px 12px;
    }

    .sale_discount__item {
        max-width: 255px;
        text-align: center;
    }

    .sale_discount__item img {
        width: 100%;
        height: 245px;
    }

    .sale_discount__item h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .sale_discount__item a {
        width: 110px;
        height: 34px;
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 1291px){
    .sale_discount__item {
        max-width: 90%;
        text-align: center;
    }
    .sale_discount_text{
        width: 85.5vw;
    }
    .sale_discount__list_box {
        width: 90vw;
    }
}
@media screen and (max-width: 1200px) {
    .sale_discount_text{
        width: 935px;
    }
    .sale_discount__list_box {
        margin-top: 30px;
        width: 990px;
        padding: 0px 12px;
    }
    .sale_discount__list_container .sale_discount__btn{
        height: 215px;
    }
    .sale_discount__item {
        max-width: 215px;
        text-align: center;
    }

    .sale_discount__item img {
        width: 100%;
        height: 215px;
    }

    .sale_discount__item h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .sale_discount__item a {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

    .sale_discount__item p span {
        font-size: 16px;
        line-height: 20px;
    }

    .sale_discount__item p s {
        font-size: 16px;
        line-height: 20px;
        margin-left: 8px;
    }
}
@media screen and (max-width: 1100px){
    .sale_discount_text{
        margin-left: 30px;
    }
}
@media screen and (max-width: 1025px) {
    .sale_discount_text{
        width: 92vw;
    }
    .sale_discount__list_box {
        margin-top: 30px;
        width: 97vw;
        padding: 0px 12px;
        overflow: hidden;
    }

    .sale_discount__item {
        max-width: 90%;
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }

    .sale_discount__item img {
        width: 100%;
        height: 215px;
    }

    .sale_discount__item h5 {
        font-size: 12px;
        line-height: 18px;
    }

    .sale_discount__item a {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

    .sale_discount__item p span {
        font-size: 16px;
        line-height: 20px;
    }

    .sale_discount__item p s {
        font-size: 16px;
        line-height: 20px;
        margin-left: 8px;
    }

    .sale_discount__list_container .sale_discount__btn {
        display: none !important;
    }
}
@media screen and (max-width: 990px){
    .title h4{
        font-size: 22px;
    }
}
@media screen and (max-width: 850px) {
    .d-flex.sale_discount_text a{
        display: none;
    }
    .d-flex.sale_discount_text h4{
        font-size: 20px;
        font-weight: 700;
        line-height: 25px;
    }
    .sale_discount_murals.sale_discount.new.fresco_sale_discount{
        margin-top: 50px;
    }
    .d-flex.sale_discount_text{
        margin-top: -14px;
        margin-left: 25px;
    }
}
@media screen and (max-width: 650px) {
    .sale_discount__item {
        max-width: 95%;
    }

    .sale_discount__item img {
        width: 100%;
        height: 325px;
    }

    .sale_discount__item h5 {
        font-size: 14px;
        line-height: 17px;
    }

    .sale_discount__item a {
        width: 80%;
        background: #7D0808;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #FFFFFF;
        margin-top: 14px;
    }

    .sale_discount__item p span {
        font-size: 14px;
        line-height: 17px;
    }

    .sale_discount__item p s {
        font-size: 14px;
        line-height: 17px;
        margin-left: 7px;
    }
}
/* End */
/* /faktury-i-tseny/style.css?178116200519295 */
/* /local/templates/fresco/components/bitrix/catalog.top/popular_frescoes/style.css?17290656677152 */
/* /local/templates/fresco/css/slick/slick.css?16826553641776 */
/* /local/templates/fresco/css/slick/slick-theme.css?17346032042969 */
/* /local/templates/fresco/components/bitrix/catalog.products.viewed/facture_and_price/style.min.css?1780290256197 */
/* /local/templates/fresco/components/bitrix/catalog.top/popular_catalog/style.css?178029025626911 */
/* /local/templates/fresco/components/bitrix/catalog.top/sale_discount_from_faktury_i_tseny/style.css?17802902568660 */
