/*! 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 35px;
}

.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;
  width: 100%;
}
.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: 660px;
  border-radius: 20px;
  background: #FFFFFF;
  overflow: hidden;
  margin: 40px;
}
@media (max-width: 768px) {
  .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;
}
@media (max-width: 768px) {
  .policy_modal h3 {
    font-size: 24px;
  }
}
.policy_modal p {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}
.policy_modal ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.policy_modal ul li {
  color: #000000;
  font-weight: 300;
  font-size: 14px;
}
.policy_modal ul li span {
  display: block;
  margin-bottom: 10px;
}

.header {
  height: 130px;
  display: flex;
  align-items: center;
  width: 100%;
}
.header .container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .header .container {
    justify-content: center;
  }
}
.header_left {
  display: flex;
  align-items: center;
  gap: 50px;
}
.header_logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.header_logo a {
  position: absolute;
  left: -15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}
.header_link {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1024px) {
  .header_link {
    display: none;
  }
}
.header_link a {
  font-weight: 400;
  font-size: 18.59px;
  line-height: 31px;
  color: #FFFFFF;
}
.header .start_btn {
  width: 161px;
  height: 38px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16.45px;
  line-height: 27.9px;
  text-align: center;
  color: #FFFFFF;
  border: 3px solid #86D0AB;
  background: #0F3321;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .header .start_btn {
    display: none;
  }
}

.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: 30px;
  border: 3px solid #FFFFFF;
  background: #000000;
  padding: 40px;
	max-width: 600px;
    margin: 0 auto;
}
@media (max-width: 1280px) {
  .form_modal_in {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form_modal_in {
    padding: 30px;
    border-radius: 20px;
  }
}
.form_modal_in h2 {
  text-align: center;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .form_modal_in h2 {
    font-size: 32px;
  }
}
.form_modal_in p {
  color: #a6a6a6;
  font-weight: 500;
  font-size: 17px;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .form_modal_in p {
    font-size: 14px;
    margin-top: 15px;
  }
}
.form_modal_in form {
  max-width: 772px;
  margin: 40px auto 0 auto;
}
@media (max-width: 768px) {
  .form_modal_in form {
    margin: 15px 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);
  margin-top: 20px;
}
.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: 20px;
  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: rgb(255, 220, 220);
}
.form_modal_in .input_block {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .form_modal_in .input_block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form_modal_in 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;
  border: 2px solid #47EE9A;
      margin: 10px 0px;
	      width: 100%;
}
.form_modal_in .form-tel {
  border: 2px solid #47EE9A;
}
.form_modal_in button {
  display: block;
  margin: 30px auto 0 auto;
  width: 300px;
  height: 50px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  background: #47EE9A;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .form_modal_in button {
    margin: 20px auto 0 auto;
    width: 100%;
  }
}

.home {
  padding: 13px 0 76px 0;
  background: linear-gradient(160.37deg, #000000 45%, #47EE9A 100%);
}
@media (max-width: 1024px) {
  .home {
    padding: 10px 0 30px 0;
    background: linear-gradient(168.34deg, #000000 46%, #47EE9A 100%);
  }
}
.home .container {
  position: relative;
}
.home_left {
  position: relative;
  z-index: 2;
}
.home_left h6 {
  font-weight: 700;
  font-size: 15.54px;
  line-height: 26px;
  color: #B8B8B8;
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  .home_left h6 {
    display: none;
  }
}
.home_left .home_list {
  display: flex;
  align-items: center;
  gap: 10px 22px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .home_left .home_list {
    display: none;
  }
}
.home_left .home_list li {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #1D603E;
  border-radius: 5px;
  padding: 5px;
  font-family: Arial;
  font-weight: 400;
  font-size: 13.13px;
  line-height: 22px;
  color: #FFFFFF;
  white-space: nowrap;
}
.home_left .home_list li img {
  width: 19px;
  height: 19px;
}
.home_left h1 {
  font-weight: 700;
  font-size: 35.63px;
  line-height: 49px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 672px;
  margin: 66px 0 50px 0;
}
.home_left h1 span {
  color: #47EE9A;
  display: inline;
}
@media (max-width: 1024px) {
  .home_left h1 {
    text-align: center;
    max-width: 100%;
    margin: 0 0 25px 0;
  }
}
@media (max-width: 768px) {
  .home_left h1 {
    font-size: 17.81px;
    line-height: 25px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .home_left .contact_block {
    margin: auto;
  }
}
.home_right {
  position: absolute;
  right: 0;
  bottom: -76px;
  width: 598px;
}
@media (max-width: 1024px) {
  .home_right {
    display: none;
  }
}
.home_right img {
  width: 100%;
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

.form-tel {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  background: white;
}
.form-tel__btn {
  display: flex;
  align-items: center;
  background: transparent !important;
  font-weight: 700;
  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: 768px) {
  .form-tel__btn {
    font-size: 11px;
  }
}
.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;
}
@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;
}

.cards {
  padding: 20px 0 130px 0;
  position: relative;
  background: linear-gradient(21.01deg, #000000 44%, #47EE9A 100%);
}
@media (max-width: 768px) {
  .cards {
    padding: 20px 0 80px 0;
    background: linear-gradient(5.36deg, #000000 50%, #47EE9A 100%);
  }
}
.cards .section_title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cards .section_title {
    margin-bottom: 15px;
  }
}
.cards_in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1280px) {
  .cards_in {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .cards_in {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cards .card {
  border-radius: 15px;
  border: 2px solid #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cards .card_img {
  background: #FFFFFF;
  border-radius: 12px;
  overflow: hidden;
  padding: 16px 20px;
}
.cards .card_img img {
  width: 100%;
}
.cards .card_text {
  padding: 12px 10px 35px 10px;
}
@media (max-width: 768px) {
  .cards .card_text {
    padding: 12px 10px 25px 10px;
  }
}
.cards .card_text h6 {
  font-weight: 700;
  font-size: 39.84px;
  line-height: 62px;
  color: #47EE9A;
  text-align: center;
}
@media (max-width: 768px) {
  .cards .card_text h6 {
    font-size: 29px;
    line-height: 47px;
  }
}
.cards .card_text p {
  border-top: 1px solid #47EE9A;
  border-bottom: 1px solid #47EE9A;
  padding: 24px 12px;
  font-weight: 400;
  font-size: 18.44px;
  line-height: 31px;
  text-align: center;
  color: #47EE9A;
}
@media (max-width: 768px) {
  .cards .card_text p {
    font-size: 14.41px;
    line-height: 23px;
    padding: 15px 12px;
  }
}
.cards .card_text button {
  margin: 24px 24px 0 24px;
  width: calc(100% - 48px);
  height: 54px;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16.45px;
  line-height: 27.9px;
  text-align: center;
  color: #FFFFFF;
  border: 3px solid #86D0AB;
  background: #0F3321;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .cards .card_text button {
    height: 44px;
  }
}
.cards .register_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 45px auto 0 auto;
  width: 258px;
  height: 64px;
  font-weight: 600;
  font-size: 15.89px;
  line-height: 27.9px;
  color: #FFFFFF;
  border-radius: 15px;
  background: #4D63CB;
}
@media (max-width: 768px) {
  .cards .register_btn {
    font-size: 13px;
    width: 200px;
    height: 53px;
    margin: 28px auto 0 auto;
  }
}

.work {
  padding: 20px 0 200px 0;
}
@media (max-width: 768px) {
  .work {
    padding: 20px 0 100px 0;
  }
}
.work .section_title {
  margin-bottom: 30px;
}
.work_in {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 880px) {
  .work_in {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.work_icon {
  width: 96px;
  flex-shrink: 0;
}
@media (max-width: 880px) {
  .work_icon {
    width: auto;
    height: 130px;
  }
}
.work_icon img {
  width: 45px;
  height: 45px;
  transform: rotate(90deg);
}
@media (max-width: 880px) {
  .work_icon img {
    transform: rotate(180deg);
  }
}
@media (max-width: 880px) {
  .work_icon img {
    width: 63px;
    height: 63px;
  }
}
.work_icon .icon_one {
  margin-bottom: 35px;
  transform: rotate(105deg) translateY(-10px);
}
@media (max-width: 880px) {
  .work_icon .icon_one {
    margin-bottom: 50px;
    transform: rotate(140deg) translateY(0);
  }
}
@media (max-width: 880px) {
  .work_icon .icon_two {
    transform: rotate(210deg) translateX(15px) translateY(-15px);
  }
}
.work_card {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.work_card img {
  width: 66px;
}
.work_card span {
  font-weight: 700;
  font-size: 18.28px;
  line-height: 31px;
  text-align: center;
  color: #47EE9A;
}
@media (max-width: 768px) {
  .work_card span {
    font-size: 23px;
    line-height: 39px;
  }
}

.comment {
  padding: 20px 0 105px 0;
  background: linear-gradient(234.81deg, #000000 76%, #47EE9A 100%);
}
.comment .section_title {
  margin-bottom: 45px;
}
.comment_slider {
  position: relative;
}
.comment .comment_btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .comment .comment_btn {
    width: 24px;
    height: 24px;
  }
}
.comment .comment_btn_prev {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.comment .comment_btn_next {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.comment .swiper-button-disabled {
  opacity: 50%;
}
.comment .commentSwiper .comment-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.comment .commentSwiper .comment-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  transition: 0.3s ease;
  opacity: 1;
}
.comment .commentSwiper .comment-pagination .swiper-pagination-bullet-active {
  background: #222222;
}
.comment_card {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  height: auto;
}
@media (max-width: 768px) {
  .comment_card {
    gap: 25px;
  }
}
.comment_card img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comment_card p {
  max-width: 628px;
  font-weight: 400;
  font-size: 17.66px;
  line-height: 31px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .comment_card p {
    font-size: 14px;
    line-height: 23px;
  }
}
.comment_card h6 {
  font-weight: 700;
  font-size: 20.63px;
  line-height: 29.7px;
  text-align: center;
  color: #47EE9A;
}
@media (max-width: 768px) {
  .comment_card h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
.comment_card span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21.7px;
  text-align: center;
  color: #FFFFFF;
}
.comment_name {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.comment .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.comment .stars svg {
  width: 15px;
  height: 15px;
}
.comment .stars svg path {
  fill: #FFFFFF;
}

.training {
  padding: 20px 0 200px 0;
}
@media (max-width: 768px) {
  .training {
    padding: 20px 0 80px 0;
  }
}
.training .section_title {
  margin-bottom: 30px;
}
.training ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 788px;
  margin: auto;
}
@media (max-width: 768px) {
  .training ul {
    gap: 10px;
  }
}
.training ul li {
  background: linear-gradient(99.37deg, #000000 0%, #47EE9A 100%);
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  padding: 20px;
}
@media (max-width: 768px) {
  .training ul li {
    padding: 24px;
    background: linear-gradient(119.66deg, #000000 0%, #47EE9A 100%);
  }
}
.training ul span {
  font-weight: 700;
  font-size: 22.85px;
  line-height: 39px;
  text-align: center;
  color: #FFFFFF;
  display: block;
}
@media (max-width: 768px) {
  .training ul span {
    font-size: 18px;
    line-height: 26px;
  }
}

.footer {
  background: linear-gradient(245.81deg, #000000 64%, #47EE9A 100%);
  padding: 20px 0;
}
@media (max-width: 1280px) {
  .footer {
    padding: 10px 0 30px 0;
  }
}
@media (max-width: 768px) {
  .footer {
    background: linear-gradient(273.84deg, #000000 48%, #47EE9A 100%);
  }
}
.footer .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.footer_logo {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}
.footer_logo a {
  position: absolute;
  left: -15px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}
.footer a, .footer button {
  font-weight: 700;
  font-size: 12.58px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
}
.footer p,
.footer address {
  font-weight: 700;
  font-size: 15.67px;
  line-height: 26px;
  color: #FFFFFF;
}
@media (max-width: 1280px) {
  .footer p,
  .footer address {
    text-align: center;
    display: block;
  }
}
@media (max-width: 768px) {
  .footer p,
  .footer address {
    font-size: 13px;
    line-height: 22px;
  }
}
.footer p a,
.footer address a {
  text-decoration: none;
  font-weight: 700;
  font-size: 15.67px;
  line-height: 26px;
}
@media (max-width: 768px) {
  .footer p a,
  .footer address a {
    font-size: 13px;
    line-height: 22px;
  }
}
.footer address {
  margin-left: 40px;
}
@media (max-width: 1280px) {
  .footer address {
    margin-left: 0;
    order: 1;
  }
}
.footer_in {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .footer_in {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer_contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 14px;
}
@media (max-width: 1280px) {
  .footer_contact {
    order: 3;
    align-items: center;
    gap: 8px;
  }
}
.footer ul {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1280px) {
  .footer ul {
    gap: 6px;
    flex-direction: column;
    margin: 28px 0;
    order: 2;
  }
}/*# sourceMappingURL=style.css.map */