.smf-banner {
  position: relative;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #545456;
}
.smf-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.smf-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smf-banner__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smf-banner__content {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 35px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 1;
}
.smf-banner__text {
  width: 90%;
  max-width: 750px;
}
.smf-banner__title {
  font-weight: bold;
  color: #ffffff;
}
.smf-banner__description {
  width: 100%;
  max-width: 616px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
}
.smf-banner__button {
  margin-top: 40px;
  max-width: 320px;
}

.smf-capabilities {
  width: 100%;
  padding: 50px 0 70px;
}
.smf-capabilities__content {
  width: 90%;
  margin: 0 auto;
}
.smf-capabilities__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 40px;
}
.smf-capabilities__description {
  width: 100%;
  max-width: 1247px;
  margin: 0 auto;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}
.smf-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 25px;
}
.smf-capabilities__item {
  width: calc(100% / 4 - 20px);
  min-width: 380px;
  background: #f8f8f8;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
.smf-capabilities__item-image {
  width: 100%;
}
.smf-capabilities__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.smf-capabilities__item-text {
  width: 100%;
  padding: 25px 30px 80px;
  box-sizing: border-box;
}
.smf-capabilities__item-title {
  font-weight: bold;
  color: #3b82f6;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
}
.smf-capabilities__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
}
.smf-capabilities__button {
  margin: 40px auto 0px;
  max-width: 320px;
}

.smf-overview {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.smf-overview__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 40px;
}
.smf-overview__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.smf-overview__left {
  width: 48%;
  max-width: 620px;
  flex-shrink: 0;
}
.smf-overview__image {
  width: 100%;
}
.smf-overview__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.smf-overview__right {
  width: 48%;
}
.smf-overview__description {
  width: 100%;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.smf-overview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 30px;
}
.smf-overview__item {
  width: calc(100% / 2 - 15px);
  max-width: 310px;
  min-height: 130px;
  background: #ffffff;
  box-shadow: 0px 0px 7px 0px rgba(35, 24, 21, 0.35);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  color: #1e293b;
  position: relative;
  padding: 20px 35px;
  box-sizing: border-box;
}
.smf-overview__item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background: #3b82f6;
  border-radius: 10px 0px 0px 10px;
}
.smf-overview__item-title {
  font-weight: bold;
  color: #3b82f6;
  text-align: left;
}
.smf-overview__item-description {
  font-weight: bold;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
}

.smf-advantage {
  width: 100%;
  padding: 70px 0;
  position: relative;
}
.smf-advantage__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.smf-advantage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smf-advantage__content {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.smf-advantage__title {
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 140px;
}
.smf-advantage__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 100px 20px;
}
.smf-advantage__item {
  width: calc(100% / 4 - 30px);
  min-width: 360px;
  background: #ffffff;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.smf-advantage__item:nth-child(even) {
  background: #3b82f6;
}
.smf-advantage__item-icon {
  width: 160px;
  margin: 0 auto;
  margin-top: -80px;
}
.smf-advantage__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.smf-advantage__item-text {
  width: 100%;
  padding: 30px 30px 50px;
  box-sizing: border-box;
}
.smf-advantage__item-title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 10px;
}
.smf-advantage__item:nth-child(even) .smf-advantage__item-title {
  color: #ffffff;
}
.smf-advantage__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: center;
}
.smf-advantage__item:nth-child(even) .smf-advantage__item-description {
  color: #ffffff;
}

