@charset "UTF-8";
html {
  font-size: 1.5625vw;
}
@media screen and (min-width: 968px) {
  html {
    font-size: 0.521vw;
  }
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #474747;
  background-color: #f8f8f8;
}

.hero {
  background-image: url("./../images/hero-bg.png");
  background-position: center;
  background-size: cover;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  max-width: 96rem;
  width: 100%;
  padding: 17.5rem 0;
}
.hero__heading {
  font-weight: 700;
  font-style: Bold;
  font-size: 2.8rem;
  line-height: 120%;
}
.hero__title {
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 120%;
  color: #0c0c0c;
}
.hero__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.hero__item {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 135%;
}
.hero__buttons {
  display: flex;
  align-items: center;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  max-width: 68rem;
  width: 100%;
  border-radius: 1.2rem;
}
.hero__buttons button {
  width: 50%;
}

.container {
  max-width: 167.7rem;
  width: 100%;
  margin: 0 auto;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #fff;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 2%;
  padding: 2.8rem 0;
  border-radius: 1.2rem;
  width: 100%;
}
.button__label {
  padding: 2.8rem 0 2.8rem 2rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
}

.week__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 0;
}
.week__title {
  max-width: 105rem;
  width: 100%;
}
.week__inner {
  display: flex;
  gap: 4rem;
}
.week__image {
  max-width: 81rem;
  width: 100%;
}
.week__image img {
  width: 100%;
  height: 100%;
}
.week__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.week__item {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 135%;
  padding: 4rem;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 1.2rem;
}
.week__item span {
  font-weight: 600;
}

.label {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 135%;
}

.title {
  font-weight: 700;
  font-size: 4rem;
  line-height: 120%;
  color: #2c2c2c;
}

.format__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 0;
}
.format__title {
  max-width: 67.1rem;
  width: 100%;
}
.format__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.format__list {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  max-width: 53.3rem;
  width: 100%;
}
.format__item {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.format__item-title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 135%;
}
.format__item-text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 135%;
}
.format__images {
  position: relative;
  max-width: 82rem;
  width: 100%;
  aspect-ratio: 1;
}
.format__images img {
  position: absolute;
  border-radius: 5rem;
}
.format__images img:nth-child(1) {
  width: 100%;
  height: 100%;
}
.format__images img:nth-child(2) {
  max-width: 48.2rem;
  width: 100%;
  aspect-ratio: 1;
  top: 20rem;
  left: -28rem;
}
.format__images img:nth-child(3) {
  max-width: 33rem;
  width: 100%;
  aspect-ratio: 1;
  bottom: -9rem;
}

.conf__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 0;
}
.conf__inner {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.conf__image {
  max-width: 81.7rem;
  width: 100%;
}
.conf__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.conf__item {
  padding: 1.6rem;
  position: relative;
  border-left: 2px solid rgba(71, 71, 71, 0.5843137255);
  font-size: 2.4rem;
  line-height: 135%;
}

.fit__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 0;
}
.fit__title {
  max-width: 82rem;
  width: 100%;
}
.fit__inner {
  display: flex;
  align-items: flex-end;
  gap: 4rem;
}
.fit__list {
  display: flex;
  flex-direction: column;
  max-width: 81.7rem;
  width: 100%;
}
.fit__list button {
  margin-top: 4rem;
  padding: 4rem 0;
}
.fit__item {
  padding: 4rem 0;
  font-size: 2.4rem;
  line-height: 135%;
  position: relative;
  padding-left: 6.4rem;
}
.fit__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4rem;
  height: 4rem;
  background-image: url("./../images/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.fit__item span {
  font-weight: 600;
}
.fit__item:nth-noth-child(1) {
  border-top: 1px solid #dbdbdb;
}
.result__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 0;
}
.result__title {
  max-width: 97.5rem;
  width: 100%;
}
.result__inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.result__inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.result__text {
  position: absolute;
  padding: 4rem;
  background-color: #ffffff;
  font-size: 2.4rem;
  line-height: 135%;
  text-align: center;
  border-radius: 2rem;
  border: 1px solid #dbdbdb;
}
.result__text:nth-of-type(1) {
  top: 6.7rem;
  left: -10%;
}
.result__text:nth-of-type(2) {
  left: -30%;
}
.result__text:nth-of-type(3) {
  bottom: 6.7rem;
  left: -10%;
}
.result__text:nth-of-type(4) {
  top: 6.7rem;
  right: -25%;
}
.result__text:nth-of-type(5) {
  right: -40%;
}
.result__text:nth-of-type(6) {
  bottom: 6.7rem;
  right: -25%;
}

.case__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 0;
}
.case__title {
  max-width: 81.7rem;
  width: 100%;
}
.case__text-top {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 135%;
  max-width: 105rem;
  width: 100%;
}
.case__inner {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}
.case__box {
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  max-width: 81.5rem;
  width: 100%;
  padding: 4rem;
  border-radius: 1.2rem;
}
.case__heading {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.case__avatar {
  width: 11.1rem;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.case__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.case__name-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.case__name {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 135%;
}
.case__role {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 135%;
}
.case__text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 135%;
  margin-top: 4rem;
}
.case__result {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid #dbdbdb;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.case__result-title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 135%;
}
.case__result-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.case__result-item {
  font-size: 1.8rem;
  line-height: 135%;
}

.individual__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  padding: 8rem 0;
}
.individual__inner {
  display: flex;
  gap: 4rem;
  margin-top: 4rem;
}
.individual__img {
  max-width: 82rem;
  width: 100%;
}
.individual__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.individual__list-heading {
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 135%;
}
.individual__list-heading:nth-of-type(2) {
  margin-top: 4rem;
}
.individual__list-item {
  padding: 4rem;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 135%;
  border: 1px solid #dbdbdb;
  background-color: #ffffff;
  border-radius: 1.2rem;
}

