/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1300px) {
  .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 993px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 520px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

img {
  max-width: 100%;
}

span, label {
  display: inline-block;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-display: swap;
  background: #000000;
}

.body.active {
  overflow: hidden;
}

input, textarea {
  outline: none;
  border: 0;
  background: transparent;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
  outline: 0;
}

address {
  font-style: normal;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-top {
  margin-top: 160px;
}

.section_title {
  font-weight: 700;
  font-size: 45.51px;
  line-height: 78px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section_title {
    font-size: 30px;
    line-height: 50px;
  }
}

.contact_block {
  border: 3px solid #47EE9A;
  border-radius: 10px;
  background: #fff;
  width: 408px;
  padding: 20px 10px 45px 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5019607843);
}
@media (max-width: 768px) {
  .contact_block {
    width: 100%;
  }
}
.contact_block p {
  font-weight: 700;
  font-size: 21.02px;
  line-height: 28px;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}
.contact_block p span {
  text-transform: uppercase;
  color: #47EE9A;
}
.contact_block form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_block form input {
  height: 50px;
  border: 1px solid #000000;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 22px;
  font-weight: 700;
  font-size: 14.38px;
  line-height: 100%;
  color: #808080;
}
.contact_block form button {
  height: 50px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 12.14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  background: #47EE9A;
}
.contact_block .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 12.69px;
  line-height: 100%;
  color: #000000;
}
.contact_block .checkbox input {
  display: none;
}
.contact_block .checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #666666;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  flex-shrink: 0;
}
.contact_block .checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.contact_block .checkbox input:checked + .checkmark::after {
  opacity: 1;
}
.contact_block .checkbox .checkbox-text {
  color: #000;
}

.policy_modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  overflow-y: scroll;
}
.policy_modal::-webkit-scrollbar {
  display: none;
}
.policy_modal_in {
  position: absolute;
  top: 20px;
  width: 960px;
  border-radius: 3px;
  background: #FFFFFF;
  overflow: hidden;
  margin: 40px;
}
@media (max-width: 1024px) {
  .policy_modal_in {
    width: calc(100% - 70px);
  }
}
.policy_modal.active {
  display: flex;
}
.policy_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.policy_modal_img img {
  width: 100%;
}
.policy_modal_text {
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .policy_modal_text {
    padding: 20px;
  }
}
.policy_modal h3 {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .policy_modal h3 {
    font-size: 24px;
  }
}
.policy_modal .policy_text {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 768px) {
  .policy_modal .policy_text {
    font-size: 14px;
    line-height: 16px;
  }
}

.header {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 20px;
}
@media (max-width: 1024px) {
  .header .container {
    flex-direction: column;
    gap: 5px;
  }
}
.header_logo {
  position: absolute;
  left: 35px;
  width: 74px;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .header_logo {
    position: static;
    width: 50px;
    height: 32px;
  }
}
.header_logo a {
  width: 100%;
}
.header p {
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .header p {
    font-size: 15px;
    line-height: 18px;
  }
}

.form_bg {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.form_bg.active {
  display: flex;
}
.form_bg .form_end {
  width: 360px;
  border-radius: 5px;
  background: #FFFFFF;
  position: relative;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 480px) {
  .form_bg .form_end {
    width: 100%;
  }
}
.form_bg .form_end_close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form_bg .form_end p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}

