/*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;  }*/

.logo {
  height: inherit;
}
/*#main .colored_theme_svg svg path, .colored_theme_svg, .fill-theme svg *, .fill-theme-svg, .fill-theme-use-svg svg {
	fill: #9e9e9e55555555;
	fill: #9e9e9e55555555;
}*/
.category__brands {
  padding-top: 30px;
  padding-bottom: 30px;
}

.brands-list__image-wrapper {
  max-width: 100%;
  height: 50px;
}

.main_pod_razdel {
  /* display: none; */
   padding: 5px 8px;
}

.sections-block__wrapper:hover .main_pod_razdel {
  display: block;
  /* position: absolute; */
  top: 86%;
  background-color: #fff;
 
  width: 100%;
  /* border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed; */
  border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  left: 0;
}
.sections-block__wrapper:hover {
  position: relative;
  /*  overflow: scroll; */
}
.main_pod_razdel a {
  font-size: 14px;
}
.company-item__heading {
  margin-bottom: 30px;
}

.company-image-type .company-item__right {
  order: 2;
}

.header__top-contacts {
  display: flex;
  align-items: center;
}
.header__top-worktime,
.header__top-email {
  margin-right: 20px;
  font-size: 0.875em;
  line-height: calc(1em + 4px);
  white-space: nowrap;
}
@media (max-width: 600px) {
  .banners-big--adaptive-1 .banners-big__depend-height {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .banners-big--adaptive-1 .banners-big__depend-height {
    height: 200px;
  }
  .banners-big--adaptive-1 .banners-big__title,
  .banners-big--adaptive-1 .banners-big__title h1,
  .banners-big--adaptive-3 .banners-big__title,
  .banners-big--adaptive-3 .banners-big__title h1 {
    font-size: 15px;
    line-height: 20px;
  }
}
.footer__phone a:hover,
.footer__email a:hover {
  text-decoration: underline;
}

.news-list {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
}

.news-list-item {
  margin-bottom: 30px;
}

.h3 {
  font-size: 1.5em;
  line-height: calc(1em + 10px);
  color: #222;
  margin: 30px 0 25px;
  font-family: var(--theme-font-title-family), Arial, sans-serif;
  font-weight: var(--theme-font-title-weight);
}
.strong {
  font-weight: bold;
}
.map-level-1 {
  margin-left: 20px;
}

.detail-image.detail-image--wide a img {
  max-height: 500px;
}

.phones .btn.btn-default:hover {
  color: #ff6565;
}
@media (min-width: 1400px) {
  .blog-list .grid-list--items-4-1200 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
 
}

@media (min-width: 1400px) {
  .tizers-list__items-wrapper.grid-list--items-2-601 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
  .tizers-list__items-wrapper.grid-list--items-2-601:nth-child(2) {
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 1050px;
    margin: 80px auto;
  }
  body .brands-list__items-wrapper.grid-list--items-6-1400 {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
