

/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/main_banner/style.css?174231333676*/
.main-show__content
{
	max-width: 1100px;
	margin: 0 auto;
	height: 500px;
}
/* End */


/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/services/style.css?17435128263535*/
.service {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.service__inner {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
  position: relative;
  z-index: 20;
}

.service__info {
  max-width: 600px;
}

.service__title a {
  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__title a:hover {
  color: #006c5b;
}

.service__descr {
  font-size: 18px;
  line-height: 150%;
  opacity: 0.9;
}

.service__img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.25);

}

.service__img img {
 
}

.service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

.service__item {
  width: 100%;
  max-width: 300px;
  padding: 0 40px;
  text-align: center;
  position: relative;
}

.service__item:not(:last-child)::before {
  content: "";
  width: 2px;
  height: 70%;
  background-color: #006c5b;
  position: absolute;
  right: 0;
  top: 0;
}

.service__item-icon {
  margin: 0 auto;
  margin-bottom: 30px;
}

.service__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .service__title a {
    font-size: 40px;
    line-height: 120%;
  }

  .service__descr {
    font-size: 17px;
    line-height: 140%;
  }

  .service__info {
    max-width: 380px;
  }

  .service__item-text {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .service__inner {
    display: -ms-grid;
    display: flex;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 45px;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .service__info {
    max-width: 100%;
  }

  .service__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
  }

  .service__item:not(:last-child)::before {
    display: none;
  }

  .service__item {
    max-width: 80%;
  }
}

@media (max-width: 576px) {
  .service__title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .service__descr {
    font-size: 15px;
  }

  .service__item {
    max-width: 100%;
  }

  .service__item-text {
    font-size: 15px;
    line-height: 140%;
  }
}

@media (max-width: 412px) {
  .service__descr {
    font-size: 14px;
  }

  .service__item-text {
    font-size: 14px;
  }

  .service__title a {
    font-size: 30px;
  }

  .service {
    padding: 30px 0;
  }

  .service__items {
    margin-bottom: 50px;
  }

  .service__inner {
    gap: 25px;
  }

  .service__item-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 412px) {
  .service__descr {
    font-size: 13px;
  }

  .service__item-text {
    font-size: 13px;
  }
}

@media (max-width: 360px) {
  .service__descr {
    font-size: 12px;
  }

  .service__item-text {
    font-size: 12px;
  }
}
/* End */


/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/catalog/style.css?17435016164644*/
.catalog {
  background-color: #ffffff;
  padding: 0px 0 0px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  max-height: 800px
}

.catalog::before {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/catalog/../img/dots.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 100px;
}

.catalog__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;
}

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

.catalog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 200px;
  position: relative;
  z-index: 20;
}

.catalog__info {
  width: 100%;
  max-width: 520px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog__list {
  margin-bottom: 50px;
}

.catalog__list-item:not(:last-child) {
  margin-bottom: 30px;
}

.catalog__list-link {
  color: #006c5b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}

.catalog__list-link svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog__list-link::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #006c5b;
  position: absolute;
  left: -100%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog__list-link:hover.catalog__list-link::before {
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog__list-link:hover.catalog__list-link svg {
  fill: #006c5b;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.catalog__list-link span {
  font-size: 20px;
  line-height: 22px;
}

.catalog__list-link svg {
  fill: #006c5b;
}

.catalog__btn {
  color: #006c5b;
  border-color: #006c5b;
}

.catalog__img {
  max-width: 440px;
  max-height: 380px;
  overflow: hidden;
  border-radius: 8px;
}

.catalog__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#catalog-slider {
	width: 100%;
	height: 100%;
}


.catalog__swiper .swiper-slide {
  height: 100%;
}

.catalog__swiper .swiper-slide img {
  min-height: 440px;
}

@media (min-width: 1400px) {
  .catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1000px) {
  .catalog__info {
    max-width: 600px;
  }

.catalog__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 1px;
  position: relative;
  z-index: 20;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}

.catalog__img {
  max-width: 500px;
  max-height: 400px;
  overflow: hidden;
  border-radius: 8px;
}

  .catalog__list-link span {
    font-size: 15px;
  }

  .catalog__list-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .catalog {
    padding: 50px 0;
  }

  .catalog__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .catalog::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .catalog__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .catalog__list {
    margin-bottom: 30px;
  }
}

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

  .catalog__title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .catalog__info {
    max-width: 100%;
  }
}

@media (max-width: 412px) {
  .catalog__title {
    font-size: 30px;
  }

  .catalog__info {
    max-width: 100%;
  }

  .catalog__list-link span {
    font-size: 14px;
  }

  .catalog__list-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .catalog__list {
    margin-bottom: 20px;
  }

  .catalog__inner {
    gap: 20px;
  }
}

@media (max-width: 360px) {
  .catalog__list-link span {
    font-size: 13px;
  }
}

/* End */


/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/about/style.css?17435120692476*/
.about_previev {
  background-color: #FFF;
  padding: 50px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}


.about_previev__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;
}

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

.about_previev__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  position: relative;
  z-index: 20;
  position: relative;
}

.about_previev__inner::before {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about/../img/dots.svg") no-repeat;
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 1;
}

.about_previev__img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  z-index: 20;
}

.about_previev__img img {
  
}

