

/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/style.css?174314806917013*/
.plastdelo {
  width: 100%;
  height: 700px;
  position: relative;
  pading: 25px;
}

.plastdelo__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  z-index: 2;
}

.plastdelo__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.plastdelo__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(40.21%, rgba(0, 0, 0, 0.2)), color-stop(40.91%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 40.21%, rgba(0, 0, 0, 0.2) 40.91%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 40.21%, rgba(0, 0, 0, 0.2) 40.91%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9));
}

.plastdelo__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plastdelo__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-left: 50px;
}

.plastdelo__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 73px;
  color: white;
  margin-bottom: 70px;
  text-transform: uppercase;
  padding-left: 5%;
}

.plastdelo__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  max-width: 660px;
  margin-bottom: 60px;
  color: white;
  padding-left: 5%;
}

.plastdelo__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

@media (max-width: 576px) {
  .plastdelo {
    height: 100vh;
  }

  .plastdelo__video {
    height: 100vh;
  }

  .plastdelo__title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }

  .plastdelo__subtitle {
    font-size: 18px;
  }

  .plastdelo__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .plastdelo__bg {
    opacity: 0.9;
  }
}

@media (max-width: 412px) {
  .plastdelo__title {
    font-size: 34px;
    line-height: 130%;
    margin-bottom: 20px;
  }

  .plastdelo__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .plastdelo__btn-call,
  .plastdelo__btn-vacant {
    font-size: 16px;
  }
}

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

  .plastdelo__subtitle {
    font-size: 15px;
  }
}

.history {
  background-color: #f5f3ee;
  padding: 1px 0;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}

.history__container {
  max-width: 1200px;
  margin: 0 auto;
}

.history::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/top-right-line.svg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.history__title {
  font-family: "Magistral";
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 60px;
  padding-left: 50px;
}

.history__inner {
  color: black;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 20;
  gap: 150px;
  margin: 0 auto;
  max-width: 1100px;
}

.history__acc {
  max-width: 450px;
  border-bottom: 1px solid #006c5b;
  margin-bottom: 30px;
  padding-bottom: 10px;
  cursor: pointer;
}

.history__question {
  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;
  max-width: 400px;
  margin: 0 auto;
}

.history__question h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

