/**  Mixins */
:root {
  --base-width: 375;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1440;
  }
}
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
.x-container {
  max-width: 1040px;
  padding-inline: 20px;
  margin-inline: auto;
}

.x-section {
  color: #21262B;
  padding-block: 80px;
}
@media only screen and (min-width: 992px) {
  .x-section {
    padding-block: 150px;
  }
}
.x-section--yellow {
  background: #F5F1EE;
}
.x-section__more {
  text-align: center;
  margin-top: 64px;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 12px;
  line-height: 1.83;
}
@media only screen and (min-width: 768px) {
  .x-section__more {
    font-size: 13px;
    line-height: 25px;
    margin-top: 100px;
  }
}
.x-section__more p {
  margin: 0;
}
.x-section__more .link-more {
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #21262B;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 12px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .x-section__more .link-more {
    font-size: 20px;
  }
}
.x-section__more .link-more img {
  max-height: 20px;
}
@media only screen and (min-width: 768px) {
  .x-section__more .link-more img {
    max-height: 24px;
  }
}

.slick-nav-line--2 .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.slick-nav-line--2 .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-nav-line--2 .slick-dots li button {
  background: #E8E8E8;
  font-weight: 500;
  font-size: 0;
  line-height: 1;
  height: 3px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 50px;
}
.slick-nav-line--2 .slick-dots li button::before {
  display: none;
}
.slick-nav-line--2 .slick-dots li.slick-active button {
  background: #21262B;
}

.slider-steps {
  padding-block: 60px;
}
.slider-steps .slick-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  top: 0;
  bottom: auto;
}
.slider-steps .slick-dots li {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.slider-steps .slick-dots li button {
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 0;
  margin: 0;
  min-height: 34px;
  min-width: 41px;
  color: #21262B;
  clip-path: polygon(0 0, calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 0 100%, 5px 50%);
}
.slider-steps .slick-dots li button::before {
  display: none;
}
.slider-steps .slick-dots li:first-child button {
  clip-path: polygon(calc(100% - 5px) 0, 100% 50%, calc(100% - 5px) 100%, 0 100%, 0 0);
}
.slider-steps .slick-dots li.slick-active button {
  background: #21262B;
  color: #fff;
}
.slider-steps .slick-arrow {
  width: 40px;
  height: 40px;
  bottom: 0;
  z-index: 6;
  transform: none;
  top: auto;
}
.slider-steps .slick-arrow::before, .slider-steps .slick-arrow::after {
  display: none;
}
.slider-steps .slick-arrow.slick-prev {
  background: url("../img/service-new/slider-prev.svg") no-repeat 0 0/100%;
  left: calc(50% - 64px);
}
.slider-steps .slick-arrow.slick-next {
  background: url("../img/service-new/slider-next.svg") no-repeat 0 0/100%;
  right: calc(50% - 64px);
}

.section-heading--2 {
  text-align: center;
  color: #21262B;
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .section-heading--2 {
    margin-bottom: 100px;
  }
}
.section-heading--2 h4 {
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 0;
  color: #21262B;
}
.section-heading--2 h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #21262B;
  margin: 32px 0 0;
}
@media only screen and (min-width: 768px) {
  .section-heading--2 h3 {
    font-size: 24px;
  }
}
.section-heading--2 h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin: 16px 0 0;
  color: #21262B;
}
@media only screen and (min-width: 768px) {
  .section-heading--2 h2 {
    margin: 20px 0 0;
    font-size: 36px;
  }
}

