* {
  box-sizing: border-box;
}
.description {
  margin-top: 48px;
  padding: 0 calc((100% - 1200px) / 2) 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.description-content {
  white-space: pre-line;
  line-height: 28px;
  color: #050505;
  font-size: 18px;
  font-weight: 200;
  font-family: 'Montserrat-ExtraLight';
}
.groups,
.Offices {
  padding: 80px calc((100% - 1200px) / 2);
  min-width: 1200px;
}
.group-content {
  width: 100%;
  display: flex;
  scroll-behavior: smooth;
  overflow: hidden;
}
.group-item {
  flex: 1;
  min-width: calc(100% / 4 - 10px);
  background-color: #005ca1;
  border-radius: 6px;
  margin-right: 10px;
  padding: 30px 10px;
  text-align: center;
}
.group-item-name {
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
}
.group-item-text {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.group-item-phone {
  font-size: 16px;
  color: #ffaf53;
  margin-top: 15px;
}
.Offices-content {
  display: flex;
}
.office-item {
  flex: 1;
  width: 0;
  padding-right: 30px;
}
.office-location {
  font-size: 20px;
  position: relative;
  margin-bottom: 25px;
}
.office-location::before {
  content: '';
  display: block;
  position: absolute;
  left: -12px;
  background-color: #ffaf53;
  height: 20px;
  width: 5px;
}
.office-text {
  font-size: 16px;
  color: #000;
  margin-top: 15px;
  line-height: 24px;
}
.services {
  height: 576px;
  display: flex;
  font-family: 'Montserrat-ExtraLight';
}
.services-list-wrapper {
  display: flex;
  width: 55%;
  padding: 25px 80px;
  padding-left: calc((100% - 1200px) / 2);
  background-color: #005ca1;
}
.list-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.list-btn {
  height: 63px;
  width: 4px;
  background-color: #99bed9;
  cursor: pointer;
}
.list-btn:first-child {
  margin-bottom: 20px;
}
.list-btn-active {
  background-color: #eaa14d;
}
.services-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.services-title {
  font-size: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  /* margin-bottom: 20px; */
  padding: 15px 0 52px 0;
  font-family: 'Montserrat-Regular';
}
.services-title::after {
  content: '';
  display: block;
  width: 6px;
  height: 35px;
  margin-left: 29px;
  background-color: #eaa14d;
}
.services-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-weight: 600;
}
.services-list-item {
  position: relative;
  cursor: pointer;
}
.services-list-item-active::after {
  content: '';
  display: block;
  border: 20px solid transparent;
  border-left-color: #005ca1;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -120px;
}
.services-list-item-title {
  font-size: 25px;
  color: #ffaf53;
  margin-bottom: 20px;
  transition: all .3s;
}
.services-list-item-title:hover {
  color: #fff;
}
.services-list-item-content {
  font-weight: 200;
  font-size: 20px;
  color: #ffffff;
}
.services-img {
  height: 100%;
  width: 45%;
  object-fit: cover;
}

.history {
  padding: 80px calc((100% - 1200px) / 2);
  background-color: #f8f6f5;
  min-width: 1200px;
}
.home-title-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 40px;
  color: #005ca1;
  font-weight: 600;
  margin-bottom: 70px;
}
.history-content {
  height: 531px;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  scroll-behavior: smooth;
  position: relative;
}
.history-content-wrapper {
  min-width: calc(100% / 3);
  padding: 40px 50px;
}
.img-container {
  width: 130px;
  height: 120px;
  margin-bottom: 40px;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history-item-1 {
  background-color: #fff;
  color: #000;
}
.history-item-2 {
  background-color: #0889e9;
  color: #fff;
}
.history-item-3 {
  background-color: #005ca1;
  color: #fff;
}
.year {
  font-size: 40px;
  font-weight: 600;
}
.year-1,
.turnover-1 {
  color: #005ca1;
}
.turnover {
  font-weight: 200;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.history-description {
  font-weight: 200;
  font-size: 17px;
  color: #fff;
  line-height: 30px;
  white-space: pre-line;
}
.history-description-1 {
  color: #000;
}
.history-arrow,
.group-arrow {
  position: absolute;
}
.title-btns {
  width: 200px;
  display: flex;
}
.arrow-content-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.arrow-left {
  left: -40px;
}
.arrow-right {
  right: -40px;
}
.arrow-left,
.arrow-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.arrow-disabled {
  cursor: not-allowed;
}
.arrow-disabled path {
  fill: #ccc;
}