.about_previev__info {
  max-width: 530px;
  font-size: 18px;
  line-height: 32px;
  color: #0a0a0a;
}

.about_previev__text:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 1400px) {
  .about_previev {

  }
}

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

  .about_previev__text {
    font-size: 16px;
    line-height: 140%;
  }

  .about_previev__text:not(:last-child) {
    margin-bottom: 10px;
  }

  .about_previev__info {
    max-width: 600px;
  }

  .about_previev__inner::before {
    display: none;
  }

  .about_previev__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .about_previev__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  position: relative;
  z-index: 20;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  }


}

@media (max-width: 576px) {
  .about_previev__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about_previev__info {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 412px) {
  .about_previev__text {
    font-size: 14px;
  }

  .about_previev__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  .about_previev__text {
    font-size: 13px;
  }

  .about_previev__title {
    font-size: 30px;
  }
}
/* End */


/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/equip/style.css?17435120313198*/
.equip {
  padding: 120px 0 100px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.equip::after {
  content: "";
  width: 100%;
  height: 450px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/equip/../img/left-bottom-line.svg") no-repeat;
  position: absolute;
  bottom: -100px;
  left: 0;
}

.equip__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;
}

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

.equip__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 20;
}

.equip__inner::before {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/equip/../img/dots.svg") no-repeat;
  position: absolute;
  right: -100px;
  top: -200px;
}

.equip__info {
  max-width: 480px;
}

.equip__text {
  font-size: 18px;
  line-height: 32px;
}

.equip__text:not(:last-child) {
  margin-bottom: 20px;
}

.equip__btn {
  margin-top: 35px;
  color: var(--color-green);
  border-color: var(--color-green);
}

.equip__img {
  overflow: hidden;
  border-radius: 8px;
  -webkit-filter: drop-shadow(0px 0px 23px rgba(255, 255, 255, 0.25));
  filter: drop-shadow(0px 0px 23px rgba(255, 255, 255, 0.25));
}

.equip__img img {
 
}

@media (min-width: 1441px) {
  .equip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

  .equip__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .equip__text {
    font-size: 16px;
    line-height: 140%;
  }

  .equip__info {
    max-width: 600px;
  }

  .equip__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 20;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-content: center;
}
}

@media (max-width: 767.98px) {
  .equip {
    padding: 30px 0 50px;
  }

  .equip__inner {
    display: -ms-grid;
    display: flex;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
  }

  .equip__inner::before {
    display: none;
  }

  .equip__title {
    font-size: 40px;
  }

  .equip__text {
    font-size: 15px;
    line-height: 140%;
  }

  .equip__info {
    max-width: 100%;
  }

  .equip__btn {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .equip__title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

@media (max-width: 412px) {
  .equip__text {
    font-size: 14px;
  }

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

@media (max-width: 360px) {
  .equip__text {
    font-size: 13px;
  }
}
/* End */


/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/numbers/style.css?17435011553775*/
.numbers {
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/numbers/../img/numbers-bg-img.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 70px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.numbers__gradient {
  background: -o-linear-gradient(346.38deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.801) 27.5%, rgba(0, 0, 0, 0.7209) 49.95%, rgba(0, 0, 0, 0.7387) 100%);
  background: linear-gradient(103.62deg, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.801) 27.5%, rgba(0, 0, 0, 0.7209) 49.95%, rgba(0, 0, 0, 0.7387) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.numbers__title {
  position: relative;
  z-index: 3;
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.numbers__inner {
  position: relative;
  z-index: 3;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  row-gap: 70px;
  margin: 0 auto;
  max-width: 1000px;
}

.numbers__item {
  max-width: 277px;
}

.numbers__num {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 57px;
  line-height: 130%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, from(#7DBA41), to(#FFFFFF));
  background: -o-linear-gradient(top, #7DBA41 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #006c5b 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 12px;
  border-bottom: 2px solid #006c5b;
  margin-bottom: 12px;
  text-align: center;
}

.numbers__descr {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: white;
  text-align: center;
}

.numbers__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 20;
}

.numbers__btn {
  color: var(--color-green);
  border-color: var(--color-green);
}

@media (min-width: 1400px) {
  .numbers {

  }
}

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

  .numbers__item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .numbers__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .numbers__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    margin-bottom: 50px;
  }

  .numbers__descr {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .numbers__title {
    font-size: 34px;
  }

  .numbers__inner {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(1, 1fr);
    row-gap: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .numbers__descr {
    font-size: 15px;
  }

  .numbers__num {
    font-size: 45px;
    line-height: 120%;
    padding-bottom: 0;
  }
}

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

  .numbers__title {
    font-size: 30px;
  }

  .numbers__descr {
    font-size: 14px;
  }
}

@media (max-width: 412px) {
  .numbers__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .numbers__item {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 360px) {
  .numbers__title {
    font-size: 25px;
  }

  .numbers__num {
    font-size: 35px;
  }

  .numbers__descr {
    font-size: 13px;
  }
}

/* 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/main_banner/style.css?174231333676 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/services/style.css?17435128263535 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/catalog/style.css?17435016164644 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/about/style.css?17435120692476 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/equip/style.css?17435120313198 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/numbers/style.css?17435011553775 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/brand/style.css?17431523791687 */
