.hdr-top{
	background:#14467f;
	color:#ffffff;
}
.hdr-top a{
	display:block;
	color:#ffffff;
}
.hdr_menu li,
.hdr_address,
.hdr_email,
.hdr_phones{
	display:flex;
	align-items:center;
}
.hdr_menu li + li:before{
	content:"";
	background:#ffffff;
}
.hdr_menu li a{
	color:#ffffff;
}
a.readings{
	background:#127cd7;
	color:#ffffff;
}
a.readings:hover{
	background:#055da9;
	text-decoration:none;
	color:#ffffff;
}
a.readings:before{
	content:"";
	width:20px;
	height:20px;
	background:url("../img/pokazaniia.svg") no-repeat center center;
	margin-right:15px;
}
.menu-toggler{
	display:block;
	width:26px;
	height:40px;
	cursor:pointer;
	position:relative;
	z-index:2;
	line-height:1;
	flex-shrink:0;
}
.menu-toggler__bar:first-child{
	margin-top:0;
	top:30%;
}
.menu-toggler__bar:last-child{
	margin-top:0;
	top:auto;
	bottom:30%;
}
.menu-toggler__bar{
	content:"";
	display:block;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background:#ffffff;
	height:2px;
	margin-top:-1px;
	transition:all 0.3s ease;
}
.active .menu-toggler__bar:first-child{
	opacity:1;
	top:50%;
	transform:rotate(135deg);
}
.active .menu-toggler__bar:last-child{
	opacity:1;
	top:50%;
	transform:rotate(-135deg);
}
.active .menu-toggler__bar{
	opacity:0;
}
.backdrop_content_inner ul{
	flex-direction:column;
}
.backdrop_content_inner ul li{}
.backdrop_content_inner ul li + li{
	border-top:1px solid #14467f;
}
.backdrop_content_inner ul .menu_link{
	color:#14467f;
	line-height:35px;
	display:block;
	transition:all 0.3s ease;
}
.backdrop_content_inner ul .active .menu_link{
	color:#ff7200;
}
.backdrop_content_inner ul .menu_link:hover{
	text-decoration:none;
	background:#14467f;
	color:#ffffff;
	text-indent:15px;
}
.hdr-btm-inner,
.hdr-btm-inner a{
	color:#2f2f2f;
}
.hdr-btm-inner a{
	display:block;
}
.hdr_address,
.hdr_email,
.hdr_phones{
	position:relative;
	line-height:120%;
}
.hdr_address:before,
.hdr_email:before,
.hdr_phones:before{
	content:"";
	width:30px;
	height:30px;
	margin-right:5px;
}
.hdr_address:before{
	background:url("../img/map.svg") no-repeat center center;
}
.hdr_email:before{
	background:url("../img/mail.svg") no-repeat center center;
}
.hdr_phones:before{
	background:url("../img/tel.svg") no-repeat center center;
}
.hdr-btm{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #d8dde6;
}
.page-main .hdr-btm{
	border-bottom:1px solid transparent;
}
.hdr_logo img{
	position:relative;
}
.slide_item_title.page-header{
	font-weight:500;
	margin:0;
}
.company-box{}
.company-box .item{
	display:flex;
	align-items:center;
}
.company-box .num{
	color:#ef3939;
	font-weight:800;
	margin-right:25px;
	position:relative;
	display:flex;
	align-items:center;
	font-family: 'Rubik', sans-serif;
	font-size:90px;
}
.company-box .num span{
	position:relative;
	z-index:3;
}
.company-box .num:before{
	content:"";
	width:120px;
	height:120px;
	border-radius:15px;
	background:#e7f2fb;
	margin-right:-50px;
	transform: rotate(45deg);
}
.company-box .item-1 .num:before{
	margin-right:-80px;
}
.company-box .item-3 .num:before{
	margin-right:-70px;
}
.company-box .text{
	font-weight:500;
	color:#14467f;
	font-size:20px;
	line-height:120%;
	position: relative;
	z-index: 2;
	display:flex;
	flex-direction:column;
}
.sect-main{
	background:#14467f;
	color:#ffffff;
}
.sect-main .page-header{
	color:#ffffff;
}
.page-desc-img img{
	overflow:hidden;
	border-radius:12px;
	margin-bottom:18px;
	display:block;
	position:relative;
	object-fit:cover;
	width:100%;
}
.achievements_item{
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(103, 133, 194, 0.19);
	padding:30px;
}
.achievements_item_image{
	border: 1px solid  rgb(230, 234, 244);
	border-radius: 14px;
	background-color: rgb(255, 255, 255);
	width: 115px;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:auto;
	margin-left:auto;
}
.achievements_item_title{
	text-align:center;
	line-height:120%;
}
.col-achievements{
	margin-bottom:18px;
}
.readings-box{}
.readings-box .item{
	background:url("../img/readings-bg.jpg") no-repeat 0 0;
	background-size:cover;
	color:#ffffff;
	border-radius:15px;
	overflow:hidden;
	display:flex;
	align-items:center;
	position:relative;
	min-height:235px;
}
.readings-box .item .page-header{
	color:#ffffff;
}
a.readings-link{
	background: #ef3939;
	border-radius: 60px;
	line-height: 60px;
	padding-right: 35px;
	padding-left: 35px;
	color:#ffffff;
	display:inline-block;
	text-decoration:none;
}