.form_modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6;
  display: none;
  align-items: center;
  justify-content: center;
}
.form_modal.active {
  display: flex;
}
.form_modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.form_modal .container {
  width: 100%;
}
.form_modal_in {
  border-radius: 3;
  background: #FFFFFF;
  padding: 40px;
  width: 560px;
  margin: auto;
}
@media (max-width: 1280px) {
  .form_modal_in {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form_modal_in {
    padding: 20px;
  }
}
.form_modal_in h2 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  color: #000000;
}
@media (max-width: 768px) {
  .form_modal_in h2 {
    font-size: 22px;
  }
}
.form_modal_in form {
  margin: 40px auto 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .form_modal_in form {
    margin: 30px auto 0 auto;
  }
}
.form_modal_in .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 700;
  font-size: 12.69px;
  line-height: 100%;
  color: rgb(255, 220, 220);
}
.form_modal_in .checkbox input {
  display: none;
}
.form_modal_in .checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #666666;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
}
.form_modal_in .checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #666666;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.form_modal_in .checkbox input:checked + .checkmark::after {
  opacity: 1;
}
.form_modal_in .checkbox .checkbox-text {
  color: #000000;
  font-weight: 300;
}
.form_modal_in .input_block {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.form_modal_in input {
  height: 60px;
  border: 1px solid #000000;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px 22px;
  font-weight: 700;
  font-size: 14.38px;
  line-height: 100%;
  color: #808080;
  border: 2px solid #c9c9c9;
   width: 100%;
}
@media (max-width: 768px) {
  .form_modal_in input {
    height: 50px;
  }
}
.form_modal_in .form-tel {
  border: 2px solid #c9c9c9;
  height: 60px;
}
@media (max-width: 768px) {
  .form_modal_in .form-tel {
    height: 50px;
  }
  .form_modal_in .form-tel input {
    font-size: 14px;
  }
}
.form_modal_in button {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #FFFFFF;
  background: #FFEC05;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .form_modal_in button {
    margin: 0;
    width: 100%;
    height: 50px;
  }
}

