@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Caveat";
  src: url("../fonts/Caveat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  max-width: 100%;
  position: relative;
  overflow-x: hidden;
}

html {
  font-size: 2.6356vw;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.35;
  font-family: "Montserrat";
  font-weight: 400;
}

.my-body-noscroll-class {
  overflow: hidden;
}

.my-body-noscroll-class body {
  overflow: hidden;
}

img {
  max-width: 100%;
}

a,
button,
.img-svg,
.modal__open {
  outline: none;
  border: 0;
  cursor: pointer;
  background: none;
  transition: 320ms;
  text-decoration: none;
}

.img-svg path,
.img-svg line,
.img-svg circle {
  transition: 320ms;
}

/* Bootstrap 4 */
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 576px) {
  html {
    font-size: 0.521vw;
  }

  .container {
    max-width: 120.1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}

.slick-slide {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

section {
  position: relative;
  z-index: 5;
}

.container {
  position: relative;
  z-index: 5;
}

.section__bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 192rem auto;
  background-position: center top;
}

@media screen and (max-width: 575px) {
  .section__bg {
    background-size: 100% auto;
  }
}

.policy {
  padding: 40px 0;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
}

.policy h2 {
  font-size: 24px;
  margin-top: 30px;
}

.policy p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.t-title {
  font-family: "Caveat";
  font-weight: 700;
  font-size: 5.627rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #000317;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 575px) {
  .t-title {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.25;
    text-transform: uppercase;
    color: #000317;
    letter-spacing: 0.15rem;
  }
}

.d-title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.35;
  color: #626262;
}

@media screen and (max-width: 575px) {
  .d-title {
    font-size: 1.4rem;
  }
}

.d-title span {
  font-weight: 600;
  color: #000317;
}

.t-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 35rem;
  height: 9rem;
  box-shadow: 0 6px 0 0 #ad1b22, inset 5px 5px 12px 0 rgba(255, 255, 255, 0.12),
    inset -6px -6px 12px 0 rgba(255, 255, 255, 0.08);
  background: linear-gradient(138deg, #d0242c 0%, #f3464e 51.92%, #d0242c 100%);
  transition: 320ms all;
}

@media screen and (max-width: 575px) {
  .t-btn {
    width: 33.6rem;
    height: 8.6rem;
  }
}

.t-btn:hover {
  box-shadow: none;
}

.t-btn span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: inset 1px 1px 2px 0 rgba(255, 255, 255, 0.15),
    -3px -3px 6px 0 #df4249;
}

@media screen and (max-width: 575px) {
  .t-btn span {
    font-size: 1.7rem;
  }
}

.mobile__menu-open {
  background: none;
  border: none;
  cursor: pointer;
}

.mobile__menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #f1f1f1;
  z-index: 99;
  transition: right 0.4s ease;
}

.mobile__menu-btn {
  margin-top: 5rem;
}

.mobile__menu.active {
  right: 0;
}

.mobile__menu-inner {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 17rem;
}

.mobile__menu-inner .intro-section__header-inner-controls {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -7rem;
  margin-left: 0;
}

.mobile__menu-inner .intro-section__header-inner-controls-btn {
  border: 0.1rem solid #585858;
}

.mobile__menu-inner .intro-section__header-inner-controls-btn.active {
  border: 0.1rem solid #000000;
}

.mobile__menu-inner .intro-section__header-inner-controls-btn.active span {
  color: rgb(0, 0, 0);
}

.mobile__menu-inner .intro-section__header-inner-controls-btn span {
  color: rgba(17, 17, 17, 0.774);
}

.mobile__menu-logo {
  position: absolute;
  left: 1.6rem;
  top: -14.8rem;
  width: 6.184rem;
}

.mobile__menu-close {
  position: absolute;
  right: 3.1rem;
  top: -13.8rem;
  width: 2.8rem;
}

.mobile__menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.mobile__menu-list li {
  margin: 2rem 0;
}

.mobile__menu-list a {
  font-size: 2.4rem;
  color: rgb(0, 0, 0);
  text-decoration: none;
  transition: 0.2s;
}

