.elementor-266 .elementor-element.elementor-element-482f9cd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ed11859 *//* Карточки заборов
    ------------------------------*/
.fense-cards__wrapper {
    width: 100%;
    height: auto;
    background: url(/web/20250510130006im_/https://www.zaboroff.ru/zaboroff/images/bg-cards.jpg) no-repeat left bottom;
}

.fense-cards__wrapper.on-main {
    background: none;
    padding-top: 0;
    margin-bottom: 60px;
}

.fense-cards__main .title-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.fense-cards__main .title-block h2 {
    margin: 0 0 30px 0;
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    font-family: 'Roboto', Sans-Serif;
}

.fense-cards__main .title-block a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: var(--primary-color);
}

@media (max-width: 767px) {
    .fense-cards__main .title-block a {font-size: 16px;line-height: 21px;}
}

.fense-cards__holder {
    row-gap: 30px;
    padding-top: 10px;
    align-items: flex-start;
    position: relative;
}

.fense-cards__holder>a {
    text-decoration: none;
    color: #282828;
}

.fense-cards__wrapper.on-main .fense-cards__holder {
    padding-top: 20px;
}

.fense-cards__item {
    position: relative;
}

.fense-cards__item .col-wrapper {
    position: relative;
    font-size: 12px;
    line-height: 17px;
    padding: 15px;
    padding: 22px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    transition: all .25s;
}

.fense-cards__item .icon-favorite {
    position: absolute;
    top: 24px;
    right: 24px;
    height: 24px;
    width: 24px;
    height: 24;
    cursor: pointer;
}

.icon-favorite svg {
    width: 24px;
    height: 24px;
    fill: #ffffff50;
    stroke-width: 1px;
    stroke: #fff;
    transition: all .25s;
}

.icon-favorite:hover svg {
    fill: #fff;
}

.icon-favorite.favorites svg {
    fill: red;
}

.fav-link__holder {
    position: fixed;
    right: 0;
    top: 45%;
    display: inline-block;
    background: #282828;
    transform: rotate(-90deg) translate(0px, 90px);
    border-radius: 6px 6px 0 0;
    transition: all .5s;
}

.fav-link__holder.active {
    transform: rotate(-90deg) translate(0px, 38px);
}

.fav-link__holder a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 8px 20px;
}

.fense-cards__item:hover {
    position: relative;
    z-index: 1;
}

.fense-cards__item:hover .col-wrapper {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
}

.fense-cards__item .image-holder {
    background: #565656;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 6px;
    aspect-ratio: 4/3;
}

.fense-cards__item .price {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    gap: 12px;
    align-items: baseline;
    justify-content: space-between;
}

.fense-cards__item .price .old-price {
    color: #b1b1b1;
    text-decoration: line-through;
    font-size: 13px;
}

.fense-cards__item .price .new-price span {
    font-size: 16px;
    font-weight: 700;
}

.fense-cards__item .price .discount {
    width: 40px;
    height: 40px;
    font-weight: 600;
    color: #fff;
    background: #f8c81d;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .25s;
}

.fense-cards__item:hover .price .discount {
    background: #22840c;
}

.fense-cards__item a {
    text-decoration: none;
    color: #282828;
}

.fense-cards__item .fense-name {
    display: block;
    margin: 10px 0 6px 0;
    min-height: 80px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: all .25s;
}

.fense-cards__item .fense-name:hover {
    color: var(--primary-color);
}

.fense-cards__item[data-type="3D"] .fense-name {
    min-height: 40px;
}

.fense-cards__item .stars-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fense-cards__item .stars {
    display: flex;
    gap: 2px;
}

.fense-cards__item .stars svg {
    width: 17px;
    height: 17px;
}

.fense-cards__item .specification {
    min-height: 161px;
}

.fense-cards__item .specification > div {
    display: flex;
    justify-content: space-between;
    padding: 8px 0 4px;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    line-height: 14px;
}

.fense-cards__item .specification > div span:last-child {
    text-align: right;
}

.fense-cards__item .fense-delivery.color-green {
    color: var(--green-color);
}

.fense-cards__item .color-items {
    display: flex;
    gap: 6px;
}

.fense-cards__item .color-title {
    font-weight: 500;
}

.fense-cards__item .color-item__color {
    width: 14px;
    height: 14px;
    border-radius: 8px;
    overflow: hidden;
}

.fense-cards__item .color-item p {
    display: none;
}

.fense-cards__full {
    margin-bottom: 40px;
}

.fense-cards__full h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
}

.fense-cards__full .icon-favorite {
    display: flex;
    cursor: pointer;
    align-items: center;
    line-height: 48px;
    justify-content: flex-end;
}

.fense-cards__full .icon-favorite svg {
    stroke: #282828;
    margin-right: 8px;
}
.fense-cards__full .icon-favorite.favorites svg {
    stroke: red;
}

.fense-cards__full .fense-card__slider {
    max-height: 400px;
    background: #565656;
    border-radius: 10px;
    overflow: hidden;
}

.fense-cards__full .fense-card__slider-nav .slide {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 4px 8px;
    border-radius: 10px;
    overflow: hidden;
    /*outline: 2px solid #a8a8a8;*/
    cursor: pointer;
}

.fense-cards__full .fense-card__slider-nav .slide.slick-current {
    outline: 2px solid #F8C81D;
    cursor: default;
}

.fense-cards__full .price {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0 0 20px 0;
}

.fense-cards__full .price>div {
    white-space: nowrap;
}

.fense-cards__full .price .old-price {
    font-size: 18px;
    font-weight: 500;
    color: #555;
    text-decoration: line-through;
    padding-top: 8px;
}

.fense-cards__full .price .new-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
}

