.intec-template .intec-template-part.intec-template-part-title, .intec-template .widget .widget-header .widget-title {
	font-weight: 500 !important;
}

h1, h2, h3 {
	font-weight: 500;
	color: #1b1e25;
}

/* Ссылки в тексте */
p a {
   font-weight: 500;
   border-bottom: 1px solid;
}
p a:hover {
   text-decoration: none;
   border-bottom: none;
}

/* Баннер */
.c-slider.c-slider-template-1 .widget-item-description[data-view] {
	max-height: 100% !important;
	display: flex;
    flex-direction: column;
	width: 100%;
}
.c-slider-template-1 .widget-content .widget-items .widget-item .intec-content {
	max-width: 100% !important;
}
.c-slider.c-slider-template-1 .widget-item-header[data-view] {
	max-height: 100% !important;
}
.c-slider.c-slider-template-1 .widget-item-content-body {
	height: calc(100vh - 240px) !important;
}
.c-slider.c-slider-template-1 [data-align=center] {
	display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner-heading {
	font-weight: 600;
	font-size: 54px;
	line-height: 1.15em;
}
.banner-description {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4em;
	max-width: 740px;
	margin: auto;
}

.banner-fact {
    align-self: flex-end;
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    margin-top: 60px;
    margin-bottom: 45px;
    position: relative;
}
.fact-heading {
    padding-left: 90px;
    position: relative;
    font-size: 132px;
    font-weight: 500;
    color: #ffffff;
    line-height: .8em;
}

.fact-heading:before {
    content: "";
    display: block;
    width: 54px;
    height: 84px;
    position: absolute;
    left: 0;
    bottom: 14px;
    background-image: url(/include/fact_arrow_right.svg);
    background-position: left top;
    background-size: 54px 84px;
    background-repeat: no-repeat;
}
.fact-text {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1em;
    text-align: right;
}
@media (max-width: 1920px) {
.banner-heading {
    font-size: 64px;
}
.banner-fact {
    margin-top: 100px;
    margin-bottom: 45px;
}
}
@media (max-width: 1600px) {
.banner-heading {
    font-size: 54px;
}
.banner-fact {
    margin-top: 80px;
    margin-bottom: 25px;
}
}
@media (max-width: 1080px) {
.banner-heading {
    font-size: 36px;
}
.banner-fact {
    margin-top: 110px;
    margin-bottom: 50px;
}
.fact-heading {
    padding-left: 80px;
    font-size: 102px;
    line-height: 100px;
}
.fact-heading:before {
    width: 42px;
    height: 66px;
    background-size: 42px 66px;
}
.fact-text {
    font-size: 18px;
}
}
@media screen and (max-width: 640px) {
	.banner-description {
	display: none;
}
.banner-heading {
    font-size: 24px;
}
.banner-fact {
    margin-top: 35px;
    margin-bottom: 35px;
}
.fact-heading {
    padding-left: 40px;
    font-size: 50px;
    line-height: 50px;
}
.fact-heading:before {
    width: 21px;
    height: 33px;
    bottom: 8px;
    background-size: 21px 33px;
}
.fact-text {
    font-size: 14px;
    line-height: 18px;
}
}






/* Шапка */
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-contacts .widget-phone-text {
	font-weight:500;
}
/*
.c-header.c-header-template-1 .widget-view.widget-view-desktop .widget-contacts .widget-phone-text, .widget-region-wrap .widget-region .widget-region-text {
	font-size: 14px !important;
}*/
.widget-basket-wrap {
	display: none !important;
}
/* Категории */
.widget.c-categories.c-categories-template-18 .widget-item-content {
	width: 80% !important;
}

/* Преимущества с иконками на главной */
.widget.c-advantages.c-advantages-template-30 .widget-header .widget-title {
	font-size: 24px !important;
    line-height: 1.3 !important;
    color: #1b1e25 !important;
}
.widget.c-advantages.c-advantages-template-30 .widget-item-description {
	font-size: 16px !important;
}
.widget.c-advantages.c-advantages-template-30[data-picture-align=left] .widget-item-picture {
	width: 50px !important;
	height: 50px !important;
}
@media screen and (max-width: 768px) {
	.widget.c-advantages.c-advantages-template-30 .widget-header .widget-title {
	font-size: 20px !important;
}
}

/* Слайдер с акциями */
.widget.c-services.c-services-template-25 .widget-content-items[data-jointly=true] .widget-item-picture {
	width: 100% !important;
}
.widget.c-services.c-services-template-25 .widget-nav {
	right: 15px !important;
}

/* Product slider */
.widget.c-widget.c-widget-products-1 .widget-item-purchase-button, .widget.c-widget.c-widget-products-1 .widget-item-quick-view-button {
	border-radius: 2px !important;
}

/* Блок категорий на главной */
.widget.c-categories.c-categories-template-16 .widget-item-wrapper {
	border-radius: 5px;
}

/* Страница входа */
.bx-authform {
   margin-right: auto;
   margin-left: auto;
   padding: 15px;
}
.bx-authform .btn {
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    padding: 4px 32px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    line-height: 2;
    max-height: 39px;
    overflow: hidden;
    max-width: 450px;
    background: #004b8d;
    border: none;
    cursor: pointer;
    transition: .3s;
}
.bx-authform .btn:hover {
   opacity: .9;
}
.bx-authform input[type=checkbox]:checked + span {
   background-color: transparent;
}

/* Описание в каталоге */
       .series-description-wrapper {
            display: flex;
            flex-flow: row nowrap;
            box-sizing: border-box;
            width: 100%;
            position: relative;
            z-index: 1;
        }
        .series-description {
            display: flex;
            flex-flow: column nowrap;
            box-sizing: border-box;
            width: 50%;
            padding-right: 20px;
            position: relative;
            z-index: 1;
        }
        .series-image {
            display: block;
            box-sizing: border-box;
            width: 50%;
            padding-left: 20px;
            position: relative;
            z-index: 0;
        }
        .series-image div {
            width: 100%;
            height: 100%;
            position: relative;
            background-position: center top;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
        }
        .series-text {
            font-size: 20px;
        }
        .series-icons-wrapper {
            display: flex;
            flex-flow: row wrap;
            width: 100%;
            position: relative;
            z-index: 1;
        }
        .icon-box {
            display: inline-block;
            width: 70px;
            height: 70px;
            margin-right: 30px;
            margin-top: 25px;
            position: relative;
            opacity: 1;
            z-index: 1;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            -ms-transition: opacity 0.3s;
            transition: opacity 0.3s;
        }
        .icon-box>* {
           cursor: pointer;
        }
        .icon-box-image {
            display: inline-block;
            width: 100%;
            height: 100%;
            position: relative;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 0;
        }
        .icon-box-description {
            display: inline-block;
            width: 250px;
            height: auto;
            padding: 10px;
            position: absolute;
            left: 0;
            bottom: 95px;
            background: #f0f0f0;
            opacity: 0;
            pointer-events: none;
            z-index: 10;
            -webkit-transition: opacity 0.3s;
            -moz-transition: opacity 0.3s;
            -ms-transition: opacity 0.3s;
            transition: opacity 0.3s;
        }
        .icon-box-description:before {
            content: "";
            display: block;
            width: 10px;
            height: 10px;
            position: absolute;
            left: 35px;
            bottom: -5px;
            background: #f0f0f0;
            z-index: 1;
            -webkit-transform-origin: center center;
            -moz-transform-origin: center center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            -webkit-transform: translateX(-50%) rotate(45deg);
            -moz-transform: translateX(-50%) rotate(45deg);
            -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
        }
        .icon-box-description>p {
            position: relative;
            font-size: 14px;
            font-weight: 600;
            color: #191919;
            z-index: 1;
        }
        .icon-box-description .btn-close {
            display: none;
            width: 15px;
            height: 15px;
            position: absolute;
            right: 15px;
            top: 15px;
            z-index: 1;
        }
        .icon-box__active .icon-box-description {
            opacity: 1;
            pointer-events: auto;
        }
        .series-order-wrapper {
            display: flex;
            flex-flow: column nowrap;
            box-sizing: border-box;
            width: 100%;
            margin-top: 25px;
            position: relative;
            z-index: 1;
        }
        .series-order-wrapper .download-catalog {
            margin-top: 20px;
        }
        .download-catalog {
            display: inline-flex;
            flex-flow: row nowrap;
            justify-content: flex-start;
            width: 100%;
            margin-top: 40px;
            position: relative;
            z-index: 1;
        }
        .download-catalog a {
            display: inline-block;
            font-size: 16px;
            font-weight: 500;
            color: #004b8d;
            line-height: 30px;
        }
        .series-order-wrapper .download-catalog a {
            min-width: 200px;
        }
        .download-catalog span {
            border-bottom: 1px solid rgba(0,75,141,0.2);
            -webkit-transition: border-bottom 0.3s;
            -moz-transition: border-bottom 0.3s;
            -ms-transition: border-bottom 0.3s;
            transition: border-bottom 0.3s;
        }
        .file-size {
            flex-shrink: 0;
            box-sizing: border-box;
            display: inline-block;
            width: auto;
            height: 30px;
            margin-left: 20px;
            padding-left: 35px;
            position: relative;
            font-size: 14px;
            font-weight: 500;
            color: #969696;
            line-height: 30px;
            white-space: nowrap;
            background-image: url("/upload/catalog/pdf_icon.svg");
            background-position: left center;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: 1;
        }
		.hover {
			opacity: 0.75;
		}
.mobile-series-image {
    display: none;
    width: 100%;
    height: 225px;
    margin-top: 35px;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.icon-box-description .btn-close:before, .icon-box-description .btn-close:after {
    background: #191919;
}
.btn-close:before {
    transform: rotate(-45deg);
}
.btn-close:after {
    transform: rotate(45deg);
}
.btn-close:before, .btn-close:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    background: #ffffff;
    transform-origin: center center;
}
.series-button {
    display: inline-block;
    box-sizing: border-box;
    width: 290px;
    height: 50px;
    margin-top: 35px;
    padding: 15px 20px;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 20px;
    text-align: center;
    background: #004b8d;
    overflow: hidden;
    z-index: 1;
    transition: .3s;
    border-radius: 3px;
}
.series-order-wrapper .series-button {
    margin-bottom: 10px;
}
.series-button:hover {
   opacity: .8;
   text-decoration: none;
   color: #fff;
}


   @media (max-width: 1080px) {
.series-image {
    display: none;
}
.series-description {
    width: 100%;
    padding-right: 0;
}
.series-text {
    margin-top: 30px;
    max-width: 610px;
}
.mobile-series-image {
    display: inline-block;
    height: 370px;
    margin-top: 20px;
}
.series-icons-wrapper {
    margin-top: 15px;
    margin-top: 35px;
    max-width: 610px;
}
.icon-box-description {
    width: 160px;
    padding-left: 25px;
    padding-right: 40px;
    padding-top: 25px;
    padding-bottom: 25px;
    bottom: 90px;
}
.icon-box-description .btn-close {
    display: inline-block;
}
}
@media screen and (max-width: 640px) {
.series-description {
    width: 100%;
    padding-right: 0;
}
.series-text {
    margin-top: 15px;
}
.series-text>p {
    font-size: 16px;
    line-height: 28px;
}
.mobile-series-image {
    height: 250px;
}
.series-icons-wrapper {
    margin-top: 15px;
    margin-top: 35px;
    max-width: 610px;
}
.icon-box {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    margin-top: 20px;
}
.icon-box-description {
    width: 160px;
    padding-left: 15px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    bottom: 75px;
}
.icon-box-description:before {
    left: 30px;
}
.series-button {
    width: 220px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
}
}



.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-purchase-order-button {
   border-radius: 3px !important;
}

/* Таблица в карточке товара */
.table {
    display: flex;
    flex-flow: column nowrap;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
}
.table-inner {
    display: grid;
    grid-template-columns: [first-col-line] repeat(9, minmax(80px,max-content)) [last-col-line];
    grid-template-rows: [first-row-line] repeat(auto-fit, 55px) [last-row-line];
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.table .col-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 35px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    white-space: nowrap;
    cursor: default;
    z-index: 6;
}
.table .col {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    height: 35px;
    padding: 10px 20px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    line-height: 20px;
    white-space: nowrap;
    background: transparent;
    cursor: default;
    z-index: 1;
}

/* Скрыть корзину и избранное в боковом меню*/
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-template-2 .sale-basket-small-switch[data-tab=basket], .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-template-2 .sale-basket-small-switch:last-child {
   display: none;
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-template-2 .sale-basket-small-switch[data-tab=delayed], .ns-intec-universe.c-sale-basket-small.c-sale-basket-small-template-2 .sale-basket-small-switch[data-tab=form] {
   display: none;
} 

/* Ширина карты на главной */
.ns-bitrix.c-map-yandex-view.c-map-yandex-view-default {
   overflow: hidden;
}

.intec-template .intec-template-layout-page {
   overflow: hidden;
}
@media screen and (max-width: 420px) {
	.ns-bitrix.c-catalog-section-list.c-catalog-section-list-catalog-tile-1 .catalog-section-list-item-description {
   display: none;
}
}

/* Hide captcha */
.intec-ui-form .form-result-new-field-captcha {
   display: none !important;
}

/* попап */
#popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;
}

.popup-content {
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    background: url(/upload/medialibrary/f73/dvsc3ne2lk2l6p3k6oh4lwwzlwexvmbs.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 740px;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    background: #fff;
    padding: 5px;
    border-radius: 360px;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px 1px #aaa;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 1400px) {
	.popup-content {
    max-height: 720px;
}
}
@media screen and (max-width: 1020px) {
	.popup-content {
    max-height: 530px;
}
}
@media screen and (max-width: 790px) {
	.popup-content {
    max-height: 350px;
}
}
@media screen and (max-width: 567px) {
	.popup-content {
    max-height: 200px;
}
}

/* Отображение вариантов предложений */
.ns-bitrix.c-catalog-element.c-catalog-element-catalog-default-2 .catalog-element-offers-property[data-type="text"] .catalog-element-offers-property-value {
	border-radius: 3px !important;
}

/* Категории в мобилке */
@media screen and (max-width: 500px) {
	.widget.c-categories.c-categories-template-16 .widget-item .linear-bg-hover {
   opacity: 1 !important;
}
	.widget.c-categories.c-categories-template-16 .widget-item-preview {
   opacity: 1 !important;
   height: 65px !important;
}
	.widget.c-categories.c-categories-template-16 .widget-item-content {
   margin: 10px !important;
}
	.c-categories-template-16 .intec-grid-item-500-2 {
   padding: 10px !important;
}
	.widget.c-categories.c-categories-template-16 .widget-item-name {
   font-size: 16px !important;
}
}

.regions-select-question-popup.regions-select-question-popup-default {
   display: none !important;
}

/* Кнопка наверх */
.widget.c-widget.c-widget-navigation-button-top .widget-button {
   right: 30px !important;
}

/*Блок с формой на главной странице */
@media screen and (max-width: 768px) {
	.widget.c-categories.c-categories-template-17 .widget-item-content-wrap {
   padding: 20px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
	.container-1104 {
   padding-top: 20px !important;
   padding-bottom: 20px !important;
}
}

/* Проекты */
.project .project-sections .project-section .project-section-title, .project .project-objective, .project .project-information {
   text-align: left !important;
}
.project-services .project-services-wrapper {
   justify-content: start !important;
   gap: 20px;
}
@media screen and (max-width: 768px) {
	.project .project-services .project-service .project-service-image, .project .project-services .project-service .project-service-information {
   display: block !important;
}
	.project .project-services .project-service .project-service-information .project-service-information-wrapper {
   margin-left: 0px !important;
   margin-top: 20px;
}
}

/* Menu */
.ns-bitrix.c-menu.c-menu-mobile-2 .menu-information {
   margin: 0 !important;
}

/* Chat */
@media screen and (max-width: 768px) {
	.widget.c-widget.c-widget-navigation-button-top .widget-button {
display: none !important;
}
}

/* Шрифт */
body {
    font-family: "Montserrat", sans-serif;
}

/* Скрыть корзину */
.c-header.c-header-template-1 .widget-panel-basket-wrap {
   display: none;
}

/* Скрыть фильтр */
.smart-filter-wrapper {
   visibility: hidden;
    max-height: 0;
    overflow: hidden;
}