*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

picture {
  display: block;
  max-width: 100%;
}

html {
  font-size: 10px;
}

body {
  background-color: #FFFFFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #14212b;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
body.of-hidden {
  overflow: hidden;
}
body h1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

a {
  color: #14212b;
}

.container {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 1230px;
  }
}

.section {
  padding-block: 80px;
  border-radius: 32px;
}

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.text-primary {
  color: #e62682;
}

.header {
  padding-block: 10px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
  position: relative;
}
.header__wrapper {
  max-width: 1375px;
  width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
  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;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
}
@media only screen and (max-width: 1199px) {
  .header__logo {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    gap: 16px;
  }
}
.header__logo-text {
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 1.2rem;
}
.header__logo-text span {
  font-size: 2rem;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1199px) {
  .header__logo-text span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo-text span {
    font-size: 14px;
  }
}
.header__logo img {
  width: 80px;
}
@media only screen and (max-width: 1199px) {
  .header__logo img {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .header__logo img {
    width: 50px;
  }
}
.header__toggle {
  height: 16px;
  width: 32px;
  background-color: transparent;
  border: 0;
  margin-left: auto;
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header__toggle-bar {
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__toggle-bar:first-child {
  position: absolute;
  top: 0;
}
.header__toggle-bar:last-child {
  bottom: 0;
  position: absolute;
}
@media only screen and (max-width: 991px) {
  .header__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__toggle.is-opened .header__toggle-bar:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.header__toggle.is-opened .header__toggle-bar:nth-child(2) {
  opacity: 0;
}
.header__toggle.is-opened .header__toggle-bar:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
@media only screen and (max-width: 991px) {
  .header__navbar {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
    max-height: 0;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 20px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 20px 16px rgba(0, 0, 0, 0.15);
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .nav {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    gap: 0;
    padding-block: 15px;
    border-top: 1px solid #efefef;
  }
}
@media only screen and (max-width: 991px) {
  .nav__item {
    width: 100%;
  }
}
.nav__link {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1199px) {
  .nav__link {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .nav__link {
    padding: 10px 15px;
    display: block;
    font-size: 1.6rem;
  }
}
.nav__link:hover {
  color: #e62682;
}

.footer .container {
  max-width: 1020px;
}
.footer .section-heading {
  margin-bottom: 33px;
}
.footer .section-heading__subtitle {
  margin-bottom: 16px;
}
.footer__content {
  background-color: #faf8f4;
  border-radius: 32px;
  padding: 38px 0 37px 31px;
  margin: 64px 0;
}
.footer__content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .footer__content-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
  }
}
.footer__content-logo {
  max-width: 140px;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .footer__content-logo {
    max-width: 76px;
    margin-bottom: 20px;
  }
}
.footer__content-title {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 2rem;
}
.footer__content-contact {
  padding-inline: 7px 20px;
}
.footer__content-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__content-contact ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer__content-contact .address {
  margin-right: 22px;
}
.footer__content-contact .tel {
  margin-right: 10px;
}
.footer__bottom {
  text-align: center;
  background-color: #17171d;
  padding: 18px 15px;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  border-radius: 32px 32px 0 0;
}

.worried {
  padding-top: 76px;
}
.worried .section-heading {
  margin-bottom: 64px;
}
.worried .container {
  position: relative;
}
.worried__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}
.worried__col {
  max-width: -webkit-calc(33.3333333333% - 16px);
  max-width: calc(33.3333333333% - 16px);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .worried__col {
    max-width: -webkit-calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 767px) {
  .worried__col {
    max-width: 100%;
  }
}
.worried__card {
  background-color: #faf8f4;
  text-align: center;
  padding: 18px;
  border-radius: 16px;
  height: 100%;
  min-height: 150px;
}
.worried__card-icon {
  width: 31px;
  height: 31px;
  display: block;
  margin-inline: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23e62682'%3E%3Cpath d='m424-296 282-282-56-56-226 226-114-114-56 56 170 170Zm56 216q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
}
.worried__card-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-top: 14px;
}
.worried .cat-img {
  position: absolute;
  bottom: -85px;
  right: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.message {
  background-color: #faf8f4;
  padding-top: 70px;
}
.message .section-heading__title {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  position: relative;
  padding-inline: 34px 25px;
}
.message .section-heading__title:before, .message .section-heading__title:after {
  content: "";
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 100%;
  position: absolute;
}
.message .section-heading__title:before {
  background-image: url(../img/slash-backward.png);
  left: 0;
}
.message .section-heading__title:after {
  background-image: url(../img/slash-forward.png);
  right: 0;
}
.message .container {
  position: relative;
}
.message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.message__img, .message__desc {
  max-width: -webkit-calc(50% - 12px);
  max-width: calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .message__img, .message__desc {
    max-width: 100%;
  }
}
.message__img {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (max-width: 991px) {
  .message__img img {
    width: 100%;
  }
}
.message__desc {
  background-color: #FFFFFF;
  padding: 45px 30px 55px 23px;
  margin-top: 35px;
  position: relative;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .message__desc {
    margin-top: 0;
    padding: 45px 15px 55px;
  }
}
.message__desc::after {
  content: "";
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  left: -100px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .message__desc::after {
    display: none;
  }
}
.message__text, .message__heading {
  position: relative;
  z-index: 2;
}
.message__text p {
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.message__text p:not(:last-child) {
  margin-bottom: 31px;
}
.message__heading {
  margin-bottom: 24px;
}
.message__heading--small {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
}
.message__heading--alt {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 32px;
}
.message__heading--main {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #e62682;
}
@media only screen and (max-width: 767px) {
  .message__heading--main {
    font-size: 2.2rem;
  }
}
.message .cat-img {
  position: absolute;
  bottom: -80px;
  left: 62px;
}

.reasons {
  padding-top: 72px;
}
.reasons .section-heading {
  margin-bottom: 66px;
}
.reasons__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 17px;
}
.reasons__col {
  max-width: -webkit-calc(50% - 12px);
  max-width: calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .reasons__col {
    max-width: 100%;
  }
}
.reasons__card {
  background-color: #faf8f4;
  padding: 21px 15px 29px 15px;
  border-radius: 16px;
}
.reasons__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .reasons__card-header {
    gap: 14px;
  }
}
.reasons__card-icon {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .reasons__card-icon {
    width: 52px;
    height: 52px;
  }
}
.reasons__card-title {
  font-size: 2rem;
  color: #e62682;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .reasons__card-title {
    font-size: 1.6rem;
  }
}
.reasons__card-desc {
  padding-left: 8px;
}
.reasons__card-desc p {
  line-height: 1.7;
}
.reasons .cat-img {
  position: absolute;
  bottom: -91px;
  right: 10px;
}

.survey {
  background-color: #faf8f4;
  border-radius: 32px;
  padding-bottom: 73px;
}
.survey .section-heading {
  margin-bottom: 51px;
}
.survey .section-heading__subtitle {
  margin-bottom: 12px;
}
.survey .section-heading__brief {
  margin-top: 33px;
}
.survey__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}
.survey__content-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 12px);
  flex: 0 0 -webkit-calc(33% - 12px);
  flex: 0 0 calc(33% - 12px);
}
@media only screen and (max-width: 991px) {
  .survey__content-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.survey__content-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(67% - 12px);
  flex: 0 0 -webkit-calc(67% - 12px);
  flex: 0 0 calc(67% - 12px);
}
@media only screen and (max-width: 991px) {
  .survey__content-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.survey__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
}
.survey__card:first-child {
  margin-top: 5px;
}
.survey__card:not(:last-child) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 575px) {
  .survey__card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.survey__card-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 248px;
  flex: 0 0 248px;
  max-width: 248px;
}
@media only screen and (max-width: 575px) {
  .survey__card-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.survey__card-img img {
  aspect-ratio: 248/185;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.survey__card-desc {
  padding: 17px 35px 17px 25px;
}
@media only screen and (max-width: 575px) {
  .survey__card-desc {
    padding: 24px;
  }
}
.survey__card-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .survey__card-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.survey__card-text {
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .survey__card-text {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .survey__card-text {
    font-size: 1.6rem;
  }
}
.survey .cat-img {
  position: absolute;
  bottom: -76px;
  left: 15px;
}

.price {
  padding-top: 69px;
}
.price .section-heading {
  margin-bottom: 50px;
}
.price .section-heading__subtitle {
  margin-bottom: 18px;
}
.price__desc {
  line-height: 1.7;
  letter-spacing: 0;
}
.price__table-container {
  max-width: 996px;
  width: 100%;
  margin: 44px auto 40px;
}
.price__table-text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-left: 16px;
}
@media only screen and (max-width: 767px) {
  .price__table-text {
    margin-left: 0;
  }
}
.price__table-text--top {
  margin-left: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .price__table-text--top {
    display: block;
    margin-bottom: 16px;
  }
}
.price__more-detail {
  text-align: center;
}
.price__more-detail-title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 30px;
}
.price__more-detail .btn {
  max-width: 384px;
  width: 100%;
}
.price .cat-img {
  position: absolute;
  bottom: -86px;
  right: 15px;
}

.flow {
  background-color: #faf8f4;
  border-radius: 32px;
  padding-block: 70px 87px;
}
.flow .section-heading {
  margin-bottom: 46px;
}
.flow .section-heading__subtitle {
  margin-bottom: 15px;
}
.flow .section-heading__brief {
  margin-top: 30px;
}
.flow__card {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 38px 31px 35px;
}
.flow__card-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 22px 4px;
}
.flow__card-title span {
  margin-right: 18px;
  letter-spacing: 0.02em;
}
.flow__card-desc p {
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.flow__step {
  position: relative;
}
.flow__step::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #767573;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .flow__step::before {
    display: none;
  }
}
.flow__step::after {
  content: "";
  display: block;
  clear: both;
}
.flow__step-item {
  max-width: 50%;
  width: 100%;
  position: relative;
}
.flow__step-item::after {
  content: "";
  display: block;
  background-image: url("../img/flow-bullets.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  width: 44px;
  height: 16px;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .flow__step-item::after {
    display: none;
  }
}
.flow__step-item:nth-child(odd) {
  padding-right: 34px;
  float: left;
  clear: left;
}
.flow__step-item:nth-child(odd)::after {
  right: -8px;
  top: 50px;
}
@media only screen and (max-width: 767px) {
  .flow__step-item:nth-child(odd) {
    padding-right: 0;
  }
}
.flow__step-item:nth-child(even) {
  padding-left: 34px;
  float: right;
  clear: right;
}
.flow__step-item:nth-child(even)::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -8px;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .flow__step-item:nth-child(even) {
    padding-left: 0;
  }
}
.flow__step-item:nth-child(2) {
  margin-top: 105px;
}
.flow__step-item:nth-child(3) {
  margin-top: 50px;
}
.flow__step-item:nth-child(4) {
  margin-top: 89px;
}
.flow__step-item:nth-child(5) {
  margin-top: 125px;
}
.flow__step-item:nth-child(6) {
  margin-top: 44px;
}
.flow__step-item:nth-child(7) {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .flow__step-item:nth-child(odd), .flow__step-item:nth-child(even) {
    max-width: 100%;
    margin-top: 30px;
  }
}
.flow .cat-img {
  position: absolute;
  left: 53px;
  bottom: -80px;
}

