body {
	font-family: sans-serif;
	font-optical-sizing: auto;
	font-size: 1rem;
	line-height: 125%;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;	
	font-stretch: normal;
	color: #000;
	overflow-x: hidden;
	overflow-y: auto;
	max-width: 100%;
}

table, 
table * {
	position: relative;
	isolation: isolate;
}

.submenu-container {
    background-color: #222;
    padding: 0.5rem 0;
}

.submenu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
	overflow: hidden;
    white-space: nowrap;
}

.submenu.ready {
    opacity: 1;
	transition: opacity 0.2s ease-in;
}

.submenu-item {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 4rem 0.5rem 0;
    display: inline-block;
    transition: background 0.2s;
}

.submenu-item:hover {
	color: #fff;
	text-decoraton: underline;
}

.more-btn {
    background: none;
    color: #fff;
    border: 1px solid #666;
	box-shadow: none !important;
	outline: none !important;
    padding: 0.15rem 0.75rem;
    cursor: pointer;
    border-radius: 4px;
	box-shadow: none;
}
.more-btn:hover {
    background: #333;
}
.more-btn:focus {
	box-shadow: none !important;
	outline: none !important;	
}

#adaptiveMenuContainer .more-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-bottom: 1px solid #444;
    width: 100%;
    display: none;
    z-index: 1000;
	padding: 1rem 0;
}

#adaptiveMenuContainer .more-dropdown .container {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.25rem 0.5rem;		
}

#adaptiveMenuContainer.open .more-dropdown {
	display: block;
}

#adaptiveMenuContainer .submenu-more .more-btn svg {
	transition: all 0.1s linear;
}

#adaptiveMenuContainer.open .submenu-more .more-btn svg {
	transform: rotate(-180deg);
}

.more-dropdown a {
    padding: 0.5rem 1.5rem 0.5rem 0;
    color: #000;
    text-decoration: none;
    display: block;
}

.navbar-nav .nav-link {
	white-space: nowrap;
}

.color-warning {
	color: ORANGE;
}

.add-company-progress .nav-link {
	color: #555;
	border-bottom: 2px solid transparent;
	font-size: 1.5rem;
}

.add-company-nav button[disabled] {
	filter: grayscale(100%);
}

.add-company-progress .nav-link.active {
	font-weight: bold;
	border-bottom: 2px solid #000;
	color: #000;
}

.color-open {
	color: GREEN;
}

.schedule_btn.btn-success img, .schedule_btn.btn-danger img {
	filter: brightness(0) invert(1);
}	

.color-close {
	color: RED;
}

.company-slide-img {
	max-width: 100%;
	height: auto;
}

.company_nav {
	border-bottom: 2px solid #000;
}

#accordionCompanyFilter .nav-link {
	color: #000;
}

#accordionCompanyFilter .nav-link.bg-light.active {
	background: #46c23d !important;
}

.com-cat-img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	object-fit: cover;
	box-shadow: 0 0 3px #ccc;
}

.company_nav .nav-link {
	border-radius: 8px 8px 0 0;
	background: #d9d9d9;
	box-shadow: inset 0 0 4px #999;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	color: #000;
}

.navbar-shop .navbar-nav .dropdown-menu {
	position: absolute;
	min-width: 100%;
}

.company-logo {
	width: 140px;
	height: 140px;
	object-fit: contain;
}

.company-project {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

.company-logo-parent {
	border-radius: 100%;
	box-shadow: 0 0 4px #ccc;
	overflow: hidden;	
	padding: 10px;
	width: 160px;
	min-width: 160px;
}

.company-project-parent {
	overflow: hidden;	
	padding: 0;
	width: 200px;
	min-width: 200px;
	background: rgba(0,0,0,.125);
}

.company_sidebar h2, .company_sidebar .h2 {
	font-size: 1.25rem;
    font-weight: bold;	
	position: relative;
	padding-left: 1.5rem;
}

.company_sidebar h2:before, .company_sidebar .h2:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.25rem;
	width: 1rem;
	height: 1rem;
	background: #000;
}

