.evaluation-inspection-description {
  padding: 40px calc((100% - 1200px) / 2);
  background-color: #fff;
}
.evaluation-inspection-description .general-title {
  text-align: center;
}
.description-text {
  line-height: 33px;
  color: #050505;
  font-size: 16px;
  font-weight: 200;
  font-family: 'Montserrat-ExtraLight';
  white-space: pre-line;
}
.contacts,
.core-customers,
.project-display {
  padding: 40px calc((100% - 1200px) / 2);
}
.achievement {
  padding: 40px calc((100% - 1200px) / 2) 100px;
}
.project-display .general-title {
  text-align: center;
}
.achievement .general-title {
  text-align: center;
}
.contacts-title,
.core-customers-title,
.typical-cases-title {
  text-align: center;
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(4, calc((1200px - 60px) / 4));
  grid-template-rows: repeat(auto-fill, 360px);
  gap: 20px;
  margin-bottom: 20px;
}
.chart-wrapper {
  display: flex;
  padding-top: 60px;
  padding-bottom: 80px;
}
.big-num {
  font-size: 60px;
  font-weight: 200;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.num-color {
  color: #005da3;
  margin-bottom: 16px;
  white-space: nowrap;
}
.achievement-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-size: 22px;
}
.achievement-chart {
  flex: 1;
  position: relative;
  height: 450px;
  padding-right: 100px;
  padding-left: 50px;
}
.achievement-chart-wrapper {
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  box-shadow: -1px 5px 10px 2px #ccc;
}
.chart-back {
  height: 450px;
  width: 450px;
  background-color: #1671f4;
  transform: rotate(45deg);
  position: absolute;
  top: 45px;
  right: 160px;
  z-index: -1;
  border-radius: 8px;
  box-shadow: 35px -26px 0 #deecff;
}
.title-btns {
  width: 200px;
  height: 30px;
  display: flex;
}
.arrow-left {
  flex: 1;
  margin-right: 10px;
}
.arrow-right {
  flex: 1;
}
.arrow-left,
.arrow-right {
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}
.arrow-left:hover,
.arrow-right:hover {
  flex: 2;
}
.arrow-disabled {
  flex: 0.5 !important;
  cursor: not-allowed;
}
.arrow-disabled path {
  stroke: #ccc;
}
.arrow-disabled .swiper-arrow-line {
  background-color: #ccc;
}
.arrow-left svg {
  position: absolute;
  left: -2px;
}
.swiper-arrow-line {
  height: 2px;
  background: #f79927;
  width: 100%;
}
.arrow-right svg {
  position: absolute;
  right: -2px;
}
.picture-top-btns {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 60px;
}
.picture-swiper {
  overflow: hidden;
  display: flex;
  scroll-behavior: smooth;
}
.swiper-img {
  width: 385px;
  height: 297px;
  object-fit: cover;
}
.swiper-item {
  padding-right: 23px;
}
.picture-swiper-wrapper {
  flex-direction: column;
  display: flex;
  background-color: #f8f6f5;
  padding: 50px calc((100% - 1200px) / 2);
}
.picture-swiper {
  display: flex;
  justify-content: space-between;
}
.swiper-text {
  text-align: center;
  margin: 20px 0;
}
.typical-cases-title {
  position: absolute;
  width: 100%;
  text-align: center;
}
.core-customers {
}
.top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  height: 135px;
}
.top-row img {
  flex: 1;
}
.top-row img:first-child {
  margin-right: 20px;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin-bottom: 20px;
}
.image-grid img {
  border: 1px solid #ececec;
  margin-left: -1px;
  margin-top: -1px;
}
.phone {
  font-weight: 600;
}
.email {
  color: #1a67a7;
  margin-top: 20px;
  cursor: pointer;
}
.contacts {
  text-align: center;
  font-size: 18px;
}