.footer {
  border-top: 1px solid #464646;
}
.footer__content {
  display: flex;
  flex-direction: column;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  padding: 9.5rem 0;
}
.footer__top-wrapper {
  border-bottom: 1px solid #464646;
}
.footer__social {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.footer__lable {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
}
.footer__social-list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.footer__social-link {
  width: 5.9rem;
  height: 5.9rem;
  border-radius: 50%;
  border: 1px solid #353535;
  padding: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease 0s;
}
.footer__social-link:hover {
  opacity: 0.7;
}
.footer__social-link.last {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  width: auto;
  padding: 2rem 7rem 2rem 1rem;
  gap: 1rem;
  border-radius: 1rem;
  max-width: 31.7rem;
  width: 100%;
  color: #353535;
}
.footer__support {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 75rem;
  width: 100%;
  flex-shrink: 0;
}
.footer__support-list {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}
.footer__support-item {
  width: 100%;
  max-width: 36.8rem;
}
.footer__support-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 2rem 1.2rem;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 100%;
  color: #353535;
  width: 100%;
  border: 1px solid #909090;
  border-radius: 1.2rem;
  transition: opacity 0.3s ease 0s;
}
.footer__support-link:hover {
  opacity: 0.7;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding: 3.8rem 0 5.4rem;
}
.footer__offer {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: #353535;
}
.footer__copyright {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  text-align: right;
}

.main-form {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

.main-form.active {
  display: flex;
}

.form {
  background-color: #ffffff;
  border: 1px solid #c6c6c6;
  max-width: 59rem;
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2rem;
  position: relative;
}

.modal-close {
  width: 6rem;
  height: 6rem;
  background-image: url("./../images/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0rem;
  right: -6rem;
  cursor: pointer;
}

.form-control {
  width: 100%;
  position: relative;
}
.form-control input {
  width: 100%;
  padding: 2rem;
  border-bottom: 1px solid #353535;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 100%;
}

.error {
  display: none;
  position: absolute;
  font-size: 1.2rem;
  top: 0rem;
  right: 0.5rem;
  color: red;
}

.form-check {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 100%;
  text-align: center;
  color: #474747;
}

.form-btn {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 1%;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  border-radius: 1.2rem;
  padding: 2.6rem 0;
}

.form-control.form-select {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.form-control.form-select select {
  padding: 1rem 2rem 2rem 2rem;
}

.choise-label {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 2rem;
  padding-left: 2rem;
}

@media (max-width: 768px) {
  .for-pc {
    display: none !important;
  }
  .hero__content {
    padding: 2rem 4rem;
  }
  .hero__heading {
    font-size: 2.2rem;
  }
  .hero__title {
    font-size: 3.4rem;
  }
  .hero__list {
    max-width: 40rem;
    width: 100%;
  }
  .hero__buttons {
    flex-direction: column;
    margin-top: 35rem;
  }
  .hero__buttons button {
    width: 100%;
  }
  .button {
    font-size: 2.4rem;
    padding: 4rem 0;
  }
  .button__label {
    font-size: 2.4rem;
  }
  .hero {
    background-image: url("./../images/bg-mobile.png");
  }
  .format__content,
  .week__content {
    padding: 4rem;
  }
  .week__inner {
    flex-direction: column;
  }
  .title {
    font-size: 3.2rem;
  }
  .week__item {
    font-size: 2.2rem;
  }
  .format__inner {
    flex-direction: column-reverse;
  }
  .format__inner img:nth-child(1) {
    max-width: 42rem;
    aspect-ratio: 1;
    height: auto;
    right: 0;
  }
  .format__inner img:nth-child(2) {
    max-width: 25rem;
    aspect-ratio: 1;
    left: 0;
  }
  .format__inner img:nth-child(3) {
    max-width: 25rem;
    aspect-ratio: 1;
    left: 15rem;
    bottom: 2rem;
  }
  .format__item-text {
    font-size: 2.3rem;
  }
  .conf__content {
    padding: 4rem;
  }
  .conf__inner {
    flex-direction: column;
  }
  .conf__item {
    font-size: 2.2rem;
  }
  .fit__content {
    padding: 4rem;
  }
  .fit__inner {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .result__text {
    position: relative;
    margin: 1rem 0;
  }
  .result__content {
    padding: 4rem;
  }
  .result__text:nth-of-type(1),
  .result__text:nth-of-type(2),
  .result__text:nth-of-type(3),
  .result__text:nth-of-type(4),
  .result__text:nth-of-type(5),
  .result__text:nth-of-type(6) {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  .result__inner {
    display: flex;
    flex-direction: column;
  }
  .case__content {
    padding: 4rem;
  }
  .case__role {
    font-size: 2.2rem;
  }
  .case__name {
    font-size: 3.6rem;
  }
  .case__result {
    flex-direction: column;
  }
  .individual__content {
    padding: 4rem;
  }
  .individual__inner {
    flex-direction: column;
  }
  .individual__title.title {
    font-size: 3rem;
  }
  .footer__top {
    flex-direction: column;
    gap: 8rem;
    padding: 5rem 0;
  }
  .footer {
    padding: 4rem;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__copyright {
    text-align: left;
  }
  .footer__offer {
    text-decoration: underline !important;
  }
  .modal-close {
    top: -6rem;
    right: 0;
  }
}
.format__images img,
.result__text {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Активний стан */
.format__images img.is-visible,
.result__text.is-visible {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */