#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;
	}
}
.call-us-block-elem-wrap {
    display: table;
    width: 25%;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}
.call-us-block-elem {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #66798a;
    width: 100%;
    height: 170px;
    padding: 20px;
    border-radius: 20px;
}
.call-us-block-elem-header {
    font-size: 16px;
    position: relative;
    z-index: 10;
}
.call-us-block-elem-desc {
    position: relative;
    z-index: 10;
}
.call-us-block-elem-desc a {
    font-size: 16px;
    font-weight: bold;
cursor: pointer;
}
.elem-number-one:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "1";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
.elem-number-two:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "2";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
.elem-number-three:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "3";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
.elem-number-four:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "4";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
@media (max-width: 950px) {
.call-us-block-elem-wrap {
    width: 50%;
}
}
@media (max-width: 509px) {
.call-us-block-elem-wrap {
    width: 100%;
}
}
.custom-name {
font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
font-size: 30px;
}
.custom-name2 {
font-size: 35px;
    font-weight: bold;
    line-height: 1.3;
    color: #181f28;
    margin-bottom: 5px;
text-align: left;
}
.custom-content-box-white {
    background-position: 20px center;
    border-radius: 6px;
    padding: 25px 25px 25px 25px;
    border: 2px solid #8dc6c7;
}

.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;
}

.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-item-name {
    padding: 9px 16px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 17px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    border: 2px solid #66798a;
    transition: all 0.8s;
    color: #66798a;
}

.ns-intec-seo.c-filter-tags.c-filter-tags-default .filter-tags-item-name:hover {
	color: #fff;
	background-color: #66798a;
}

.widget.company .intec-company-40 {
    width: 40%;
}
.widget.company .intec-company-60 {
    width: 60%;
}
.widget.company .intec-company-60 .intec-about-company-wrapper {
    padding-left: 30px;
}
.widget.company .intec-about-company-more .intec-button {
    font-size: 16px;
    font-weight: bold;
    padding: 18px 35px;
    border-radius: 10px;
    transition: 0.4s;
}
.intec-template .intec-template-part.intec-template-part-title, 
.intec-template .widget .widget-header .widget-title{
	font-weight: 700;
}
@media (max-width: 1200px){
	.widget.company .intec-company-40 {
		padding-top: 50px;
	}
}
@media (max-width: 1100px){
	.widget.company .intec-company-40 {
		display: none;
	}
	.widget.company .intec-company-60 {
		width: 100%;
	}
	.widget.company .intec-company-60 .intec-about-company-wrapper {
		padding-left: 0;
	}
}


.call-us-block-elem-wrap {
    display: table;
    width: 25%;
    float: left;
    padding: 10px;
    margin-bottom: 20px;
}
.call-us-block-elem {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #66798a;
    width: 100%;
    height: 170px;
    padding: 20px;
    border-radius: 20px;
}
.call-us-block-elem-header {
    font-size: 16px;
    position: relative;
    z-index: 10;
}
.call-us-block-elem-desc {
    position: relative;
    z-index: 10;
}
.elem-number-one:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "1";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
.call-us-block-elem-desc a {
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.elem-number-two:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "2";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
.elem-number-three:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "3";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
.elem-number-four:after {
    width: 100%;
    text-align: center;
    left: 0;
    content: "4";
    position: absolute;
    top: 50%;
    font-size: 110px;
    line-height: 0.76;
    font-family: inherit;
    margin-top: -36px;
    color: rgba(45,45,45,0.11);
}
@media (max-width: 950px){
	.call-us-block-elem-wrap {
		width: 50%;
	}
}
@media (max-width: 509px){
	.call-us-block-elem-wrap {
		width: 100%;
	}
}



/* поле поиска на главной и в каталоге */

.search-title-input {
	font-size: 1.125rem !important;
}

.search-title-form-wrapper {
	border: 1px solid #66798A;
	background-color: #e9e9e9;
}

.search-title-form-wrapper.intec-grid.intec-grid-i-h-5 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.search-title-form-wrapper:focus {
	outline: none;
	border-color: #213f5a;
	border-radius: 0.5rem !important;
}

/*
.search-title-input:focus-within {
	outline: none;
	border-color: #213f5a;
	border-radius: 0.5rem !important;
}
*/

.search-title-form .search-title-button-wrap:after/*, 
.ns-bitrix.c-search-title.c-search-title-input-1 .search-title-form .search-title-button-wrap:after*/ {
/*
	position: absolute !important;
	display: block !important;
	content: "Найти" !important;
	background: transparent !important;
	cursor: pointer;
	font-size: 1.125rem;
	top: 30% !important;
	left: 0 !important;
	z-index: 0 !important;
	width: 0 !important;
	height: 0 !important;
*/
	display: none;
}
/*
.ns-bitrix.c-search-title.c-search-title-input-1 .search-title-button {
	padding-left: 70px !important;
	cursor: pointer;
}

.search-title-button.intec-cl-text {
	z-index: 1000 !important;
}
*/


/* порядок блоков */

.container-419 {
	display: flex;
	flex-direction: column;
}

.container-420 {
	order: 2;
}

.container-1010 {
	order: 1;
}

.container-430, .container-1011, .container-529, .container-1013, .container-1012, .container-577, .container-1014 {
	order: 3;
}