.fence-price-block {
    margin: 45px 0;
    color: #1d1d1d;
    font-family: inherit;
}

.fence-price-block__title {
    margin: 0 0 18px;
    padding: 0;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #161616;
}

.fence-price-block__intro {
    max-width: 1000px;
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
}


/* TABLE */

.fence-price-table-wrap {
    width: 100%;
    margin: 0 0 27px;
    overflow-x: auto;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.fence-price-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    font-size: 16px;
}

.fence-price-table th {
    padding: 17px 22px;
    text-align: left;
    vertical-align: middle;

    background: #138f35;
    color: #fff;

    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
}

.fence-price-table th:last-child {
    width: 270px;
}

.fence-price-table td {
    padding: 16px 22px;
    border-bottom: 1px solid #e9e9e9;

    font-size: 16px;
    line-height: 1.45;
    color: #292929;
    vertical-align: middle;
}

.fence-price-table tbody tr:last-child td {
    border-bottom: 0;
}

.fence-price-table tbody tr:nth-child(even) td {
    background: #f8f8f8;
}

.fence-price-table td:last-child {
    font-weight: 600;
    white-space: nowrap;
    color: #171717;
}

.fence-price-table__note {
    color: #777;
    font-weight: 400;
}


/* TEXT AFTER TABLE */

.fence-price-block__text {
    max-width: 1050px;
    font-size: 16px;
    line-height: 1.65;
    color: #444;
}

.fence-price-block__text p {
    margin: 0 0 16px;
}

.fence-price-block__text p:last-child {
    margin-bottom: 0;
}

.fence-price-block__text a {
    color: #078b2e;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color .2s ease;
}

.fence-price-block__text a:hover {
    color: #056f25;
    text-decoration: none;
}


/* TABLET */

@media (max-width: 991px) {

    .fence-price-block {
        margin: 35px 0;
    }

    .fence-price-block__title {
        font-size: 27px;
    }

    .fence-price-table th:last-child {
        width: 230px;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .fence-price-block {
        margin: 30px 0;
    }

    .fence-price-block__title {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1.3;
    }

    .fence-price-block__intro,
    .fence-price-block__text {
        font-size: 15px;
        line-height: 1.6;
    }

    .fence-price-block__intro {
        margin-bottom: 20px;
    }

    .fence-price-table-wrap {
        margin-bottom: 22px;
    }

    .fence-price-table {
        min-width: 520px;
        font-size: 15px;
    }

    .fence-price-table th {
        padding: 14px 16px;
        font-size: 15px;
    }

    .fence-price-table td {
        padding: 14px 16px;
        font-size: 15px;
    }

    .fence-price-table th:last-child {
        width: 190px;
    }
}


/* SMALL MOBILE */

@media (max-width: 480px) {

    .fence-price-block__title {
        font-size: 22px;
    }

    .fence-price-table {
        min-width: 480px;
    }
}

.fence-price-block__list {
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.fence-price-block__list li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 24px;

    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

.fence-price-block__list li:last-child {
    margin-bottom: 0;
}

.fence-price-block__list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 10px;

    width: 7px;
    height: 7px;

    background: #138f35;
    border-radius: 50%;
}


/* MOBILE */

@media (max-width: 767px) {

    .fence-price-block__list {
        margin: 16px 0 20px;
    }

    .fence-price-block__list li {
        margin-bottom: 10px;
        padding-left: 21px;

        font-size: 15px;
        line-height: 1.6;
    }

    .fence-price-block__list li::before {
        left: 1px;
        top: 9px;
        width: 6px;
        height: 6px;
    }
}

.toogle-accordion_h2 {
	    display: block;
    font-size: 1em;
    min-height: 20px;
 padding: 0;
 font-weight: 400;
	margin:0;
	    color: #188b30;
}
.active .toogle-accordion_h2 {
	color:#fff;
}

section.toggle.active i.fa-minus {
    display: none !important;
}

section.toggle label i.fa-plus {
   display: none !important;
}

/* =========================================================
   ФОТО ВЫПОЛНЕННЫХ РАБОТ
   ========================================================= */

.works-photo-block {
    position: relative;
    width: 100%;
    margin: 45px 0;
}


/* Заголовок */

.works-photo-block .fence-price-block__title {
    margin: 0 0 22px;
}


/* =========================================================
   ОБЁРТКА СЛАЙДЕРА
   ========================================================= */

.works-photo-slider-wrap {
    position: relative;
    width: 100%;
}

.works-photo-slider {
    position: relative;
    width: 100%;
}

.works-photo-slider.owl-carousel {
    display: block;
    width: 100%;
}


/* =========================================================
   OWL
   ========================================================= */

.works-photo-slider .owl-stage-outer {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.works-photo-slider .owl-stage {
    display: flex;
    align-items: stretch;
}

.works-photo-slider .owl-item {
    position: relative;
    display: flex;
    float: none;
    min-height: 1px;
}

.works-photo-slider .owl-item > .works-photo-item {
    width: 100%;
}


/* =========================================================
   ОДИН СЛАЙД
   ========================================================= */

.works-photo-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}


/* =========================================================
   ФОТО
   ========================================================= */

.works-photo-item__image {
    position: relative;
    display: block;

    width: 100%;
    height: auto;

    overflow: hidden;
    background: #f3f3f3;
}


/*
 * ВАЖНО:
 * исходные фото 800x600 = 4:3.
 * Высоту НЕ задаём.
 * Изображение само сохраняет пропорции.
 */

/* =========================================================
   ФОТО — БЕЗ ФОНА И ПОЛЕЙ ПО БОКАМ
   ========================================================= */

.works-photo-item__image {
    position: relative;
    display: block;

    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;

    overflow: hidden;

    /* полностью убираем фон */
    background: none !important;
    background-color: transparent !important;
}


/* Картинка занимает ВСЮ ширину слайда */

.works-photo-item__image img,
.works-photo-slider.owl-carousel .owl-item img {
    display: block !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: initial !important;
    object-position: initial !important;

    transform: none !important;

    background: none !important;
}


/* На hover ничего не увеличиваем */

.works-photo-item:hover .works-photo-item__image img {
    transform: none !important;
}


/* Сам элемент тоже строго на всю ширину */

.works-photo-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}