.fense-cards__full .price .discount {
    width: 52px;
    height: 52px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #22840c;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.fense-cards__full .extra-price {
    padding: 15px;
    background: #e8e8e8;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 10px;
}

.fense-cards__full .extra-price > div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fense-cards__full .extra-price > div span {
    min-width: 68px;
    display: flex;
    align-items: center;
}

.extra-price > div > span:first-child {
    width: 200px;
    flex-shrink: 0;
}

.fense-cards__full .extra-price .measure {
    margin: 20px 0;
}

.fense-cards__full .extra-price .fense-delivery .green {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #22840C;
}

.fense-cards__full .extra-price svg {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    flex-shrink: 0;
}

.fense-cards__full .color-title {
    font-size: 20px;
    line-height: 23px;
    margin-top: 20px;
}

.fense-cards__full .color-items {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 10px;
}

.fense-cards__full .color-item__color {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
    overflow: hidden;
}

.color-holder__big {
    margin: 20px 0 40px;
}

.color-holder__big .color-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 20px 0;
    text-align: center;
}

.color-holder__big .color-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
    margin-left: 0;
}

.color-holder__big .color-item {
    position: relative;
    width: 160px;
    height: 160px;
}

.color-holder__big .color-item__color {
    width: 160px;
    height: 160px;
    border-radius: 6px;
    margin: 0 auto;
    overflow: hidden;
}

.color-holder__big .color-item__color img {
    width: 100%;
    height: 100%;
}

.color-holder__big .color-item__text {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50px;
    text-align: center;
}

.color-holder__big.color-holder__wood .color-item__text {
    top: 40%;
}

.ral9003 {background: #fff;border: 1px solid #d8d8d8;}
.ral8017 {background: #44322d;}
.ral7004 {background: #969992;}
.ral7024 {background: #474a50;}
.ral6005 {background: #0f4336;}
.ral3005 {background: #5e2028;}
.ral5005 {background: #154889;}
.ral-zn {background: #bac4c8;}

.fense-cards__full .color-item p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0 5px;
}

@media (max-width: 767px) {
    .color-holder__big .color-title {font-size: 20px;}
}

.fense-cards__full .specification > div {
    display: flex;
    padding: 8px 0;
    gap: 10px;
    border-bottom: 1px dashed #9f9f9f;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

.fense-cards__full .specification > div span:nth-child(1) {
    width: 150px;
    flex-shrink: 0;
}

.fense-cards__full .specification > div span:nth-child(2) {
    color: #0000009c;
}

.fense-card__slider {
    margin: 0 !important;
}

.fense-card__slider .slick-track {
    padding: 0 !important
}

.fense-card__slider .slick-dots {
    bottom: 5px;
}

.fense-card__slider .slick-dots li,
.fense-card__slider .slick-dots li button {
    width: 40px;
    height: 3px;
    padding: 0;
    margin: 0 3px;
}

.btn-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px 0 0 0;
    gap: 16px;
}

.fense-order__btn,
.fense-link__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    text-decoration: none;
    font-size: 14px;
    line-height: 36px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    background: var(--primary-color);
    border-radius: 10px;
    transition: all .25s;
    letter-spacing: 0.5px;
    width: 110px;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    border-radius: 6px;
}

.fense-link__btn {
    background: var(--green-color);
}

.fense-order__btn:hover,
.fense-link__btn:hover {
    background: var(--secondary-color);
}

.fense-cards__full .btn-holder {
    justify-content: space-between;
}

.btn-holder__right {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.btn-holder .icon {
    width: 100%;
    height: 100%;
}

.whatsapp-btn,
.tg-btn {
    display: block;
    width: 46px;
    height: 46px;
}

.fense-cards__full .fense-order__btn {
    width: 180px;
    line-height: 46px;
}

@media (max-width: 767px) {
    .fense-cards__wrapper {
        background: none;
        padding: 20px 0;
    }

    .fense-cards__holder {
        padding-top: 0;
        gap: 10px;
    }

    .fense-cards__item .col-wrapper,
    .fense-cards__item:hover .col-wrapper {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    }

    .fense-cards__full .card-right {
        padding-top: 20px;
    }
    .fense-cards__full .price {
        gap: 10px;
        justify-content: center;
        padding: 12px 0;
    }

    .fense-cards__full .price .old-price {
        font-size: 16px;
        padding-top: 4px;
    }

    .fense-cards__full .price .new-price {
        font-size: 18px;
        font-weight: 500;
    }

    .fense-cards__full .price .new-price span {
        font-size: 24px;
        font-weight: 600;
    }

    .fense-cards__full .color-item {
        gap: 16px;
    }

    .fense-cards__full .color-item__color {
        width: 41px;
        height: 41px;
        border-radius: 22px;
    }

    .fense-cards__full .color-item p {
        font-size: 10px;
        line-height: 11px;
    }

    .fense-cards__full .btn-holder {
        justify-content: space-between;
        margin: 32px 0 24px 0;
    }
}

.fense-cards__full.level-2 .price {
    display: block;
    font-size: 24px;
    font-weight: 600;
}

@media (min-width: 920px) {
    .fense-cards__full.level-2 .price {margin-bottom: 32px;}
}

.fense-cards__full.level-2 .price span {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary-color);
}

.fense-cards__full.level-2 .sub-links {
    margin-bottom: 12px;
}

.fense-cards__full.level-2 .sub-links a {
    white-space: nowrap;
}

.sub-links .links-title {
    font-size: 16px;
    font-weight: 600;
}

.col-wrapper-border {
    padding: 12px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    transition: all .25s;
}

.col-wrapper-border:hover {
    background: #f5f5f8;
}

.col-wrapper-border img {
    border-radius: 8px;
}/* End custom CSS */