.my-body-noscroll-class {
  overflow: hidden;
}

.intro-section {
  height: 106rem;
  padding-top: 5.4rem;
}

@media screen and (max-width: 575px) {
  .intro-section {
    height: 102rem;
    padding-top: 2.3rem;
  }
}

.intro-section__header {
  padding-left: 0.7rem;
}

@media screen and (max-width: 575px) {
  .intro-section__header {
    padding-left: 0;
    position: relative;
    z-index: 100;
  }
}

.intro-section__header-inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .intro-section__header-inner {
    -moz-column-gap: 24.2rem;
    column-gap: 24.2rem;
  }
}

.intro-section__header-inner-logo .logo {
  width: 8.476rem;
}

@media screen and (max-width: 575px) {
  .intro-section__header-inner-logo .logo {
    width: 6.181rem;
  }
}

.intro-section__header-inner-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
  margin-left: 24.6rem;
  width: 32rem;
}

@media screen and (max-width: 575px) {
  .intro-section__header-inner-nav {
    display: none;
  }
}

.intro-section__header-inner-nav-link {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #f3f3f3;
  transition: 320ms all;
  position: relative;
}

.intro-section__header-inner-nav-link::before {
  content: "";
  width: 100%;
  transform: scaleX(0);
  height: 0.1rem;
  background-color: #f3f3f3;
  position: absolute;
  left: 0rem;
  bottom: -0.3rem;
  transition: 320ms all;
}

.intro-section__header-inner-nav-link:hover::before {
  transform: scaleX(1);
}

@media screen and (max-width: 575px) {
  .intro-section__header-inner-burger {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.8rem 0;
    margin-top: -0.5rem;
  }
}

@media screen and (max-width: 575px) {
  .intro-section__header-inner-burger .line {
    display: block;
    width: 3.8rem;
    height: 0.2rem;
    background-color: #000317;
    transition: all 320ms;
  }

  .intro-section__header-inner-burger .line.second {
    width: 2.8rem;
  }
}

.intro-section__header-inner-controls {
  width: 8.9rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  margin-left: 14rem;
}

@media screen and (max-width: 575px) {
  .intro-section__header-inner-controls {
    display: none;
  }
}

.intro-section__header-inner-controls-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.7rem;
  height: 3.4rem;
  border-radius: 0.5rem;
  border: 0.1rem solid transparent;
  flex-shrink: 0;
}

.intro-section__header-inner-controls-btn.active {
  border: 0.1rem solid #f3f3f3;
}

.intro-section__header-inner-controls-btn.active span {
  color: #f3f3f3;
}

.intro-section__header-inner-controls-btn span {
  font-family: "Manrope";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(243, 243, 243, 0.5);
}

.intro-section__box {
  margin-top: 8.8rem;
  margin-left: 1rem;
}

@media screen and (max-width: 575px) {
  .intro-section__box {
    margin-left: 0;
    margin-top: 2.6rem;
  }
}

.intro-section__box-subtitle {
  margin-top: 1.5rem;
}

@media screen and (max-width: 575px) {
  .intro-section__box-subtitle {
    margin-top: 1rem;
    width: 32.4rem;
    margin-left: 0.2rem;
  }

  .intro-section__box-subtitle br {
    display: none;
  }
}

.intro-section__box-btn {
  height: 10rem;
  margin-top: 5rem;
}

@media screen and (max-width: 575px) {
  .intro-section__box-btn {
    height: 9.6rem;
    width: 33.7rem;
    margin: auto;
    margin-top: 35rem;
  }
}

.intro-section__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 21.6rem;
}

@media screen and (max-width: 575px) {
  .intro-section__bottom {
    margin-top: 9.5rem;
  }
}

