@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("../css/reset.min.css");
:root {
  --primary-color: #455159;
  --additional-color: #847059;
  --gray-color: #d5ccc4;
}

body {
  font-family: "Mulish", sans-serif;
}

img {
  display: block;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
}

p,
ul li,
ol li {
  line-height: 1.5;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  padding: 0 40px;
  max-width: 1208px;
  margin: 0 auto;
}

.title {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 24px;
  text-wrap: balance;
}

.text {
  font-size: 20px;
}

.list {
  font-size: 20px;
}
.list li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 8px;
}
.list li:last-child {
  margin: 0;
}
.list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
}

.btn {
  background: #258c6f;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s;
}
.btn:hover {
  background: #23a781;
  scale: 1.05;
}

.inner {
  position: relative;
  z-index: 10;
  padding-bottom: 96px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 0;
  color: #fff;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
}
.header__logo img {
  width: 50px;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.header__nav-list li button {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
}
.header__nav-list li button:hover {
  text-decoration: underline;
}

.Qwi1t42 {
  padding-top: 82px;
  position: relative;
  background: center/cover no-repeat url("../img/hero-bg.jpg");
}
.Qwi1t42::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.Qwi1t42 .inner {
  max-width: 750px;
  margin-right: auto;
  padding: 144px 0;
  text-align: left;
  position: relative;
  z-index: 1;
  color: #fff;
}
.Qwi1t42__title {
  font-size: 64px;
  margin-bottom: 16px;
}
.Qwi1t42__text {
  margin-bottom: 40px;
}

.Ho5a1f3 .inner {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
  padding-top: 56px;
}
.Ho5a1f3__img {
  max-width: 500px;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 90% 50%;
     object-position: 90% 50%;
  -webkit-mask-image: url("../img/about-mask.png");
          mask-image: url("../img/about-mask.png");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.Ho5a1f3__text {
  margin-bottom: 16px;
}

.Li3wn4 {
  background: var(--primary-color);
}
.Li3wn4 .inner {
  padding-top: 96px;
}
.Li3wn4__title {
  color: #fff;
  text-align: center;
}
.Li3wn4__box {
  margin-top: 64px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.Li3wn4__item {
  flex: 1;
  text-align: center;
  padding: 24px 12px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}
.Li3wn4__item:nth-child(1) .Li3wn4__item-icon {
  max-width: 60px;
}
.Li3wn4__item-icon {
  max-width: 80px;
  margin: 0 auto 24px;
}
.Li3wn4__item-title {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 600;
}
.Li3wn4__item-text {
  font-size: 16px;
}

.Jks7n14 .title {
  text-align: center;
}
.Jks7n14 .inner {
  padding-top: 96px;
  padding-bottom: 47px;
}
.Jks7n14__box {
  display: flex;
  justify-content: center;
  max-width: 900px;
  width: 100%;
  margin: 64px auto 0;
  flex-wrap: wrap;
}
.Jks7n14__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 50%;
  padding: 24px;
  text-align: center;
  border-bottom: 1px solid var(--gray-color);
}
.Jks7n14__item-title {
  font-size: 24px;
  font-weight: 600;
}
.Jks7n14__item:nth-child(1), .Jks7n14__item:nth-child(3) {
  border-right: 1px solid var(--gray-color);
}

.Kij12nat {
  padding-top: 47px;
}
.Kij12nat__title {
  text-align: center;
}
.Kij12nat__box {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 64px;
}
.Kij12nat__item {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
  padding: 24px;
  border-radius: 12px;
  flex: 1;
}
.Kij12nat__item-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: 0 auto 24px;
}
.Kij12nat__item-text {
  text-align: center;
  display: block;
  margin-bottom: 24px;
}

.ha6jb1s {
  background: var(--primary-color);
}
.ha6jb1s .inner {
  padding-top: 96px;
}
.ha6jb1s .title {
  text-align: center;
  color: #fff;
}
.ha6jb1s__box {
  max-width: 700px;
  margin: 0 auto;
  color: #fff;
}
.ha6jb1s__item {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--gray-color);
}
.ha6jb1s__item:last-child {
  margin: 0;
}
.ha6jb1s__item-quest {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.ha6jb1s__item-answer {
  max-width: 550px;
}

.lk5ngl7 .inner {
  padding-top: 96px;
}
.lk5ngl7 .title {
  text-align: center;
  margin-bottom: 12px;
}
.lk5ngl7__text {
  text-align: center;
  margin: 0 auto 40px;
}
.lk5ngl7__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 40px;
}
.lk5ngl7__form {
  padding: 24px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.lk5ngl7__form label {
  display: block;
  width: 100%;
}
.lk5ngl7__form label input,
.lk5ngl7__form label textarea {
  width: 100%;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 16px;
  border: 1px solid var(--gray-color);
  resize: none;
}
.lk5ngl7__form label textarea {
  height: 150px;
}
.lk5ngl7 iframe {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background: transparent !important;
}

.Jns7q25 {
  background: var(--primary-color);
}
.Jns7q25 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 24px 0;
}
.Jns7q25__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
  font-weight: 700;
}
.Jns7q25__logo img {
  width: 50px;
}
.Jns7q25__list {
  max-width: 300px;
}
.Jns7q25__list li {
  margin-bottom: 16px;
}
.Jns7q25__list li:last-child {
  margin: 0;
}
.Jns7q25__links li {
  margin-bottom: 16px;
  font-size: 18px;
}
.Jns7q25__links li:last-child {
  margin: 0;
}
.Jns7q25__links li a:hover {
  text-decoration: underline;
}

