@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");


h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}
.ul-list {
  margin-top: 20px;
}
.contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 8px;
}
.contact .item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact .item svg {
  width: 18px;
}
.contact a {
  color: #58afff;
}
ul li {
  margin-left: -20px;
  font-size: 16px !important;
  color: white;
}

.container_font {
  font-family: "Roboto";
}

ul li p {
  padding: 0px !important;
  padding-bottom: 8px !important;
}

.block p {
  color: #d3d3e0;
  font-weight: 400px;
  padding-bottom: 16px;
}

.block {
  width: 100%;
  margin-top: 32px;
  margin-bottom: 80px;
  margin-left: 10px
}

.procents {
  display: flex;
  margin-top: 32px;
  align-items: center;
  justify-content: space-between;
}

.procents img {
  width: 370px;
}

.working {
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: space-between;
}

.working .item {
  display: flex;
  align-items: start;
}

.working .item .text {
  width: 200px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.working .text p {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.15px;
  color: #d3d3e0;
}

.working .text h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.working .arrow {
  transform: rotate(-90deg);
}

h1 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 30px;
  color: white;
}

.accordion {
  display: flex;
  align-items: center;
}

.accrodion-hr {
  width: 100%;
  height: 1px;
  background-color: #464651;
  margin-top: -1px;
}

.accordion .item {
  padding: 10px 12px;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #464651;
  cursor: pointer;
  transition: background-color 0.25s ease;
  color: #9b9ba7;
}

.accordion .item.active {
  border-bottom: 1px solid #06a4b0;
  color: white;
}

.accordion .item:hover {
  background-color: hsla(184, 93%, 36%, 0.4);
}

@media (max-width: 600px) {
  main {
    width: calc(100vw - 20px);
    overflow: hidden;
  }
  .accordion {
    width: 100%;
    justify-content: space-between;
  }
  .working {
    flex-direction: column;
    align-items: start;
    gap: 0px;
  }
  .working .arrow {
    transform: rotate(0deg);
    margin-left: 25px;
    margin-bottom: 20px;
  }
  .working .item .text {
    width: 100%;
  }
  .accordion .item {
    padding: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .procents {
    flex-direction: column;
    gap: 0px;
  }
  .procents img {
    width: 100%;
  }
}