/* Убираем возможный фон, пришедший из старых стилей */

.works-photo-slider .owl-item,
.works-photo-slider .owl-item > div,
.works-photo-slider .works-photo-item {
    background: transparent !important;
}


/* =========================================================
   ПОДПИСЬ
   ========================================================= */

.works-photo-item__caption {
    width: 100%;

    padding: 9px 5px 0;

    color: #666;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;

    text-align: center;
}


/* =========================================================
   НАВИГАЦИЯ OWL
   ========================================================= */

.works-photo-slider .owl-nav {
    position: static !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    pointer-events: none;
}


/* Общие стили кнопок */

.works-photo-slider .owl-nav button.owl-prev,
.works-photo-slider .owl-nav button.owl-next {
    position: absolute !important;

    top: 50% !important;
    bottom: auto !important;

    z-index: 20;

    display: flex !important;
    align-items: center;
    justify-content: center;

    width: 40px !important;
    height: 40px !important;

    min-width: 40px !important;
    min-height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    outline: 0 !important;

    border-radius: 50% !important;

    background: #15953a !important;
    color: #fff !important;

    font-size: 0 !important;
    line-height: 40px !important;

    opacity: 1 !important;

    transform: translateY(-50%) !important;

    pointer-events: auto;

    cursor: pointer;

    box-shadow: none !important;

    transition:
        background-color .2s ease,
        opacity .2s ease;
}


/* ЛЕВАЯ СТРЕЛКА */

.works-photo-slider .owl-nav button.owl-prev {
    left: -20px !important;
    right: auto !important;
}


/* ПРАВАЯ СТРЕЛКА */

.works-photo-slider .owl-nav button.owl-next {
    left: auto !important;
    right: -20px !important;
}


/* Hover */

.works-photo-slider .owl-nav button.owl-prev:hover,
.works-photo-slider .owl-nav button.owl-next:hover {
    background: #087d2b !important;
}


/* Убираем текст / стандартные span Owl */

.works-photo-slider .owl-nav button span {
    display: none !important;
}


/* =========================================================
   РИСУЕМ СТРЕЛКИ CSS
   ========================================================= */

.works-photo-slider .owl-nav button.owl-prev::before,
.works-photo-slider .owl-nav button.owl-next::before {
    content: "";

    display: block;

    width: 8px;
    height: 8px;

    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}


/* ← */

.works-photo-slider .owl-nav button.owl-prev::before {
    margin-left: 4px;
    transform: rotate(-135deg);
}


/* → */

.works-photo-slider .owl-nav button.owl-next::before {
    margin-right: 4px;
    transform: rotate(45deg);
}


/* =========================================================
   DISABLED
   ========================================================= */

.works-photo-slider .owl-nav button.disabled {
    opacity: .35 !important;
    cursor: default;
}


/* =========================================================
   DOTS НЕ ПОКАЗЫВАЕМ
   ========================================================= */

.works-photo-slider .owl-dots {
    display: none !important;
}


/* =========================================================
   ССЫЛКА "ВСЕ НАШИ ОБЪЕКТЫ"
   ========================================================= */

.works-photo-block__more {
    margin-top: 22px;
}

.works-photo-block__more a {
    display: inline-block;

    color: #078b2e;

    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;

    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;

    transition: color .2s ease;
}

.works-photo-block__more a:hover {
    color: #056f25;
    text-decoration: none;
}


/* =========================================================
   ПЛАНШЕТ
   ========================================================= */

@media (max-width: 991px) {

    .works-photo-block {
        margin: 35px 0;
    }

    .works-photo-block .fence-price-block__title {
        margin-bottom: 20px;
    }

    .works-photo-slider .owl-nav button.owl-prev {
        left: -15px !important;
        right: auto !important;
    }

    .works-photo-slider .owl-nav button.owl-next {
        left: auto !important;
        right: -15px !important;
    }
}


/* =========================================================
   МОБИЛЬНЫЙ
   ========================================================= */

@media (max-width: 767px) {

    .works-photo-block {
        margin: 30px 0;
    }

    .works-photo-block .fence-price-block__title {
        margin-bottom: 18px;
    }

    .works-photo-item__caption {
        padding: 8px 4px 0;

        font-size: 14px;
        line-height: 1.4;
    }


    /* стрелки */

    .works-photo-slider .owl-nav button.owl-prev,
    .works-photo-slider .owl-nav button.owl-next {
        width: 38px !important;
        height: 38px !important;

        min-width: 38px !important;
        min-height: 38px !important;
    }

    .works-photo-slider .owl-nav button.owl-prev {
        left: -8px !important;
        right: auto !important;
    }

    .works-photo-slider .owl-nav button.owl-next {
        left: auto !important;
        right: -8px !important;
    }


    /* ссылка */

    .works-photo-block__more {
        margin-top: 18px;
    }

    .works-photo-block__more a {
        font-size: 15px;
    }
}


/* =========================================================
   МАЛЕНЬКИЕ ЭКРАНЫ
   ========================================================= */

@media (max-width: 480px) {

    .works-photo-slider .owl-nav button.owl-prev {
        left: 5px !important;
        right: auto !important;
    }

    .works-photo-slider .owl-nav button.owl-next {
        left: auto !important;
        right: 5px !important;
    }
}