.intro-section__bottom-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  text-transform: lowercase;
  background: linear-gradient(138deg, #d0242c 0%, #f3464e 51.92%, #d0242c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
  .intro-section__bottom-text {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}

.second-section {
  height: 27rem;
}

@media screen and (max-width: 575px) {
  .second-section {
    height: 63rem;
  }
}

.second-section__box {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin-left: -1rem;
  width: 121rem;
}

@media screen and (max-width: 575px) {
  .second-section__box {
    width: auto;
    flex-direction: column;
    align-items: baseline;
    gap: 1.5rem;
    margin-left: -1rem;
  }
}

.second-section__box-item-num {
  font-family: "Caveat";
  font-weight: 700;
  font-size: 12rem;
  line-height: 0.8;
  text-transform: uppercase;
  color: rgba(247, 213, 138, 0.5);
  margin-left: -1.5rem;
}

@media screen and (max-width: 575px) {
  .second-section__box-item-num {
    font-size: 12rem;
  }
}

.second-section__box-item-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  color: #000317;
  margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
  .second-section__box-item-title {
    font-size: 1.8rem;
    margin-top: 0.3rem;
  }
}

.second-section__box-item-subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.35;
  margin-top: 1rem;
  color: #626262;
}

@media screen and (max-width: 575px) {
  .second-section__box-item-subtitle {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }

  .second-section__box-item-subtitle.subtitle1 {
    font-size: 1.35rem;
  }
}

.second-section__box-item:nth-child(3) {
  margin-left: 1.5rem;
}

.steps-section {
  min-height: auto;
  padding-bottom: 6.6rem;
  padding-top: 3rem;
}

.steps-section .section__bg {
  background-position: bottom center;
  background-size: 100% 100%;
}

@media screen and (max-width: 575px) {
  .steps-section {
    min-height: auto;
    padding-top: 4.3rem;
    padding-bottom: 6.9rem;
  }
}

.steps-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 1rem;
}

@media screen and (max-width: 575px) {
  .steps-section__header {
    flex-direction: column;
    align-items: baseline;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-left: 0;
  }
}

.steps-section__header-left-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  text-transform: lowercase;
  background: linear-gradient(138deg, #d0242c 0%, #f3464e 51.92%, #d0242c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
  .steps-section__header-left-text {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}

.steps-section__header-subtext {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.35;
  text-align: right;
  color: #626262;
  margin-top: 9rem;
}

@media screen and (max-width: 575px) {
  .steps-section__header-subtext {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 1.7rem;
  }
}

.steps-section .tabs {
  width: 100%;
  margin-top: 3rem;
  min-height: 6rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs {
    margin: 1.5rem -1.5rem;
    margin-bottom: 0;
    width: 109%;
  }
}

.steps-section .tabs__nav {
  display: flex;
  justify-content: center;
  gap: 0rem 9rem;
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__nav {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    flex-wrap: nowrap;
    justify-content: initial;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    gap: 0 6.4rem;
  }
}

.steps-section .tabs__nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #efefed;
  transform: translateY(0);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.08);
}

.steps-section .tabs__nav.fixed .tabs__btn {
  padding: 2rem 0;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__nav.fixed .tabs__btn {
    flex-shrink: 0;
    padding: 1.8rem 0;
  }
}

.steps-section .tabs__btn {
  position: relative;
  padding: 1.1rem 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.35;
  color: #a9a9a9;
  transition: color 0.3s;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__btn {
    flex-shrink: 0;
    font-size: 1.48rem;
  }
}

@media screen and (max-width: 575px) and (max-width: 575px) {
  .steps-section .tabs__btn {
    padding: 0.8rem 0;
  }
}

.steps-section .tabs__btn::after {
  content: "";
  position: absolute;
  left: -3rem;
  bottom: -0.2rem;
  width: 0%;
  height: 0.3rem;
  background: #f7d58a;
  border-radius: 1rem;
  transition: width 0.3s;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__btn::after {
    bottom: -0.2rem;
    z-index: 3;
    left: -2rem;
  }
}

.steps-section .tabs__btn.active {
  font-weight: 600;
  color: #efc059;
}

.steps-section .tabs__btn.active::after {
  width: 138%;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__btn.active::after {
    width: 132%;
  }
}

.steps-section .tabs__content {
  position: relative;
  padding-top: 3.9rem;
  margin-left: 1rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__content {
    padding-top: 0rem;
    margin-left: 0;
  }
}

