@font-face {
  font-family: 'Forum';
  src: url('../fonts/Forum.woff2') format('woff2'),
    url('../fonts/Forum.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Forum';
  background-color: #f8f4f1;
  font-size: 24px;
  line-height: 1.25;
  color: #4a4a4a;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 62px;
  margin: 0;
  font-weight: 400;
}

h2 {
  font-size: 52px;
  margin: 0;
  font-weight: 400;
}

h3 {
  font-size: 42px;
  margin: 0;
  font-weight: 400;
}

h4 {
  font-size: 32px;
  margin: 0;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  margin: 0;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  margin: 0;
  font-weight: 400;
}

.list_none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header_pc {
  position: absolute;
  top: 30px;
  right: 50px;
  z-index: 5;
}

.lang_switcher {
  display: flex;
  gap: 30px;
  text-transform: uppercase;
}

.current-lang a {
  opacity: 0.7;
  pointer-events: none;
}

.main_screen {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
}

.main_screen::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.main_screen>picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -1;
}

.main_screen_text {
  color: #fff;
  position: relative;
  font-size: 26px;
  margin-top: 60px;
}

.keys_soul {
  padding: 150px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.keys_soul_text {
  letter-spacing: 0.7px;
}

.about_box {
  display: flex;
  align-items: center;
  gap: 140px;
}

.about_box>div {
  width: 50%;
}

.about_img {
  line-height: 0;
}

.about_img img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}

.start_way {
  margin-top: 60px;
  position: relative;
  min-height: 420px;
  padding: 50px 0;
  display: flex;
  align-items: center;
}

.start_way::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(248, 244, 241, 0.5), rgba(255, 255, 255, 0.5));
}

.start_way>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.start_way_text {
  font-size: 34px;
  position: relative;
  text-align: center;
}

.met_teacher {
  margin-top: 70px;
}

.met_teacher_box {
  display: flex;
  align-items: center;
  gap: 200px;
}

.met_teacher_text {
  width: 100%;
}

.met_teacher_img {
  min-width: 360px;
  max-width: 360px;
  line-height: 0;
}

.keys_soul_2 {
  padding: 150px 0;
  position: relative;
  margin-top: 40px;
  letter-spacing: .7px;
}

.keys_soul_2>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.my_method {
  min-height: 450px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.my_method::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(248, 244, 241, 0.5), rgba(255, 255, 255, 0.5));
}

.my_method>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.my_method_text {
  position: relative;
  font-size: 34px;
}

.my_method_btn {
  margin: 90px auto 0;
  width: fit-content;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 80px;
  font-size: 26px;
  text-transform: uppercase;
  border: 2px solid #827070;
}

.keys_help {
  margin-top: 100px;
}

.keys_help_title {
  text-align: center;
}

