@import url("./fonts/evolventa.css");
@import url("./select.css");

:root {
  font-family: Evolventa, system-ui, Helvetica, Arial, serif;
  line-height: 1.5;
  font-weight: 400;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 10px;
  margin: 0;
  padding: 0;
  background: #fff;
}

.mobile {
  display: none;
}

.button:active {
  transform: translate(2px, 2px);
}

.button {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 315px;
  background: #fff;
  border-radius: 8px;

  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  color: #171717;
  text-decoration: none;
}

body {
  font-family: "Evolventa", serif;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  overflow-x: hidden;

  background: #fff;
  color: #171717;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

header {
  background: #f42468;
}

header > .container {
  background: url("/static/images/bg1.svg") no-repeat left bottom,
    url("/static/images/bg2.svg") no-repeat right top;
}

.header_top {
  padding: 20px 0;
}

.header_content {
  padding: 67px 0 105px 0;
}

.header_ttl {
  font-size: 84px;
  font-weight: 700;
  line-height: 96.6px;
  color: #fff;
}
.header_descwrapper {
  margin-left: 260px;
  color: #fff;
}

.header_descwrapper > div:nth-child(1) {
  font-size: 42px;
  font-weight: 700;
  line-height: 48.3px;
  padding-top: 10px;
}

.header_descwrapper > div:nth-child(2) {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;

  padding-top: 24px;
}

.header_descwrapper > div:nth-child(3) {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-top: 32px;
}

.present {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-template-areas:
    "a b c"
    "a d e";

  margin: 60px 0;
}

.present_ttl {
  grid-area: a;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.present_ttl > div {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.present_ttl > div > span {
  display: inline-flex;
  background: #f42468;
  color: #fff;
  transform: skewX(-10deg);

  padding: 0 10px;
  margin-left: -10px;
}

.present_ttl > div > span > span {
  transform: skewX(10deg);
}

.present_ttl > img {
  align-self: flex-end;
  margin-right: 30px;
}

.present_item:nth-child(2) {
  grid-area: b;
}

.present_item:nth-child(3) {
  grid-area: c;
}

.present_item:nth-child(4) {
  grid-area: d;
}

.present_item:nth-child(5) {
  grid-area: e;
}

.present_item {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border-radius: 12px;
  box-shadow: 10px 10px 30px 0px #0000001a;
  padding: 30px;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 10px;
}

.present_item > div:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.present_item > div:nth-child(2) {
  text-align: right;
}

.present_item .ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.4px;
}

.present_item .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
}

.package {
  background-color: #f42468;
}

.package > .container {
  background: url("/static/images/bg3.svg") no-repeat left bottom,
    url("/static/images/bg4.svg") no-repeat right bottom;
}

.package_wrapper {
  padding: 45px 0 70px 0;
}

.package_ttl {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
  color: #fff;
}

.package_ttl > span > span {
  font-size: 0.5em;
  line-height: 1px;
}

.package_desc {
  margin-left: 260px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 43.2px;
  padding-top: 24px;
}

.package_button {
  margin-left: 260px;
  padding-top: 50px;
}

.direction {
  padding: 60px 0;
}

.direction_top > span {
  font-size: 48px;
  font-weight: 700;
  line-height: 57.6px;
}

.direction_top {
  display: flex;
  justify-content: space-between;
}

.direction_buttons {
  display: flex;
  gap: 20px;
}

.direction_buttons > div {
  cursor: pointer;
}

.direction_buttons > div.swiper-button-disabled {
  opacity: 0.5;
}

.direction_buttons > div:active {
  transform: translate(2px, 2px);
}

.direction_buttons > div.swiper-button-disabled:active {
  transform: translate(0, 0);
}

.direction_swiper {
  margin-top: 50px;
  /*display: flex;
  gap: 20px; */
}

.direction_swiper .swiper-slide {
  width: 420px;
}

.direction_item {
  display: flex;
  flex-direction: column;
  width: 420px;
  background: #FAFAFB;
  border-radius: 20px 20px;
}

.direction_item .photo {
  height: 311px;
  background-color: #fee3ec;
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.direction_item .description {
  display: flex;
  flex-direction: column;
  min-height: 238px;
  padding: 16px 30px 30px 30px;
  box-sizing: border-box;
  justify-content: space-between;
}

.direction_item .description .ttl {
  font-size: 30px;
  font-weight: 700;
  line-height: 37.5px;
}

.direction_item .description .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding-top: 12px;
}

.direction_item .description .tag > span {
  background: #f0f0f0;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;

  height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;

  border-radius: 14px;
}

.whyme {
  padding: 55px 0 90px 0;
}

.whyme_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.whyme_wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;

  padding-top: 27px;
}