.steps-section .tabs__pane {
  display: none;
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.55s, transform 0.55s;
  visibility: hidden;
}

.steps-section .tabs__pane.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.steps-section .tabs__pane-header-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  background: linear-gradient(138deg, #d0242c 0%, #f3464e 51.92%, #d0242c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-header-text {
    font-size: 1.4rem;
  }
}

.steps-section .tabs__pane-header-title {
  font-size: 4rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-header-title {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-header-subtitle {
    width: 34.3rem;
  }

  .steps-section .tabs__pane-header-subtitle br {
    display: none;
  }
}

.steps-section .tabs__pane-box {
  display: flex;
  align-items: start;
  justify-content: center;
  /* justify-content: flex-start; */
  margin-top: 4rem;
  width: 121rem;
}

.steps-section .tabs__pane-box.box4 {
  width: 137rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box.box4 {
    width: auto;
  }
}

.steps-section .tabs__pane-box.box4 .tabs__pane-box-item {
  width: 34rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box.box4 .tabs__pane-box-item {
    width: 33.7rem;
  }
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box {
    width: auto;
    flex-direction: column;
    align-items: baseline;
    margin-top: 4.6rem;
    gap: 2rem 0;
  }
}

.steps-section .tabs__pane-box.box2 {
  margin-left: -1rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box.box2 {
    margin-left: 0;
  }
}

.steps-section .tabs__pane-box-item {
  padding-left: 3rem;
  padding-right: 3rem;
  border-left: 0.1rem solid #a9a9a9;
  height: 27.8rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box-item {
    width: 33.7rem;
    height: auto;
    border-left: none;
    border-bottom: 0.1rem solid #a9a9a9;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}

.steps-section .tabs__pane-box-item-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  color: #000317;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box-item-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box-item-title br {
    display: none;
  }
}

.steps-section .tabs__pane-box-item-list {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  margin-top: 1rem;
  margin-left: 2.2rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box-item-list {
    margin-top: 1rem;
    gap: 1rem 0;
  }
}

.steps-section .tabs__pane-box-item-list-group {
  position: relative;
}

.steps-section .tabs__pane-box-item-list-group::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background: linear-gradient(138deg, #d0242c 0%, #f3464e 51.92%, #d0242c 100%);
  position: absolute;
  left: -2rem;
  top: 0.8rem;
  border-radius: 1rem;
}

.steps-section .tabs__pane-box-item-list-group-text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.35;
  color: #626262;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box-item-list-group-text {
    font-size: 1.4rem;
  }
}

.steps-section .tabs__pane-box-item:nth-child(1) {
  border-left: transparent;
  padding-left: 0;
}

.steps-section .tabs__pane-box-item.item1 {
  /* border-left: 0.1rem solid #a9a9a9; */
  /* padding-left: 3rem; */
  width: 60rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box-item.item1 {
    /* border-top: 0.1rem solid #a9a9a9;
    padding-top: 2rem; */
    border-bottom: transparent;

    width: 33.7rem;
  }
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-box-item:last-child {
    border-bottom: transparent;
  }
}

.steps-section .tabs__pane-btn {
  margin: auto;
  margin-top: 4rem;
}

@media screen and (max-width: 575px) {
  .steps-section .tabs__pane-btn {
    margin-top: 2rem;
    left: 0;
  }
}

.steps-section .tabs__pane-btn.box2-btn {
  position: relative;
}

.last-section {
  height: 79rem;
  padding-top: 7.2rem;
}

@media screen and (max-width: 575px) {
  .last-section {
    height: 84rem;
    padding-top: 4rem;
  }
}

.last-section__box {
  display: flex;
  -moz-column-gap: 6.281rem;
  column-gap: 6.281rem;
  margin-left: 4.3rem;
}

@media screen and (max-width: 575px) {
  .last-section__box {
    flex-direction: column;
    align-items: center;
    gap: 3rem 0;
    margin-left: 0;
  }
}

.last-section__box-left {
  padding-top: 0.5rem;
  width: 35rem;
}

