.services_v2 {
  padding: 134px 0 70px 0;
  background-color: #000000;
}

.services_v2-title {
  font-weight: 500;
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 73px;
}

.services_v2-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.services_v2-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.services_v2 .services_v2-item-img {
  display: flex;
  align-items: center;
  border-radius: 10px;
  min-height: 344px;

}

.services_v2-item-img a {
  display: block;
}

.services_v2-item-img img {
  width: 100%;
  max-width: 300px;
}

.services_v2 .service_01_v2 {
  background-color: #0a84ff;
  padding: 33px 0 34px 55px;
  position: relative;
}

.services_v2 .service_01_v2 img {
  position: absolute;
  right: 0;
}

.services_v2 .service_02_v2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bfd3ea;
  padding: 65px 48px;
}

.services_v2 .service_03_v2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6FCF97;
  padding: 65px 48px;
}

.services_v2 .service_04_v2 {
  background-color: #e4b56c;
  width: 100%;
  position: relative;
}

.services_v2 .service_04_v2 img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.services_v2 .service_05_v2 {
  background-color: #ff5170;
  position: relative;
  padding-top: 31px;
}


.services_v2 .service_05_v2 img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80%;
}

.services_v2 .service_06_v2 {
  background-color: #d7d7d7;
  display: flex;
  justify-content: center;
  padding: 115px 68px;
}

.services_v2 .service_06_v2 img {
  width: auto;
}

.services_v2 .service_07_v2 {
  background-color: #f2c94c;
  display: flex;
  justify-content: center;
  padding: 97px 58px;
}

.services_v2 .service_08_v2 {
  background-color: #d7d7d7;
  display: flex;
  justify-content: center;
  padding: 62px 59px;
}



.services_v2 .service_09_v2 {
  background-color: #bb6bd9;
  display: flex;
  justify-content: center;
  padding: 110px 60px;
}


.services_v2-list-wrapper {
  border-radius: 10px;
  padding: 30px 20px;
  background: #fff;
}

.services_v2-list-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.services_v2-list-subtitle a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.services_v2 .service__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 40px;
}

.services_v2 .list__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s ease;
}

.services_v2 .list__item:last-child {
  border: none;
}

.services_v2 .list__item::before {
  content: url("../img/service-item-star.svg");
  display: inline-flex;
  margin-right: 16px;
  width: 16px;
  height: 16px;
  transition: margin 0.3s ease;
}

.services_v2 .list__item::after {
  content: url("../img/arrow-up-right-thin.svg");
  display: inline-flex;
  margin-left: auto;
  width: 16px;
  height: 16px;
  transition: margin 0.3s ease, transform 0.3s ease;
}

.services_v2 .list__item a {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
  transition: color 0.3s ease, font-weight 0.3s ease;
}

.services_v2 .list__item-arrow {
  margin-left: auto;
}

.services_v2 .consultation_link {
  border: 1px solid #0a84ff;
  border-radius: 100px;
  max-width: 304px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #0a84ff;
  margin: 0 auto;
  transition: background-color 0.3s ease;
}

@media (min-width: 768px) {

  .services_v2-item {
    flex-direction: row;
  }

  .services_v2 .services_v2-item-img {
    width: calc(40% - 5px);
    height: auto;
    max-height: none;
  }

  .services_v2-list-wrapper {
    width: calc(60% - 5px);
  }

  .services_v2 .service_01_v2 {
    padding: 80px 0 84px 84px;
  }

  .services_v2 .service_02_v2 {
    background-color: #bfd3ea;
    padding: 143px 92px;
  }

}


@media only screen and (min-width: 1200px) {

  .services_v2 {
    padding: 169px 0 120px 0;
    background-color: #000000;
  }

  .services_v2-title {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 60px;
  }

  .services_v2-item {
    flex-direction: row;
    gap: 25px;
  }


  .services_v2 .services_v2-item-img {
    width: calc(40% - 12.5px);
    height: auto;
  }

  .services_v2 .services_v2-item-img img {
    max-width: none;
  }

  .services_v2 .service_01_v2 {
    padding: 0;
    padding-left: 84px;
  }

  .services_v2 .service_01_v2 img {
    position: static;
  }

  .services_v2 .service_02_v2 {
    background-color: #bfd3ea;
    padding: 143px 92px;
  }

  .services_v2 .service_03_v2 {
    padding: 143px 92px;
  }


  .services_v2 .service_05_v2 img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }

  .services_v2 .service_06_v2 {
    padding: 55px 178px 55px 177px;
  }



  .services_v2 .service_07_v2 {
    padding: 174px 84px;
  }


  .services_v2 .service_08_v2 {
    padding: 132px 98px;
  }

  .services_v2 .service_09_v2 {
    padding: 148px 82px;
  }

  .services_v2-list-wrapper {
    width: calc(60% - 12.5px);
  }

  .services_v2-list-wrapper {
    padding: 50px;
  }

  .services_v2-list-subtitle {
    font-size: 36px;
    transition: transform 0.3s ease;
  }

  .services_v2-list-subtitle:hover {
    transform: scale(1.1);
    margin-left: 10px;
  }

  .services_v2 .list__item {
    padding: 0px 0px 12px;
    cursor: pointer;
  }

  .services_v2 .list__item a {
    max-width: 660px;
    font-size: 16px;
  }

  .services_v2 .list__item::after {
    margin-left: 10px;
  }


  .services_v2 .list__item:hover>a {
    font-weight: 600;
    color: #000;
  }

  .services_v2 .list__item:hover::before {
    margin-left: 20px;
  }


  .services_v2 .list__item:hover {
    border-bottom: 1px solid #000;
  }

  .services_v2 .consultation_link {
    max-width: 234px;
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
  }

  .services_v2 .consultation_link:hover {
    color: #fff;
    background-color: #0a84ff;
  }
}