

/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/production/style.css?17435350498762*/
.production {
  width: 100%;
  height: 700px;
  position: relative;
}

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

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

.production__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)));
  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.78), rgba(0, 0, 0, 0.78));
  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.78), rgba(0, 0, 0, 0.78));
}

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

.production__inner {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

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

.production__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  max-width: 660px;
  margin-bottom: 60px;
  color: #ffffffb5;
  padding-left: 5%;
}

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

@media (max-width: 576px) {
  .production {
;
  }

  .production__bg {
    padding-top: 50px;
  }

  .production__video {
;
  }

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

  .production__subtitle {
    font-size: 18px;
  }

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

  .production__bg {
    opacity: 0.9;
  }
}

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

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

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

  .tech__item-img img {
  display: block;
  max-height: fit-content;
  margin: 0px;
  }

}



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

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


.tech {
  padding: 25px 0;
  background-color: var(--light-bg);
  position: relative;
}

.tech::before {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/bitrix/templates/plastdelo/components/bitrix/news.list/production/../img/dots.svg") no-repeat;
  position: absolute;
  right: 50px;
  top: 150px;
  z-index: 1;
}

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

.tech__inner {
  position: relative;
}

.tech__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  overflow: hidden;
}

.tech__item-info {
  background-color: var(--color-white);
  color: var(--color-black);
  padding: 45px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tech__item-title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--color-dark);
  margin-bottom: 30px;
}

.tech__item-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}

.tech__list {
  margin-bottom: 30px;
  margin: -15px 0px 0px -38px;
  max-width: 500px;
}

.tech__list-row {
  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;
  gap: 15px;
}

.tech__list-row:not(:last-child) {
  margin-bottom: 0px;
}

.tech__list-value {
  font-weight: 600;
}

.tech__item-img {
  overflow: hidden;
  z-index: 2;
}

.tech__item-img img {

  display: block;
  max-height: fit-content;
  margin: 200px 0px 0px 0px;
}

.tech__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 100;
}

.swiper-slide {
 padding: 50px; 
}

.swiper-tech-prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  left: 0px;
}

.swiper-tech-prev svg {
  fill: var(--color-green);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-tech-prev:hover {
  border-color: var(--color-black);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-tech-prev:hover svg {
  fill: var(--color-green);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-tech-next {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  right: 0px;
}

.swiper-tech-next svg {
  fill: var(--color-green);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-tech-next:hover {
  border-color: var(--color-black);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-tech-next:hover svg {
  fill: var(--color-green);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 1441px) {
  .tech {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tech__item-img img {
  margin: 200px 0px 0px 0px;
  }
}

@media (max-width: 850px) {
  .tech__item {
    min-height: 610px;
  }
   .tech__item-img img {
     margin: 200px 0px 0px 0px;
   }
  .tech::before,
  .tech::after {
    display: none;
  }

  .tech {
    padding: 50px 0;
  }

  .tech__arrows {
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 100%;
  }

  .swiper-tech-next {
    right: 0;
  }

  .swiper-tech-prev {
    left: 0;
  }

  .tech__swiper .swiper-wrapper {
    padding-bottom: 50px;
  }
}

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

  .tech__item-img {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: 300px;
  }
  .tech__item-img img {
    margin: 0px;
   }

  .tech__item-img img {
    width: 100%;
  }

  .tech__item-info {
    padding: 30px 20px;
    min-height: 492px;
  }

  .tech__item-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .tech__item-subtitle {
    margin-bottom: 15px;
    font-size: 18px;
  }
}

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

  .tech__item-img {
    height: 200px;
  }

  .tech__item-info {
    padding: 15px;
    min-height: 420px;
  }

  .tech__item-title {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .tech__list-row {
    font-size: 15px;
    line-height: 130%;
  }

  .tech__arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

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

  .tech__item-subtitle {
    font-size: 16px;
  }
}
/* End */


/* End */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/production/style.css?17435350498762 */
