/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

/*.schedule-header-block {
	margin-right: 10px;
	font-size: 11px;
	line-height: 12px;
	color: #fff;
}
.header_fill_light .schedule-header-block {
	color: #333;
}

[data-ajax-load-block=HEADER_TOGGLE_SOCIAL] {
	display: none;
}*/

.bottom-menu--normal .wrap .title a:not(:hover) {
	color: #D4D4D4;
}

.dark-block-hover:before {
	display: none;
}

@media (max-width: 767px) {
	.banners-big--adaptive-3 .banners-big__img-wrapper, .banners-big--adaptive-3 .banners-big__text > :not(.banners-big__buttons), .banners-big--adaptive-3 .main-slider__item:not(.vvideo) .banners-big__buttons, .banners-big--adaptive-3 .main-slider__item:not(.started) .play.btn-video {
		display: block;
	}
	.banners-big__title.switcher-title.banners-big__title--middle {
		font-size: 16px;
		line-height: 21px;
	}
	.banners-big__text-wrapper--row .banners-big__text-block {
		width: 93%;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: 12px;
		margin-bottom: 1px;
		font-size: 13px;
		line-height: 15px;
	}
	.banners-big__buttons {
		margin-top: 8px;
	}
}

.sections-list__item--has-additional-text2 .sections-list__item-text-wrapper {
    opacity: 0;
    visibility: hidden;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 4px 4px 2px 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 0;
    max-height: 100%;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    width: 100%;
    z-index: 1;
}
.sections-list__item--has-additional-text2
  .sections-list__item-text-wrapper
  .sections-list__item-text-top-part:not(.mCustomScrollbar) {
    visibility: hidden;
}
.sections-list__item--has-additional-text2 .sections-list__item-text-top-part {
    overflow-y: auto;
    max-height: 100%;
}

.sections-list__item--has-bg:hover .sections-list__item-additional-text-wrapper {
	opacity: 1;
}

.grid-list--items-4 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}

.right-sidebar-wrapper {
	display: none!important;
}

[data-ajax-load-block=HEADER_TOGGLE_SLOGAN] {
	display: none!important;
}

.header-menu__wide-submenu {
	display: none!important;
}
.header-menu__dropdown-menu--grids {
	grid-gap: 10px;
}

.header-menu__dropdown-item--img-LEFT .header-menu__wide-item-wrapper {
	margin-top: 0;
	display: flex;
	align-items: center;
}
.header__top-item .phones__inner i.svg {
	display: none;
}
.header__top-item .phones__phones-wrapper {
	position: relative;
	left: -33px;
}

.header__top-part--height_46 {
	height: 80px;
}

.phones__inner {
	max-height: 22px;
}

.phones__inner .icon-block__icon {
	min-width: 8px;
}

.index-block__subtitle.index-block__subtitle--margined-f992 {
	display: none!important;
}

.CATALOG_SECTIONS .sections-list__item--big-padding {
	padding: 5px;
}
.CATALOG_SECTIONS .sections-list__item-text-top-part {
	height: 100%;
	display: flex;
	align-items: center;
}
.CATALOG_SECTIONS .sections-list__item-products-count {
	display: none;
}
.CATALOG_SECTIONS .arrow-all {
	display: none;
}

.CATALOG_TAB .index-block__part--center {
	display: none;
}

.header-menu__wide-limiter {
	max-height: 100%;
	overflow: visible;
}

.header-menu__item--wide .header-menu__dropdown-item--img-LEFT {
	flex-direction: row;
}

@media (max-width: 767px) {
	.CATALOG_SECTIONS .grid-list {
		flex-direction: column;
	}
	.CATALOG_SECTIONS .sections-list__item--big-padding {
		flex-direction: row;
	}
	.CATALOG_SECTIONS .mobile-scrolled--items-2 > div {
		width: 94%!important;
	}
	.sections-list--img-srl .sections-list__item-image-wrapper .sections-list__item-link {
		margin-bottom: 0;
	}
	.CATALOG_SECTIONS .sections-list__item-text-top-part {
		padding-left: 12px;
	}
	.ajax_load_btn-custom {
		margin: 20px auto;
		width: 100%;
	}
	.CATALOG_SECTIONS .mobile-scrolled {
		overflow: visible;
	}
}

/* header category grid  */
.header-menu__dropdown-menu--grids{
  display: block;
  column-count: 4;
  column-gap: 10px;
}

.header-menu__dropdown-menu--grids > li{
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px){
  .header-menu__dropdown-menu--grids{
    column-count: 3;
  }
}

@media screen and (max-width: 1100px){
  .header-menu__dropdown-menu--grids{
    column-count: 2;
  }
}

/* index category grid  */
.CATALOG_SECTIONS .grid-list {
  display: block;
  column-count: 4;
  column-gap: 10px;
}

.CATALOG_SECTIONS > .grid-list__item {
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 1400px){
  .CATALOG_SECTIONS .grid-list{
    column-count: 3;
  }
}

@media screen and (max-width: 1100px){
  .CATALOG_SECTIONS .grid-list{
    column-count: 2;
  }
}

@media screen and (max-width: 768px){
  .CATALOG_SECTIONS .grid-list{
    column-count: 1;
  }
}

.sections-list--img-srl
  .grid-list--items-3
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  .sections-list__item-link, .sections-list--img-srl
  .grid-list--items-3-wide
  .sections-list__item-image-wrapper:not(.sections-list__item-image-wrapper--ICONS)
  .sections-list__item-link {
    height: 45px;
    width: 45px;
    margin: 0 12px 0 0;
}

[name=aspro_allcorp3_question] [data-sid=EMAIL] {
	display: none;
}
[name=aspro_allcorp3_question] [data-sid=NEED_PRODUCT] {
	display: none;
}
[name=aspro_allcorp3_question] [data-sid=MESSAGE] {
	display: none;
}

[name=aspro_allcorp3_order_product] [data-sid=EMAIL] {
	display: none;
}
[name=aspro_allcorp3_order_product] [data-sid=MESSAGE] {
	display: none;
}

.download-file-button {
	margin-top: 24px;
}
.download-file-button a {
	max-width: 45%;
}
.download-file-button-description {
	margin-bottom: 12px;
	font-size: 13px;
}

.header__top-part--height_46 {
	height: 104px;
}

.footer__developer a {
	color: #333333!important;
}
.footer__developer a:hover {
	color: #333333!important;
}
.footer__developer a:visited {
	color: #333333!important;
}

.company-photo-block {
	margin: 10px 0 26px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.company-photo-block-item {

}
.company-photo-block-item img {
	max-width: 99%;
}

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

	.company-photo-block {
		margin: 10px 0 26px 0;
		display: flex;
		flex-direction: column;
	}
	.company-photo-block-item {
		margin-bottom: 6px;
	}
	.company-photo-block-item img {
		max-width: 100%;
	}

}

.requisite-block {
	margin: 10px 0;
}

.header__top-item:last-child {
	display: none;
}