.section-cols__right-title, .section-category__title, .section-collection-block__head, .section-bottom-cols__advantages-title, .section-bottom-cols__text-title, h1, h2, h3, h4, h5, h6, .site-logo__name {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}
a[href^="tel:"] {
  cursor: pointer;
}
.site-main__inner a[href^="tel:"] {
  text-decoration: underline;
  color: #ed5b5b;
}
.site-main__inner a[href^="tel:"]:hover {
  text-decoration: none;
}
.site-phones__number:hover {
  color: #ed5b5b;
}
.site-phones__icon {
  top: 7px;
  margin-top: 0;
}
.em_i {
  position: relative;
}
.em_i:after {
  background: url(..//images/em_i.jpg) no-repeat top left;
  width: 26px;
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  left: -39px;
  top: 4px;
}
.site-counters {
  display: none;
}
.site-footer .contacts-bottom .site-address {
  margin-bottom: 11px;
}
.top_new {
  overflow: hidden;
}
.top_new a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}
.top_new a svg {
  margin-right: auto;
}
.top_new a .tit {
  margin-right: auto;
  padding-right: 30px;
}
.sand_article {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sand_article .g-article {
  flex: 0 1 calc(33.3% - 30px);
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.sand_article .g-article .g-article__image {
  margin-bottom: 32px;
  overflow: hidden;
  width: 100%;
}
.sand_article .g-article .g-article__image a img, .sand_article .g-article .g-article__image a svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  max-height: 270px;
}
.sand_article .g-article .g-article__name {
  font-size: 19.1px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0px;
  text-decoration: none;
}
.sand_article .g-article .g-article__body .g-article__text, .sand_article .g-article .g-article__body .g-article__date {
  color: #626262;
  font-size: 13px;
  margin-bottom: 20px;
}
.sand_article .g-article:hover .g-article__image img, .sand_article .g-article:hover .g-article__image svg {
  transform: scale(1.1);
}
@media (max-width: 960px) {
  .sand_article .g-article {
    flex: 0 1 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .sand_article .g-article {
    flex: 0 1 100%;
  }
}
.g-page-article2 .g-page-article__image2 a img {
  border: none;
}
.g-page-article2 .tags_in {
  border: none;
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 42px;
}
.g-page-article2 .tags_in .g-tags__item {
  background: none;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0;
}
.g-page-article2 .tags_in .g-tags__item:hover {
  color: #828282;
}
.g-tags2 {
  border: none;
  background: none;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
  padding: 0;
}
.g-tags2 .g-tags__item {
  background: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0;
}
.g-tags2 .g-tags__item:hover {
  color: #828282;
}
.g-pagination2 li.active-num span {
  background: #ed5b5b !important;
  border-color: #ed5b5b !important;
}
.contacts-bottom__top .site-phones {
  margin-bottom: 26px;
}
.site-footer .contacts-bottom__title {
  margin-bottom: 14px;
}
.contacts-bottom .site-social__title {
  color: #292929;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 14px;
}
.site-footer__left .site-logo__logo img {
  max-width: 230px;
}