.history__question svg {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.history__answer {
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 20px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1.2s ease;
  -o-transition: max-height 1.2s ease;
  transition: max-height 1.2s ease;
}

.history__answer p:first-child {
  padding-top: 20px;
}

.history__answer p:not(:last-child) {
  margin-bottom: 15px;
}

.history__acc.active .history__answer {
  max-height: max-content;
  margin: 0 auto;
  -webkit-animation: fade 1s ease-in-out;
  animation: fade 1s ease-in-out;
  -webkit-transition: max-height 1.2s ease;
  -o-transition: max-height 1.2s ease;
  transition: max-height 1.2s ease;
}

.history__acc .history__question svg {
  -webkit-transform: rotate(1800deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.history__acc.active .history__question svg {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1441px) {
  .history {
    padding-top: 20px;
  }
}

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

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

@media (max-width: 650px) {
  .history__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

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

  .history__title {
    font-size: 34px;
  }

  .history__question h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .history__acc {
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .history__answer {
    padding-left: 10px;
    padding-bottom: 10px;
  }

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

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

.video {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.video::before {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/dots.svg") no-repeat;
  position: absolute;
  left: 200px;
  top: 50px;
  z-index: 4;
}

.video::after {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/dots.svg") no-repeat;
  position: absolute;
  bottom: 100px;
  right: 150px;
  z-index: 4;
}

.video__ellipse1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.video__ellipse2 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.video__content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 16px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 16px rgba(255, 255, 255, 0.25);
}

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

@media (max-width: 992px) {
  .video {
    padding: 50px 0;
    min-height: auto;
  }

  .video::before,
  .video::after {
    display: none;
  }
}

.result {
  background-color: white;
  color: black;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.result::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/right-top-line.svg") no-repeat;
  position: absolute;
  top: -80px;
  right: -80px;
  z-index: 4;
}

.result::after {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/dots.svg") no-repeat;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.result__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  color: black;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.result__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  position: relative;
  z-index: 10;
}

.result__info {
  max-width: 575px;
  height: 100%;
}

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

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

.result__btn {
  margin-top: 50px;
  color: #006c5b;
  border-color: #006c5b;
}

.result__img {
  border-radius: 8px;
  overflow: hidden;
}

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

  .result__info {
    max-width: 100%;
  }

  .result__img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 400px;
  }

  .result__img img {
    width: 100%;
    height: 100%;
  }

  .result {
    padding: 50px 0;
  }

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

  .result::after {
    display: none;
  }
}

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

  .result__title {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .result__img {
    height: 200px;
  }

  .result__inner {
    gap: 20px;
  }

  .result__text {
    font-size: 16px;
    line-height: 24px;
  }

  .result__btn {
    font-size: 16px;
    margin-top: 20px;
  }

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

@media (max-width: 412px) {
  .result__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .result__text {
    font-size: 15px;
    line-height: 24px;
  }
}

.adv {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.adv .elipse3 {
  position: absolute;
  top: 0;
  left: 0;
}

.adv .elipse4 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.adv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/left-bottom-line2.svg") no-repeat;
  position: absolute;
  left: 0;
  bottom: -500px;
  z-index: 3;
}

.adv::after {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/dots.svg") no-repeat;
  position: absolute;
  right: 100px;
  top: 50px;
  z-index: 3;
}

.adv__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 50px;
  max-width: 600px;
}

.adv__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 25px;
  margin-bottom: 60px;
  position: relative;
  z-index: 20;
}

.adv__info {
  max-width: 500px;
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.adv__list-item {
  padding-left: 50px;
  position: relative;
}

.adv__list-item::before {
  content: "";
  width: 28px;
  height: 24px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/check.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}

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

.adv__img {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.adv__img img {
  width: 100%;
  height: 100%;
}

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

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

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

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

  .adv__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .adv__img {
    height: 350px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .adv::before,
  .adv::after {
    display: none;
  }

  .adv__info {
    max-width: 100%;
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
}

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

  .adv__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .adv__img {
    height: 250px;
  }

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

  .adv__list-item {
    font-size: 16px;
    padding-left: 35px;
  }

  .adv__list-item::before {
    font: 17px;
    height: 15px;
    top: 6px;
  }

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

@media (max-width: 412px) {
  .adv__list-item {
    font-size: 15px;
    line-height: 140%;
    padding-left: 25px;
  }

  .adv__title {
    font-size: 27px;
  }
}

.our {
  padding: 100px 0;
  background-color: white;
}

.our__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}

.our__inner {
  position: relative;
  z-index: 20;
}

.our__inner::before {
  content: "";
  width: 182px;
  height: 400px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/dots.svg") no-repeat;
  position: absolute;
  bottom: -150px;
  left: 0;
  z-index: 10;
}

.our__inner::after {
  content: "";
  width: 182px;
  height: 400px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/dots.svg") no-repeat;
  position: absolute;
  right: 0;
  top: -150px;
  z-index: 10;
}

.our__swiper {
  max-width: 1050px;
  margin: 0 auto;
  padding: 30px 15px;
  margin-bottom: 40px;
  position: relative;
  z-index: 20;
}

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

.our__cta button {
  color: #006c5b;
  border-color: #006c5b;
}

.our__swiper .swiper-slide {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
}

.swiper-our-prev {
  width: 26px;
  height: 26px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/acc-arrow.svg") no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -ms-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  left: 10px;
  z-index: 20;
  cursor: pointer;
}

.swiper-our-next {
  width: 26px;
  height: 26px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/about-full/../img/acc-arrow.svg") no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  -ms-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  right: 10px;
  z-index: 20;
  cursor: pointer;
}

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

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

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

  .our__inner::before {
    display: none;
  }

  .our__inner::after {
    display: none;
  }

  .swiper-our-prev {
    top: 100%;
  }

  .swiper-our-next {
    top: 100%;
  }
}

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

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

  .our__title {
    font-size: 30px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our__container {
    padding-right: 0;
    padding-left: 0;
  }

  .swiper-our-prev {
    display: none;
  }

  .swiper-our-next {
    display: none;
  }

  .our__swiper {
    margin-bottom: 20px;
  }
}

/* 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/about-full/style.css?174314806917013 */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/brand/style.css?17431523791687 */