.faq {
  padding-top: 73px;
}
.faq .section-heading {
  margin-bottom: 40px;
}
.faq .section-heading__subtitle {
  margin-bottom: 15px;
}
.faq .section-heading__brief {
  margin-top: 37px;
}
.faq-accordion {
  max-width: 792px;
  width: 100%;
  margin-inline: auto;
}
.faq-accordion__card:not(:last-child) {
  margin-bottom: 7px;
}
.faq-accordion__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 26px;
  background-color: #faf8f4;
  padding: 14px 21px 16px 29px;
  border-radius: 16px;
  cursor: pointer;
}
.faq-accordion__card-header .arrow {
  width: 24px;
  height: 24px;
  display: block;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%231f1f1f'%3E%3Cpath d='M480-344 240-584l56-56 184 184 184-184 56 56-240 240Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faq-accordion__card-header.active .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-accordion__card-q, .faq-accordion__card-a {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: normal;
}
.faq-accordion__card-a {
  margin-top: -9px;
}
.faq-accordion__card-title {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.faq-accordion__card-inner {
  padding: 30px 26px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
}
.faq-accordion__card-inner p {
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.faq-accordion__card-inner.active {
  padding-block: 30px;
  overflow: hidden;
}
.faq-accordion__card-body {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.faq .cat-img {
  position: absolute;
  right: 0;
  bottom: -90px;
}

.contact {
  background-color: #faf8f4;
  padding-block: 66px 50px;
}
.contact .section-heading {
  margin-bottom: 40px;
}
.contact .section-heading__subtitle {
  margin-bottom: 20px;
}
.contact .section-heading__brief {
  margin-top: 30px;
}
.contact__title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 28px;
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}
.contact__content-left {
  max-width: -webkit-calc(33.33% - 12px);
  max-width: calc(33.33% - 12px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact__content-left {
    max-width: 100%;
  }
}
.contact__content-right {
  max-width: -webkit-calc(58.33% - 12px);
  max-width: calc(58.33% - 12px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .contact__content-right {
    max-width: 100%;
  }
}
.contact__content-phone .btn {
  width: 100%;
  font-size: 2.8rem;
  padding-block: 14px;
  max-width: 383px;
}
@media only screen and (max-width: 991px) {
  .contact__content-phone .btn {
    font-size: 2.2rem;
  }
}
.contact__content-phone .btn svg {
  width: 24px;
}
.contact__content-phone .opening-hrs {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-top: 34px;
}
.contact__content-email .contact__title {
  margin-bottom: 37px;
}
.contact__form {
  margin-top: 64px;
}
.contact__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.contact__form-group--checkbox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  accent-color: #e62682;
  margin: 52px 0 5px -40px;
}
@media only screen and (max-width: 767px) {
  .contact__form-group--checkbox {
    padding-left: 0;
    margin-left: 0;
  }
}
.contact__form-group--checkbox .contact__form-label--required {
  display: inline-block;
}
.contact__form-group--checkbox .contact__form-label {
  max-width: 100%;
  font-weight: normal;
  text-indent: 4px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
@media only screen and (max-width: 767px) {
  .contact__form-group--checkbox .contact__form-label {
    font-size: 1.4rem;
  }
}
.contact__form-group--privacy-title {
  margin-bottom: 15px;
  line-height: 1.7;
}
.contact__form-group--privacy-content {
  max-height: 200px;
  overflow-y: auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  font-size: 1.4rem;
  border: 1px solid #14212A;
}
.contact__form-group--privacy-content ul li {
  line-height: 1.7;
}
.contact__form-group--privacy .privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact__form-group--privacy .privacy-text {
  margin-bottom: 20px;
  line-height: 1.7;
}
.contact__form-group .btn {
  max-width: 387px;
  width: 100%;
  margin-inline: auto;
  letter-spacing: 0.02em;
  font-weight: normal;
  margin-top: 34px;
  cursor: pointer;
  padding-block: 11px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  -webkit-transform: translateX(-18px);
  -ms-transform: translateX(-18px);
  transform: translateX(-18px);
}
@media only screen and (max-width: 767px) {
  .contact__form-group .btn {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.contact__form-label {
  max-width: 30%;
  width: 100%;
  font-weight: 700;
  line-height: 1.7;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 575px) {
  .contact__form-label {
    max-width: 100%;
  }
}
.contact__form-label--required {
  font-size: 1.2rem;
  display: block;
}
.contact__form-field {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 14%;
  border: 1px solid #14212b;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 10px;
}
.contact__form-field:focus-visible {
  outline: none;
}
@media only screen and (max-width: 767px) {
  .contact__form-field {
    margin-right: 0;
  }
}
.contact__form-field--textarea {
  margin-right: 0;
  min-height: 152px;
  resize: none;
}
.contact__form-checkbox {
  width: 24px;
  height: 24px;
  border: 1px solid #14212b;
  border-radius: 4px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.contact .cat-img {
  position: absolute;
  bottom: -57px;
  left: 25px;
}

.contact__confirm {
  text-align: center;
  height: -webkit-calc(100vh - 155px);
  height: calc(100vh - 155px);
  background-color: #faf8f4;
}
@media only screen and (max-width: 767px) {
  .contact__confirm {
    height: -webkit-calc(100vh - 125px);
    height: calc(100vh - 125px);
  }
}
.contact__confirm-text {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: start;
  gap: 50px;
  border-bottom: 1px dashed #efefef;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .contact__confirm-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.contact__confirm-block {
  background-color: #FFFFFF;
  padding: 50px;
  max-width: 50%;
  width: 100%;
  border-radius: 16px;
  margin-inline: auto;
}
@media only screen and (max-width: 991px) {
  .contact__confirm-block {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .contact__confirm-block {
    max-width: 100%;
  }
}
.contact__confirm-wrapper {
  width: auto;
  margin-inline: auto;
  max-width: 500px;
}
.contact__confirm-wrapper .btn {
  max-width: 200px;
  width: 100%;
  margin: 20px 0 0 0;
  padding-block: 15px;
  cursor: pointer;
}
.contact__completed-icon {
  display: block;
  margin-bottom: 20px;
}
.contact__completed-icon svg {
  width: 50px;
  height: 50px;
}
.contact__completed-text {
  margin-bottom: 28px;
}

.btn {
  padding: 19px 25px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
}
.btn svg {
  width: 18px;
}
.btn-primary {
  background-color: #e62682;
  color: #FFFFFF;
}
.btn-primary:hover {
  background-color: rgb(236.25, 92.25, 161.25);
}
.btn-primary:disabled {
  background-color: rgb(236.25, 92.25, 161.25);
}
.btn-white {
  background-color: #FFFFFF;
  border: 1px solid #e62682;
  color: #e62682;
}
.btn-white:hover {
  background-color: #e62682;
  color: #FFFFFF;
}
.btn-small {
  padding-block: 12px;
}

.hero {
  padding-block: 0;
  border-radius: 0 0 32px 32px;
  position: relative;
}
.hero::after {
  content: "";
  display: block;
  height: -webkit-calc(100% - 76px);
  height: calc(100% - 76px);
  border-radius: 0 0 32px 32px;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #faf8f4;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .hero::after {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-bottom: 50px;
  }
}
.hero__top {
  text-align: right;
  padding-block: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
}
@media only screen and (max-width: 767px) {
  .hero__top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.hero__top-btn {
  padding-block: 7px;
  font-size: 2rem;
  border: 1px solid transparent;
  border-radius: 8px;
  max-width: 206px;
  width: 100%;
  gap: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .hero__top-btn svg {
    width: 17px;
  }
}
.hero__top-btn--white {
  border-color: rgba(230, 38, 130, 0.7);
  color: #e62682;
  background-color: #FFFFFF;
}
.hero__top-btn--white:hover {
  background-color: #e62682;
  border-color: #e62682;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .hero__top-btn--white {
    font-size: 1.6rem;
  }
}
.hero__top-btn--primary {
  background-color: rgba(230, 38, 130, 0.7);
  color: #FFFFFF;
  gap: 9px;
  font-size: 16px;
}
.hero__top-btn--primary:hover {
  background-color: #e62682;
}
@media only screen and (max-width: 767px) {
  .hero__top {
    position: fixed;
    bottom: -86px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    z-index: 3;
    background-color: #faf8f4;
    padding: 23px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__top.visible {
    visibility: visible;
    opacity: 1;
    bottom: 0;
  }
}
.hero__top.footer-visible {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: -86px;
}
.hero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    display: block;
  }
}
.hero__content-caption {
  position: absolute;
  top: 18%;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .hero__content-caption {
    top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content-caption {
    background-color: #FFFFFF;
    padding: 32px 10px 32px 30px;
    margin: -60px 9px 0 0;
    border-radius: 16px;
    position: relative;
    top: 0px;
    left: -20px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}
.hero__content-img {
  max-width: 74.5%;
  overflow: hidden;
  border-radius: 32px;
  max-height: 580px;
}
@media only screen and (max-width: 767px) {
  .hero__content-img {
    border-radius: 0 0 0 32px;
    max-width: 100%;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.hero__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hero__content .cat-img {
  margin-left: 14px;
  margin-bottom: -25px;
}
@media only screen and (max-width: 767px) {
  .hero__content .cat-img {
    margin-top: -120px;
    width: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .cat-img {
    width: 60px;
  }
}
.hero__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .hero__tags {
    gap: 4px;
  }
}
.hero__tag {
  display: block;
  border-radius: 8px;
  font-weight: 700;
  padding: 10px 17px;
  background-color: #f6cedd;
}
@media only screen and (max-width: 767px) {
  .hero__tag {
    font-size: 1.2rem;
    padding: 9px 7px;
  }
}
.hero__sub-title, .hero__title {
  font-weight: 700;
  background-color: #FFFFFF;
  border-radius: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  letter-spacing: 0.02em;
}
.hero__sub-title {
  font-size: 1.6rem;
  padding: 10px 19px 10px 87px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .hero__sub-title {
    font-size: 1.6rem;
    padding: 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero__sub-title {
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 25px;
  }
}
.hero__title {
  font-size: 3.2rem;
  padding: 13px 6px 13px 15px;
  margin-bottom: 30px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 991px) {
  .hero__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .hero__title {
    font-size: 2.4rem;
    padding: 0;
    line-height: 1.7;
    margin-bottom: 24px;
  }
}

.section-heading {
  margin-bottom: 60px;
}
.section-heading--center {
  text-align: center;
}
.section-heading__subtitle {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  font-weight: 700;
}
.section-heading__title {
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .section-heading__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 575px) {
  .section-heading__title {
    font-size: 2rem;
  }
}
.section-heading__brief {
  margin-top: 47px;
  font-size: 2rem;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .section-heading__brief {
    font-size: 1.4rem;
  }
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__item {
  background-color: var(--color-black);
  height: 30px;
  min-width: 30px;
}
.pagination__item:not(:last-of-type) {
  margin-right: 10px;
}
.pagination__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--color-white);
  height: 100%;
  padding: 7px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.pagination__item a:hover {
  opacity: 0.7;
}
.pagination__item.-dots {
  background-color: transparent;
  min-width: auto;
}
.pagination__item.-dots a {
  color: var(--color-black);
  padding-left: 0;
  padding-right: 0;
}
.pagination__item.-active {
  background-color: var(--color-white);
  border: 1px solid var(--color-black);
}
.pagination__item.-active a {
  color: var(--color-black);
}
.pagination__item.-prev a, .pagination__item.-next a {
  position: relative;
  width: auto;
}
.pagination__item.-prev a::after, .pagination__item.-next a::after {
  content: "";
  background-image: url(../img/pagination-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 8px;
  position: absolute;
}
.pagination__item.-prev a {
  padding: 5px 7px 5px 20px;
}
.pagination__item.-prev a:after {
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pagination__item.-next a {
  padding: 5px 20px 5px 7px;
}
.pagination__item.-next a:after {
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.price-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-block: 16px;
}

.price-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: sans-serif;
  border: 1px solid #222;
}
.price-table p {
  margin-bottom: 14px;
}

.price-table th:first-child {
  width: 130px;
}

.price-table th,
.price-table td {
  border: 1px solid #222;
  padding: 15px 10px;
  font-size: 14px;
  text-align: center;
  vertical-align: sub;
  height: 58px;
  line-height: 1.5;
}

.price-table thead th,
.price-table td:first-child {
  background: #cccccc;
}

.price-table .highlight,
.price-table thead .highlight {
  background: #ffedb3;
}

.price-table thead .highlight {
  background-color: #ffc211;
}
/*# sourceMappingURL=app.css.map */