@media screen and (max-width: 575px) {
  .last-section__box-left {
    width: 33.7rem;
    padding-top: 0;
    order: 2;
  }
}

.last-section__box-left-title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  color: #000317;
  text-align: center;
}

/* Honeypot — hidden from users, bots fill it */
.form__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.last-section__box-left-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem 0;
  margin-top: 2rem;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form {
    gap: 1.44rem 0;
    margin-top: 1.5rem;
  }
}

.last-section__box-left-form-inp {
  width: 35rem;
  height: 8rem;
  padding: 3.1rem 3rem;
  border-radius: 1rem;
  border: 0.1rem solid #696969;
  background: transparent;
  outline: none;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #000000;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form-inp {
    width: 33.7rem;
    height: 7.7rem;
    border-radius: 0.9rem;
    padding: 3rem 2.9rem;
  }
}

.last-section__box-left-form-inp::-moz-placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #696969;
}

.last-section__box-left-form-inp::placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #696969;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form-inp::-moz-placeholder {
    font-size: 1.348rem;
  }

  .last-section__box-left-form-inp::placeholder {
    font-size: 1.348rem;
  }
}

.last-section__box-left-form .form__field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
}

.last-section__box-left-form .form__field.dropdown {
  position: relative;
}

.last-section__box-left-form .form__field.dropdown.active .dropdown__arrow {
  transform: rotate(-180deg);
}

.last-section__box-left-form .form__field.dropdown .dropdown__selected {
  width: 35rem;
  height: 8rem;
  padding: 3.1rem 3rem;
  border-radius: 1rem;
  border: 0.1rem solid #696969;
  background: transparent;
  outline: none;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form .form__field.dropdown .dropdown__selected {
    width: 33.7rem;
    height: 7.7rem;
    border-radius: 0.9rem;
    padding: 3rem 2.9rem;
  }
}

.last-section__box-left-form .form__field.dropdown .dropdown__selected span {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #696969;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form .form__field.dropdown .dropdown__selected span {
    font-size: 1.348rem;
  }
}

.last-section__box-left-form
  .form__field.dropdown
  .dropdown__selected.active
  span {
  color: #000;
}

.last-section__box-left-form .form__field.dropdown .dropdown__arrow {
  position: absolute;
  right: 2.7rem;
  transition: 320ms all;
  top: 3.3rem;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form .form__field.dropdown .dropdown__arrow {
    right: 2.6rem;
    top: 3.2rem;
  }
}

.last-section__box-left-form .form__field.dropdown .dropdown__arrow .arrow {
  width: 1.3rem;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form .form__field.dropdown .dropdown__arrow .arrow {
    width: 1.2rem;
  }
}

.last-section__box-left-form .form__field.dropdown .dropdown__list {
  position: absolute;
  top: 6.5rem;
  left: 0;
  width: 100%;
  background: white;
  border: 0.1rem solid #696969;
  border-radius: 1rem;
  list-style: none;
  padding: 0.5rem 0;
  display: none;
  z-index: 5;
}

.last-section__box-left-form .form__field.dropdown .dropdown__item {
  padding: 1rem 1.2rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  color: #696969;
}

.last-section__box-left-form .form__field.dropdown .dropdown__item:hover {
  background: #f3f3f3;
}

.last-section__box-left-form-description {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  text-align: center;
  color: #5b5b5b;
  margin-top: -0.5rem;
}

.last-section__box-left-form-description a {
  color: #5b5b5b;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form-description {
    font-size: 1rem;
    margin-top: 0.2rem;
  }
}

.last-section__box-left-form-btn {
  margin-top: 0.5rem;
}

@media screen and (max-width: 575px) {
  .last-section__box-left-form-btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .last-section__box-right {
    order: 1;
  }
}

.last-section__box-right-text {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.35;
  text-transform: lowercase;
  color: #efc059;
}

