.workarea_wrap .row {
	margin-top: 20px;
}
.fancy img {
	max-width: 100%;
	max-height: 90%;
	display: block;
	margin: 0 auto 10px;
}
.left-bord {
	border-right: 1px solid #93b31e;
}
.over-hide {
	overflow: hidden;
	height: 400px;
}


.design-projects {
	text-align: center;
}
.design-projects a {
	text-transform: uppercase;
}
div.head {
	font-size: 22px;
	margin-bottom: 10px;
	color: #93b31e;
}
.col-md-5 p {
	margin: 0 0 -2px 0 !important;
}
.col-md-5 p.head {
	display: block;
	color: #93b31e;
	margin-top: 10px !important;
}
.col-md-5 ul {
	margin: 5px 0;
}

.buttons {
	margin-top: 40px;
}

a.readmore {
	display: inline-block;
    width: 145px;
    margin: 0 auto;
    color: #fff !important;
    background-color: #2fb4c6;
    padding: 7px 10px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
}
.tabs-head {
	color: #606363;
	font-size: 20px;
}
.tabs-head div {
	float: left;
	padding: 5px 20px;
	margin-bottom: -1px;
	cursor: pointer;
}
.tabs-head div:hover {
	color: #5AB2E4;
}
.tabs-head div.active {
	border: 1px solid #93b31e;
	border-bottom: none;
	background-color: #fff;
}

.tabs-content {
	clear: both;
	border: 1px solid #93b31e;
	padding: 10px;
	min-height: 335px;
}
.tabs-content div {
	display: none;
}
.tabs-content div.active {
	display: block;
}

.pop_proj .header {
	padding: 5px 20px;
	color: #606363;
	font-size: 20px;
	text-align: center;
}
.pop_proj .projects {
	border: 1px solid #93b31e;
	text-align: center;
	padding: 10px;
}
.pop_proj .projects a {
	vertical-align: top;
	display: inline-block;
	width: 135px;
	height: 100px;
	overflow: hidden;
	margin: 2px 0;
}
.pop_proj .projects a img {
	height: 100%;
}

div.hide {
	display: none;
}
.materials-carousel-wrap {
    margin-top: 40px;
    margin-bottom: 20px;
}
.materials-carousel {
    position: relative;
    padding: 0 36px;
}
.materials-carousel__item {
    height: auto;
    text-align: center;
    border: 1px solid #e0ddd9;
    border-radius: 4px;
    padding: 10px;
    box-sizing: border-box;
}
.materials-carousel__item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    display: block;
    margin-bottom: 8px;
}
.materials-carousel__img-placeholder {
    width: 100%;
    height: 120px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border-radius: 3px;
}
.materials-carousel__label {
    font-size: 11px;
    color: #aaa;
    margin-bottom: 4px;
}
.materials-carousel__name a {
    font-size: 12px;
    color: #333;
    line-height: 1.3;
}
.materials-carousel__price {
    font-size: 14px;
    font-weight: 700;
    color: #5a9e2f;
    margin-top: 6px;
}
.materials-carousel .swiper-button-prev,
.materials-carousel .swiper-button-next {
    width: 28px;
    height: 28px;
    background-color: #f0f0f0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.materials-carousel .swiper-button-prev::after,
.materials-carousel .swiper-button-next::after {
    font-size: 12px;
    font-weight: 700;
    color: #999;
}
.materials-carousel .swiper-button-prev:hover,
.materials-carousel .swiper-button-next:hover {
    background-color: #e0e0e0;
}
.materials-carousel .swiper-button-prev:hover::after,
.materials-carousel .swiper-button-next:hover::after {
    color: #666;
}
.materials-carousel .swiper-button-prev { left: 0; }
.materials-carousel .swiper-button-next { right: 0; }

.materials-tags-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}
.materials-tags__title {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}
.materials-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.materials-tags__item {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    border: 1px solid #c8e6a0;
    color: #5a9e2f;
    background: #f4fbed;
}
.materials-tags__item:hover {
    background: #5a9e2f;
    color: #fff;
    border-color: #5a9e2f;
}
/* Визуально различаем уровни вложенности */
.materials-tags__item--depth-2 {
    font-weight: 600;
}
.materials-tags__item--depth-3 {
    font-size: 12px;
    opacity: 0.85;
}