*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  color: #000;
  background: #54ffb4;
}

::selection {
  color: #000;
  background: #54ffb4;
}

/*
::-webkit-scrollbar {
width: 4px;
height: 4px;

@media (pointer: coarse) {
width: 0;
height: 0;
}
}

::-webkit-scrollbar-track {
background-color: silver;
}

::-webkit-scrollbar-thumb {
background-color: navy;
border-radius: 999px;
}

@-moz-document url-prefix() {
* {
scrollbar-width: thin;
scrollbar-color: navy silver;
}
}
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-moz-placeholder,
::placeholder {
  color: inherit;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-webkit-input-placeholder,
:focus:-ms-input-placeholder,
:focus::-ms-input-placeholder,
:focus::-moz-placeholder,
:focus::placeholder {
  color: transparent !important;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-optical-sizing: auto;
  font-family: "Open Sans", sans-serif;
  min-width: 320px;
  color: #3a4e56;
}

b {
  font-weight: normal;
}

p {
  margin: 0;
}

a,
input,
textarea,
select,
button {
  font-family: inherit;
  color: inherit;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
}

a,
input[type=button],
input[type=submit],
button {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[disabled] {
  cursor: not-allowed;
}

picture,
video,
img,
svg {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.br {
  display: block;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
    max-width: 1188px;
  }
}

.title {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  font-weight: 400;
  position: relative;
  padding-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 28px;
}
@media (min-width: 1140px) {
  .title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 60px;
  height: 4px;
  background: #54ffb4;
  border-radius: 999px;
}

.subtitle {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  font-weight: 400;
  position: relative;
  padding-bottom: 24px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 28px;
}
@media (min-width: 1140px) {
  .subtitle {
    font-size: 25px;
    line-height: 48px;
    margin-bottom: 40px;
  }
}
.subtitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 60px;
  height: 4px;
  background: #a762d4;
  border-radius: 999px;
}

.button {
  position: relative;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 0 28px;
  height: 50px;
  border: none;
  background: linear-gradient(94.7deg, #54ffb4 -8.41%, #ff54e8 111.32%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.button:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
.button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 999px;
  border: 1px solid #fff;
}
.button svg {
  width: 20px;
  height: 20px;
}

.to-top {
  width: 50px;
  height: 50px;
  background: #54ffb4 url(../images/0.png) no-repeat 50% 50%;
  background-size: auto 48%;
  border: 2px solid #54ffb4;
  border-radius: 999px;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 11;
}
@media (min-width: 768px) {
  .to-top {
    bottom: 24px;
    right: 24px;
  }
}
.to-top:hover {
  background-color: #fff;
}

.header {
  position: relative;
  z-index: 2;
  background: #000 url(../images/1.jpg) no-repeat 50%/cover;
  color: #fff;
  min-height: 258px;
}
.header .container {
  max-width: none;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 88px;
}
@media (min-width: 1260px) {
  .header__body {
    height: 106px;
  }
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1260px) {
  .header__right {
    gap: 40px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo svg {
  width: auto;
  height: 36px;
  aspect-ratio: 168/50;
}
@media (min-width: 1260px) {
  .header__logo svg {
    height: 50px;
  }
}
.header__nav {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (min-width: 1260px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__nav-item {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.header__nav-item:hover {
  text-decoration: underline;
}
.header__button {
  padding: 0 26px;
  width: auto;
  height: 40px;
  background: none;
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border-radius: 999px;
}
.header__contact {
  width: auto;
  font-size: 12px;
  height: 34px;
  padding: 0 14px;
  background: none;
  border: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-weight: 600;
  border-radius: 999px;
}
@media (min-width: 768px) {
  .header__contact {
    padding: 0 26px;
    height: 40px;
    font-size: 14px;
  }
}
.header__contact:hover {
  background: #43cc90;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  padding: 0;
}
@media (min-width: 1260px) {
  .header__burger {
    display: none;
  }
}

.hero-active .header {
  background: none;
  min-height: 1px;
}

.footer {
  position: relative;
  overflow: hidden;
  background: #000 url(../images/9.jpg) no-repeat 50%/cover;
  color: #fff;
  padding-top: 68px;
  padding-bottom: 32px;
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .footer {
    padding-top: 88px;
  }
}
.footer:before {
  content: "";
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 0 0 24px 24px;
  -webkit-box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.footer__one {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__one p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
}
.footer__one p a:hover {
  text-decoration: underline;
}
.footer__one p + p {
  margin-top: 8px;
}
@media (min-width: 1140px) {
  .footer__one p + p {
    margin-top: 12px;
  }
}
.footer__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1140px) {
  .footer__title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 28px;
  }
}
.footer__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  font-size: 12px;
  line-height: 20px;
  padding-top: 32px;
  border-top: 1px solid #929292;
  margin-top: 40px;
}
@media (min-width: 1140px) {
  .footer__two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media (min-width: 1140px) {
  .footer__socials {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 12px;
  }
}
.footer__socials-item {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #617178;
  color: #54ffb4;
}
@media (min-width: 1140px) {
  .footer__socials-item {
    width: 40px;
    height: 40px;
  }
}
.footer__socials-item:hover {
  color: #43cc90;
  background: #fff;
}
.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1140px) {
  .footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__logo svg {
  width: auto;
  height: 36px;
  aspect-ratio: 168/50;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 100%;
  gap: 8px;
}
@media (min-width: 1140px) {
  .footer__copy {
    width: auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__copy a:hover {
  text-decoration: underline;
}

.hero {
  overflow: hidden;
  background: #000 url(../images/1.jpg) no-repeat 50%/cover;
  color: #fff;
  padding-top: 124px;
  padding-bottom: 136px;
  margin-top: -88px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1140px) {
  .hero {
    padding-top: 220px;
    padding-bottom: 226px;
  }
}
@media (min-width: 1260px) {
  .hero {
    margin-top: -106px;
  }
}
.hero:after {
  content: "";
  width: 100%;
  height: 36px;
  background: #fff;
  border-radius: 24px 24px 0 0;
  -webkit-box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px -4px 20px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1140px) {
  .hero:after {
    height: 28px;
  }
}
.hero__title {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  position: relative;
  padding-bottom: 48px;
  margin-bottom: 48px;
}
@media (min-width: 1140px) {
  .hero__title {
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.hero__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  width: 60px;
  height: 4px;
  background: #54ffb4;
  border-radius: 999px;
}
.hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.experts {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .experts {
    margin-top: 80px;
  }
}
.experts__body {
  position: relative;
  padding-bottom: 78px;
  display: grid;
  gap: 32px 0;
}
@media (min-width: 768px) {
  .experts__body {
    grid-template-columns: 1fr 1fr;
  }
}
.experts__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .experts__left {
    padding-right: 32px;
  }
}
.experts__left p {
  margin: 0;
  width: 100%;
  color: #595959;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1140px) {
  .experts__left p {
    font-size: 16px;
    line-height: 24px;
  }
}
.experts__left p + p {
  margin-top: 16px;
}
.experts__left .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .experts__left .button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    left: 0;
    margin-top: 40px;
  }
}
.experts__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 1140px) {
  .experts__right {
    gap: 16px;
  }
}
.experts__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 275/220;
  overflow: hidden;
  border-radius: 16px;
  max-height: 220px;
}
.experts__right picture,
.experts__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.events {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .events {
    margin-top: 100px;
  }
}
.events__items {
  display: grid;
  gap: 8px;
}
@media (min-width: 768px) {
  .events__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1140px) {
  .events__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.events__item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  text-align: center;
  width: 100%;
  height: 400px;
}
.events__item span {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.events__item hr {
  display: block;
  width: 60px;
  height: 2px;
  background: #54ffb4;
  border-radius: 999px;
  border: none;
  margin: 0 auto;
}
.events__item-one {
  background: #fbfcfc;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.events__item-one picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  margin: 0 auto;
}
.events__item-one img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.events__item-one hr {
  margin-top: 24px;
  margin-bottom: 20px;
}
.events__item-two {
  background: #3a4e56;
  padding: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}
.events__item-two hr {
  margin-top: 16px;
  margin-bottom: 16px;
}
.events__item-two p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.events__item-two p + p {
  margin-top: 16px;
}
.events__item:hover .events__item-one {
  opacity: 0;
}
.events__item:hover .events__item-two {
  opacity: 1;
}
.events__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
}
@media (min-width: 1140px) {
  .events__button {
    margin-top: 40px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.marquee {
  width: 100%;
  margin: 60px 0;
  overflow: hidden;
  white-space: nowrap;
  background: #ddfff0;
  color: #101714;
  font-size: 0;
}
@media (min-width: 1140px) {
  .marquee {
    margin: 100px 0;
  }
}
.marquee div {
  display: inline-block;
  -webkit-animation: marquee 200s linear infinite;
          animation: marquee 200s linear infinite;
  padding-left: 100%;
  height: 44px;
  line-height: 44px;
}
@media (min-width: 1140px) {
  .marquee div {
    height: 52px;
    line-height: 52px;
  }
}
.marquee:hover div {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.marquee b {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 1140px) {
  .marquee b {
    font-size: 16px;
  }
}
.marquee i {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  margin: 0 16px;
}
@media (min-width: 1140px) {
  .marquee i {
    font-size: 16px;
  }
}

.meets {
  overflow: hidden;
}
.meets__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
  position: relative;
  padding-bottom: 78px;
}
@media (min-width: 1140px) {
  .meets__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.meets__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1140px) {
  .meets__left {
    width: 460px;
    padding-right: 32px;
  }
}
.meets__left p {
  margin: 0;
  width: 100%;
  color: #595959;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1140px) {
  .meets__left p {
    font-size: 16px;
    line-height: 24px;
  }
}
.meets__left p + p {
  margin-top: 16px;
}
.meets__left .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .meets__left .button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media (min-width: 1140px) {
  .meets__left .button {
    margin-left: 0;
    margin-right: 0;
  }
}
.meets__right {
  width: 100%;
}
@media (min-width: 1140px) {
  .meets__right {
    width: calc(100% - 460px);
    height: 460px;
    position: relative;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper {
    width: 894px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-wrapper:after {
    content: "";
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-slide {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-slide:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-slide:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-slide:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-slide:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1140px) {
  .meets__right .swiper-slide:nth-child(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.meets__right .swiper-slide picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.meets__right .swiper-slide img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (min-width: 1140px) {
  .meets__right .swiper-slide img {
    height: 224px;
  }
}
.meets__right .swiper-pagination {
  position: static;
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1140px) {
  .meets__right .swiper-pagination {
    display: none;
  }
}
.meets__right .swiper-pagination-bullet {
  background: #e8e8e8;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  opacity: 1;
  margin: 0 !important;
}
.meets__right .swiper-pagination-bullet-active {
  background: #43cc90;
}

.process {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .process {
    margin-top: 100px;
  }
}
.process__items {
  display: grid;
  gap: 8px;
}
@media (min-width: 768px) {
  .process__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1140px) {
  .process__items {
    gap: 24px;
  }
}
.process__item {
  background: #fbfcfc;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 20px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.process__item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  width: 44px;
  height: 44px;
  background: #d8dcdd;
  border-radius: 0 0 16px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.process__item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  margin: 0 auto;
}
.process__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.process__item hr {
  display: block;
  width: 60px;
  height: 2px;
  background: #54ffb4;
  border-radius: 999px;
  border: none;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 20px;
}
.process__item p {
  margin: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}

.faqs {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .faqs {
    margin-top: 100px;
  }
}
.faqs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.faqs__item {
  padding: 20px 16px;
  background: #fbfcfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 16px;
}
@media (min-width: 1140px) {
  .faqs__item {
    padding: 28px 24px;
  }
}
.faqs__item button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}
.faqs__item button b {
  padding-right: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: calc(100% - 24px);
}
@media (min-width: 1140px) {
  .faqs__item button b {
    font-size: 20px;
    line-height: 24px;
    padding-right: 16px;
  }
}
.faqs__item button svg {
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  color: #43cc90;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.faqs__item button.active svg {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faqs__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.faqs__item > div p {
  margin: 0;
  padding-top: 16px;
  color: #595959;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1140px) {
  .faqs__item > div p {
    font-size: 16px;
    line-height: 24px;
  }
}
.faqs__item > div p a {
  text-decoration: underline;
}
.faqs__item > div p a:hover {
  color: #43cc90;
}
.faqs__item .active + div {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  overflow: visible;
}

.new-order {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .new-order {
    margin-top: 80px;
  }
}
.new-order .title {
  margin-bottom: 20px;
}
.new-order__body {
  position: relative;
  display: grid;
  gap: 32px 0;
}
@media (min-width: 768px) {
  .new-order__body {
    grid-template-columns: 1fr 1fr;
  }
}
.new-order__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .new-order__left {
    padding-right: 32px;
  }
}
.new-order__left p {
  margin: 0;
  width: 100%;
  color: #595959;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1140px) {
  .new-order__left p {
    font-size: 16px;
    line-height: 24px;
  }
}
.new-order__left p b {
  font-weight: 700;
}
.new-order__left p + p {
  margin-top: 16px;
}
.new-order__left .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .new-order__left .button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    left: 0;
    margin-top: 40px;
  }
}
.new-order__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1140px) {
  .new-order__right {
    gap: 24px;
  }
}
.new-order__right-items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
@media (min-width: 1140px) {
  .new-order__right-items {
    gap: 6px;
  }
}
.new-order__right-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 275/220;
  overflow: hidden;
  border-radius: 16px;
  max-height: 220px;
  border: 5px solid transparent;
}
.new-order__right-items a:hover {
  border-color: #54ffb4;
}
.new-order__right-items picture,
.new-order__right-items img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.new-order__right-items a:hover picture,
.new-order__right-items a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.new-order__right-items b {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.new-order__right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  padding: 0 24px;
  border: 2px solid;
  color: #595959;
  background: none;
  height: 42px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}
.new-order__right-button:hover {
  color: #43cc90;
}

.chars {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .chars {
    margin-top: 80px;
  }
}
.chars__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
}
@media (min-width: 768px) {
  .chars__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.chars__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .chars__left {
    width: 50%;
    padding-left: 32px;
    text-align: right;
  }
}
.chars__left p {
  margin: 0;
  width: 100%;
  color: #595959;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1140px) {
  .chars__left p {
    font-size: 16px;
    line-height: 24px;
  }
}
.chars__left p b {
  font-weight: 700;
}
.chars__left p + p {
  margin-top: 16px;
}
.chars__left .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .chars__left .button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    left: 0;
    margin-top: 40px;
  }
}
.chars__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .chars__right {
    width: 50%;
  }
}
@media (min-width: 1140px) {
  .chars__right {
    gap: 24px;
  }
}
.chars__right-items {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}
@media (min-width: 1140px) {
  .chars__right-items {
    gap: 6px;
  }
}
.chars__right-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 275/220;
  overflow: hidden;
  border-radius: 16px;
  max-height: 220px;
  border: 5px solid transparent;
}
.chars__right-items a:hover {
  border-color: #54ffb4;
}
.chars__right-items picture,
.chars__right-items img {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.chars__right-items a:hover picture,
.chars__right-items a:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.chars__right-items b {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.chars__right-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 999px;
  padding: 0 24px;
  border: 2px solid;
  color: #595959;
  background: none;
  height: 42px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
}
.chars__right-button:hover {
  color: #43cc90;
}

.talk {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .talk {
    margin-top: 80px;
  }
}
.talk__body {
  position: relative;
  padding-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px 0;
}
@media (min-width: 768px) {
  .talk__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 32px;
  }
}
.talk__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .talk__left {
    width: calc(100% - 380px);
    padding-right: 32px;
  }
}
@media (min-width: 1140px) {
  .talk__left {
    padding-right: 64px;
  }
}
@media (min-width: 1260px) {
  .talk__left {
    padding-right: 96px;
  }
}
.talk__left p {
  margin: 0;
  width: 100%;
  color: #595959;
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1140px) {
  .talk__left p {
    font-size: 16px;
    line-height: 24px;
  }
}
.talk__left p b {
  font-weight: 700;
}
.talk__left p + p {
  margin-top: 16px;
}
.talk__left .button {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
@media (min-width: 768px) {
  .talk__left .button {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    left: 0;
    margin-top: 40px;
  }
}
.talk__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  color: #9ea5a8;
  background: #3a4e56;
  border-radius: 16px;
  padding: 20px;
}
@media (min-width: 768px) {
  .talk__right {
    padding: 24px;
    width: 380px;
    gap: 20px;
  }
}
.talk__right p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
@media (min-width: 1140px) {
  .talk__right p {
    font-size: 16px;
    line-height: 26px;
  }
}
.talk__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .table {
    margin-top: 80px;
  }
}
.table__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  border: 3px solid #3b3a3a;
  max-height: 600px;
}
.table__scroll table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 600px;
  color: #000;
  text-align: center;
}
.table__scroll table tr:first-child th,
.table__scroll table tr:first-child td {
  border-top: none;
}
.table__scroll table tr:last-child th,
.table__scroll table tr:last-child td {
  border-bottom: none;
}
.table__scroll table th,
.table__scroll table td {
  border: 3px solid #3b3a3a;
  padding: 8px 12px;
}
@media (min-width: 1140px) {
  .table__scroll table th,
  .table__scroll table td {
    padding: 12px 16px;
  }
}
.table__scroll table th:first-child,
.table__scroll table td:first-child {
  border-left: none;
}
.table__scroll table th:last-child,
.table__scroll table td:last-child {
  border-right: none;
}
.table__scroll table th {
  background: #352142;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1140px) {
  .table__scroll table th {
    font-size: 20px;
  }
}
.table__scroll table td {
  background: #c7a5dd;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 1140px) {
  .table__scroll table td {
    font-size: 16px;
  }
}
.table__scroll table tr:nth-child(odd) td {
  background: #6e6077;
}
.table__scroll table .green {
  color: #45cf1b;
}
.table__scroll table .red {
  color: #f34a4a;
}
.table__scroll table .yellow {
  color: #eee600;
}

.demo {
  margin-top: 60px;
}
@media (min-width: 1140px) {
  .demo {
    margin-top: 80px;
  }
}
.demo__item {
  display: block;
  width: 100%;
}