body {
    min-height: 100vh;
}
.main {
    min-height: calc(100vh - 358px);
}
.index-projects .projects-item__bottom {
    padding: 10px 10px 10px 285px;
}
.projects-item__desc p {
    margin-bottom: 5px;
    font-size: 13px;
}

.sidebar-menu-item--active:hover {
    background: #444642;
    color: #fff;
}
.projects-filter-item.projects-filter-item-active {
    background: #444642;
    color: #fff;
}
.projects-filter-item.projects-filter-item-active a{
    color: #fff;
}
.ui-tabs-buttons__inner {
    flex-wrap: wrap;
}
.category-item:hover .category-item__subcategories{
    z-index: 15;
    /*background: rgba(68,70,66,1);*/
    background: rgba(68,70,66,.9);
}
.filter {
    top: 0;
}

.product-features-item-card:hover {
    height: auto;
}
.product-features-item-card:hover .product-features-item-card__text {
    max-height: 100%;
}

.product-features-item {
    transition: height .5s ease;
}

#productsForm {
    width: 100%;display: flex;
}

.top_row_back {
    background-color: #ffcc18;
    padding: 10px 0;
    text-align: center;
}
.top_row_back a {
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .videoWrapper {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 */
      height: 0;
    }
    .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
}

@media (min-width: 1280px) and (max-width: 99999px) {
    .catalog-content--list .catalog-content__container.wide {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    #productsForm {
        flex-wrap: wrap;
    }
    .adaptive_table,
    .adaptive_table tbody,
    .adaptive_table tr,
    .adaptive_table thead {
        display: block;
        max-height: 100%;
        min-width: 0;
    }
    .adaptive_table td {
        display: block;
    }
    .adaptive_table img {
        width: auto;
    }
}
.header-logo {
	height: 65px;
}
.top_row_back {
	background-color: rgba(72,70,68,0.1);
	padding: 5px 0;
}
.top_row_back a {
	font-weight: normal;
}
.index-slider .swiper-slide {
	padding-left: 50px;
	padding-right: 50px;
}
.project-detail-head {
	margin-bottom: 0;
}
.projects-filter__select .ui-select__options {
	position: relative !important;
}

.table_iek_about {margin-bottom: 50px;}
.table_iek_about td.title_row {vertical-align: middle}