#cookie_notification {
  z-index: 10;
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  color: $color_text;
}

@media (min-width: 576px) {
  #cookie_notification.show {
    display: flex !important;
  }

  .cookie_accept {
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px) {
  #cookie_notification.show {
    display: block;
    text-align: left;
  }

  .cookie_accept {
    margin: 10px 0 0 0;
  }
}

div .widget.c-brands.c-brands-template-1 .widget-item-picture {
  padding-top: 19%;
}

div .ns-bitrix.c-catalog-section.c-catalog-section-products-small-1 .catalog-section-item-name {
  height: 115px !important;
}

div .widget.c-news.c-news-template-5-custom-2 {
  padding: 50px 0 110px 0;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4 .catalog-section-item-name {
  margin: 0;
  height: 110px;
}

.widget-item-date {
  display: none;
}

.news-list-item-date {
  display: none;
}

.catalog-section-products-interest-block-title {
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 24px;
}

.c-header.c-header-template-1.widget-transparent .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-wrapper svg path {
  stroke: #fff !important;
}


.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-wrapper svg path {
  stroke: #888888 !important;
}

.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item.menu-item-section .menu-submenu {
  /* width: 160% !important; */
  font-weight: normal !important;
}

.widget-view-desktop-10 .fix-position {
  position: unset !important;
}

.c-widget-products-3-custom,
.c-sections-template-2-custom,
.c-services-template-24-custom,
.about_company_wrap,
.c-brands-template-1-custom {
  padding-top: 100px;
}

.c-brands-template-1-custom .widget-wrapper-2 {
  overflow: hidden;
}

.social_block {
  margin-top: 0;
}

.c-news-template-5-custom {
  margin-top: 130px;
}

.intec-template .widget .widget-header+.widget-content {
  margin-top: 30px;
}

.intec-template .widget .widget-header .widget-title {
  display: inline-block;
  position: relative;
}

.intec-template .widget .widget-header .widget-title::after {
  content: '';
  position: absolute;
  display: block;
  width: 31px;
  height: 2px;
  background: #0056A5;
  top: 50%;
  right: -45px;
}

.intec-template .widget.c-certificates-template-2-custom .widget-header .widget-title::after {
  right: auto;
  left: -45px;
}

.social_block {
  padding: 42px 0;
}

.social_block_title {
  font-weight: 500;
  font-size: 28px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.social_block_desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  width: 30%;
  margin-left: 74px;
}

.social_block_icons {
  margin-left: 114px !important;
}

.social_block_icons_item {
  display: block;
  transition: 0.4s;
}

.social_block_icons_item:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.about_company {
  width: 40%;
}

.about_company .intec-template {
  height: auto;
}

.about_company .about_company_desc {
  font-size: 16px;
  line-height: 150%;
  color: #1C1C1C;
  margin-top: 30px;
}

.about_company_certificate {
  max-width: 40% !important;
}

.about_company_link {
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 60px;
  border: 1px solid transparent;
  transition: 0.4s;
}

.about_company_link:hover {
  border: 1px solid #0056A5;
  background: transparent !important;
  text-decoration: none;
  transition: 0.4s;
}

@media all and (max-width: 1024px) {
  .social_block_title {
    width: 100%;
    font-size: 24px;
  }

  .social_block_desc {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .social_block_icons {
    margin-left: 0px !important;
    margin-top: 10px !important;
  }

  .social_block_icons_item svg {
    width: 36px;
    height: 36px;
  }

  .c-widget-products-3-custom,
  .c-sections-template-2-custom,
  .c-services-template-24-custom,
  .about_company_wrap,
  .c-brands-template-1-custom {
    padding-top: 50px;
  }

  .about_company {
    margin-bottom: 40px;
  }

  .about_company_certificate {
    max-width: 100% !important;
  }

  .c-news-template-5-custom {
    margin-top: 50px;
  }

  .social_block_icons {
    margin-left: -15px !important;
  }
}

@media screen and (max-width:500px) {


  .intec-template .widget .widget-wrapper .widget-header .widget-title,
  .intec-template .widget .widget-header .widget-title {
    font-size: 20px !important;
  }

  .intec-template .widget .widget-header .widget-title::after {
    width: 16px;
    right: -25px;
  }

  .social_block_desc {
    width: 95%;
    margin-top: 15px;
  }

  .about_company .about_company_desc {
    font-size: 14px;
    line-height: 150%;
    margin-top: 12px;
  }

  .about_company_link {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    color: #FFFFFF;
    margin-top: 23px;
    padding: 11px 31px;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-products-small-1 .catalog-section-item-name {
    height: 60px;
  }

  .ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4[data-columns-mobile="2"] .catalog-section-item-name {
    height: 70px;
    margin-bottom: 0px;
  }
}

p.info {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(0, 86, 165, 0.4);
  border-radius: 3px;
  border-left: 3px solid #0056a5;
  margin: 40px 0px;
  font-weight: 400;
}

.kompletaciya-table-3 {
  width: 100%;
}

.kompletaciya-table-3 td {
  padding: 10px;
  border: 2px solid silver;
}

.the-title-preimush {
  font-size: 1.6em;
  display: block;
  font-weight: 700;
}

.work-title {
  font-size: 16px;
  display: block;
  font-weight: 700;
}

.work-title:after {
  content: '';
  display: block;
  height: 3px;
  width: 80px;
  background: rgb(0, 85, 165);
  top: 40%;
  left: 60px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.widget-item-picture-vidy1 {
  height: 40px;
  width: 40px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.widget-item-description-vidy {
  font-size: 16px;
  opacity: 1;
  margin-top: 20px;
}

.widget-item-name-vidy {
  font-size: 16px;
  font-weight: bold;
}

.widget-item-text-vidy {
  padding: 10px;
}

.widget-item-picture-vidy {
  position: relative;
  max-width: 284px;
  height: 177px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.widget_text-or-image1 {
  max-width: 2000px;
  margin: 0 auto;
  background-image: url(/images/slider_big_1.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 150px;
  padding-bottom: 150px;
}

.widget_text-or-image1 .widget_text .widget_text-header {
  font-weight: 500;
  font-size: 26px;
  line-height: 133.4%;
  color: #131313;
}

.widget_text-or-image1 .widget_text .widget_text-descrption {
  font-weight: normal;
  font-size: 18px;
  line-height: 140.4%;
  color: #131313;
  margin-top: 20px;
}

.btn-main {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .4);
  background-color: #2196f3;
}

.btn-main {
  width: 145px;
  height: 40px;
  border-radius: 1px;
  line-height: 40px;
  margin-top: 30px;
  text-align: center;
  padding: 10px;
  color: white;
  padding-left: 15px;
  padding-right: 15px;
}

.prom-inner-pages-title1 {
  display: block;
  line-height: 1.1;
  font-weight: 700;
  margin: 0px 0 25px 0;
  font-size: 1.866em;
}

.wp_list>div {
  position: relative;
  padding-left: 80px;
  margin-bottom: 25px;
  min-height: 44px;
}

.wp_list>div>span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 30px;
  font-family: 'MontserratLight', Arial, sans-serif;
  color: #000;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 91, 19, 1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 91, 19, 1);
  box-shadow: inset 0px 0px 0px 1px rgb(0, 85, 165);
}

.wp_list>div>p {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 30px;
  font-family: 'MontserratLight', Arial, sans-serif;
  color: #000;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 91, 19, 1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 91, 19, 1);
  box-shadow: inset 0px 0px 0px 1px rgb(0, 85, 165);
}

.wp_list>div>span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -50px;
  left: 50%;
  display: block;
  width: 1px;
  height: 50px;
  background-color: #0055a5;
}

.defekty-yellow {
  color: white;
  font-size: 64px;
  font-weight: bold;
  padding-top: 50px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}

.leftimg {
  display: block;
  margin: auto;
  padding-bottom: 5px;
  clear: left;
}

.leftimg img {
  vertical-align: middle;
  float: left;
  width: 58px;
  padding: 0 20px 20px 0;
}

.custom-content-box-white1 {
  background-position: 20px center;
  border-radius: 6px;
  padding: 20px 20px 20px 90px;
  margin: 20px;
  border: 2px solid #fff;
  box-shadow: 0px 6px 35px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin: 20px;
}


/* vvv certificated-products vvv */

.certificated-products .certificates-icon {
  min-width: 50px;
}

.certificated-products #xchange-sign-ru {
  font-size: 50px;
  font-weight: 500;
  line-height: 57px;
  letter-spacing: 0em;
  color: #207CBF;
  text-align: center;
  font-style: normal;
}

.certificated-products .certificates-description {
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  color: #1C1C1C;
  max-width: 368px;
}

.certificated-products .certificated-products-brand {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #0056A5;
}

@media (max-width: 500px) {
  .certificated-products .widget>.intec-grid {
    display: block;
  }

  .certificated-products .widget>.intec-grid .intec-grid-item:first-child {
    margin-bottom: 20px !important;
  }

  .certificated-products .certificates-description {
    max-width: unset;
  }
}



@media (max-width: 320px) {
  .certificated-products .widget .widget-header .widget-title::after {
    right: 0;
  }
}


/* vvv Подрядные работы vvv */

.building-works {
  margin: 100px 0 180px;
}

@media (max-width: 1024px) {
  .building-works {
    margin-bottom: 0;
  }
}

.building-works-description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
  color: #1c1c1c;
}

.building-works-description-sub {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  color: #1c1c1c;
}

.building-works-description-item-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 22px;
  color: #1c1c1c;
}

.building-works-description-item-text span {
  color: #0056a5;
  font-weight: 700;
}

.widget.c-news.c-news-template-5-custom-2 .widget-content .fa-angle-right::before {
  color: #0056A5;
}

.news-detail-content-detail.news-detail-content-item h2,
.news-detail-content-detail.news-detail-content-item [data-ui-markup="h2"] {
  padding-top: 100px;
  margin-top: -100px;
}

.widget-view-fixed-1 .menu-wrapper-4 {
  margin: 0 !important;
}

.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item.menu-item-section .menu-submenu .menu-submenu-wrapper {
  overflow-y: scroll !important;
  max-height: 70vh;
}

.ns-bitrix.c-catalog-section.c-catalog-section-catalog-tile-4 .catalog-section-item-base{
  padding-bottom: 10px;
}

.catalog-section-navigation {
	margin-top: 60px;
}