.home .container {
  position: relative;
}
@media (max-width: 1024px) {
  .home .container {
    padding: 0 60px;
  }
}
@media (max-width: 480px) {
  .home .container {
    padding: 0 20px;
  }
}
.home_icon {
  z-index: -1;
  position: absolute;
  left: -188px;
  top: 120px;
  width: 367px;
  height: 307px;
  transform: rotate(-14deg);
  opacity: 40%;
}
@media (max-width: 1024px) {
  .home_icon {
    width: 197px;
    height: 165px;
    left: -40px;
  }
}
.home h1 {
  font-weight: 700;
  font-size: 41px;
  line-height: 64px;
  text-align: center;
  color: #FFFFFF;
}
.home h1 span {
  color: #FFEC05;
}
@media (max-width: 1024px) {
  .home h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
.home h6 {
  margin: 35px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  text-align: center;
  color: #000000;
  background: #FFEC05;
}
@media (max-width: 1024px) {
  .home h6 {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 24px;
    margin: 14px 0;
  }
}
.home_blocks {
  display: flex;
  gap: 15px;
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .home_blocks {
    flex-direction: column;
  }
}
.home_blocks span {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 1024px) {
  .home_blocks span {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 480px) {
  .home_blocks span {
    padding: 5px;
  }
}
.home_blocks_left {
  width: 490px;
  height: 410px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .home_blocks_left {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 640px) {
  .home_blocks_left {
    height: 200px;
  }
}
.home_blocks_left .home_img_one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_blocks_left .form_btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(196, 196, 196, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home_blocks_left .form_btn img {
  width: 31px;
  height: 41px;
}
@media (max-width: 1024px) {
  .home_blocks_left .form_btn {
    width: 52px;
    height: 52px;
  }
  .home_blocks_left .form_btn img {
    width: 21px;
    height: 27px;
  }
}
.home_blocks_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
@media (max-width: 768px) {
  .home_blocks_right {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home_blocks_right .home_block {
  position: relative;
  width: 100%;
  height: 200px;
}
@media (max-width: 480px) {
  .home_blocks_right .home_block {
    height: 160px;
  }
}
.home_blocks_right .home_img_one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_blocks_right .form_btn {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(196, 196, 196, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
.home_blocks_right .form_btn img {
  width: 20px;
  height: 27px;
}
.home_contact {
  padding: 16px 24px;
  box-shadow: 4px 4px 10px 0px rgba(77, 77, 77, 0.1019607843);
  background: #262626;
}
@media (max-width: 1024px) {
  .home_contact {
    padding: 16px;
  }
}
.home_contact h3 {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
@media (max-width: 1024px) {
  .home_contact h3 {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 14px;
  }
}
.home_contact h3 img {
  width: 48px;
  height: 48px;
}
@media (max-width: 1024px) {
  .home_contact h3 img {
    width: 27px;
    height: 27px;
  }
}
.home_contact .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
  border-radius: 6px;
}
.home_contact .checkbox input {
  display: none;
}
.home_contact .checkbox .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #0075FF;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  flex-shrink: 0;
  background: #0075FF;
  border-radius: 2px;
}
.home_contact .checkbox .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.home_contact .checkbox input:checked + .checkmark::after {
  opacity: 1;
}
.home_contact .checkbox-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #FFFFFF;
}
.home .input_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .home .input_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home .input_block input {
  height: 60px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  padding: 12px 20px;
      width: 100%;
}
@media (max-width: 1024px) {
  .home .input_block input {
    height: 40px;
    padding: 5px 14px;
  }
}
.home .input_block button {
  font-weight: 700;
  font-size: 23px;
  line-height: 100%;
  text-align: center;
  height: 60px;
  border-radius: 6px;
  background: #FFEC05;
}
@media (max-width: 1024px) {
  .home .input_block button {
    height: 40px;
    padding: 5px 14px;
    font-size: 16px;
  }
}

.mentor {
  padding: 105px 0;
}
.mentor_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 1024px) {
  .mentor_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mentor_in h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 51.66px;
  color: #FFFFFF;
}
.mentor_in h1 span {
  color: #FFEC05;
}
@media (max-width: 1024px) {
  .mentor_in h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.mentor_in .icon {
  height: 3px;
  width: 50px;
  background: #FFFFFF;
  opacity: 60%;
}
.mentor img {
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .mentor img {
    height: auto;
  }
}
.mentor_text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.mentor_text p {
  font-weight: 400;
  font-size: 14.61px;
  line-height: 26.35px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .mentor_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.mentor a {
  display: block;
  margin: 50px auto 0 auto;
  padding: 12px 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #FFFFFF;
  border-radius: 4px;
  background: #FFEC05;
  width: -moz-max-content;
  width: max-content;
}

.form-tel {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  background: white;
}
@media (max-width: 1024px) {
  .form-tel {
    height: 40px;
    padding: 5px 10px;
  }
}
.form-tel__btn {
  display: flex;
  align-items: center;
  background: transparent !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
  flex-shrink: 0;
  padding: 0 5px 0 22px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .form-tel__btn {
    font-size: 11px;
    padding: 0 5px 0 10px;
  }
}
.form-tel__btn img {
  width: 18px;
  height: 13px;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.form-tel__btn svg {
  width: 8px;
  flex-shrink: 0;
  margin: 0 10px 0 6px;
}
@media (max-width: 768px) {
  .form-tel__btn svg {
    margin: 0 6px;
  }
}
.form-tel__btn span {
  flex-shrink: 0;
}
.form-tel input {
  background: transparent !important;
  border: 0 !important;
  height: 100% !important;
  width: 100%;
  padding: 0 !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
@media (max-width: 768px) {
  .form-tel input {
    font-size: 11px !important;
  }
}
.form-tel__list {
  max-height: 200px;
  overflow-y: scroll;
  padding: 5px 0;
}
.form-tel__list::-webkit-scrollbar {
  display: none;
}
.form-tel__list-wrap {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  background: white;
  z-index: 5;
  display: none;
}
.form-tel__list li {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 10px;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-tel__list li:hover {
  background: rgb(227, 227, 227);
}
.form-tel__list li div {
  width: 100%;
  font-size: 13px;
  color: black;
  font-weight: 500;
}
.form-tel__list li span {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 100%;
  gap: 6px;
  color: black;
}
.form-tel__list li img {
  width: 18px;
  height: 13px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}
.form-tel.active .form-tel__list-wrap {
  display: block;
}

.contact_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  .contact_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_head {
  text-align: center;
  max-width: 527px;
  margin: 40px auto;
}
@media (max-width: 1024px) {
  .contact_head {
    margin: 0 auto 40px auto;
  }
}
.contact p {
  font-weight: 400;
  font-size: 17.86px;
  line-height: 27.9px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .contact p {
    font-size: 14px;
    line-height: 20px;
  }
}
.contact iframe {
  height: 400px;
}
@media (max-width: 1024px) {
  .contact iframe {
    height: 300px;
  }
}
.contact address {
  max-width: 530px;
  font-weight: 400;
  font-size: 23.81px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .contact address {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.footer {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px 0 20px 0;
  }
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .container {
    flex-direction: column;
    gap: 20px;
  }
}
.footer_logo {
  width: 82px;
  height: 53px;
  overflow: hidden;
  position: relative;
}
.footer_logo img {
  width: 100%;
}
.footer a {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  text-decoration: underline;
  color: #FFFFFF;
}
.footer span {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
}/*# sourceMappingURL=style.css.map */