/* ABOUT */
.page-nav ul li:not(:first-child)::before {
    content: "|";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 3px;
  }.page-nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
  }.page-nav ul li:last-child a {
    color: #ffffff;
  }
  .page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 600px;
    /* padding-top: 200px; */
    z-index: -1;
}.page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../Modern/assets/img/advantages-banner-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    
}
.banner-left {
    padding: 0 20px 0 0;
}
.banner-left,
.banner-right {
width: 50%;
}
.banner-left p {
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
}
.banner-slogan {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.banner-slogan span {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
}
.banner-right img {
    position: relative;
    left: 20px;
    top: -60px;
}

.banner-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
}
.page-content {
    padding: 60px 0;
    background: #F5F5F5;
}
  .page-nav {
    position: relative;
  }.page-nav ul {
    justify-content: center;
  }.banner-title {
    max-width: 100%;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 52px;
    font-weight: 300;
    margin: 15px 0 20px 0;
    letter-spacing: -0.025em;
  }

.references-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    margin-top: -320px;
}.item {
    width: 313px;
    height: 200px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.item:not(:nth-child(4n+4)) {
  margin-right: 22px;
}
.item img {
  max-width: 192px;
}
  

@media (max-width: 1399px) {
  .page-banner-title {
    font-size: 42px;
    line-height: 50px;
    margin: 10px 0 15px 0;
    max-width: 510px;
}.page-text h2 {
  font-size: 22px;
  line-height: 32px;
}.page-text p {
  font-size: 16px;
  line-height: 26px;
}.about-img {
  margin-top: -114px;
  margin-left: 20px;
  max-width: 50%;
}
.page-banner {
  height: 450px;
}.banner-content-wrapper {
  padding-top: 90px;
}.banner-left p {
  font-size: 16px;
  line-height: 32px;
}
.references-list {
  margin-top: -220px;
}
.item {
  width: 270px;
  height: 200px;
}
.item:not(:nth-child(4n+4)) {
  margin-right: 20px;
}
}
@media (max-width: 1199px) {
  .page-banner {
    height: 400px;
}
.page-content {
  padding: 40px 0 60px;
}
  .banner-content-wrapper {
    padding-top: 60px;
}
.banner-title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 15px 0;
}.banner-left p {
  font-size: 14px;
  line-height: 24px;
}
.item{
  width: 220px;
  height: 150px;
}.item-logo {
  width: 70%;
}.item-logo img {
  width: 100%;
}

}
@media (max-width: 991px) {
  .page-banner-title {
    font-size: 34px;
    line-height: 40px;
    max-width: 360px;
}.about-img {
  margin-top: -95px;
  margin-left: 15px;
  max-width: 50%;
}.page-text h2 {
  font-size: 18px;
  line-height: 26px;
}.page-text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.item {
  width: 350px;
  height: 175px;
}.item-logo {
  width: 50%;
}

.item:not(:nth-child(4n+4)) {
  margin-right: unset;
}
.item:not(:nth-child(2n+2)) {
  margin-right: 20px;
}
}
@media (max-width: 767px) {
  .about-img {
    margin: 10px 0 10px 0;
    max-width: 100%;
}
.banner-left{
  width: 100%;
}
.banner-left {
  padding: 0;
}
.references-list {
  margin-top: -190px;
  justify-content: center;
}
.item {
  width: 380px;
  height: 190px;
}
.item:not(:nth-child(2n+2)) {
  margin-right: unset;
}
}