.thanks {
  min-height: calc(100vh - 110px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 82px;
}
.thanks .inner {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
}
.thanks .container {
  width: 100%;
}
.thanks__title {
  font-size: 40px;
  margin: 0 auto 16px;
  text-align: center;
}
.thanks__text {
  margin-bottom: 12px;
}
.thanks__text:last-child {
  margin: 0;
}

.info {
  padding-top: 82px;
}
.info .inner {
  padding: 56px 0;
}
.info__title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 64px;
}
.info__content h2 {
  margin-top: 24px;
}
.info__content h3 {
  margin-top: 24px;
  font-size: 28px;
}
.info__content p {
  margin-top: 16px;
  font-size: 18px;
}
.info__content address {
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .title {
    font-size: 34px;
    text-align: center;
  }
  .text,
  .list {
    font-size: 18px;
  }
  .list li::before {
    top: 9px;
  }
  .inner {
    padding-bottom: 56px;
  }
  .Qwi1t42__title {
    font-size: 48px;
    max-width: 550px;
  }
  .Qwi1t42__text {
    max-width: 500px;
    margin-bottom: 24px;
  }
  .Ho5a1f3 .inner {
    flex-direction: column;
    text-align: center;
  }
  .Li3wn4__box {
    flex-direction: column;
  }
  .Jks7n14__item-title {
    font-size: 22px;
  }
  .Kij12nat__box {
    max-width: 500px;
    margin: 0 auto;
    flex-direction: column;
  }
  .lk5ngl7__box {
    flex-direction: column;
  }
  .lk5ngl7__box iframe {
    width: 100%;
  }
  .Jns7q25 .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  .title {
    font-size: 30px;
    text-align: left !important;
  }
  .header__nav {
    display: none;
  }
  .Qwi1t42 .inner {
    padding: 56px 0;
    text-align: left;
  }
  .Qwi1t42__title {
    font-size: 44px;
    text-wrap: balance;
  }
  .Ho5a1f3__img {
    min-height: 400px;
  }
  .Ho5a1f3 .inner {
    text-align: left;
  }
  .Li3wn4 .inner,
  .ha6jb1s .inner {
    padding-top: 56px;
  }
  .Jks7n14 .inner {
    padding-top: 56px;
  }
  .Jks7n14__item {
    width: 100%;
  }
  .Jks7n14__item:nth-child(1n) {
    border: none;
    border-bottom: 1px solid var(--gray-color);
  }
  .lk5ngl7__text {
    text-align: left;
  }
  .thanks__title {
    font-size: 34px;
  }
  .info__title {
    font-size: 34px;
  }
  .info__content h3 {
    font-size: 24px;
  }
}/*# sourceMappingURL=style.css.map */