.readings-box .item img{
	position:absolute;
	bottom:0;
}
.readings-box .item .readings{
	position:relative;
}
a.catalog-main-link{
	text-decoration:none;
	border: 1px solid #1d59a2;
	width: 230px;
	line-height: 60px;
	display:block;
	margin-right:auto;
	margin-left:auto;
	color:#424243;
	text-align:center;
	border-radius:60px;
	margin-top:50px;
}
a.catalog-main-link:hover{
	background:#1d59a2;
	color:#ffffff;
}
.advantages-sect{
	background:#e7f2fb;
}
.advantages_main .row{
	margin-bottom:-18px;
}
.col-advantages{
	margin-bottom:18px;
}
.advantage_item{
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(103, 133, 194, 0.19);
	padding: 25px;
}
.advantage_item_image{
	margin-bottom:20px;
}
.advantage_item_title{
	color:#14467f;
	font-size:20px;
	font-weight:600;
	margin-bottom:15px;
	line-height:100%;
}
.map_phone{
	background:url("../img/map_phone.jpg") no-repeat center center;
}
.map_phone .page-header{
	margin:0;
	color:#ffffff;
}
.map_phone a{
	color:#ffffff;
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
}
.map_phone a:before{
	content:"";
	width:34px;
	height:34px;
	margin-right:25px;
	background:url("../img/tel2.svg") no-repeat center center;
}
.map_info{
	position:relative;
}
.info_map_box {
	position: absolute;
	background: #ffffff;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 60px;
}
.info_map_box .page-header{
	line-height:100%;
}
.info_map_box p{
	font-size:20px;
	line-height:100%;
}
.info_map_box ul{
	padding:0;
	margin:0;
	list-style:none;
}
.info_map_box li{
	display:flex;
	align-items:center;
	line-height:100%;
}
.info_map_box li + li{
	margin-top:20px;
}
.info_map_box li:before{
	content:"-";
	margin-right:5px;
}
.info_map_box .company_address_row{
	font-weight:500;
	line-height:100%;
}
footer a{
	color:#2f2f2f;
}
footer .title,
footer .atrmebius a{
	color:#ffffff;
}
.ftr-btm{
	color:#ffffff;
}
.ftr-top .container{
	border-bottom:1px solid #5a81ae;
	padding-top:35px;
	padding-bottom:35px;
}
.ftr-btm{
	font-weight:500;
}
footer .atrmebius a{
	text-decoration:underline;
}
footer .atrmebius a:hover{
	text-decoration:none;
}
.ftr_logo a{
	display:block;
}
.breadcrumb-item.sepapator{
	margin-right:5px;
	margin-left:5px;
}
a.prds_item_title_link{
	position:relative;
	border-radius: 14px;
	overflow:hidden;
	text-decoration:none;
	display:block;
	transition: all 0.3s ease;
}
a.prds_item_title_link:before{
	content:"";
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(0,0,0,1) 100%);
	/* background: url("../img/prdt_bg.png") no-repeat center bottom; */
	transition: all 0.3s ease;
}
a.prds_item_title_link:hover:before{
	opacity:0;
}
a.prds_item_title_link .prds_item_title_link_text{
	position:absolute;
	right:30px;
	bottom:30px;
	left:30px;
	z-index:5;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
}
a.prds_item_title_link:hover .prds_item_title_link_text{
	text-decoration:underline;
}
.prds_item_title_link_image{
  text-align: center;
}
.about_detail{
	background:#e7f2fb;
}
.about_detail .row{
	align-items:center;
}
.maintenance_table th, 
.maintenance_table td,
.rekvizit_table td {
	border-top: 1px solid #fff;
}
.goal_item {
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(103, 133, 194, 0.19);
	padding: 30px;
}
.goal_idx {
	color: #14467f;
	font-weight: 800;
	margin-bottom: 20px;
	position: relative;
	font-family: 'Rubik', sans-serif;
	font-size: 70px;
	line-height:80%;
}
.rekvizit_table td{
	text-align:left;
}
.contact-info-column{
	padding-top:30px;
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(103, 133, 194, 0.19);
	overflow:hidden;
}
.contact-info-column .contact-adress{}
.contact-info-column .contact-phone{}
.contact-info-column .contact-mail{
	padding-bottom:30px;
}
.contact-info-column > div{
	margin-bottom:10px;
	line-height:100%;
	padding-right:30px;
	padding-left:30px;
}
.contact-info-column [class*="company_"]{
	margin-left:5px;
}
.contact-info-column .contact-adress:before,
.contact-info-column .contact-phone:before,
.contact-info-column .contact-mail:before {
	content: "";
	width: 30px;
	height: 30px;
	margin-right: 5px;
	filter: brightness(300%) contrast(100%) invert(100%);
}
.contact-info-column .contact-adress:before{background: url("../img/map.svg") no-repeat center center;}
.contact-info-column .contact-phone:before{background: url("../img/mail.svg") no-repeat center center;}
.contact-info-column .contact-mail:before{background: url("../img/tel.svg") no-repeat center center;}
.contact-info-column{}
.employees-item{
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(103, 133, 194, 0.19);
	margin-bottom:18px;
	padding:30px;
}
.job-info{}
.job-info .jobtitle{
	font-family: 'Rubik', sans-serif;
	font-weight:800;
	color:#14467f;
	line-height:100%;
	margin-bottom:15px;
	font-size:20px;
}
.job-info .name{
	font-weight:500;
	line-height:100%;
	margin-bottom:15px;
	font-size:18px;
}
.job-info .phone{
	line-height:100%;
	margin-bottom:15px;
	font-size:18px;
}
.list-container{
	position:relative;
}
.list-box{
	position:absolute;
	border:1px solid #dddddd;
	display:none;
	z-index:3;
	background:#ffffff;
	padding:15px;
}
.list-box span{
	display:block;
}
.list-box-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
	-webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
	-webkit-transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
	transition: color 0.2s ease-out, background 0.2s ease-out, border 0.2s ease-out;
	cursor: pointer;
}
.list-box-link:after {
	margin-right: 6px;
	display: block;
	width: 21px;
	height: 21px;
	line-height: 1;
	font-family: "fa5l";
	color: #4d515c;
	content: "\f107";
	font-size: 21px;
}
img.employees-img{
	flex:0 0 140px;
	max-width:140px;
	height:180px;
	margin-left:25px;
}
.page-product .sect-breadcrumbs{
	margin-bottom:30px;
}
ul.tabs_ul{
	list-style:none;
	border-radius: 9px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 10px 0px rgba(103, 133, 194, 0.19);
	margin-bottom:18px;
	padding:30px;
}
.tabs.tabs_main ul.tabs_ul li{
	font-weight:400;
	color: #2f2f2f;
	line-height:120%;
	font-size:18px;
	display:flex;
	align-items:center;
}
.tabs.tabs_main ul.tabs_ul li + li{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #d8dde6 !important;
}
.tabs.tabs_main ul.tabs_ul li:before{
	content:"";
	width:5px;
	height:5px;
	border-radius:5px;
	background:#ef3939;
	margin-right:10px;
}
.tabs.tabs_main ul.tabs_ul li.tab_title.active,
.tabs.tabs_main ul.tabs_ul li.tab_title:hover{
	color:#14467f;
}
.tabs.tabs_main ul.tabs_ul li a{
	text-decoration:none;
	display:block;
}
.prdt_imgs {
	position: relative;
}
.prdt_imgs_full{
	margin-bottom:30px;
}
.prdt_imgs_thumb{
	margin-top:50px;
}
.prdt_imgs_thumb .slick-list{
	margin-right:-9px;
	margin-left:-9px;
}
a.prdt_imgs_full_link{
	border-radius: 10px;
	display: flex;
	overflow: hidden;
	text-decoration:none;
}
.prdt_imgs_thumb_slide_item{
	display:block;
	overflow: hidden;
}
.prdt_imgs_thumb_slide_item a{
	display: flex;
	align-items:center;
	justify-content:center;
}
.prdt_imgs_thumb_slide_item img{
	border-radius: 15px;
}
.prdt_imgs_thumb_slide{
	padding-right:9px;
	padding-left:9px;
}
.slick-slide > div {
	display: flex;
}
.prdt_tabs.row{
	/* margin-right:-15px;
	margin-left:-15px; */
}
.prdt_tabs.row [class*="col-"]{
	/* padding-right:15px;
	padding-left:15px; */
}
.prdt-options{}
.prdt-options .title{
	font-size:18px;
	font-weight:500;
	border-bottom:1px solid #14467f;
	line-height: 60px;
	display: block;
}
.option_group_box{}
.option_group_box .prdt_props_row{
	border-bottom:1px dotted #dddddd;
	margin-right:0;
	margin-left:0;
}
.option_group_box .prdt_props_row > div{
	padding-right:0;
	padding-left:0;
}
.option_group_box span{
	display:flex;
	align-items:center;
	line-height: 120%;
	padding: 15px 0;
	height: 100%;
}
.prdt_imgs_thumb .ctrl-icon{
	background: transparent;
	width: 35px;
	height: 35px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	color: #14467f;
	font-size: 30px;
	transition: all 0.3s ease;
}
.prdt_imgs_thumb .ctrl-next {
	right: -35px;
}
.prdt_imgs_thumb .ctrl-prev {
	left: -35px;
}
.housingService{}
.housingService [class*="col-"]{
	padding-top:9px;
	padding-bottom:9px;
}
.housingServiceHeader > div{
	background: #14467f;
	color: #ffffff;
	font-size:18px;
}
.housingServiceInner .title{
	color:#14467f;
	padding:25px;
	font-size:18px;
	display:block;
	width:100%;
}
.housingServiceInner .row:nth-child(even){
	background:#e7f2fb;
}
.prdt_props_title span{
	padding-right:15px;
}
.prdt_props_value span {
	padding-left:15px;
}
.name-doc-else{
	padding-top:0;
	padding-bottom:0;
}
.articles-counter .article_detail_desc{
	display:flex;
	align-items:center;
	justify-content:center;
	background: hsla(0,0%,95.7%,.9);
}
table p:last-child{
  margin:0;
}
.stock-options{
	font-size: 21px;
	font-weight: 500;
	border: 1px solid #14467f;
	line-height: 120%;
	display: block;
	padding:9px;
}
.type_doc{
	color:#14467f;
}

