body {
  font-size: 100%;
  font-family: "Circe", sans-serif;
  background-color: #F2F2F2;
}
body * {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
body a {
  text-decoration: none;
}
body #myBtn {
  width: 40px;
  height: 40px;
  position: fixed;
  display: block;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
body .myBtn_hide {
  display: none !important;
}
body main {
  min-width: 360px;
}
body main .first_section {
  min-height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 190px 0;
  color: #FFFFFF;
}
body main .first_section .background-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
}
body main .first_section video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
body main .first_section .first_content {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "small-header first-img" "main-header first-img" "after-header first-img" "today-header first-img" "today-container first-img" "watch-full first-img";
  align-items: center;
  width: 100%;
  padding: 0 4vw;
}
body main .first_section .first_content * {
  position: relative;
  z-index: 3;
}
body main .first_section .first_content .first_img {
  grid-area: first-img;
  justify-self: center;
  position: relative;
  z-index: 3;
}
body main .first_section .first_content .autoenterprise {
  grid-area: small-header;
  font-size: 1.65em;
}
body main .first_section .first_content h1 {
  grid-area: main-header;
  font-weight: 800;
  font-size: 3.5em;
  padding-bottom: 2vh;
}
body main .first_section .first_content .after_header {
  grid-area: after-header;
  font-size: 1.26em;
}
body main .first_section .first_content .today {
  grid-area: today-header;
  font-size: 1.26em;
  font-weight: 800;
  color: #F2F2F2;
  padding-top: 3vh;
}
body main .first_section .first_content .today_container {
  grid-area: today-container;
  padding-top: 2vh;
  display: flex;
  justify-content: space-between;
}
body main .first_section .first_content .today_container .achievements {
  width: 25%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 8px;
}
body main .first_section .first_content .today_container .achievements p {
  font-size: 1em;
  font-weight: 400;
  color: #F2F2F2;
}
body main .first_section .first_content .today_container .achievements .nums {
  font-size: 1.27em;
  color: #5AB464;
  font-weight: 800;
}
body main .first_section .first_content .today_container .achievements img {
  max-height: 35px;
  min-height: 35px;
  width: 45px;
}
body main .first_section .first_content .watch_full_btn {
  grid-area: watch-full;
  margin-top: 3vh;
  width: clamp(134px, 18vw, 364px);
  height: clamp(34px, 7vh, 64px);
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #FFFFFF;
  border-radius: 64px;
  color: #ffffff;
  font-size: 1.5em;
  text-decoration: none;
}
body main .first_section .first_content .watch_full_btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
body main .first_section .first_content .watch_full_btn img {
  height: 30px;
}
body main .first_section .first_content .first_img {
  display: flex;
  justify-content: center;
  padding: 22px;
  border: 4px solid #ffffff;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 27px;
  transform: rotate(-19deg);
}
body main .first_section .first_content .first_img p {
  font-size: 3.2em;
  color: #ffffff;
}
body main .first_section .first_content .first_img p span {
  color: #ffffff;
  font-weight: 800;
}
body main .card_section {
  padding: 0 4vw;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 20px;
  gap: 1.8vw;
  justify-content: center;
}
body main .card_section .card {
  padding-top: 10px;
  background-image: url("./../../media/main-page/single_card_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  overflow: hidden;
  width: 30%;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.1));
  border-radius: 30px;
}
body main .card_section .card .card_station, body main .card_section .card .card_descr {
  height: 50%;
}
body main .card_section .card .card_station {
  position: relative;
  display: flex;
}
body main .card_section .card .card_station img {
  width: 100%;
  position: relative;
  bottom: 0;
  margin-top: auto;
}
body main .card_section .card .card_descr {
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 1.5vh 3vh;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
body main .card_section .card .card_descr .card_header {
  text-align: center;
  padding-bottom: 25px;
}
body main .card_section .card .card_descr .card_header h2 {
  font-size: 2.3em;
  font-weight: 800;
}
body main .card_section .card .card_descr .card_header p {
  font-size: 1em;
  color: #828282;
}
body main .card_section .card .card_descr .connectors {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  column-gap: 2.8vh;
  padding-bottom: 17px;
}
body main .card_section .card .card_descr .connectors .connector {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.5vh;
}
body main .card_section .card .card_descr .connectors .connector img {
  height: 32px;
}
body main .card_section .card .card_descr .connectors .connector p {
  text-align: center;
  font-size: 0.65em;
}
body main .card_section .card .card_descr .main_txt {
  text-align: center;
  height: 117px;
  margin-bottom: 9px;
}
body main .card_section .card .card_descr .main_txt p {
  font-size: 0.9em;
}
body main .card_section .card .card_descr .main_txt p:first-child {
  padding-bottom: 3vh;
}
body main .card_section .card .card_descr .main_txt p:last-child {
  font-weight: 800;
  color: #4F4F4F;
}
body main .card_section .card .card_descr .coming_soon_txt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
body main .card_section .card .card_descr .coming_soon_txt div p:first-child {
  padding-bottom: 0;
}
body main .card_section .card .card_descr .coming_soon_txt .bold_p {
  font-weight: 800;
  color: #4F4F4F;
}
body main .card_section .card .card_descr .card_footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main .card_section .card .card_descr .card_footer p {
  font-size: 1.6em;
  color: #5AB464;
  font-weight: 800;
}
body main .card_section .card .card_descr .card_footer .learn_more {
  background-color: #5AB464;
  padding: 1vh 1.8vh;
  border-radius: 64px;
  color: #FFFFFF;
}

.presentation {
  margin: 0 5.5vw 20px 5.5vw;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.presentation__card {
  width: 50%;
  padding: 50px 22px;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.presentation .presentation__card__header {
  font-weight: 800;
  font-size: 44px;
  line-height: 50px;
  color: #333333;
  text-align: center;
  margin-bottom: 24px;
}
.presentation .presentation__card__img {
  width: 550px;
  height: 350px;
}
.presentation .presentation__card__after-header {
  display: flex;
  justify-content: center;
  column-gap: 52px;
  margin-bottom: 32px;
}
.presentation .presentation__card__after-header p {
  font-size: 16px;
  font-weight: 400;
  color: #5AB464;
}
.presentation .presentation__card__description {
  max-width: 584px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 50px;
  min-height: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.presentation .presentation__card__market-links {
  display: flex;
  column-gap: 24px;
  margin-bottom: 60px;
}
.presentation .presentation__card__download-button {
  background-color: #5AB464;
  color: #FFFFFF;
  padding: 15px 20px;
  margin-top: auto;
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-radius: 64px;
}
.presentation .presentation__card__download-button img {
  width: 20px;
  height: 20px;
}
.presentation .presentation__card__download-button p {
  font-size: 18px;
}

.contact {
  margin: 0 5.5vw 20px 5.5vw;
  padding: 50px;
  background: #FFFFFF;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact__header {
  font-size: 44px;
  font-weight: 800;
  padding-bottom: 40px;
}
.contact__content {
  display: flex;
  justify-content: center;
  width: 100%;
  column-gap: 25px;
}
.contact__content .content__card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 30px;
  cursor: pointer;
  column-gap: 26px;
  width: 33%;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contact__content .content__card .description__header {
  color: #333333;
  font-weight: 800;
  font-size: 32px;
}
.contact__content .content__card .description__hint {
  color: #5AB464;
  font-size: 22px;
  font-weight: 400;
}

/*# sourceMappingURL=style.css.map */
