.vcs-banner {
  position: relative;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #545456;
}
.vcs-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.vcs-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vcs-banner__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vcs-banner__content {
  width: 90%;
  max-width: 1400px;
  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;
}
.vcs-banner__text {
  width: 90%;
  max-width: 700px;
}
.vcs-banner__title {
  font-weight: bold;
  color: #ffffff;
}
.vcs-banner__description {
  width: 100%;
  max-width: 598px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
}
.vcs-banner__button {
  margin-top: 40px;
  max-width: 320px;
}

.vcs-capabilities {
  width: 100%;
  padding: 50px 0 70px;
}
.vcs-capabilities__content {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}
.vcs-capabilities__left {
  width: 40%;
  max-width: 347px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.vcs-capabilities__title {
  font-weight: bold;
  color: #1e293b;
  text-align: left;
  line-height: 36px;
}
.vcs-capabilities__description {
  width: 100%;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
}
.vcs-capabilities__button {
  max-width: 320px;
  margin-top: 40px;
}
.vcs-capabilities__right {
  flex: 1;
  margin-top: 10px;
}
.vcs-capabilities__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 25px;
}
.vcs-capabilities__item {
  width: calc(100% / 3 - 20px);
  min-width: 380px;
  background: #f8f8f8;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.vcs-capabilities__item-text {
  width: 100%;
}
.vcs-capabilities__item-title {
  width: 90%;
  max-width: 214px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  background: #3b82f6;
  border-radius: 6px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}
.vcs-capabilities__item-description {
  width: 100%;
  padding: 25px 30px 80px;
  box-sizing: border-box;
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
}
.vcs-capabilities__item-image {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.vcs-capabilities__item-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.vcs-advantage {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.vcs-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.vcs-advantage__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 50px;
}
.vcs-advantage__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 50px;
}
.vcs-advantage__item {
  width: calc(100% / 3 - 55px);
  min-width: 420px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 25px 30px 60px;
  box-sizing: border-box;
  position: relative;
}
.vcs-advantage__item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #3b82f6;
}
.vcs-advantage__item:nth-child(even) {
  background: #3b82f6;
}
.vcs-advantage__item-icon {
  width: 120px;
  margin-bottom: 15px;
}
.vcs-advantage__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.vcs-advantage__item-text {
  width: 100%;
}
.vcs-advantage__item-title {
  font-weight: bold;
  color: #1e293b;
  text-align: left;
  margin-bottom: 10px;
}
.vcs-advantage__item:nth-child(even) .vcs-advantage__item-title {
  color: #ffffff;
}
.vcs-advantage__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  text-align: left;
}
.vcs-advantage__item:nth-child(even) .vcs-advantage__item-description {
  color: #ffffff;
}

.vcs-applications {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  position: relative;
  background: #201d1b;
  overflow: hidden;
}
.vcs-applications__background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.vcs-applications__background > img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.vcs-applications__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.vcs-applications__text {
  width: 100%;
}
.vcs-applications__title {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-bottom: 20px;
}
.vcs-applications__description {
  width: 100%;
  max-width: 600px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}
.vcs-applications__info {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.vcs-applications__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  color: #1e293b;
}
.vcs-applications__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.vcs-applications__info-item-title {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.vcs-materials {
  width: 100%;
  padding: 70px 0 70px;
}
.vcs-materials__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.vcs-materials__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 50px;
}
.vcs-materials__wrap {
  width: 100%;
}
.vcs-materials__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.vcs-materials__group {
  width: calc(100% / 2 - 15px);
  background: #f8f8f8;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vcs-materials__group-title {
  font-weight: bold;
  font-size: 24px;
  color: #3b82f6;
  text-align: left;
}
.vcs-materials__group-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.vcs-materials__item {
  width: calc(100% / 2 - 5px);
  min-width: 150px;
  max-width: 320px;
  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;
}
.vcs-materials__item:hover,
.vcs-materials__item.is-active {
  background: #3b82f6;
  color: #ffffff;
}
.vcs-materials__details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.vcs-materials__details-item {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}
.vcs-materials__details-item.is-active {
  display: flex;
}
.vcs-materials__details-text {
  flex: 1;
  padding: 0px 0px 10px;
}
.vcs-materials__details-title {
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: left;
  margin-bottom: 15px;
}
.vcs-materials__details-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
}
.vcs-materials__images-list {
  width: calc(100% / 2 - 15px);
}
.vcs-materials__images-item {
  width: 100%;
  max-width: 690px;
  display: none;
  flex-shrink: 0;
}
.vcs-materials__images-item.is-active {
  display: flex;
}
.vcs-materials__images-image {
  width: 100%;
  max-width: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vcs-materials__images-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.vcs-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;
}
.vcs-materials__link:hover {
  background: #3b82f6;
  color: #ffffff;
}

@media screen and (max-width: 760px) {
  .vcs-banner {
    height: auto;
  }
  .vcs-banner__content {
    justify-content: flex-start;
  }
  .vcs-banner__text {
    width: 100%;
  }

  .vcs-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .vcs-capabilities__left {
    width: 100%;
  }
  .vcs-capabilities__item {
    width: 100%;
    min-width: auto;
    max-width: 380px;
  }

  .vcs-advantage__list {
    gap: 20px;
  }
  .vcs-advantage__item {
    width: 100%;
    min-width: auto;
    max-width: 420px;
  }

  .vcs-applications__background {
    display: none;
  }

  .vcs-materials__list {
    flex-direction: column;
  }
  .vcs-materials__group {
    width: 100%;
  }
  .vcs-materials__group-items {
    display: flex;
  }
  .vcs-materials__item {
    width: auto;
  }
  .vcs-materials__images-list {
    width: 100%;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .vcs-banner {
    height: auto;
  }
  .vcs-banner__content {
    justify-content: flex-start;
  }
  .vcs-banner__text {
    width: 100%;
  }

  .vcs-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .vcs-capabilities__left {
    width: 100%;
  }
  .vcs-capabilities__item {
    width: calc(100% / 2 - 20px);
    min-width: auto;
    max-width: 380px;
  }

  .vcs-advantage__list {
    gap: 40px;
  }
  .vcs-advantage__item {
    width: calc(100% / 2 - 20px);
    min-width: auto;
    max-width: 420px;
  }

  .vcs-applications__background {
    display: none;
  }

  .vcs-materials__list {
    flex-direction: column;
  }
  .vcs-materials__group {
    width: 100%;
  }
  .vcs-materials__group-items {
    display: flex;
  }
  .vcs-materials__images-list {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .vcs-capabilities__content {
    flex-direction: column;
    gap: 20px;
  }
  .vcs-capabilities__left {
    width: 100%;
  }

  .vcs-advantage__list {
    gap: 40px;
  }
  .vcs-advantage__item {
    width: calc(100% / 2 - 20px);
    min-width: auto;
    max-width: 420px;
  }

  .vcs-applications__background {
    display: none;
  }

  .vcs-materials__list {
    flex-direction: column;
  }
  .vcs-materials__group {
    width: 100%;
  }
  .vcs-materials__group-items {
    display: flex;
  }
  .vcs-materials__images-list {
    width: 100%;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1900px) {
}