.x-banner {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .x-banner {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .x-banner__inner {
    display: flex;
    align-items: center;
  }
}
.x-banner h1 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.3em;
  white-space: nowrap;
  z-index: 8;
  position: relative;
  color: #21262B;
  font-size: 28px;
  margin: 0 auto -144px;
}
@media only screen and (min-width: 768px) {
  .x-banner h1 {
    order: 1;
    margin: 0 0 0 -28px;
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .x-banner h1 {
    font-size: 44px;
  }
}
.x-banner__image {
  margin-inline: -20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .x-banner__image {
    margin-inline: 0;
  }
}
.x-banner__image picture {
  display: block;
}
.x-banner__image picture img {
  width: 100%;
}
.x-banner__image h3 {
  margin: 0;
  position: absolute;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #21262B;
  font-size: 14px;
  left: 24px;
  bottom: -16px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .x-banner__image h3 {
    font-size: 16px;
    text-align: right;
    right: 24px;
    bottom: 24px;
    left: auto;
  }
}
.x-banner__image h3 span {
  background: #fff;
  padding: 4px 2px;
}

.x-service__row + .x-service__row {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .x-service__row + .x-service__row {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .x-service__row {
    display: grid;
    grid-template-columns: 47.5% calc(52.5% - 38px);
    gap: 0 38px;
  }
}
.x-service__row--heading {
  margin: 0 0 -10px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .x-service__row--heading {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-bottom: 24px;
  }
}
.x-service__row--heading h5 {
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 8px;
}
@media only screen and (min-width: 768px) {
  .x-service__row--heading h5 {
    margin: 0 0 12px;
  }
}
.x-service__row--heading h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .x-service__row--heading h3 {
    font-size: 24px;
  }
}
.x-service__row--heading h3 span {
  background: #21262B;
  color: #fff;
  padding: 2px;
}
.x-service__row figure {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .x-service__row figure {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
.x-service__row--body {
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-top: 16px;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .x-service__row--body {
    grid-column: 2/3;
    grid-row: 3/4;
    padding-top: 0;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.08em;
  }
}
.x-service__row--body mark {
  background: #E8E8E8;
}
@media only screen and (min-width: 768px) {
  .x-service__row.reverse {
    grid-template-columns: calc(52.5% - 38px) 47.5%;
  }
}
@media only screen and (min-width: 768px) {
  .x-service__row.reverse figure {
    grid-column: 2/3;
    grid-row: 1/4;
  }
}
@media only screen and (min-width: 768px) {
  .x-service__row.reverse .x-service__row--heading {
    grid-column: 1/2;
  }
}
@media only screen and (min-width: 768px) {
  .x-service__row.reverse .x-service__row--body {
    grid-column: 1/2;
  }
}

@media only screen and (min-width: 768px) {
  .x-how-to__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
    padding-bottom: 200px;
    gap: 12px 60px;
  }
}
@media only screen and (min-width: 992px) {
  .x-how-to__inner {
    gap: 12px 114px;
  }
}
@media only screen and (min-width: 768px) {
  .x-how-to__item {
    grid-template-columns: 1fr 85px;
    gap: 36px;
    display: grid;
    grid-column-start: 1;
    padding-bottom: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .x-how-to__item::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 46px;
    border-left: 1px solid #21262B;
    height: calc(100% - 46px);
  }
}
.x-how-to__item picture {
  display: block;
  margin: 0 0 24px;
}
@media only screen and (min-width: 768px) {
  .x-how-to__item picture {
    order: 2;
    align-self: flex-end;
    margin: 0;
  }
}
.x-how-to__item picture img {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
@media only screen and (min-width: 768px) {
  .x-how-to__item picture img {
    aspect-ratio: 0.65;
    object-fit: cover;
    border-radius: 99px;
  }
}
.x-how-to__item--body {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) {
  .x-how-to__item--body {
    padding-left: 58px;
    padding-bottom: 26px;
    line-height: 1.857;
    letter-spacing: 0.05em;
  }
}
.x-how-to__item--body h3 {
  font-weight: 500;
  letter-spacing: 0.05em;
  display: flex;
  gap: 12px;
  font-size: 22px;
  line-height: 1.45;
  margin: 0 0 16px;
}
@media only screen and (min-width: 768px) {
  .x-how-to__item--body h3 {
    font-size: 24px;
    line-height: 1.416;
    margin: 0 0 32px -58px;
    gap: 24px;
  }
}
.x-how-to__item--body h3 strong {
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .x-how-to__item--body h3 strong {
    background: #21262B;
    color: #fff;
    font-size: 24px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .x-how-to__item.second {
    grid-column-start: 2;
    transform: translateY(200px);
  }
}
.x-how-to__item:last-child::before {
  display: none;
}

.x-voice .slick-list {
  padding-inline: 27px;
}
@media only screen and (min-width: 768px) {
  .x-voice .slick-list {
    padding-inline: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .x-voice .slick-list {
    padding-inline: calc((100vw - 760px) / 2);
  }
}
.x-voice .slick-list .slick-track {
  display: flex;
}
.x-voice .slick-list .slick-track .slick-slide {
  height: auto;
}
.x-voice .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.x-voice__inner {
  margin: 0;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .x-voice__inner {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .x-voice__inner {
    padding-top: 0;
  }
}
.x-voice__inner .slick-dots {
  bottom: auto;
  top: 0;
}
.x-voice__item {
  transition: all 0.3s;
  padding: 8px 8px 20px;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .x-voice__item {
    transform: scale(0.9);
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .x-voice__item {
    padding: 40px;
  }
}
.x-voice__item--inner {
  box-shadow: 0px 5px 10px 0px #D9D9D9;
  background: #FBFCFF;
  height: 100%;
}
.x-voice__item--top {
  background: #E8E8E8;
  display: grid;
  gap: 15px 16px;
  padding: 24px 24px 20px 24px;
  flex-wrap: wrap;
  grid-template-columns: 40px;
}
@media only screen and (min-width: 768px) {
  .x-voice__item--top {
    padding: 40px 40px 32px;
    gap: 4px 16px;
  }
}
.x-voice__item--top figure {
  margin: 0;
  grid-column: 1/2;
  grid-row: 1/3;
}
.x-voice__item--top figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1;
  border-radius: 50%;
}
.x-voice__item--top h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  position: relative;
  margin: 0;
  grid-column: 2/3;
  grid-row: 1/2;
  padding-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .x-voice__item--top h4 {
    padding-bottom: 4px;
    line-height: 1.857;
    letter-spacing: 0.05em;
  }
}
.x-voice__item--top h4::after {
  content: "";
  width: 150px;
  border-bottom: 1px solid #A7A7A7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.x-voice__item--top h3 {
  font-weight: 500;
  margin: 0;
  grid-column: 1/3;
  grid-row: 2/3;
  font-size: 22px;
  line-height: 1.45;
}
@media only screen and (min-width: 768px) {
  .x-voice__item--top h3 {
    grid-column: 2/3;
    font-size: 24px;
    line-height: 1.4166;
    letter-spacing: 0.05em;
  }
}
.x-voice__item--body {
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 20px 27.5px 24px;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .x-voice__item--body {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.05em;
    padding: 32px 40px;
  }
}
.x-voice__item--body p:last-of-type {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .x-voice .slick-active .x-voice__item {
    transform: scale(1);
  }
}

.x-faqs__inner {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 -20px;
}
@media only screen and (min-width: 768px) {
  .x-faqs__inner {
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .x-faqs__inner {
    gap: 0 80px;
  }
}
.x-faqs__item {
  border-top: 1px solid #E8E8E8;
}
.x-faqs__item > h3 {
  font-weight: 500;
  letter-spacing: 0.03em;
  position: relative;
  gap: 12px;
  align-items: center;
  padding: 10px 50px 10px 24px;
  background: #fff;
  display: flex;
  cursor: pointer;
  min-height: 75px;
  font-size: 14px;
  line-height: 1.57;
}
@media only screen and (min-width: 768px) {
  .x-faqs__item > h3 {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.08em;
    gap: 16px;
    min-height: 80px;
  }
}
.x-faqs__item > h3::before {
  content: "Q";
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #21262B;
  color: #fff;
  font-family: Jost, sans-serif;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}
.x-faqs__item > h3::after {
  content: "";
  background: url("../img/service-new/plus.svg") no-repeat 50% 50%/100%;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  transition: all 0.3s;
  transform-origin: top;
}
.x-faqs__item--body {
  padding: 16px 42px 16px 72px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.857;
  letter-spacing: 0.05em;
  background: #E8E8E8;
  display: none;
  position: relative;
}
.x-faqs__item--body::before {
  content: "A";
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: #fff;
  color: #21262B;
  font-family: Jost, sans-serif;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #21262B;
  position: absolute;
  top: 16px;
  left: 24px;
}
.x-faqs__item--body p:last-of-type {
  margin: 0;
}
.x-faqs__item.show > h3::after {
  transform: rotate(45deg) translateY(-50%);
}

.x-staff__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 64px;
}
@media only screen and (min-width: 768px) {
  .x-staff__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .x-staff__inner {
    gap: 80px 180px;
  }
}
.x-staff__item {
  display: flex;
}
.x-staff__item figure {
  width: 145px;
}
@media only screen and (min-width: 992px) {
  .x-staff__item figure {
    width: 174px;
  }
}
.x-staff__item figure img {
  width: 100%;
}
.x-staff__item--body {
  width: calc(100% - 145px);
  padding-left: 32px;
}
@media only screen and (min-width: 992px) {
  .x-staff__item--body {
    width: calc(100% - 174px);
    padding-left: 56px;
  }
}
.x-staff__item--body h4 {
  line-height: 1.57;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media only screen and (min-width: 992px) {
  .x-staff__item--body h4 {
    line-height: 1.857;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
  }
}
.x-staff__item--body h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 992px) {
  .x-staff__item--body h3 {
    font-size: 24px;
    line-height: 1.416;
    letter-spacing: 0.05em;
  }
}
.x-staff__item--body h5 {
  font-family: Jost, sans-serif;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 18px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 992px) {
  .x-staff__item--body h5 {
    margin: 0 0 24px;
  }
}
.x-staff__item--body ul {
  padding: 0 0 0 12px;
  margin: 0;
  list-style: none;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 500;
  border-left: 1px solid #21262B;
}
.x-staff__item--body ul li + li {
  margin-top: 8px;
}

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