.search-box{
	display: none;
	background: #ECECEC;
	padding: 20px 0;
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 99;
}

.google-auto-placed {
	max-width: 100%;
	overflow: hidden;
	margin-bottom: 1rem; 
}

.media > div {
	width: 100%;
	height: 100%;
}

figure.image {
	text-align: center;
}

.text-decoration-underline {
	text-decoration: underline;
}

.text-decoration-underline:hover {	
	text-decoration: none;
}

.max-600 {
	max-width: 600px;
}

.max-120-px {
	width: 100%;
	max-width: 120px;
	height: auto;
}

.max-90-px {
	width: 100%;
	max-width: 90px;
	height: auto;
}

figure.image img {
	max-width: 100%;
	height: auto;
}

.navbar-shop{
	background: #fff;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	padding: 0;
	width: 100%;
	z-index: 2;
}

.bg-gray{
	background: #ECECEC;
}

.navbar-shop, .navbar-shop a{
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	font-size: 0.96rem;
}

.pagination {
	justify-content: center;
	flex-wrap: wrap;
}

.header-logo {
	height: 76px;
	width: 76px;
	object-fit: contain;
}

.navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><path d='M443.6,387.1L312.4,255.4l131.5-130c5.4-5.4,5.4-14.2,0-19.6l-37.4-37.6c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4  L256,197.8L124.9,68.3c-2.6-2.6-6.1-4-9.8-4c-3.7,0-7.2,1.5-9.8,4L68,105.9c-5.4,5.4-5.4,14.2,0,19.6l131.5,130L68.4,387.1  c-2.6,2.6-4.1,6.1-4.1,9.8c0,3.7,1.4,7.2,4.1,9.8l37.4,37.6c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1L256,313.1l130.7,131.1  c2.7,2.7,6.2,4.1,9.8,4.1c3.5,0,7.1-1.3,9.8-4.1l37.4-37.6c2.6-2.6,4.1-6.1,4.1-9.8C447.7,393.2,446.2,389.7,443.6,387.1z'/></svg>");
}

.navbar-toggler {
	box-shadow: none !important;
	outline: none !important;
	border: none !important;
}

.navbar-toggler {
	font-size: 0.75rem;
}

.navbar-shop a{
	min-height: 30px;
	line-height: 30px;
}

.clear{
	clear: both;
	width: 100%;
}

.sidebar_item a{
	line-height: 22px;
	color: #000;
	text-decoration: none;
}

.sidebar_item.bold a{
	font-weight: 600;
}

.sidebar_item a:hover, .sidebar_item a:active, .sidebar_item a:focus{
	text-decoration: underline;
}

.exclusive-post{
	background: #ff0303;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #FFFFFF;
	display: inline-block;
	padding: 6px;
	margin-bottom: 4px;
}

.time{
	font-style: normal;
	font-weight: 600;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #555;
	margin-right: 7px;
}

.sidebar_item h3{
	font-size: 1.25rem;
	font-weight: 600;
	color: #555;	
	border-bottom: 2px solid #E5E5E5;
}

.clear_60{
	width: 100%;
	clear: both;
	height: 60px;
}

.sidebar{
	width: 100%;
	height: calc(100vh - 50px);
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 20px;
	z-index: 4;
	top: 42px;
}

.sidebar-preloader{
	width: 100%;
	height: 50px;
	background: url('../img/loader_2.gif') no-repeat center;
	background-size: 30px 30px;		
	display: none;
}

.in_progress .sidebar-preloader {
	dispalay: block;
}

.sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