@media screen and (max-width: 575px) {
  .last-section__box-right-text {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}

.last-section__box-right-list {
  display: flex;
  align-items: start;
  -moz-column-gap: 4.9rem;
  column-gap: 4.9rem;
  margin-top: 3rem;
}

@media screen and (max-width: 575px) {
  .last-section__box-right-list {
    -moz-column-gap: 2.7rem;
    column-gap: 2.7rem;
    margin-top: 2rem;
  }
}

.last-section__box-right-list-wrap-item {
  width: 31.6rem;
  padding: 1.5rem 0rem 1.5rem 5rem;
  border-top: 0.1rem solid rgba(98, 98, 98, 0.5);
  position: relative;
}

@media screen and (max-width: 575px) {
  .last-section__box-right-list-wrap-item {
    width: 13.8rem;
    padding: 1rem 0 1rem 2rem;
  }
}

.last-section__box-right-list-wrap-item.border {
  border-bottom: 0.1rem solid rgba(98, 98, 98, 0.5);
}

.last-section__box-right-list-wrap-item::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background-color: #efc059;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.last-section__box-right-list-wrap-item-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.35;
  color: #626262;
}

@media screen and (max-width: 575px) {
  .last-section__box-right-list-wrap-item-text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  .last-section__box-right-list-wrap.wrap2
    .last-section__box-right-list-wrap-item {
    width: 17rem;
  }
}

.footer {
  height: 11.9rem;
  background-color: #f2f2f2;
  padding-top: 2.4rem;
}

@media screen and (max-width: 575px) {
  .footer {
    height: 12.6rem;
    padding-top: 2rem;
  }
}

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

@media screen and (max-width: 575px) {
  .footer__inner {
    margin-left: 0.7rem;
  }
}

.footer__inner-logo .logo {
  width: 8.476rem;
}

@media screen and (max-width: 575px) {
  .footer__inner-logo .logo {
    width: 8.476rem;
  }
}

.footer__inner-link {
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  color: #a8a8a8;
  margin-top: 5rem;
  margin-left: 45.6rem;
  transition: 320ms all;
}

@media screen and (max-width: 575px) {
  .footer__inner-link {
    font-size: 1.4rem;
    margin-left: 0;
    position: absolute;
    bottom: -2.4rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer__inner-link:hover {
  color: #000;
}

.footer__inner-contacts {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin-left: 35.6rem;
}

@media screen and (max-width: 575px) {
  .footer__inner-contacts {
    margin-left: 9.3rem;
    -moz-column-gap: 1.3rem;
    column-gap: 1.3rem;
  }
}

.footer__inner-contacts-left {
  text-align: right;
}

.footer__inner-contacts-left-text {
  font-family: "TTNorms";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #a8a8a8;
}

@media screen and (max-width: 575px) {
  .footer__inner-contacts-left-text {
    font-size: 1.418rem;
  }
}

.footer__inner-contacts-left-link {
  font-family: "TTNorms";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #232323;
}

@media screen and (max-width: 575px) {
  .footer__inner-contacts-left-link {
    font-size: 1.6rem;
  }
}

.footer__inner-contacts-right-link .telegram {
  width: 5rem;
}

@media screen and (max-width: 575px) {
  .footer__inner-contacts-right-link .telegram {
    width: 4.4rem;
  }
}

.overlay[data-modal-overlay] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.overlay[data-modal-overlay].is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-thanks {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 110;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
  transform: translateY(1.5rem);
}

.modal-thanks.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.modal__inner {
  max-width: 42rem;
  width: 100%;
  background: #f3f3f3;
  border-radius: 1.2rem;
  padding: 3.2rem 3.6rem 3rem;
  position: relative;
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 575px) {
  .modal__inner {
    max-width: 34rem;
    padding: 2.6rem 2.4rem 2.4rem;
  }
}

.modal__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.modal__close .img-svg {
  width: 1.8rem;
  height: 1.8rem;
}

.modal__content {
  text-align: center;
}

.modal__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 1.2rem;
  background: linear-gradient(138deg, #d0242c 0%, #f3464e 51.92%, #d0242c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 575px) {
  .modal__title {
    font-size: 2rem;
  }
}

.modal__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #626262;
}

@media screen and (max-width: 575px) {
  .modal__text {
    font-size: 1.4rem;
  }
}
