.logo a img {
	max-width: none;
}
.banners-tizers__top-text {
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 10px;
}
.banners-big__item--light.banners-big__item--opacity::before {
	background: rgba(0, 0, 0, 0.5);
}
.mobileheader--color-colored {
	background-color: #8593bd44;
}

#main .mobileheader--color-dark .menu-light-icon-fill svg *, #main .mobileheader--color-colored .menu-light-icon-fill svg * {
	fill: #000;
}
.catalog-detail__previewtext .text-block {
	-webkit-line-clamp: none;
}
ul li::before {
	content: "";
	position: relative;
	left: 0px;
	top: 8px;
	background: #465b9c;
	width: 11px;
	height: 11px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	border-radius: 100%;
}
li::marker {
	font-size: 23px;
	color: #ccc;
}
ol {
  margin-left: 10px;
}
.big_gallery {
	margin-top: 100px !important;
}
.tizers-list__item-image-picture {
	filter: grayscale(30%);
}
.tizers-list__item-image-wrapper--PICTURES {
	border-radius: 0%;
}
.sections-list__item-image {
	background-size: contain;
}
.side-menu .submenu > li a {
	text-decoration: none;
	padding: 3px 22px 3px 20px;
}

.header__top-inner .header__top-item:first-child {
	width: 240px;
}
.banners-big__item .banners-big__img-wrapper .banners-big__img {
	width: 54%;
	max-height: 100%;
	position: absolute;
	bottom: auto;
	right: 55px;
	left: auto;
	top: 50px;
	background: #ffffff77;
	padding: 20px;
	z-index: 100;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-radius: 5px;
}
.fill-dark-light, .fill-dark-light path, .fill-dark-light-block path {
	fill: #bb5622;
}
#main .mobileheader--color-dark .menu-light-icon-fill svg *, #main .mobileheader--color-colored .menu-light-icon-fill svg * {
	fill: #bb5622;
}
.burger svg {
	width: 30px !important;
	height: 30px !important;
}

.header-menu__item--wide:nth-child(2) li:first-child {
	height: 50px;
	  width: 230px;
	  position: absolute;
	  bottom: 20px;
	  right: 20px;
	  padding: 15px;
	  display: flex;
	  justify-content: center;
		border-radius: var(--theme-border-radius);

	background-color: transparent;
	color: #9e9e9e;
	color: var(--fill_dark_light_white_hover);
	border: 1px solid;
	border-color: hsla( var(--dark_light-wtheme-hue), var(--dark_light-wtheme-saturation), var(--dark_light-wtheme-lightness), 0.35 );
}
.header-menu__wide-limiter {
	padding: 40px 40px 80px;
}
#main .disabled {
	display: none;
}
.about_company img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}
@media screen and (min-width: 992px)  {
	.catalog_page .sections-list__wrapper.grid-list__item:first-child {
		display: none;
	}
}
@media screen and (max-width: 1300px)  {

	.banners-big__item .banners-big__img-wrapper .banners-big__img {
		right: 10px;
	}
}
@media screen and (max-width: 991px)  {

	.banners-big__item .banners-big__img-wrapper .banners-big__img {
		display: none;
	}
}
@media screen and (max-width: 600px)  {

.logo a img {
	max-width: 160px;
}

}
@media (min-height: 601px) {
  .right-sidebar-wrapper {
    top: 60vh;
  }

}
