

/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/services_catalog/style.css?17431825862405*/
.service-catalog {
  max-width: 1200px;
  background-color: white;
  margin: 0 auto;
}

.service-catalog h1 {
  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;
}

.service-catalog:hover {
  color: #006c5b85;
}

.service-catalog-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

.service-catalog-item {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border-radius: 10px;
  overflow: hidden;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
}

.service-catalog-item::before {
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00000095, #00000010);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.service-catalog-item-text {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 992px) {

  .service-catalog {
    padding-top: 130px;
  }

  .service-catalog h1 {
    font-size: 40px;
    line-height: 120%;
  }

  .service-catalog-inner {
    gap: 20px;
    margin-top: 30px;
  }

  .service-catalog-item {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .service-catalog-inner {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {

  .service-catalog {
    padding-top: 100px;
  }

  .service-catalog h1 {
    font-size: 32px;
  }

  .service-catalog-item-text {
    font-size: 16px;
  }
}

.develop__video {
  grid-column: span 6;
}

.socials-wrapper.socials-wrapper-contact {
  margin-top: 16px;
}

.socials-wrapper {
  display: flex;
  gap: 15px;
}

.socials-wrapper a {
  display: inline-flex;
  align-items: center;
}

.socials-wrapper .whatsapp-link svg {
  max-width: 30px;
  height: auto;
}

.socials-wrapper .telegram-link svg {
  max-width: 32px;
  height: auto;
}

.service-page-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.service-page-cta.service-page-cta-product {
  margin-top: 20px;
}

@media (max-width: 576px) {
  .service-page-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* 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/services_catalog/style.css?17431825862405 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/brand/style.css?17431523791687 */