/* List */
ul.items_markers {
  counter-reset: index;  
  padding: 0;
}
/* List element */
ul.items_markers li {
  counter-increment: index; 
  display: flex;
  align-items: center;
  padding: 8px 0;
  box-sizing: border-box;
}
/* Element counter */
ul.items_markers li::before {
/*  content: counters(index, ".", decimal-leading-zero) ".";*/
  content: '+';
  font-size: 1.4rem;
  text-align: right;
  font-weight: bold;
  min-width: 30px;
  padding-right: 10px;
  font-variant-numeric: tabular-nums;
  align-self: flex-start;
  background-image: linear-gradient(to bottom, #ef3939, #14467f);
/*  background-attachment: fixed;*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul.items_markers li:hover::before{
	background-image: linear-gradient(to bottom, #ef3939, #ef3939);
}
/* Element separation */
ul.items_markers li + li {
  border-top: 1px solid #c8c9cd;
}

.cookie_popup{
    display: none;
}
.cookie_popup__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 928px;
    background-color: #000000e6;
    padding: 12px 16px;
    border-radius: 4px;
    position: fixed;
    bottom: 40px;
    color: #fff;
    left: 5px;
    right: 5px;
    margin: auto;
    z-index: 9999;
    border: 2px solid #fff;
    font-size: clamp(11px, 2.5vw, 13px);
    box-shadow: 0 0 20px #fff;
    text-align: center;
}
.cookie_popup a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.cookie_popup__btn {
    padding-right: 10px;
    padding-left: 10px;
}
.mdl_info {
    padding: 19px 0;
    border-top: 1px solid #5a81ae;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .cookie_popup__wrap{
        flex-direction: column;
    }
    .cookie_popup__btn {
         padding: 2px 15px;
         font-size: 12px;
    }
}
