.dmls-banner {
  position: relative;
  width: 100%;
  height: 800px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #545456;
}
.dmls-banner__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.dmls-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dmls-banner__background > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dmls-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;
}
.dmls-banner__text {
  width: 90%;
  max-width: 700px;
}
.dmls-banner__title {
  font-weight: bold;
  color: #ffffff;
}
.dmls-banner__description {
  width: 100%;
  max-width: 563px;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  margin-top: 30px;
}
.dmls-banner__button {
  margin-top: 40px;
  max-width: 320px;
}

.dmls-services {
  width: 100%;
  padding: 50px 0 70px;
}
.dmls-services__title {
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 40px;
}
.dmls-services__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 60px;
}
.dmls-services__left {
  width: 48%;
  max-width: 666px;
  flex-shrink: 0;
}
.dmls-services__image {
  width: 100%;
}
.dmls-services__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dmls-services__right {
  flex: 1;
}
.dmls-services__right-title {
  font-weight: bold;
  color: #3b82f6;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
}
.dmls-services__right-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
  margin-bottom: 40px;
}
.dmls-services__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
  margin-bottom: 25px;
}
.dmls-services__info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 400;
  color: #1e293b;
}
.dmls-services__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.dmls-services__info-item-title {
  min-width: 184px;
  font-weight: 400;
  font-size: 18px;
  color: #1e293b;
}
.dmls-services__info-item-description {
  font-weight: 400;
  font-size: 18px;
  color: #3b82f6;
}
.dmls-services__button {
  margin-top: 40px;
  max-width: 320px;
}

.dmls-advantage {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.dmls-advantage__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.dmls-advantage__title {
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 40px;
}
.dmls-advantage__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px 30px;
}
.dmls-advantage__item {
  width: calc(100% / 2 - 15px);
  background: #ffffff;
  border-radius: 100px 20px 20px 100px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 25px;
  position: relative;
  padding: 20px 30px;
  box-sizing: border-box;
}
.dmls-advantage__item:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: space-between;
  border-radius: 20px 100px 100px 20px;
}
.dmls-advantage__item-icon {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmls-advantage__item-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dmls-advantage__item-text {
  flex: 1;
  max-width: 400px;
}
.dmls-advantage__item-title {
  font-weight: bold;
  font-size: 24px;
  color: #1e293b;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dmls-advantage__item-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 24px;
}

.dmls-applications {
  width: 100%;
  padding: 70px 0;
  box-sizing: border-box;
  position: relative;
  background: #201d1b;
  overflow: hidden;
}
.dmls-applications__background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.dmls-applications__background > img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.dmls-applications__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 1;
}
.dmls-applications__text {
  width: 100%;
}
.dmls-applications__title {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
.dmls-applications__info {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
.dmls-applications__info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-weight: 400;
  color: #1e293b;
}
.dmls-applications__info-item img {
  width: 32px;
  height: auto;
  object-fit: contain;
}
.dmls-applications__info-item-title {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}
.dmls-applications__info-item-description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}