.sidebar::-webkit-scrollbar
{
	width: 6px;
	background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb
{
	background-color: #000;
}

.clear_30{
	width: 100%;
	clear: both;
	height: 30px;
}

.clear_40{
	width: 100%;
	clear: both;
	height: 40px;
}

.clear_35{
	width: 100%;
	clear: both;
	height: 35px;	
}

.clear_10{
	width: 100%;
	clear: both;
	height: 10px;	
}

.home-swiper-pagination {
	min-height: 8px;
}

.sidebar-swiper-nav {
	position: absolute;
	right: 0;
	top: -3px;
}

.material_1.right_divider{
	position: relative;
	min-height: 561px;
}

.material_1.right_divider:after{
	content: '';
	left: calc(100% + 14px);
	top: 0;
	width: 1px;
	height: 100%;
	border-right: 1px dashed #E5E5E5;
	position: absolute;
}

.material_1 a > img{
	width: 100%;
	height: auto;
}

.material_1 a{
	font-weight: 600;
	font-size: 1.25rem;
	color: #000;
	text-decoration: none;
	display: inline-block;
}

.material_1.big a{
	font-size: 1.25rem;
}

.material_1 a:hover, .material_1 a:active, .material_1 a:focus{
	text-decoration: underline;
}

.material_1_divider{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #e5e5e5;
}

.material_2, .material_2:hover, .material_2:active, .material_2:focus{
	text-decoration: none;
}

.material_2{
	display: block;
	border: 1px solid #e5e5e5;
	position: relative;
}

.material_2.gray{
	background: #e5e5e5;
}

.material_2 h2{
	font-style: normal;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 23px;
	color: #000;	
}

.material_2 a{
	color: #000;	
}

a.material_2:hover h2, a.material_2:active h2, a.material_2:focus h2{
	color: #414141;	
}

a.material_2:hover h3, a.material_2:active h3, a.material_2:focus h3{
	color: #414141;
}

.material_2 p{
	color: #000;	
}

.material_2 p strong{
	color: #000;
	font-weight: 600;	
}

.meta{
	display: inline-block;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #555;
}

.meta a{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #555;
	text-decoration: none;	
	border-bottom: none;
}

.meta a:hover, .meta a:active, .meta a:focus{
	text-decoration: underline;
	border-bottom: none;
	color: #555;
}

.material_2_bottom{
	position: absolute;
	left: 0;
	bottom: 20px;
	left: 30px;
	width: calc(100% - 60px);
}

.spec_box{
	background: #F7F7F7;
	padding: 30px;
}

.spec_box.white{
	background: #fff;
	padding: 0;	
}

.spec_box h2{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000000;	
	border-bottom: 1px solid #000;
	font-weight: bold;
}

.spec_box_line{
	width: 100%;
	height: 1px;
	background: #000;
}

.spec_box_title{
	display: inline-block;
	font-weight: 600;
	font-size: 1.25rem;
	color: #000000;	
	max-width: 70%;
}

.spec_box_title:hover, .spec_box_title:active, .spec_box_title:focus{
	color: #414141;
}

.clear_50{
	width: 100%;
	clear: both;
	height: 50px;
}

.spec_box_more{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #A0A0A0;	
}

.spec_box_more:hover, .spec_box_more:active, .spec_box_more:focus{
	text-decoration: none;
	color: #414141;
}

.clear_20{
	clear: both;
	width: 100%;
	height: 20px;
}

.ideas_item, .ideas_item a{
	text-decoration: none;
	color: #000;
}

.ideas_item a:hover, .ideas_item a:active, .ideas_item a:focus{
	color: #414141;
	text-decoration: none;
	cursor: pointer;
}

.ideas_item{
	display: block;
	width: calc(100% - 1px);
	border-right: 1px dashed #E5E5E5;
	min-height: 350px;
}

.ideas_item a{
	display: inline-block;
}

.page-social-bottom a img{
	display: inline-bloock;
	vertical-align: middle;
}

.page-social-bottom a{
	text-decoration: none !important;
	border-bottom: none !important;
}

.page-social-bottom a:hover, .page-social-bottom a:active, .page-social-bottom a:focus{
	text-decoration: none;
	border-bottom: none !important;
}

.grid_item, .grid_item:hover, .grid_item:active, .grid_item:focus{
	text-decoration: none;
}

.grid_item{
	display: block;
	position: relative;
	min-height: 260px;
}

.grid_item > img{
	width: 100%;
	height: auto;
}

.grid_item:hover > p, .grid_item:active > p, .grid_item:focus > p{
	color: #414141;
	text-decoration: none;
}

.grid_item > p {
	color: #000000;
	font-weight: 600;
}

.grid_item .exclusive-post{
    left: 0;
	top: 90px;
    position: absolute;
}

.black_link{
	font-weight: 600;
	color: #000;
	text-decoration: none;
}

.black_link:hover, .black_link:active, .black_link:focus{
	color: #414141;
	text-decoration: none;
}

.video_item{
	position: relative;
}

.video_item:before{
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url('../img/play.svg') no-repeat center;
	background-size: contain;
}

.material_2 h3{
	font-weight: 600;
	color: #000;	
}

.navbar .nav-link-search{
	cursor: pointer;
}

strong{
	font-weight: 600 !important;
}

.navbar .current .nav-link, .navbar .nav-link:hover, .navbar .nav-link:active, .navbar .nav-link:focus, .navbar .nav-link.active{
	text-decoration: none;
	background: #ECECEC;
}

.front-news-right{
	background: #ECECEC;
}

.navbar .nav-link.navbar-brand:hover, .navbar .nav-link.navbar-brand:active, .navbar .nav-link.navbar-brand:focus{
	background: transparent;
	outline: none;
}

.text-strong {
	font-weight: bold;
}

.navbar .nav-link.navbar-brand{
	color: #ff0303;
	font-size: 1.25rem;
}

.nav-link-social img, .nav-link-social svg{
	filter: brightness(0%);
	width: 18px;
	height: 18px;
}

.autoheight{
	min-height: auto !important;
}

article p a{
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #ff0303;
}

article .image figcaption {
	width: 526px;
    max-width: 100%;
    background: #E5E5E5;
	color: #555;
	font-size: 0.75rem;
	margin: 0 auto;
}

.image_figcaption {
    background: #E5E5E5;
	color: #555;
	font-size: 0.75rem;	
}

article a {
	color: #000;
	text-decoration: underline;
}

article a > span {
	color: #000 !important;
}

article a:hover, article a:active, article a:focus{
	text-decoration: none;
	color: #ff0303;
	border-bottom: 1px solid #ff0303; 
}

article img{
	max-width: 100%;
	height: auto;
}

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

.category-photos-title{
	display: inline-block;
	font-size: 1.5rem;
	color: #000;
	font-weight: 600;
}

a.category-photos-title{
	cursor: pointer;
}

.w-82 {
	width: 82px;
	height: auto;
}

a.category-photos-title:hover, a.category-photos-title:active, a.category-photos-title:focus{
	text-decoration: none;
	color: #414141;
}

.category-title{
    font-size: 1.25rem;
    color: #000000;
	font-weight: bold;
}

.article-share-box a{
	display: block;
	vertical-align: middle;
	border-bottom: none;
	text-decoration: none;
	width: 100%;
	background: #F0F0F0;
	text-align: center;
}

.article-share-box a:hover, .article-share-box a:active, .article-share-box a:focus{
	opacity: 0.7;
	border-bottom: none;
	text-decoration: none;
}

.breadcrumb{
	background: 0;
	border-radius: 0;
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000;	
}

.breadcrumb a{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000;	
	font-weight: 600;
}

.breadcrumb-line{
	width: 100%;
	height: 0;
	border-bottom: 1px solid #E5E5E5;
}

.single-h1{
	font-weight: 600;
	font-size: 2rem;
	color: #000;
	position: relative;
}

.lead p{
	font-weight: 600;
	color: #000;	
}

.cat_section .text-center .category-photos-title{
	max-width: 50%;
}

.category-photos-title.on-front{
	max-width: 70%;
}

article p, article{
	color: #000;	
}

article .wp-caption{
	text-align: center;
	max-width: 600px;
	position: relative;
}

article .wp-caption > img{
	max-width: 100%;
	height: auto;
}

article .wp-caption-text{
	font-size: 0.75rem;
	line-height: 0.75rem;
	color: #000;
	font-style: italic;
	width: 100%;
}

article ul, article ol{
	list-style-position: inside;
	padding-left: 0;
   -webkit-margin-before: 1em;
   -webkit-margin-after: 1em;
   -webkit-margin-start: 0px;
   -webkit-margin-end: 0px;
   -webkit-padding-start: 0;	
}

.clear_25{
	clear: both;
	height: 27px;
}

.subscribe-form, .subscribe-form *{
	font-size: 0.75rem;
}

.subscribe-form label{
	font-weight: 600;
	font-size: 0.75rem;
	color: #000000;	
}

.read-more-box{
	background: #F7F7F7;
	border-left: 2px solid #ff0303;
}

.read-more-box a{
	color: #000000;
	font-size: 0.75rem;
	text-decoration: none;
	border-bottom: none;
}

.read-more-box a:hover, .read-more-box a:active, .read-more-box a:focus{
	color: #414141;
	text-decoration: none;
	border-bottom: none;
}

.read-more-box p strong{
	font-weight: 600;
	font-size: 0.75rem;
}

article iframe, .videobox iframe{
	display: block;
	width: 100%;
}

.lslide > img{
	width: 100%;
	height: auto;
}

.lSPager li{
	border-radius: 0 !important;
	opacity: 0.5;
}

.lSPager li.active{
	opacity: 1;
}

.post-gallery-prev, .post-gallery-next{
	opacity: 0.6;
	position: absolute;
	bottom: 11.5%;
	cursor: pointer;
	width: 24px !important;
	height: 24px !important;
}

.post-gallery-prev:hover, .post-gallery-next:hover{
	opacity: 1;
}

.post-gallery-prev{
	left: 10px;
}

.post-gallery-next{
	right: 10px;
}

.lSAction>.lSPrev, .post-gallery-prev{
	width: 40px;
	height: 40px;
	background: url('../img/article_slide_left.svg') no-repeat center;
	background-size: contain;
}

.lSAction>a{
	top: 49%;
}

.lSAction>.lSNext, .post-gallery-next{
	width: 40px;
	height: 40px;
	background: url('../img/article_slide_right.svg') no-repeat center;
	background-size: contain;	
}

.company-swiper-prev, .company-swiper-next {
	cursor: pointer;
}

.company-map-code iframe {
	width: 100%;
}

article blockquote {
	background: #F7F7F7;
	padding: 2rem 2rem 0.75rem 2rem;
	position: relative;
	font-style: italic;
	font-size: 1.25rem;
	line-height: 1.75rem;
	border-left: solid 0.25rem #000;
}

.projects-slide {
	position: relative;
	border: 1px solid #fff !important;
}

.mini_white_line {
	width: 200px;
	height: 0;
	border-bottom: 2px solid #fff;
	max-width: 100%;
}

.projects-slide:before {
	content: '';
	z-index: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	left: 0;
	top: 0;
	backdrop-filter: blur(3px); 
	-webkit-backdrop-filter: blur(3px); 
}

.projects-slide > a {
	position: relative;
	z-index: 1;
	color: #fff;
}

article blockquote:before {
	content: '“';
	position: absolute;
	right: 50%;
	top: -2.5rem;
	font-size: 10rem;
	line-height: 1;
	color: #000;
}

article .aligncenter{
	text-align:center;
}

article h2{
	font-weight: 600;
	font-size: 1.5rem;
	color: #000;	
}

article h3, article h4, article h5, article h6{
	font-weight: 600;
	font-size: 1.5rem;
	color: #000;	
}

.search-box-close{
	cursor: pointer;
}

.search-box-form .search-input{
	width: calc(100% - 35px);
	border: none;
	font-size: 0.75rem;
	color: #000;	
	background: #ECECEC;
	outline: none;
	display: inline-block;
	vertical-align: middle;	
}

.search-box-form img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
}

