.down-container2{padding:0}
.d-proj-text{margin:0}
.projects-header, .footer-projects-common{display:none;}

.fssp-scope {
  font-family: 'Roboto', sans-serif;
  color: #222;
}

.fssp-scope *,
.fssp-scope *::before,
.fssp-scope *::after {
  box-sizing: border-box;
}

.fssp-scope h1,
.fssp-scope h2,
.fssp-scope h3,
.fssp-scope p,
.fssp-scope ul,
.fssp-scope li {
  margin: 0;
  padding: 0;
}

.fssp-scope ul {
  list-style: none;
}



.fssp-hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  padding: 100px 20px;
}

/* Фон Hero */
.fssp-hero__bg {
  position: absolute;
  inset: 0;
  background-color:#fff;
  background-image: url("/images/new3/fssp/hero-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.fssp-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.fssp-hero__content {
  flex: 1 1 55%;
}

.fssp-hero__title {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 24px;
  color:#fff;font-weight:bold;
  text-transform: none;
 }
.fssp-hero__title span{ 
  display:block;
  font-size: 36px;
  line-height: 1.15;
  margin-bottom: 24px;
  color:#fff;
  font-weight:400;
  text-transform: none; 
  display:block;
 }
.fssp-hero__title span strong{display:inline-block;padding:2px 4px;background:#2b8353;font-weight:400;} 
.fssp-hero__subtitle {
  font-size: 32px;
  line-height: 1.6;
  padding-bottom: 20px!important;
  opacity: 0.95;
  font-weight:300;
}
.fssp-hero__features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;

  font-size: 18px;
  line-height: 1.5;
  color: rgba(255,255,255,0.9);
}

.fssp-hero__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;

  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}


.fssp-hero__btn {
  display: inline-block;
  margin-top: 32px;
  padding: 18px 42px;

  font-size: 18px;
  font-weight: 600;
  line-height: 1;

  color: #0c3c30;
  background: #2ecc71;
	border:none;
  border-radius: 18px;
  cursor: pointer;

  box-shadow:
    0 12px 30px rgba(46, 204, 113, 0.45),
    inset 0 -2px 0 rgba(0,0,0,0.15);

  transition: 
    background-color .2s ease,
    box-shadow .2s ease,
    transform .15s ease;
}

.fssp-hero__btn:hover {
  background-color: #27ae60;
  box-shadow:
    0 16px 36px rgba(46, 204, 113, 0.55),
    inset 0 -2px 0 rgba(0,0,0,0.2);
}

.fssp-hero__btn:active {
  transform: translateY(1px);
  box-shadow:
    0 8px 18px rgba(46, 204, 113, 0.35),
    inset 0 2px 0 rgba(0,0,0,0.2);
}


.fssp-hero__visual {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.fssp-hero__image {
  max-width: 100%;
  height: auto;
}

/* Адаптив */
@media (max-width: 992px) {
  .fssp-hero__container {
    flex-direction: column;
    text-align: center;
  }

  .fssp-hero__features li {
    padding-left: 0;
  }

  .fssp-hero__features li::before {
    display: none;
  }
}

:root {
  --main-green: #408c5f; /* Основной зеленый цвет из макета */
  --text-dark: #2c3e50;
}

.banner-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  max-width: 960px;
  margin: 30px auto;
  padding: 20px;
  background-color: #ffffff;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}

.banner-text h2 {
  font-size: 24px;
  line-height: 1.4;
  color: var(--text-dark);
  font-weight: 400;
  text-align: center;
  max-width: 600px;margin:0 auto;
}

.banner-text strong {
  color: var(--text-dark);
  position: relative;
}

/* Эффект выделения на слове "автоматизируем" */
.banner-text strong::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(64, 140, 95, 0.2);
  z-index: -1;
}

.banner-image img, .banner-ui img {
  max-width: 100%;
  height: auto;
}

/* Стили для зеленой плашки снизу */
.banner-footer {
  background: linear-gradient(90deg, #3d865a 0%, #5ba878 100%);
  color: white;
  padding: 15px 30px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    text-align: center;
  }
  
  .banner-text h1 {
    text-align: center;
    font-size: 20px;
  }
}

.fssp-audience {
  position: relative;
  padding: 80px 20px 20px 20px;
  background: #f6f8f7;
}

.fssp-audience__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(64,140,95,0.08) 0%,
    rgba(255,255,255,1) 60%
  );
}

.fssp-audience__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.fssp-audience__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
  color: #2c3e50;
  text-transform:none;
}

.fssp-audience__intro {
  max-width: 900px;
  margin: 30px auto 60px auto!important;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #4b5d5a;
}

.fssp-audience__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px;
  margin-bottom: 60px;
}

.fssp-audience__item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

.fssp-audience__icon {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #dfeee6;
  overflow:hidden;
  margin:0 auto 15px auto;border:2px solid #5ba878 ;
}
.fssp-audience__icon img{width:100%;}

.fssp-audience__item h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #2c3e50;
  font-weight: 500;
  text-align:center;
  text-transform:none;
}

.fssp-audience__item p {
  font-size: 16px;
  line-height: 1.55;
  color: #4b5d5a;
  text-align:center;
}

.fssp-audience__seo{ background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);}

.fssp-audience__seo h3 {
  font-size: 24px;
  margin-bottom: 14px;
  color: #2c3e50;
  font-weight: 500;
  margin:0 auto 20px auto!important;
  text-align:Center;
}

.fssp-audience__seo p {
  font-size: 17px;
  line-height: 1.6;
  color: #4b5d5a;
  max-width: 900px;
  margin:0 auto!important;
  text-align:Center;
}