.whyme_item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.whyme_item > div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
}

.whyme_item > div:nth-child(2) {
  text-align: center;

  font-size: 24px;
  font-weight: 700;
  line-height: 32.4px;
}

.whyme_item > div:nth-child(3) {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
}

.portfolio {
  padding: 60px 0 0;
}

.portfolio_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.portfolio_wrapper {
  /* display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px; */
  position: relative;
  margin-top: 40px;
}

.portfolio_button {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.portfolio .swiper-slide {
  padding: 0 60px 60px;
  box-sizing: border-box;
  overflow: auto;
}

.portfolio_button.swiper-button-disabled {
  opacity: 0.5;
}

.portfolio_button > img:active {
  transform: translate(2px, 2px);
}

.portfolio_button.swiper-button-disabled > img:active {
  transform: translate(0, 0);
}

.portfolio_button.next {
  left: auto;
  right: 0;
}

.portfolio_button > img {
  cursor: pointer;
}

.portfolio_item {
  box-shadow: 10px 10px 30px 0px #0000001a;
  padding: 40px;
  display: grid;
  grid-template-columns: 73% 27%;
  width: 100%;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 28px;
}

.porftfolio_slick {
  width: 100%;
}

.portfolio_video {
  overflow: hidden;
  border-radius: 15px;
  height: 390px;
}

.portfolio_video > video,
.portfolio_video > .video-js {
  width: 100%;
  height: 390px;
}

.portfolio_content {
  display: flex;
  flex-direction: column;
}

.portfolio_content > div > img {
  width: 110px;
}

.portfolio_tags {
  display: flex;
  gap: 40px;
}

.portfolio_tags > span {
  color: #f7598d;
  background: #fcc8d9;
  height: 26px;
  display: flex;
  align-items: center;
  padding: 0 17px;

  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  border-radius: 13px;
  margin-top: 18px;
}

.portfolio_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin-top: 23px;
}

.portfolio_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
  margin-top: 10px;
}

.about {
  width: 100%;
  padding: 60px 0 120px 0;
}

