.service-top-block {
  background: linear-gradient(209deg, #99dbff 0%, #79caf6 85%);
  margin-top: -285px;
  padding-top: 312px;
  /*check*/
  /*END check*/
}
.service-top-block h1 {
  margin-bottom: 1.75rem;
}
.service-top-block .title__text {
  color: white;
}
.service-top-block .row {
  align-items: normal;
  margin-top: 2rem;
}
.service-top-block .items {
  padding: 2.8rem;
  border-radius: 2.18rem;
  position: relative;
  z-index: 2;
}
.service-top-block .items:before {
  content: "";
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  position: absolute;
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 100%);
  background-color: #7CC1E8;
  border-radius: 90px;
  z-index: -1;
}
.service-top-block .items .item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-top-block .items .item__content {
  display: flex;
  align-items: center;
  column-gap: 1.25rem;
  margin-bottom: 1rem;
}
.service-top-block .items .item__content__img {
  background: white;
  min-width: 94px;
  min-height: 94px;
  overflow: hidden;
  border-radius: 2.18rem;
  position: relative;
  display: flex;
}
.service-top-block .items .item__content__img img {
  object-fit: cover;
  object-position: right;
  margin: auto;
  border-radius: 18px;
}
.service-top-block .items .item__content__text {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.service-top-block .items .item__content__text .price {
  display: flex;
  align-items: baseline;
  column-gap: 1.75rem;
  font-family: "StyreneAWeb";
  white-space: nowrap;
}
.service-top-block .items .item__content__text .price__new {
  font-weight: 700;
  font-size: 38px;
}
.service-top-block .items .item__content__text .price del {
  opacity: 0.6;
  font-size: 22px;
  font-weight: 400;
}
.service-top-block .items .item .credit {
  background: #6DB0D6;
  min-height: 57px;
  padding: 0 1rem;
  border-radius: 2.18rem;
  display: flex;
  align-items: center;
  max-width: 400px;
  color: #ffffff;
  column-gap: 1rem;
  margin-top: auto;
}
.service-top-block .items .item .credit .tick {
  position: relative;
  min-width: 29px;
  height: 29px;
  width: 29px;
  background-color: #2773BD;
  border-radius: 100%;
}
.service-top-block .items .item .credit .tick:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../../assets/svg/check.svg") no-repeat center/contain;
  width: 17px;
  height: 17px;
  transform: translate(-50%, -50%);
}
.service-top-block .img {
  z-index: 2;
  position: relative;
  height: 481px;
  width: 100%;
  top: calc(50% - 19rem);
}
.service-top-block .img img {
  mask: url("../../assets/mask/mask4.2.svg") no-repeat center/contain;
  transform: rotateY(180deg);
}
.service-top-block .button {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  color: #ffffff;
  margin-bottom: 5.75rem;
  margin-top: 2rem;
}
.service-top-block .toc {
  background-color: white;
  padding: 1.5rem 2rem;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.service-top-block .toc .btn {
  height: 43px;
}
@media (max-width: 1440px) {
  .service-top-block .img {
    height: 385px;
  }
  .service-top-block .button span br {
    display: none;
  }
  .service-top-block .button .btn {
    line-height: 1.4;
  }
  .service-top-block .items .item__content__text .price {
    column-gap: 1rem;
  }
  .service-top-block .items .item__content__text .price__new {
    font-size: 28px;
  }
  .service-top-block .items .item__content__text .price del {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .service-top-block .items {
    padding: 2rem;
  }
  .service-top-block .items .item__content {
    column-gap: 1rem;
  }
  .service-top-block .items .item__content__text {
    font-size: 18px;
  }
  .service-top-block .items .item__content__text .price {
    flex-direction: column;
  }
  .service-top-block .items .item__content__text .price__new {
    font-size: 22px;
  }
  .service-top-block .items .item__content__text .price del {
    font-size: 16px;
  }
  .service-top-block .items .item__content__img {
    min-width: 80px;
    min-height: 80px;
  }
  .service-top-block .items .item .credit {
    font-size: 14px;
    min-height: 50px;
  }
  .service-top-block .items .item .credit .tick {
    min-width: 25px;
    height: 25px;
    width: 25px;
  }
  .service-top-block .button {
    column-gap: 1rem;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
  .service-top-block .button span {
    font-size: 14px;
  }
  .service-top-block .btn {
    height: 50px;
    font-size: 14px;
    line-height: 19px;
    padding: 0 1rem;
  }
  .service-top-block .img {
    height: 320px;
    width: 330px;
    top: unset;
  }
}
@media (max-width: 992px) {
  .service-top-block {
    margin-top: -300px;
  }
  .service-top-block .row {
    margin-top: 0;
  }
  .service-top-block .items {
    padding: 0;
  }
  .service-top-block .items:before {
    content: none;
  }
  .service-top-block .items .item {
    background: #7CC1E8;
    padding: 1rem;
    border-radius: 20px 65px 20px 20px;
  }
  .service-top-block .img {
    margin-top: 0;
    margin: auto;
  }
  .service-top-block .toc {
    margin-top: 1rem;
    border-radius: 2.18rem;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .service-top-block {
    padding-bottom: 2rem !important;
    margin-top: -375px;
    padding-top: 312px !important;
  }
  .service-top-block .img {
    width: 100%;
  }
  .service-top-block .button {
    flex-direction: column-reverse;
    gap: 1rem;
  }
  .service-top-block .button .btn {
    line-height: 20px;
  }
  .service-top-block .toc {
    padding: 1rem 2rem;
    flex-direction: column;
    gap: 1rem;
  }
  .service-top-block .items {
    margin-top: -1.5rem;
  }
  .service-top-block .items .item__content__text {
    font-size: 16px;
  }
  .service-top-block .items .item__content__text .price__new {
    font-size: 28px;
  }
  .service-top-block .items .item__content__img {
    border-radius: 1.25rem;
    min-width: 85px;
    min-height: 85px;
  }
  .service-top-block .items .item__content__img img {
    right: -4px;
  }
  .service-top-block .items .item .credit {
    column-gap: 0.5rem;
  }
}
@media (max-width: 576px) {
  .service-top-block {
    margin-top: -325px;
  }
  .service-top-block .container {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .service-top-block h1 br {
    display: none;
  }
  .service-top-block .button {
    flex-direction: column-reverse;
    row-gap: 1.75rem;
    align-items: unset;
    font-size: 16px;
    font-weight: 500;
  }
  .service-top-block .button .btn {
    padding: 0 2rem;
    height: 70px;
  }
  .service-top-block .items .item .credit {
    min-height: 40px;
  }
  .service-top-block .items .item__content__text {
    font-size: 18px;
  }
  .service-top-block .items .item__content__text .price {
    flex-direction: column;
  }
  .service-top-block .items .item__content__text .price__new {
    font-size: 32px;
  }
  .service-top-block .items .item__content__text .price del {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .service-top-block .items .item__content__text .price {
    flex-direction: column;
  }
}
.service-top-block .check {
  grid-area: auto/span 2;
  order: 99;
  background-color: #E0F3FD;
  padding: 1.875rem 6rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-top: 2rem;
}
.service-top-block .check_img {
  width: 140px;
  height: 140px;
  min-width: 140px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: unset;
  background-color: white;
}
.service-top-block .check_img img {
  object-position: top center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-top-block .check_text_name {
  font-size: 24px;
  margin-bottom: 1rem;
  line-height: 1;
}
.service-top-block .check_text .name {
  font-size: 16px;
  margin-bottom: 0.5rem;
  display: block;
  line-height: 1;
}
.service-top-block .check_text .position {
  font-size: 14px;
  color: rgba(105, 105, 105, 0.6);
}
.service-top-block .check_text_date {
  margin-top: 1.25rem;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1440px) {
  .service-top-block .check {
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 1200px) {
  .service-top-block .check {
    margin-top: 2rem;
    gap: 2rem;
    padding: 1.5rem 2rem;
  }
  .service-top-block .check_text_name {
    font-size: 20px;
  }
  .service-top-block .check_text .name {
    font-size: 16px;
  }
  .service-top-block .check_text .position {
    font-size: 12px;
  }
  .service-top-block .check_text_date {
    margin-top: 1rem;
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .service-top-block .check {
    gap: 1.5rem;
    margin-top: 1rem;
    padding: 1.25rem;
  }
  .service-top-block .check_img {
    width: 130px;
    height: 130px;
    min-width: 130px;
  }
  .service-top-block .check_text_date {
    margin-top: 0.75rem;
  }
  .service-top-block .check_text_name {
    font-size: 22px;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 768px) {
  .service-top-block .check {
    gap: 1.25rem;
    padding: 1.25rem 0.75rem;
    align-items: unset;
  }
  .service-top-block .check_img {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}
@media (max-width: 576px) {
  .service-top-block .check {
    margin-top: 0.5rem;
    gap: 0.75rem;
    padding: 1rem;
  }
  .service-top-block .check_img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
  .service-top-block .check_text .name {
    font-size: 14px;
    margin-bottom: 0.75rem;
  }
  .service-top-block .check_text .position {
    font-size: 12px;
    width: 100%;
  }
  .service-top-block .check_text_name {
    font-size: 18px;
    line-height: 1.2;
  }
  .service-top-block .check_team {
    max-width: 260px;
  }
}
@media (max-width: 360px) {
  .service-top-block .check {
    padding: 1rem 0.75rem;
    flex-direction: column;
  }
  .service-top-block .check_text .position {
    width: calc(100% + 60px + 0.75rem);
  }
  .service-top-block .check_text_name {
    font-size: 16px;
  }
  .service-top-block .check_img {
    margin-top: -3rem;
  }
}

/*# sourceMappingURL=style.css.map */
