.page-home section.cases .cases-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-home section.cases .cases-list .item {
  width: 100%;
  margin: 0 0 1rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-home section.cases .cases-list .item {
    width: 33.333333%;
    margin: 0;
  }
}

.page-home section.cases .cases-list .item a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

.page-home section.cases .cases-list .item a .img {
  padding-bottom: 66%;
}

.page-home section.cases .cases-list .item a .img div {
  background-size: cover;
}

.page-home section.cases .cases-list .item a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  padding: 1rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  height: auto;
}

@media screen and (min-width: 768px) {
  .page-home section.cases .cases-list .item a .title {
    height: 110px;
  }
}

.page-home section.cases .cases-list .item a .title h4 {
  line-height: 1;
  color: #ffffff;
  margin: 0 0 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 16px;
  width: 100%;
  font-size: 16px;
  max-height: calc(1 * 16px + 1px);
  height: calc(1 * 16px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: auto;
}

@media screen and (min-width: 768px) {
  .page-home section.cases .cases-list .item a .title h4 {
    margin: 0 0 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
    width: 100%;
    font-size: 18px;
    max-height: calc(1 * 18px + 1px);
    height: calc(1 * 18px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: auto;
  }
}

.page-home section.cases .cases-list .item a .title .excerpt p {
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 21px;
  width: 100%;
  font-size: 14px;
  max-height: calc(2 * 21px + 1px);
  height: calc(2 * 21px + 1px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
}

@media screen and (min-width: 768px) {
  .page-home section.cases .cases-list .item a .title .excerpt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 22px;
    width: 100%;
    font-size: 15px;
    max-height: calc(2 * 22px + 1px);
    height: calc(2 * 22px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
  }
}

.page-home section.cases .cases-list .item:hover a .title {
  background-color: rgba(1, 64, 153, 0.75);
  height: 100%;
  padding: 2rem 1rem;
}

.content-page.about .about-content .about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-page.about .about-content .about-wrapper p {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content-page.about .about-content .about-wrapper p {
    width: calc(100% - 2rem - 480px);
  }
}

.content-page.about .about-content .about-wrapper img {
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .content-page.about .about-content .about-wrapper img {
    margin: 0 2rem 0 0;
  }
}

.content-page .partners-content .partners-list .item {
  height: 100px;
}

.content-page .partners-content .partners-list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-home section.partners .bd ul li {
  background-color: #ffffff;
}

.page-home section.partners .bd ul li img {
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

/*# sourceMappingURL=10-09.css.map */

.content-page.products .products-content .flex-wrapper {
  justify-content: flex-start;
}

.content-page.products .products-content .flex-wrapper .item {
  margin: 0 0 1rem;
}

@media screen and (min-width: 768px) {
  .content-page.products .products-content .flex-wrapper .item {
    margin: 0 32px 32px 0;
  }

  .content-page.products .products-content .flex-wrapper .item:nth-of-type(4n) {
    margin-right: 0;
  }
}