h3.description-title {
    color: #000;
    margin-top: 0px;
}
.doc-category-description {
    margin-bottom: 24px;
}

.doc-description-files {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.description-doc {
    width: 50%;
    padding-top: 10px;
    padding-right: 24px;
}

.description-doc a {
    text-decoration: underline;
}
.description-doc .text {
    padding-top: 6px;
    font-size: 0.94em;
    color: #848484;
}

.ns-bitrix.c-catalog-section-list.c-catalog-section-list-services-list-3 .catalog-section-list-item-wrapper {
    display: none !important;
}

.whatsapp a{
    color: #075E54 !important;
}

.ns-bitrix.c-news-list.c-news-list-reviews-list-1 .news-list-item-block{overflow: inherit;margin-right: 20px;}
.ns-bitrix.c-news-list.c-news-list-reviews-list-1 .news-list-item-container{display: flex;}
.ns-bitrix.c-news-list.c-news-list-reviews-list-1 .news-list-item-portrait {width: 182px;border-radius: 0%;height: auto;}
@media (max-width:768px) {
    .ns-bitrix.c-news-list.c-news-list-reviews-list-1 .news-list-item-container{display: flex;flex-direction: column;}
}

.smart-filter-search-wrapper,
.catalog-section-item-wrapper .catalog-section-item-description {
    display: none;
}

.c-smart-filter.c-smart-filter-vertical-1 .smart-filter-property-name-title {
    font-size: 13px;
}

.intec-content-wrapper .widget-feedback-section .widget-feedback .intec-grid-item-auto {display: none;}

.bottom-description {
    margin-top: 12px;
    border-top: 1px solid #808080;
    padding: 12px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

.bottom-description .call-widget-call {
    font-size: 14px!important;
}

.top_slider_wrapp .main-slider .banner_title .head-title{font-size: 3.2666em;}
.top_slider_wrapp .main-slider .main-slider__wrapper .main-slider__item.center .banner_text{font-size: 18px;}
.call-widget-call {color: #ff5c33 !important}


.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-image-wrapper {
    position: relative;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    width: 90px;
    height: 90px;
}

.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-wrapper{
    padding:10px 20px;
}




/*TABS*/
.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 1;
  transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #f2f2f2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}
.tab + label:hover {
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}

.gallery {
  display: flex;
  padding: 2px;
  transition: 0.3s;
}
.gallery:hover .gallery__image {
  filter: grayscale(1);
}
.gallery__column {
  display: flex;
  flex-direction: column;
  width: 33%;
}
.gallery__link {
  margin: 2px;
  overflow: hidden;
}
.gallery__link:hover .gallery__image {
  filter: grayscale(0);
}
.gallery__link:hover .gallery__caption {
  opacity: 1;
}
.gallery__thumb {
  position: relative;
  padding: 0;
  margin: 0;
}
.gallery__image {
  display: block;
  width: 100%;
  transition: 0.3s;
}
.gallery__image:hover {
  transform: scale(1.1);
}
.gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 15px 15px;
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: white;
  opacity: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.3s;
}

.section-card .columns-list__col:last-child {
    margin-top: 50px;
}

.intec-grid-item-550-1{
position: relative;
    margin-bottom: 30px;
    display: inline-block;
  }


.c-footer .widget-view .widget-part-left .menu-column:nth-child(n+6) {
    margin-top: 90px !important;
}
.c-footer .widget-view .widget-part-left .menu-column:nth-child(n+7) {
    margin-top: 120px !important;
}
.c-footer .widget-view .widget-part-left .menu-column:nth-child(n+8) {
    margin-top: 150px !important;
}

.c-footer .widget-view .widget-part-left .menu-column:nth-child(n+9) {
    margin-top: 180px !important;
}