@media (max-width: 768px) {
  .fssp-audience__grid {
    grid-template-columns: 1fr;
  }

  .fssp-audience__title {
    font-size: 28px;
  }
}

.fssp-how {
  padding: 40px 20px 20px;
  background: #ffffff;
}

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

.fssp-how__title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px!important;
  color: #2c3e50;
  text-transform: none;
}

.fssp-how__intro {
  max-width: 900px;
  margin: 0 auto 60px!important;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #4b5d5a;
}

.fssp-how__steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.fssp-how__step {
  background: #f6f8f7;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
}

.fssp-how__num {
  width: 180px;
  height: 180px;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow:hidden;border:2px solid #5ba878 ;
}
.fssp-how__num img{width:100%;}

.fssp-how__step h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #2c3e50;
  font-weight: 500;
  text-transform: none;
}

.fssp-how__step p {
  font-size: 15px;
  line-height: 1.55;
  color: #4b5d5a;
}

@media (max-width: 992px) {
  .fssp-how__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .fssp-how__steps {
    grid-template-columns: 1fr;
  }
}


.fssp-crm {
  padding: 100px 20px;
  background: #ffffff;
}

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

.fssp-crm__title {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px!important;
  color: #2c3e50;
  text-transform: none;
}

.fssp-crm__intro {
  max-width: 800px;
  margin: 0 auto 60px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #4b5d5a;
}

.fssp-crm__slider {
  position: relative;
}

.fssp-crm__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fssp-crm__slide img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.fssp-crm__caption {
  margin: 20px auto!important;
  font-size: 16px;
  color: #4b5d5a;
  text-align: center;
  max-width: 700px;
}

/* Swiper controls */
.fssp-crm .swiper-button-prev,
.fssp-crm .swiper-button-next {
  color: #408c5f;
}

.fssp-crm .swiper-pagination-bullet {
  background: #408c5f;
  opacity: 0.4;
}

.fssp-crm .swiper-pagination-bullet-active {
  opacity: 1;
}


.fssp-crm .swiper-pagination {
  bottom: -40px;
}

.fssp-crm .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b8d5c5;
  opacity: 1;
}

.fssp-crm .swiper-pagination-bullet-active {
  background: #408c5f;
}

.fssp-crm .swiper-button-prev,
.fssp-crm .swiper-button-next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.fssp-crm .swiper-button-prev::after,
.fssp-crm .swiper-button-next::after {
  font-size: 18px;
  color: #408c5f;
}


.fssp-crm .swiper-slide {
  opacity: 0.4;
  transform: scale(0.95);
  transition: all .3s ease;
}

.fssp-crm .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
}

.fssp-crm__caption {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
  color: #3f524f;
}

.fssp-crm__slide img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;

  background: #e9eeec;
  padding: 10px;

  box-shadow:
    inset 0 0 0 1px rgba(0,0,0,0.05),
    0 12px 30px rgba(0,0,0,0.15);
}
.fssp-crm__slide {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 30px 40px;
  box-shadow:
    0 20px 60px rgba(0,0,0,0.12);
}
.fssp-crm {
  padding: 120px 20px;
  background: linear-gradient(
    180deg,
    #f6f8f7 0%,
    #ffffff 100%
  );
}

.swiper-button-next svg, .swiper-button-prev svg{height:20px!important}

.fssp-form {
  position: relative;
  padding: 80px 20px 120px 20px;
  background: #f6f8f7;
  overflow: hidden;
}

.fssp-form__bg {
  position: absolute;
  inset: 0;
  background: url('/images/new3/fssp/bg-form.png') center no-repeat;
  background-size:cover!important
}

.fssp-form__container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.fssp-form__title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 16px!important;
  color: #2c3e50;
  text-transform: none;
}

.fssp-form__subtitle {
  font-size: 18px;
  color: #4b5d5a;
  margin-bottom: 50px!important;
}

.fssp-form__box {
  background: #ffffff;
  padding: 40px 40px 30px;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

.fssp-form__row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.fssp-form__row input,
.fssp-form__row textarea {
  width: 100%;
  padding: 16px 18px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #dfe6e3;
  background: #f9fbfa;
  font-family: inherit;
}

.fssp-form__row textarea {
  min-height: 120px;
  resize: vertical;
}

.fssp-form__row input:focus,
.fssp-form__row textarea:focus {
  outline: none;
  border-color: #5ba878;
  background: #ffffff;
}



.fssp-form__btn {
  display: inline-block;
  margin-top: 32px;
  padding: 18px 42px;

  font-size: 18px;
  font-weight: 600;
  line-height: 1;

  color: #0c3c30;
  background: #2ecc71;
	border:none;
  border-radius: 18px;
  cursor: pointer;

  box-shadow:
    0 12px 30px rgba(46, 204, 113, 0.45),
    inset 0 -2px 0 rgba(0,0,0,0.15);

  transition: 
    background-color .2s ease,
    box-shadow .2s ease,
    transform .15s ease;
}

.fssp-form__btn:hover {
  background-color: #27ae60;
  box-shadow:
    0 16px 36px rgba(46, 204, 113, 0.55),
    inset 0 -2px 0 rgba(0,0,0,0.2);
}

.fssp-form__btn:active {
  transform: translateY(1px);
  box-shadow:
    0 8px 18px rgba(46, 204, 113, 0.35),
    inset 0 2px 0 rgba(0,0,0,0.2);
}



.fssp-form__note {
  margin-top: 18px;
  font-size: 14px;
  color: #6b7f7a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.fssp-form__lock{ filter: grayscale(100%);
  opacity: 0.6;font-size:12px}

@media (max-width: 768px) {
  .fssp-form__row {
    flex-direction: column;
  }

  .fssp-form__title {
    font-size: 28px;
  }
}