.dmls-materials {
  width: 100%;
  padding: 70px 0 70px;
}
.dmls-materials__content {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}
.dmls-materials__title {
  font-weight: bold;
  color: #1e293b;
  text-align: center;
  margin-bottom: 50px;
}
.dmls-materials__wrap {
  width: 100%;
}
.dmls-materials__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.dmls-materials__group {
  width: calc(100% / 2 - 15px);
  background: #f8f8f8;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dmls-materials__group-title {
  font-weight: bold;
  font-size: 24px;
  color: #3b82f6;
  text-align: left;
}
.dmls-materials__group-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dmls-materials__item {
  width: calc(100% / 3 - 7px);
  min-width: 150px;
  background: #ffffff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: center;
  padding: 8px 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmls-materials__item:hover,
.dmls-materials__item.is-active {
  background: #3b82f6;
  color: #ffffff;
}
.dmls-materials__item:first-child {
  width: 40%;
}
.dmls-materials__item:nth-child(2) {
  width: calc(100% - 40% - 10px);
}
.dmls-materials__details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dmls-materials__details-item {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 20px;
  transition: all 0.3s ease-in-out;
}
.dmls-materials__details-item.is-active {
  display: flex;
}
.dmls-materials__details-text {
  flex: 1;
  padding: 10px 0px 10px;
}
.dmls-materials__details-title {
  font-weight: bold;
  font-size: 18px;
  color: #1e293b;
  text-align: left;
  margin-bottom: 15px;
}
.dmls-materials__details-description {
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
}
.dmls-materials__images-list {
  width: calc(100% / 2 - 15px);
}
.dmls-materials__images-item {
  width: 100%;
  max-width: 690px;
  display: none;
  flex-shrink: 0;
}
.dmls-materials__images-item.is-active {
  display: flex;
}
.dmls-materials__images-image {
  width: 100%;
  max-width: 690px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmls-materials__images-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.dmls-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;
}
.dmls-materials__link:hover {
  background: #3b82f6;
  color: #ffffff;
}

.dmls-process {
  width: 100%;
  padding: 70px 0;
  background: #f8f8f8;
}
.dmls-process__content {
  width: 90%;
  margin: 0 auto;
}
.dmls-process__title {
  font-weight: bold;
  color: #1e293b;
  margin-bottom: 40px;
}
.dmls-process__description {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
  font-weight: 400;
  color: #1e293b;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
}
.dmls-process__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 35px;
}
.dmls-process__item {
  width: calc(100% / 4 - 35px);
  min-width: 360px;
  min-height: 340px;
  background: #3b82f6;
  border-radius: 40px 40px 40px 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.dmls-process__item:nth-child(even) {
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.dmls-process__item-icon {
  width: 80px;
  height: 80px;
  background: #ffffff;
  margin-left: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dmls-process__item:nth-child(even) .dmls-process__item-icon {
  background: #3b82f6;
}
.dmls-process__item-icon img {
  width: 52px;
  height: auto;
  object-fit: contain;
}
.dmls-process__item-text {
  width: 100%;
  padding: 30px 30px 50px;
  box-sizing: border-box;
}
.dmls-process__item-title {
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  margin-bottom: 10px;
}
.dmls-process__item:nth-child(even) .dmls-process__item-title {
  color: #1e293b;
}
.dmls-process__item-description {
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
}
.dmls-process__item:nth-child(even) .dmls-process__item-description {
  color: #1e293b;
}

@media screen and (max-width: 760px) {
  .dmls-banner {
    height: auto;
  }
  .dmls-banner__content {
    justify-content: flex-start;
  }
  .dmls-banner__text {
    width: 100%;
  }

  .dmls-services__content {
    flex-direction: column;
    gap: 20px;
  }
  .dmls-services__left {
    width: 100%;
  }
  .dmls-services__info-item {
    flex-wrap: wrap;
    gap: 5px 15px;
  }
  .dmls-services__info-item-description {
    padding-left: 45px;
  }

  .dmls-advantage__item {
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 20px 30px 60px;
  }
  .dmls-advantage__item:nth-child(even) {
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 30px;
  }

  .dmls-applications__background {
    display: none;
  }

  .dmls-materials__list {
    flex-direction: column;
  }
  .dmls-materials__group {
    width: 100%;
  }
  .dmls-materials__group-items {
    display: flex;
  }
  .dmls-materials__item,
  .dmls-materials__item:first-child,
  .dmls-materials__item:nth-child(2) {
    width: auto;
    padding: 8px 15px;
  }
  .dmls-materials__images-list {
    width: 100%;
  }

  .dmls-process__item {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (min-width: 760px) and (max-width: 1020px) {
  .dmls-banner {
    height: auto;
  }
  .dmls-banner__content {
    justify-content: flex-start;
  }
  .dmls-banner__text {
    width: 100%;
  }

  .dmls-services__content {
    flex-direction: column;
    gap: 20px;
  }
  .dmls-services__left {
    width: 100%;
  }

  .dmls-advantage__item {
    width: 100%;
  }

  .dmls-applications__background {
    display: none;
  }

  .dmls-materials__list {
    flex-direction: column;
  }
  .dmls-materials__group {
    width: 100%;
  }
  .dmls-materials__group-items {
    display: flex;
  }
  .dmls-materials__item,
  .dmls-materials__item:first-child,
  .dmls-materials__item:nth-child(2) {
    width: auto;
    padding: 8px 15px;
  }

  .dmls-process__item {
    width: calc(100% / 2 - 18px);
  }
}
@media screen and (min-width: 1020px) and (max-width: 1350px) {
  .dmls-services__content {
    flex-direction: column;
    gap: 20px;
  }
  .dmls-services__left {
    width: 100%;
  }
  .dmls-services__right-description {
    width: 90%;
  }

  .dmls-applications__background {
    display: none;
  }

  .dmls-materials__list {
    flex-direction: column;
  }
  .dmls-materials__group {
    width: 100%;
  }
  .dmls-materials__group-items {
    display: flex;
  }
  .dmls-materials__item,
  .dmls-materials__item:first-child,
  .dmls-materials__item:nth-child(2) {
    width: auto;
    padding: 8px 15px;
  }

  .dmls-process__item {
    width: calc(100% / 2 - 18px);
    max-width: 480px;
  }
}

@media screen and (min-width: 1350px) and (max-width: 1900px) {
}