.smf-materials {
  width: 100%;
  padding: 70px 0;
}
.smf-materials__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.smf-materials__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 50px;
}
.smf-materials__wrap {
  width: 100%;
}
.smf-materials__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.smf-materials__group {
  width: calc(100% / 2 - 15px);
  background: #f8f8f8;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smf-materials__group-title {
  font-weight: bold;
  font-size: 24px;
  color: #3b82f6;
  text-align: left;
}
.smf-materials__group-items {
  width: 100%;
  display: grid;
  grid-template-columns: 28fr 28fr 44fr;
  flex-wrap: wrap;
  gap: 10px;
}
.smf-materials__item {
  min-width: 150px;
  background: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: center;
  padding: 8px 15px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smf-materials__item:hover,
.smf-materials__item.is-active {
  background: #3b82f6;
  color: #ffffff;
}
.smf-materials__details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.smf-materials__details-item {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}
.smf-materials__details-item.is-active {
  display: flex;
}
.smf-materials__details-text {
  flex: 1;
  padding: 10px 0px 10px;
}
.smf-materials__details-title {
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: left;
  margin-bottom: 15px;
}
.smf-materials__details-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
}
.smf-materials__images-list {
  width: calc(100% / 2 - 15px);
}
.smf-materials__images-item {
  width: 100%;
  max-width: 690px;
  display: none;
  flex-shrink: 0;
}
.smf-materials__images-item.is-active {
  display: flex;
}
.smf-materials__images-image {
  width: 100%;
  max-width: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smf-materials__images-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.smf-materials__link {
  width: 100%;
  max-width: 380px;
  height: 50px;
  line-height: 50px;
  background: #3b82f6;
  border-radius: 6px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  margin: 50px auto 0;
  display: block;
}
.smf-materials__link:hover {
  background: #3b82f6;
  color: #ffffff;
}

.smf-finish {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.smf-finish__title {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 50px;
}
.smf-finish__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 70px;
}
.smf-finish__left {
  width: 48%;
  max-width: 470px;
  flex-shrink: 0;
}
.smf-finish__image {
  width: 100%;
}
.smf-finish__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.smf-finish__right {
  width: 48%;
  max-width: 719px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.smf-finish__description {
  width: 100%;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
}
.smf-finish__list {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.smf-finish__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.smf-finish__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  color: #1e293b;
}
.smf-finish__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.smf-finish__info-item-title {
  font-weight: 400;
  font-size: 18px;
  color: #1e293b;
}

@media screen and (max-width: 760px) {
  .smf-banner {
    height: auto;
  }
  .smf-banner__content {
    justify-content: flex-start;
  }
  .smf-banner__text {
    width: 100%;
  }

  .smf-capabilities__item {
    width: 100%;
    min-width: auto;
    max-width: 380px;
  }

  .smf-overview__content {
    flex-direction: column;
    gap: 20px;
  }
  .smf-overview__left {
    width: 100%;
  }
  .smf-overview__right {
    width: 100%;
  }
  .smf-overview__item {
    width: 100%;
  }

  .smf-advantage__item {
    width: 100%;
    min-width: auto;
    max-width: 360px;
  }

  .smf-materials__list {
    flex-direction: column;
  }
  .smf-materials__group {
    width: 100%;
  }
  .smf-materials__group-items {
    display: flex;
  }
  .smf-materials__images-list {
    width: 100%;
  }

  .smf-finish__content {
    flex-direction: column;
  }
  .smf-finish__left {
    width: 100%;
  }
  .smf-finish__right {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .smf-banner {
    height: auto;
  }
  .smf-banner__content {
    justify-content: flex-start;
  }
  .smf-banner__text {
    width: 100%;
  }

  .smf-capabilities__item {
    width: calc(100% / 2 - 15px);
    max-width: 380px;
  }

  .smf-overview__content {
    flex-direction: column;
    gap: 20px;
  }
  .smf-overview__left {
    width: 100%;
  }
  .smf-overview__right {
    width: 100%;
  }

  .smf-materials__list {
    flex-direction: column;
  }
  .smf-materials__group {
    width: 100%;
  }
  .smf-materials__group-items {
    display: flex;
  }
  .smf-materials__images-list {
    width: 100%;
  }

  .smf-finish__content {
    flex-direction: column;
  }
  .smf-finish__left {
    width: 100%;
  }
  .smf-finish__right {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .smf-overview__content {
    flex-direction: column;
    gap: 20px;
  }
  .smf-overview__left {
    width: 100%;
  }
  .smf-overview__right {
    width: 100%;
  }

  .smf-materials__list {
    flex-direction: column;
  }
  .smf-materials__group {
    width: 100%;
  }
  .smf-materials__group-items {
    display: flex;
  }
  .smf-materials__images-list {
    width: 100%;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1900px) {
}