.search-page-form-line {
	width: 100%;
	height: 0;
	border-bottom: 1px solid #000;
}

.search-page-form img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: auto;
}

.search-page-form .search-input{
	width: calc(100% - 35px);
	border: none;
	font-size: 0.75rem;
	color: #000;	
	background: transparent;
	outline: none;
	display: inline-block;
	vertical-align: middle;	
}

.date-picker .input-group-addon{
	padding: 7px;
	border-top: 1px solid #ced4da;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	text-align: center;
	cursor: pointer;
	border-radius: 0 4px 4px 0;
}

.movies-row > .col-lg-6:nth-child(odd){
	border-right: 1px dashed #E5E5E5;
}

.cat_partners .text-right img{
	max-width: 208px;
}

.pubished-on, .pubished-on a{
	font-size: 0.75rem;
	text-decoration: none;
	color: #000000;	
}

.pubished-on a:hover, .pubished-on a:active, .pubished-on a:focus{
	color: #414141;
	text-decoration: none;
}

.post-gallery{
	position: relative;
}

.author-name-ideas{
	font-size: 0.75rem;
	line-height: 0.75rem;
	font-weight: 400 !important;	
}

.img-whitescale {
	filter: brightness(0) invert(1);
}

.company_stars {
	cursor: pointer;
	margin-bottom: 3px;
}

