.part {
  background: #F3F3F3;
  padding-bottom: 4rem;
}

.part__text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-bottom: 3rem;
}

.part__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 8rem;
  position: relative;
  min-height: 6rem;
}

.part__item:last-of-type {
  margin-bottom: 0;
}

.part__item-img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.part__item-text {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.features {
  background: #F3F3F3;
  padding: 4rem 0 3rem;
  margin-top: -4rem;
}

.features .section-title {
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 151%;
}

.features__list {
  padding: 4rem 1.5rem;
  background-color: #fff;
}

.features__item:last-child .features__item-line {
  display: none;
}

.features__item.active .features__item-title {
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.8rem;
  color: #FFE100;
  padding: 0 4rem 0 5.3rem;
  cursor: text;
}

.features__item.active .features__item-title::before {
  width: 2rem;
  height: 2rem;
  background: #FFE100;
  left: 1.4rem;
}

.features__item.active .features__item-text {
  display: block;
}

.features__item-title {
  font-size: 1.7rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  padding: 0 4rem;
  position: relative;
  color: #111111;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 1rem 0;
}

.features__item-title::before {
  position: absolute;
  content: "";
  left: 1.7rem;
  width: 1.3rem;
  height: 1.3rem;
  background: #2E2E2E;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.features__item-title:hover,
.features__item-title:focus {
  color: #FFE100;
}

.features__item-title:hover::before,
.features__item-title:focus::before {
  background-color: #ffe100;
}

.features__item-line {
  height: 3rem;
  width: 0.2rem;
  margin-left: 2.3rem;
  position: relative;
}

.features__item-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2E2E2E;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.features__item-text {
  display: none;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #111111;
  background: #FFE100;
  -webkit-box-shadow: 0px 4px 20px rgba(221, 194, 0, 0.25);
  box-shadow: 0px 4px 20px rgba(221, 194, 0, 0.25);
  margin-top: 4rem;
  padding: 3.5rem 2rem 2.5rem;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
}

.features__item-text::before {
  content: "";
  left: 1.3rem;
  position: absolute;
  top: -1.5rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3rem;
  height: 3rem;
  background: #FFE100;
  -webkit-box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
  box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
  z-index: 0;
}

.features__item-line {
  position: relative;
}

.features__item-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-color: transparent;
  top: -100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.features__item.done .features__item-title::before {
  background: #ffe100;
}

.features__item.done .features__item-line::before {
  top: 0;
  background: #ffe100;
}

.features__item.done .features__item-line::after {
  left: 100%;
}

.features__info {
  display: none;
}

.client {
  padding: 0 0 3rem;
}

.client .section-title {
  font-weight: 800;
  font-size: 2.6rem;
  line-height: 151%;
  margin-bottom: 2rem;
}

.client .section-subtitle {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 3.5rem;
}

.client__table-wrapper {
  margin: 0 -2rem;
  overflow-x: auto;
  margin-bottom: 2rem;
}

.client__table-wrapper:not(:first-of-type) th:first-of-type {
  border-right: none;
}

.client__table-wrapper:last-of-type {
  margin-bottom: 0;
}

.client__table {
  min-width: 38rem;
  width: 100%;
}

.client__table th {
  background: #E8E8E8;
  padding: 2rem 1rem;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.0rem;
  color: #111111;
  border-right: .2rem solid transparent;
  width: 30%;
}

.client__table th:first-child {
  text-align: left;
  width: 40%;
}

.client__table th:last-child {
  background: #FFE100;
  border-right: none;
  width: 30%;
}

.client__table td {
  font-size: 1.4rem;
  line-height: 2.0rem;
  padding: 1.5rem;
  color: #434343;
}

.client__table tr td {
  text-align: center;
  border-right: .2rem solid transparent;
}

.client__table tr td:first-child {
  text-align: left;
}

.client__table tr td:last-child {
  font-weight: bold;
  background: #FFF4BB;
  border-right: none;
}

.client__table tr:nth-child(even):first-child {
  text-align: left;
}

.client__table tr:nth-child(even) td {
  background: #F9F9F9;
}

.client__table tr:nth-child(even) td:last-child {
  background: #FFE100;
}

@media only screen and (min-width: 768px) {
  .part__text {
    width: 75%;
  }

  .part__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .part__item {
    width: 48%;
  }

  .features .section-title {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .features .section-subtitle {
    text-align: center;
  }

  .client__table-wrapper {
    overflow-x: visible;
  }
}

@media only screen and (min-width: 1280px) {
  .part {
    position: relative;
    padding-bottom: 6rem;
  }

  .part::after {
    content: "";
    position: absolute;
    z-index: 1;
    border: 7.5rem solid #E9E9E9;
    top: 0rem;
    left: -100%;
    right: 25%;
    height: 54%;
  }

  .part::before {
    content: "";
    position: absolute;
    z-index: 1;
    border: 7.5rem solid #E9E9E9;
    border-bottom: none;
    top: 0rem;
    left: 80%;
    right: -20%;
    bottom: -20%;
    height: 100%;
  }

  .part .breadcrumbs {
    margin-top: 2.5rem;
  }

  .part .container {
    z-index: 3;
  }

  .part .section-title {
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 137.5%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #111111;
  }

  .part__text {
    margin-bottom: 10rem;
    width: 65%;
  }

  .part__item {
    margin-bottom: 2rem;
    width: 46%;
  }

  .part__item-text {
    width: 90%;
  }

  .features {
    margin-top: -7rem;
    padding: 7rem 0;
    position: relative;
  }

  .features::before {
    content: "";
    position: absolute;
    z-index: 1;
    border: 7.5rem solid #e9e9e9;
    border-bottom: none;
    top: 8rem;
    left: 72%;
    right: -20%;
    bottom: -20%;
    height: 100%;
  }

  .features .container {
    z-index: 1;
  }

  .features .section-title {
    margin: 0 auto;
    margin-bottom: 1rem;
  }

  .features .section-subtitle {
    margin: 0 auto;
    margin-bottom: 3.5rem;
  }

  .features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0;
    margin-bottom: 1rem;
    position: relative;
  }

  .features__list::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -200%;
    right: -200%;
    background-color: #fff;
  }

  .features__item {
    position: relative;
    width: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .features__item.active .features__item-text {
    display: none;
  }

  .features__item.active .features__item-title {
    padding: 0 2rem;
  }

  .features__item.active .features__item-title::before {
    -webkit-transform: translateX(-50%) translateY(2.9rem);
    -ms-transform: translateX(-50%) translateY(2.9rem);
    transform: translateX(-50%) translateY(2.9rem);
    left: 50%;
  }

  .features__item.done .features__item-title::before {
    background-color: #FFE100;
  }

  .features__item.done .features__item-line::before {
    left: 0;
  }

  .features__item-title {
    font-weight: 600;
    font-size: 1.7rem;
    line-height: 1.8rem;
    text-align: center;
    height: 100%;
    padding: 0 1.4rem;
    margin: 0 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .features__item-title::before {
    bottom: -1rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(3.3rem);
    -ms-transform: translateX(-50%) translateY(3.3rem);
    transform: translateX(-50%) translateY(3.3rem);
  }

  .features__item-line {
    width: 70%;
    height: 0.2rem;
    -webkit-transform: translateX(61%) translateY(0.5rem);
    -ms-transform: translateX(61%) translateY(0.5rem);
    transform: translateX(61%) translateY(0.5rem);
    position: absolute;
    bottom: 0;
    overflow: hidden;
  }

  .features__item-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: .2rem;
    left: -100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #FFE100;
  }

  .features__info {
    display: block;
    padding: 6rem 3rem;
    min-height: 23rem;
    background: #FFE100;
    -webkit-box-shadow: 0 0.4rem 2rem rgba(221, 194, 0, 0.25);
    box-shadow: 0 0.4rem 2rem rgba(221, 194, 0, 0.25);
    width: 60%;
    position: relative;
    left: 42px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .features__info::before {
    content: "";
    left: 3rem;
    position: absolute;
    top: -1.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3rem;
    height: 3rem;
    background: #FFE100;
    -webkit-box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
    box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .features__info::before {
    content: "";
    left: 3rem;
    position: absolute;
    top: -1.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3rem;
    height: 3rem;
    background: #FFE100;
    -webkit-box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
    box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .features__info::after {
    content: "";
    right: 3rem;
    position: absolute;
    top: -1.5rem;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 3rem;
    height: 3rem;
    background: #FFE100;
    -webkit-box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
    box-shadow: 0px -8px 10px rgba(221, 194, 0, 0.2);
    z-index: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
  }

  .features__info.right::before {
    opacity: 0;
  }

  .features__info.right::after {
    opacity: 1;
  }

  .features__info-item {
    position: absolute;
    padding: 6rem 3rem;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .features__info-item.active {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }
}