.keys_help_list {
  margin: 70px 40px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.keys_help_item {
  width: calc(33.33333% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}

.keys_help_item::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(..//img/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.keys_help_item_title {
  margin-top: 12px;
  font-size: 22px;
}

.keys_help_item_descr {
  font-size: 20px;
}

.find_keys {
  position: relative;
  padding: 150px 0;
}

.find_keys>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.find_keys_text {
  letter-spacing: 0.7px;
}

.price {
  background-color: #bed9e0;
  padding: 100px 0;
}

.price_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

.price_item {
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.price_item::before {
  content: '';
  width: 100px;
  height: 100px;
  background-image: url(..//img/vector.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.price_btn {
  margin: 90px auto 0;
  width: fit-content;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 80px;
  font-size: 26px;
  text-transform: uppercase;
  border: 2px solid #827070;
}

.main_footer {
  background-color: #242424;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 50px 0;
}

.main_screen_logo {
  display: none;
}

@media(max-width:1280px) {
  body {
    font-size: 1.875vw;
  }

  .container {
    max-width: 93.75vw;
  }

  h1 {
    font-size: 4.8438vw;
  }

  h2 {
    font-size: 4.0625vw;
  }

  h3 {
    font-size: 3.2813vw;
  }

  h4 {
    font-size: 2.5vw;
  }

  h5 {
    font-size: 1.7188vw;
  }

  h6 {
    font-size: 1.4063vw;
  }

  .header_pc {
    top: 2.3438vw;
    right: 3.9063vw;
  }

  .lang_switcher {
    gap: 2.3438vw;
  }

  .main_screen {
    height: 58.5938vw;
  }

  .main_screen_text {
    font-size: 2.0313vw;
    margin-top: 4.6875vw;
  }

  .keys_soul {
    padding: 11.7188vw 0;
  }

  .about_box {
    gap: 10.9375vw;
  }

  .about_img img {
    height: 48.4375vw;
  }

  .start_way {
    margin-top: 4.6875vw;
    min-height: 32.8125vw;
    padding: 3.9063vw 0;
  }

  .start_way_text {
    font-size: 2.6563vw;
  }

  .met_teacher {
    margin-top: 5.4688vw;
  }

  .met_teacher_box {
    gap: 15.625vw;
  }

  .met_teacher_img {
    min-width: 28.125vw;
    max-width: 28.125vw;
  }

  .keys_soul_2 {
    padding: 11.7188vw 0;
    margin-top: 3.125vw;
    letter-spacing: 0.7px;
  }

  .my_method {
    min-height: 35.1563vw;
    padding: 3.9063vw 0;
  }

  .my_method_text {
    font-size: 2.6563vw;
  }

  .my_method_btn {
    margin: 7.0313vw auto 0;
    height: 6.25vw;
    padding: 0 6.25vw;
    font-size: 2.0313vw;
  }

  .keys_help {
    margin-top: 7.8125vw;
  }

  .keys_help_list {
    margin: 5.4688vw 3.125vw 0;
    gap: 4.6875vw;
  }

  .keys_help_item {
    gap: 1.9531vw;
  }

  .keys_help_item::before {
    width: 3.125vw;
    height: 3.125vw;
  }

  .keys_help_item_title {
    margin-top: 0.9375vw;
    font-size: 1.7188vw;
  }

  .keys_help_item_descr {
    font-size: 1.5625vw;
  }

  .find_keys {
    padding: 11.7188vw 0;
  }

  .price {
    padding: 7.8125vw 0;
  }

  .price_list {
    gap: 4.6875vw;
  }

  .price_item {
    width: calc(50% - 2.3438vw);
    gap: 1.9531vw;
  }

  .price_list {
    gap: 4.6875vw;
  }

  .price_btn {
    margin: 7.0313vw auto 0;
    height: 6.25vw;
    padding: 0 6.25vw;
    font-size: 2.0313vw;
  }

  .main_footer {
    padding: 3.9063vw 0;
  }
}

@media(max-width:768px) {
  body {
    font-size: 5.8537vw;
  }

  .container {
    max-width: 100%;
    padding: 0 5.5556vw;
  }

  h1 {
    font-size: 8.2927vw;
  }

  h2 {
    font-size: 6.8293vw;
  }

  h3 {
    font-size: 6.6667vw;
  }

  h4 {
    font-size: 6.1111vw;
  }

  h5 {
    font-size: 5.5556vw;
  }

  h6 {
    font-size: 5vw;
  }

  .main_screen_logo {
    display: block;
    line-height: 0;
  }

  .main_screen_logo img {
    width: 8.3333vw;
  }

  .header_pc {
    position: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5.5556vw;
  }

  .lang_switcher {
    gap: 5.5556vw;
    font-size: 5vw;
  }

  .main_screen {
    height: calc(100vh - 37.5vw);
  }

  .main_screen_text {
    margin-top: 0;
    font-size: 4.3902vw;
  }

  .main_screen_text h1 {
    margin-bottom: 13.8889vw;
  }

  .keys_soul_text br {
    display: none;
  }

  .about_box {
    flex-direction: column;
    gap: 13.8889vw;
  }

  .about_box>div {
    width: 100%;
  }

  .about_img img {
    height: 105.5556vw;
  }

  .about_text br {
    display: none;
  }

  .start_way {
    margin-top: 13.8889vw;
    min-height: 73.1707vw;
    padding: 50px 0;
  }

  .start_way_text {
    font-size: 6.8293vw;
  }

  .met_teacher {
    margin-top: 13.8889vw;
  }

  .met_teacher_box {
    flex-direction: column;
    gap: 2.7778vw;
  }

  .met_teacher_img {
    max-width: 100%;
    width: 100%;
  }

  .keys_soul_text_2 br {
    display: none;
  }

  .my_method {
    padding: 50px 0;
    min-height: 103.8889vw;
  }

  .my_method_text {
    font-size: 5.3659vw;
  }

  .my_method_btn {
    margin: 13.8889vw 5.5556vw 0;
    width: auto;
    height: 22.2222vw;
    font-size: 5.3659vw;
  }

  .keys_help {
    margin-top: 13.8889vw;
  }

  .keys_help_list {
    margin: 8.3333vw 0 0;
    gap: 5.5556vw;
  }

  .keys_help_item {
    width: 100%;
    gap: 5.5556vw;
  }

  .keys_help_item::before {
    width: 11.1111vw;
    height: 11.1111vw;
  }

  .keys_help_item_title {
    margin-top: 2.7778vw;
    font-size: 5.3659vw;
  }

  .keys_help_item_descr {
    font-size: 4.4444vw;
  }

  .keys_help_title {
    font-size: 8.3333vw;
  }

  .find_keys {
    padding: 27.7778vw 0 13.8889vw;
  }

  .price {
    padding: 13.8889vw 0;
  }

  .price_list {
    gap: 13.8889vw;
  }

  .price_item {
    width: 100%;
    gap: 6.9444vw;
  }

  .price_btn {
    margin-top: 13.8889vw;
    width: 100%;
    height: 22.2222vw;
    font-size: 5.3659vw;
  }

  .main_footer {
    padding: 13.8889vw 0;
  }

  .find_keys_text h2 br {
    display: none;
  }
}