.company_stars > img {
	opacity: 0.5;
	filter: brightness(0);
}

.company_stars > img.active {
	opacity: 1;
	filter: none;	
}

article h1, 
article h2, 
article h3, 
article h4, 
article h5, 
article h6, 
article h7 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

article > h1:first-child,
article > h2:first-child,
article > h3:first-child,
article > h4:first-child,
article > h5:first-child,
article > h6:first-child,
article > h7:first-child {
	margin-top: 0;
}

.section_companies_promo {
	background: url('../img/bg_companies_promo.webp?ver=3') no-repeat center;
	background-size: cover;
	position: relative;
}

.section_companies_promo:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, 0.75);
}

.section_companies_promo .container {
	position: relative;
	z-index: 1;
}

.section-add-company-start {
	background: url('../img/bg_companies_promo.webp?ver=3') no-repeat center;
	background-size: cover;
	position: relative;
}

.section-add-company-start:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, 0.75);
}

.section-add-company-start .container {
	position: relative;
	z-index: 1;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1280px;
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 1300px) {
	.navbar-brand {
		margin-right: 0
	}
}

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

	#navbarSupportedContent {
		padding: 0 !important;
		position: fixed;
		left: 0;
		top: var(--header-height);
		width: 100%;
		height: calc(100vh - var(--header-height));
		z-index: 999;
		transition: none;
		background: #fff;
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;		
	}
	
	#navbarSupportedContent.show {
		opacity: 1;
		pointer-events: auto;
	}	
	
	#navbarSupportedContent .gap-minimal {
		gap: 0.5rem;
	}
		
	#navbarSupportedContent .container {
		padding: 1rem !important;
		margin: 0 !important;
		box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
		overflow-x: hidden;
		overflow-y: auto;		
		width: 100%;
		max-width: 100%;
		height: calc(100vh - var(--header-height));
		position: relative;
		transform: translateX(-100%);
		transition: transform 0.4s ease;		
	}
	
	#navbarSupportedContent.show .container {
		transform: translateX(0);
	}

	#navbarSupportedContent.closing .container {
		transform: translateX(-100%);
	}
	#navbarSupportedContent.closing {
		opacity: 0;
		pointer-events: none;
	}	
	
	#navbarSupportedContent .navbar-nav .nav-link {
		padding: 1rem 1.25rem !important;
	}

	#navbarSupportedContent .navbar-nav .nav-item {
		width: 100%;
	}	
	
	.navbar>.container, .navbar>.container-fluid {
		flex-wrap: nowrap;
	}		
	
	.submenu-item {
		padding: 0.5rem 3rem 0.5rem 0;
	}
	
}

@media screen and (max-width: 1100px) {
	.header-logo {
		height: 58px;
		width: 58px;
	}
}

@media screen and (max-width: 991.98px) {	
	.submenu-item {
		padding: 0.5rem 2rem 0.5rem 0;
	}
	.category-photos-title, article h1, .lead p, .subscribe-form label, .read-more-box p strong, article h2, article h3, article h4, article h5, article h6, .sidebar_item.bold a, .time, .sidebar_item h3, .material_2 h2, .spec_box h2, .spec_box_title, .grid_item > p, .black_link, strong{
		font-weight: bold;
	}
	.page-author-ava{
		max-width: 92px;
		height: auto;
	}
	.material_1.big p{
		max-width: 100%;
	}
	.lead p{
		font-weight: normal;
	}
	article h2, article h3, article h4, article h5, article h6{
		font-size: 1.25rem;
		margin: 20px 0 20px 0;
	}
	.material_2_bottom{
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
	}
	.material_2.nopadding{
		padding: 15px 15px 5px 15px;
	}
	.cat_section .meta{
		margin: 5px 0 10px 0;
	}
	.material_1.big p{
		text-align: left;
	}
	.ideas_item, .material_1.right_divider, .grid_item {
		min-height: auto;
	}
	.movies-row > .col-lg-6:nth-child(odd){
		border-right: none;
	}
	.lSAction>.lSPrev, .lSAction>.lSNext{
		top: 37%;
	}
	.cat_section .lSAction>.lSPrev, .cat_section .lSAction>.lSNext{
		top: 47%;
	}
	.sidebar{
		height: auto;
		overflow-x: hidden;
		overflow-y: visible;
		position: relative;
		top: auto;
		padding-right: 0;
	}
	#navbarSupportedContent-2{
		width:100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}	
	#navbarSupportedContent .navbar-brand{
		margin-right: 15px;
	}
	article, .cat_section{
		min-height: auto;
		padding-left: 0;
	}	
	.nav-link.navbar-brand{
		margin-left: 15px !important;
		padding-right: 0 !important;
	}
	article .wp-caption{
		padding: 15px 0 0 0;
	}
	article .wp-caption{
		margin-bottom: 20px;
	}
	article iframe{
		height: 440px;
	}
	.material_1.big a{
		text-align: left;
	}
	.cat_section .text-center .category-photos-title, .category-photos-title.on-front{
		max-width: 100%;
	}	
	.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid{
		padding-left: 15px;
		padding-right: 15px;
	}	
	.nav-link.navbar-brand{
		margin-left: 0 !important;	
	}	
}

@media screen and (max-width: 768px) {
	.material_2{
		min-height: auto;
	}
	article iframe{
		height: 340px;
	}		
	.post-gallery-prev, .post-gallery-next{
		display: none;
	}	
	.navbar-shop a{
		min-height: auto;
		line-height: 100%;
	}
}

@media screen and (max-width: 620px) {
	article .wp-caption img{
		width: 100%;
	}	
	article .wp-caption{
		text-align: left;
	}
	.company-logo {
		width: 90px;
		height: 90px;
	}
	.company-logo-parent {
		width: 110px;
		min-width: 110px;
		height: 110px;		
	}
}

@media screen and (max-width: 420px) {	
	.page-social-bottom strong{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}	
	article iframe{
		height: 260px;
	}		
	.single-h1 {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 320px) {
	.article-share-box img{
		width: 20px;
		height: auto;
	}
	.nav-link-social{
		display: none;
	}	
}