.about_ttl {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.about_grid {
  margin-top: 40px;
  display: grid;
  grid-template-areas: "a b c" "a d e";
  grid-template-columns: 0.4fr 0.3fr 0.3fr;
  gap: 20px;
}

.about_item1 {
  grid-area: a;
  box-shadow: 10px 10px 30px 0px #0000001a;
  border-radius: 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  width: 100%;
}

.about_item1 > div {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}

.about_item1 > img {
  width: 100%;
}

.about_item {
  box-shadow: 10px 10px 30px 0px #0000001a;
  border-radius: 20px;

  display: flex;
  gap: 12px;
  flex-direction: column;

  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}

.about_item > div:nth-child(1) {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about_item > div:nth-child(1) > div {
  font-family: Montserrat;
  font-size: 80px;
  font-weight: 700;
  line-height: 88px;
}

.about_item > div:nth-child(1) > div > span {
  font-size: 0.5em;
  line-height: 0.5em;
}

.about_item > div:nth-child(2) {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.about_item:nth-child(2) {
  grid-area: b;
}
.about_item:nth-child(3) {
  grid-area: c;
}

.about_item:nth-child(4) {
  grid-area: d;
}
.about_item:nth-child(5) {
  grid-area: e;
}

.form {
  background: #f42468;
}

.form .container {
  background: url("/static/images/bg5.svg") no-repeat right top,
    url("/static/images/bg6.svg") no-repeat right 30% bottom;
}

.form_ttl {
  font-size: 55px;
  font-weight: 700;
  line-height: 63px;
  color: #fff;

  padding: 50px 0 30px 0;
}

.form_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "a b" "c b";
  gap: 30px 60px;

  padding-bottom: 65px;
}

.form_form {
  grid-area: a;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form_certificate {
  grid-area: b;
}

.form_certificate > div {
  position: relative;
}

.form_certificate img {
  width: 100%;
}

.form_certificate svg {
  width: 100%;
  position: absolute;
  left: 4px;
  top: 4px;
}

.form_certificate svg .text {
  font-size: 76.41px;
  font-weight: 700;
  line-height: 84.05px;
  text-align: center;
}

.form_certificate img {
  border-radius: 12px;
  border: solid 4px #fcc8d9;
}

.form_certificate .cert2 {
  display: none;
}

.form_form > input[type="text"],
.form_form > input[type="email"],
.form_form > input[type="tel"],
.form_form > input[type="url"] {
  border: solid 2px #e2e2e3;
  border-radius: 8px;
  height: 56px;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;

  font-family: Evolventa;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form_button {
  grid-area: c;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.form_button > button {
  max-width: 100%;
  border: none;
  cursor: pointer;
}

.form_politic {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.form_politic > a {
  color: #fff;
}

.form_form {
  padding: 46px 0;
}

.faq {
  padding: 45px 0;
}

.faq_title {
  font-size: 48px;
  font-weight: 700;
  line-height: 52.8px;
}

.faq_wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

.faq_wrapper > label {
  border-top: solid 1px #f0f0f0;
  padding: 20px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.faq_wrapper > label:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.faq_question {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  position: relative;
}

.faq_question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("/static/images/openclose.svg") no-repeat right top;
  transition: all 0.35s;
}

.faq_answer {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: all 0.35s;

  max-height: 0px;
  overflow: hidden;
  box-sizing: content-box;
}

.faq_wrapper > label > input {
  position: absolute;
  opacity: 0;
}

.faq_wrapper > label > input:checked + .faq_question + .faq_answer {
  max-height: 25rem;
}

.faq_wrapper > label > input:checked + .faq_question::after {
  transform: rotate(180deg);
}

footer {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  margin: 150px 0 50px 0;
  gap: 90px;
}

.footer_logo {
}

.footer_logo img {
  width: 212px;
}

.footer_first {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer_first > div {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer_first a {
  text-decoration: none;
  color: #171717;
  font-size: 13px;
  font-weight: 400;
  line-height: 14.95px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.footer_first a:hover {
  text-decoration: underline;
}

.footer_second {
  display: flex;
  flex-direction: column;
  gap: 18px;
  justify-content: space-between;
}

.footer_second a {
  font-size: 13px;
  font-weight: 700;
  line-height: 14.95px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;

  color: #171717;
  text-decoration: none;
}

.footer_second a:hover {
  text-decoration: underline;
}

.footer_social {
  display: flex;
  gap: 13px;
}

.footer_last {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer_last > div {
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #171717;
}

.footer_last > div > a {
  font-weight: 700;
  text-decoration: none;
  color: #171717;
}

.footer_copyright {
  grid-area: f;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;

  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #171717;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  header > .container {
    background: url("/static/images/mb_bg1.svg") no-repeat right top,
      url("/static/images/mb_bg2.svg") no-repeat left bottom,
      url("/static/images/mb_bg3.svg") no-repeat right bottom;
  }

  .header_top > img {
    height: 30px;
  }
  .header_content {
    padding: 70px 0 170px 0;
  }
  .header_ttl {
    font-size: 38px;
    font-weight: 700;
    line-height: 43.7px;
    text-align: center;
  }
  .header_descwrapper {
    margin-left: 0px;
  }
  .header_descwrapper > div:nth-child(1) {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    padding-top: 8px;
  }

  .header_descwrapper > div:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;

    padding-top: 20px;
    text-align: center;
  }

  .header_descwrapper > div:nth-child(3) {
    justify-content: center;
  }

  .present {
    grid-template-columns: 1fr;
    gap: 14px;
    grid-template-areas:
      "a"
      "b"
      "c"
      "d"
      "e";

    margin: 36px 0 50px 0;
  }

  .present_ttl {
    grid-area: a;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .present_ttl > div {
    font-size: 36px;
    font-weight: 700;
    line-height: 41.4px;
  }

  .present_ttl > div > span {
    display: inline-flex;
    background: #f42468;
    color: #fff;
    transform: skewX(-10deg);

    padding: 0 10px;
    margin-left: -10px;
  }

  .present_ttl > div > span > span {
    transform: skewX(10deg);
  }

  .present_ttl > img {
    display: none;
  }

  .present_item {
    padding: 20px;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 10px;
  }

  .present_item .ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 32.4px;
  }

  .present_item .desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
  }

  .package > .container {
    background: url("/static/images/mb_bg4.svg") no-repeat right top,
      url("/static/images/mb_bg5.svg") no-repeat left bottom;
  }

  .package_wrapper {
    padding: 93px 0 157px 0;
  }

  .package_ttl {
    font-family: Evolventa;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .package_ttl > span {
    display: block;
    width: 100%;
    padding-top: 8px;
    font-size: 64.99px;
    font-weight: 700;
    line-height: 77.99px;
  }

  .package_desc {
    margin-left: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;

    padding-top: 12px;
  }

  .package_button {
    margin-left: 0px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
  }

  .direction {
    padding: 50px 0;
  }

  .direction_top > span {
    font-size: 36px;
    font-weight: 700;
    line-height: 41.4px;
  }

  .direction_buttons {
    display: none;
  }

  .direction_swiper .swiper-slide {
    width: 310px;
  }

  .direction_item {
    width: 310px;
    max-width: calc(100vw - 40px);
  }

  .direction_item .photo {
    height: 222px;
  }

  .direction_item .description {
    min-height: 208px;
    padding: 20px;
  }

  .direction_item .description .ttl {
    font-size: 22px;
    font-weight: 700;
    line-height: 29.7px;
  }

  .direction_item .description .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
  }

  .direction_item .description .tag > span {
    font-size: 11px;
    font-weight: 400;
    line-height: 113px;
  }

  .whyme {
    padding: 34px 0 38px 0;
  }

  .whyme_ttl {
    font-size: 36px;
    font-weight: 700;
    line-height: 41.4px;
  }

  .whyme_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;

    padding-top: 27px;
  }

  .whyme_item:nth-child(1) > div:first-child > img {
    width: 140px;
  }

  .whyme_item:nth-child(2) > div:first-child > img {
    width: 83px;
  }

  .whyme_item:nth-child(3) > div:first-child > img {
    width: 81px;
  }

  .whyme_item > div:nth-child(2) {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
  }

  .whyme_item > div:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.3px;
  }

  .whyme_item > div:nth-child(1) {
    min-height: 120px;
  }

  .portfolio {
    display: none;
  }

  .about {
    padding: 50px 0;
  }

  .about_ttl {
    font-size: 32px;
    font-weight: 700;
    line-height: 38.4px;
    text-align: left;
  }

  .about_grid {
    margin-top: 40px;
    display: grid;
    grid-template-areas: "b c" "d e" "a a";
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .about_item {
    box-shadow: none;
    border-radius: 0px;
    gap: 9px;
    padding: 0px;
  }

  .about_item > div:nth-child(1) > div {
    font-size: 48px;
    font-weight: 700;
    line-height: 52.8px;
  }

  .about_item > div:nth-child(3) {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
  }

  .about_item1 {
    box-shadow: none;
    border-radius: 20px;
    background: #fff1f5;
  }

  .about_item1 > div {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    padding: 15px 15px 0 15px;
  }

  .about_item1 > img {
    width: 70%;
    align-self: flex-end;
  }

  .form .container {
    background: none;
  }

  .form_ttl {
    font-size: 34px;
    font-weight: 700;
    line-height: 45.9px;
    padding: 40px 0 14px 0;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }

  .form_ttl > span {
    font-size: 22px;
    font-weight: 400;
    line-height: 29.7px;
  }

  .form_ttl > span > br {
    display: none;
  }

  .form_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "a" "b" "c";
    gap: 20px;

    padding-bottom: 65px;
  }

  .form_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .form_certificate {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .form_certificate > div {
    width: 70%;
  }

  .faq_title {
    font-size: 38px;
    font-weight: 700;
    line-height: 43.7px;
    letter-spacing: -0.025em;
  }
  .faq_question,
  .faq_question a {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }

  .faq_answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }

  footer {
    width: 100%;
    grid-template-columns: 1fr auto;
    margin: 50px 0 50px 0;
    gap: 30px;
  }
  .footer_logo img {
    width: 128px;
  }
  .footer_social {
    display: none;
  }
  .footer_second {
    justify-content: space-between;
  }
  .footer_second > a {
    font-size: 10px;
    font-weight: 700;
    line-height: 11.5px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .footer_last > div {
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .footer_last > .footer_social {
    display: flex;
    margin-top: 20px;
  }

  .footer_first a {
    font-size: 10px;
    font-weight: 400;
    line-height: 11.5px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .footer_first {
    position: relative;
  }

  .footer_copyright {
    font-size: 9px;
    font-weight: 400;
    line-height: 11.7px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }
}

.success {
  background: url("/static/images/bg1.svg") no-repeat left bottom,
    url("/static/images/bg2.svg") no-repeat right top;
  background-color: #f42468;
  padding: 20px;
  width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
}

.success_header > img {
  height: 40px;
}

.success_wrapper {
  text-align: center;
  color: #fff;
}

.success_wrapper h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 80.5px;
}

.success_wrapper .success_complete {
  font-size: 30px;
  font-weight: 400;
  line-height: 37.5px;

  padding: 20px 0 40px 0;
}
.success_wrapper .success_sended {
  font-size: 24px;
  font-weight: 400;
  line-height: 34.8px;
}
.success_wrapper .success_email {
  display: inline-flex;
  font-size: 30px;
  font-weight: 700;
  line-height: 43.5px;
  background: #fff;
  padding: 4px 14px 0 14px;
  transform: skewX(-15deg);
  color: #171717;

  margin: 20px 0 60px;
}

.success_wrapper .success_email > span {
  transform: skewX(15deg);
}
.success_wrapper .success_questions {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
}
.success_wrapper .success_phone {
  font-size: 24px;
  font-weight: 700;
  line-height: 34.8px;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  gap: 17px;
  align-items: center;

  margin-top: 26px;
}

.success_content {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 80px);
}

@media (max-width: 1024px) {
  .success {
    background: url("/static/images/mb_bg1.svg") no-repeat right top,
      url("/static/images/mb_bg2.svg") no-repeat left bottom,
      url("/static/images/mb_bg3.svg") no-repeat right bottom;
    background-color: #f42468;
  }

  .success_header > img {
    height: 30px;
  }

  .success_wrapper > img {
    width: 100px;
  }

  /**/
  .success_wrapper h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 48.3px;
    padding-top: 25px;
  }

  .success_wrapper .success_complete {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 16px 0 48px 0;
  }

  .success_wrapper .success_sended {
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
  }

  .success_wrapper .success_email {
    font-size: 22.15px;
    font-weight: 700;
    line-height: 32.12px;

    margin: 30px 0 80px;
  }

  .success_wrapper .success_phone {
    font-size: 16px;
    font-weight: 700;
    line-height: 23.2px;
    gap: 6px;

    margin-top: 16px;
  }
}
