

/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/products/style.css?17435284972134*/
.products {
  max-width: 1200px;
  margin: 0 auto;
}

.products__btns {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.section-title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}


.products__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.products__inner-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.products__item {
  min-height: 260px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border: 1px solid #00000066;
}

.products__item:hover>.products__overlay {
  opacity: 1;
}

.products__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products__overlay {
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 25px;
  background: rgba(61, 64, 64, 0.25);
  backdrop-filter: blur(10px);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products__overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(10px); /* Работает в Safari */
  z-index: -1;
}


.products__overlay p {
  color: #fff;
  font-size: x-large;
  font-family: 'Magistral';
  text-align: center;
}

@media (max-width: 767.98px) {

  .products__inner,
  .products__inner-2 {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }

  .products__inner {
    margin-top: 30px;
  }

  .products__inner-2 {
    margin-top: 20px;
  }
}

@media (max-width: 460px) {

  .products__inner,
  .products__inner-2 {
    gap: 10px;
  }

  .products__btns {
    max-width: 100%;
  }

  .products {
    padding-top: 30px;
  }

  .products h1 {
    font-size: 35px;
  }
}
/* End */


/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/brand/style.css?17431523791687*/
.brand {
  background-color: white;
  padding: 60px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.brand__container{
	padding-top: 50px;
}

.brand__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 100px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.brand__title:hover {
  color: #006c5b;
}

.brand__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.brand__item {
  -webkit-filter: grayscale(2);
  filter: grayscale(2);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.brand__item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

@media (max-width: 992px) {
  .brand {
    padding: 50px 0;
  }

  .brand__title {
    font-size: 40px;
    line-height: 120%;
  }
}

@media (max-width: 576px) {
  .brand {
    padding: 30px 0;
  }

  .brand__title {
    font-size: 34px;
    margin-bottom: 35px;
  }
}

@media (max-width: 412px) {
  .brand__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .brand__title {
    font-size: 30px;
  }
}

.brand__img img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.brand__img img:hover {
  filter: none;
}

/* End */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/products/style.css?17435284972134 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/brand/style.css?17431523791687 */
