/*ALL*/

body{
	color: var(--white_text_black);
}
a.switcher-title,
.switcher-title a,
.side-menu>li .top-level-link,
.td-underline{
    text-decoration:underline;
}
.mb-32{
	margin-bottom:32px;
}
hr{	
	border-color: var(--white_text_black);
}
table.table>tbody>tr>td{
	padding:5px;
}
ul li:before{
	width: 7px;
    height: 7px;
	background-color:var(--theme-base-color);
	top: 9px;
	border-radius:100%;
}


/*HEADER*/

.headerCustom .header__top-part,
.headerCustom .header__main-part{
	border:none !important;
}
.headerCustom .header__top-part{
	height:99px;
}
.headerCustom .header__topest-part{
	height:70px;
}
.theme-dark .headerCustom .header__topest-part{
	background-color: var(--card_bg_black) !important;
}
.headerCustom .header-menu--height_61 .header-menu__wrapper,
.headerCustom .header-menu--height_61 .header-menu__item,
.headerCustom .header__main-part--height_61{
	height:40px;
}
.headerCustom .header-menu__wrapper,
.headerCustom .header__main-inner{
	background:#46464B;
	border-radius:4px;
}
.headerCustom .header-menu__wrapper .header-menu__title{
	color:#fff;
}
.headerCustom .logo{
	height:70px;
}
body.header_opacity.front_page .header.headerCustom:not(.header--offset) .header__top-part.bg_none.header__top-part--can-transparent .search .search-input,
.headerCustom .search .search-input{
    border-color: var(--stroke_black);
}
.headerCustom .slogan__text{
	opacity:1;
	max-width:500px;
}
.theme-dark .headerCustom .header__topest-part .line-block__item a img,
.theme-dark .headerCustom .slogan__text img{
	filter: brightness(10000%);
}
body.header_opacity.front_page.theme-dark .header:not(.header--offset):not(.light) .header__top-part.header__top-part--can-transparent.bg_none.header__topest-part .banner-light-text{
	color:#fff;
}
#headerfixed .header,
.theme-light .headerCustom .header__topest-part{
    background: url('/upload/custom-images/header.png') center/cover no-repeat;
}



/*FRONT PAGE*/

.catalog-sections-custom .sections-list__item .sections-list__item-image,
.news-list-custom .news-list__item .news-list__item-image{
	transition: transform ease .8s;
}
.catalog-sections-custom .sections-list__item:hover .sections-list__item-image,
.news-list-custom .news-list__item:hover .news-list__item-image{
	transform:scale(1.1);
}
@media(min-width:992px){
	body.header_opacity.header_padding-150 .banners-big--normal .banners-big__depend-padding{
		height:800px !important;
	}
	.banners-big__text--wide .banners-big__title{
		font-size: 46px;
    	line-height: 56px;
	}
}
@media(max-width:600px){
	.banners-big__text--wide .banners-big__title{
	    font-size: 30px;
    	line-height: 40px;
	}
}


/*INNER PAGES*/

.contacts-new-block>div{
	padding-bottom:32px;
}
.contacts-new-block h5{
	margin:0;
}
.contacts-detail__social:before{
	display:none;
}
.doc-list-inner__section{
	scroll-margin-block-start: 80px;
}    
.bx-yandex-map .ymaps-point-overlay .marker.dynamic {
    background: url('/upload/custom-images/map.png') center bottom / contain no-repeat;
    width: 38px;
    height: 48px;
}
.bx-yandex-map .ymaps-point-overlay .marker.dynamic * {
    display: none !important;
}
.form-control{
    border-color:#333;
}
.form-control:focus{
    border-color:var(--theme-base-color) !important;
}
.form.popup{
    background:url('/upload/custom-images/popup.png') center / cover no-repeat;
}
.contact-property__value.dark_link a{
    color:var(--theme-base-color);
    font-weight:700;
}
.sections-list__item-image-wrapper--BG:after,
.news-list-custom .news-list__item-image-wrapper--BG:after{
    top: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 100%);
}
.section-form>.form,
.elements-form>.form{
    max-width: 600px;
    margin: 0 auto;
}


/*FLY*/

.right-sidebar-wrapper .right_dok .link::after{
	content: attr(title);
    font-size: 12px;
    width: auto;
    top: initial;
    background: transparent;
    line-height: 1;
    text-align: center;
    bottom: 5px;
	pointer-events:none;
}
.right-sidebar-wrapper .right_dok .link .svg{
	top:-13px;
}



/*FOOTER*/

.footerCustom .footer__email .svg-inline-email *{
	stroke:none;
}
.footerCustom .footer-logo-menu{
	padding-top:40px;
}
.footerCustom .footer-logo img{
	filter: brightness(10000%);
}
.footerCustom .bottom-menu--normal .items>.wrap .item-link{
	margin-left:10px;
}
.footerContactsMenu .bottom-menu .items{
	padding-bottom:20px;
}
.footerCustom{
    background:url('/upload/custom-images/footer.png') center / cover no-repeat;
}
@media(max-width:767px){
	.footerCustom .footer__info{
		padding:16px 0;
	}
	.footerCustom .footer-logo-wrapper{
		padding-top:16px;
	}

}



.header_6 span{ 
	color: #46464b;
}

body.header_opacity.front_page .header:not(.header--offset).light .header__top-part.bg_none.header__top-part--can-transparent .banner-light-icon-fill * {
		fill: #888;
} 








