@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
main .splide,
main .splide__track {
  height: 100% !important;
}
main .splide__arrows {
  display: none !important;
}
main .splide__pagination {
  display: flex !important;
}
main .splide__pagination__page {
  background-color: #e0e7d7 !important;

  width: 15px !important;
  height: 15px !important;
}
main .splide__pagination__page.is-active {
  background-color: #75ae3e !important;
}
main .splide__pagination__page.is-active {
  transform: scale(1) !important;
}
.burger_icon,
.mbl_area,
.mbl_img_manage {
  display: none;
}
.burger_icon img {
  width: 30px;
}

.cards_container > p {
  text-align: center;
  font-size: 22px;
  margin-bottom: 5rem;
}

#gdpr-cookie-message {
  background: #75ae3e;
  color: white;
  padding: 20px;
}

#gdpr-cookie-accept,
#gdpr-cookie-advanced {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #198754;
  border: 1px solid #198754;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#gdpr-cookie-advanced {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  margin-left: 20px;
}

a {
  text-decoration: none;
}
.splide__pagination {
  display: none !important;
}
.splide__arrow {
  background-color: transparent !important;
  width: 19px !important;
  height: 33px !important;
}
.splide__arrow svg {
  fill: #75ae3e !important;
  width: 100% !important;
  height: 100% !important;
}
.splide__arrow--prev {
  left: -2rem !important;
}
.splide__arrow--next {
  right: -2rem !important;
}

nav,
ul {
  list-style: none;
}
.common_width {
  width: 1300px;
  margin: 0rem auto;
}

body {
  font-family: "Source Sans Pro", sans-serif;
}

header {
  background-color: #ffffff;
}
header .common_width {
  height: 80px;
  justify-content: space-between;
}
header .common_width a img {
  width: 150px;
}
header .common_width,
header nav {
  display: flex;
  align-items: center;
}
header .common_width {
  width: 70%;
}
header nav a {
  font-size: 18px;
  color: #333;
}
header nav a:hover {
  color: #75ae3e !important;
}
header nav > * + * {
  margin-left: 3rem;
}
main {
  position: relative;
}

main .switching {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

main > img {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  width: 450px;
}
main .content_area {
  /*display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-gap: 2rem;
  margin-left: auto;*/
  width: 100%;
  margin-right: 0px;

  align-items: center;
}
main .content_area .presentation > h1 {
  font-size: 50px;
  font-weight: 300;
}
main .content_area .presentation > h1:nth-child(2) {
  font-weight: 700;
}
main .content_area .presentation .links_container {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
  position: relative;
  z-index: 99;
}
main .content_area .presentation .grid > * + * {
  margin-left: 1.5rem;
}
main .content_area .presentation .links_container h1 {
  font-size: 16px;
  margin-bottom: 20px;
}

main .content_area .img_wrapper img {
  width: 100%;
}

/* features */
.features {
  padding: 6rem 0rem;
}
.features > h1 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #75ae3e;
}
.features {
  width: 75%;
}
.features .logos_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
}
.features .logos_wrapper img {
  width: 60%;
}
.features .logos_wrapper img:last-child {
  display: none;
}
.features .logos_wrapper > *:hover > img:first-child {
  display: none;
}
.features .logos_wrapper > *:hover > img:last-child {
  display: block;
}
.features .logos_wrapper > * {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* about_section */
.about_section,
.manage {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  grid-gap: 2rem;
  margin-right: auto;
  width: 90%;
  margin-left: 0px;
  padding: 2rem 0rem;
  align-items: center;
}
.about_section .img_wrapper {
  position: relative;
}
.about_section .box_wrapper {
  border-radius: 10px;
  width: 344px;
  padding: 1rem 4rem;
  padding-right: 2.5rem;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0px;
  bottom: -40px;
}
.about_section .img_wrapper .box_wrapper > img {
  width: 90px;
  position: absolute;
  left: -35px;
  top: -35px;
}
.about_section .img_wrapper .box_wrapper > p {
  font-size: 16px;
}
.about_section .img_wrapper .box_wrapper .bottom {
  text-align: right;
  margin-top: 10px;
}
.about_section .img_wrapper .box_wrapper .bottom p {
  font-size: 16px;
  font-weight: 800;
}
.about_section .img_wrapper img,
.manage .img_wrapper img {
  width: 100%;
}
.about_section .img_wrapper img:last-child {
  display: none;
}
.about_section .presentation_area,
.manage .presentation_area {
  padding-left: 3rem;
}

.about_section .presentation_area h2,
.manage .presentation_area h2 {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2rem;
}
.about_section .presentation_area > h1,
.manage .presentation_area > h1 {
  font-size: 40px;
  color: #333333;
  margin-bottom: 2rem;
}
.about_section .presentation_area p,
.manage .presentation_area p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
}
.about_section .presentation_area ul,
.manage .presentation_area ul {
  margin-top: 3rem;
}
.about_section .presentation_area ul li,
.manage .presentation_area ul li {
  display: flex;
  align-items: center;
  color: #333;
}
.about_section .presentation_area ul > * + *,
.manage .presentation_area ul > * + * {
  margin-top: 2rem;
}
.about_section .presentation_area ul .presentation,
.manage .presentation_area ul .presentation {
  margin-left: 1rem;
}
.about_section .presentation_area ul h1,
.manage .presentation_area ul h1 {
  font-size: 22px;
  color: #333;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.about_section .presentation_area ul p,
.manage .presentation_area ul p {
  font-size: 16px;
  color: #333;
}
.about_section .presentation_area button {
  background-color: #75ae3e;
  color: #fff;
  border: none;
  outline: none;
  width: 256px;
  height: 58px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 2rem;
  cursor: pointer;
  margin-left: 1rem;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
}
.video_container {
  padding: 5rem 0rem;
  width: 80%;
}
.video_container > h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 6rem;
}
.video_container .video_area {
  display: grid;

  grid-template-columns: 1fr 1fr;
  grid-gap: 6rem;
}
.video_container .video_area > * {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video_container .video_area h1 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
.video_container .video_area iframe {
  width: 100%;
  border-radius: 40px;
  padding: 0.5rem;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.video_container .video_area button {
  background-color: #75ae3e;
  color: #fff;
  border: none;
  outline: none;
  width: 280px;
  height: 58px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 2rem;
  cursor: pointer;
  margin-left: 1rem;
  border-radius: 20px;
  border-bottom-right-radius: 0px;
}

.manage.new {
  margin-left: auto;

  margin-right: 0px;
  grid-template-columns: 0.9fr 1fr;
}
.manage.new .presentation_area {
  padding-left: 0px;
  padding-right: 3rem;
}
.manage.new .presentation_area ul + img,
.manage .presentation_area ul.grid + img {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.manage .presentation_area ul.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.manage .presentation_area ul.grid > * {
  margin: 0px;
}
.manage .presentation_area .links_wrapper > * + * {
  margin-left: 1rem;
}

.cards_container {
  padding: 0rem 0rem;
  position: relative;
}
.cards_container > img {
  position: absolute;
  bottom: -250px;
  right: 0px;
}
.cards_container > h1 {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  color: #333;
}

.cards_container .cards_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2rem;
  position: relative;

  z-index: 999;
}
.cards_container .cards_wrapper .card {
  border: 1px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0px;
  color: #333;
  height: 727px;
  position: relative;
  border-radius: 30px;
}
.cards_container .cards_wrapper .card > img {
  margin-top: 0rem;
}
.cards_container .cards_wrapper .card h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 2rem 0rem;
}
.cards_container .cards_wrapper .card h2 {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2rem;
}
.cards_container .cards_wrapper .card p {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  flex: 1;
}
.cards_container .cards_wrapper .card .bottom {
  padding: 2rem 0rem;
  border-top: 1px solid #75ae3e;
  padding-bottom: 5rem;
}
.cards_container .cards_wrapper .card .bottom p {
  font-size: 16px;
  font-weight: 700;
}
.cards_container .cards_wrapper .card button {
  background-color: #75ae3e;
  color: #fff;
  border: none;
  outline: none;

  width: 100%;
  font-size: 26px;
  font-weight: 600;

  cursor: pointer;

  border-radius: 30px;
  border-bottom-right-radius: 0px;
  height: 87px;
  position: absolute;
  left: 0px;
  bottom: -60px;
}

/* order_now */
.order_now {
  padding-top: 20rem;
  text-align: center;
  width: 85%;
}
.order_now .box_big {
  border-radius: 120px;
  border-bottom-right-radius: 0px;
  background-color: #75ae3e;
  min-height: 300px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.order_now .box_big h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.order_now .box_big p {
  margin-top: 2rem;
  margin-bottom: 3rem;
  font-size: 36px;
  color: #fff;
}
.order_now .box_big button {
  background-color: #fff;
  color: #75ae3e;
  border: none;
  outline: none;

  font-size: 26px;
  font-weight: 600;

  cursor: pointer;
  width: 400px;
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  height: 87px;
}
.capibility {
  padding: 6rem 0rem;
  padding-bottom: 8rem;
}
.capibility img {
  cursor: pointer;
  width: 100%;
}
.capibility > h1 {
  font-size: 50px;
  color: #333;
  font-weight: 700;
  text-align: center;
}
.capibility > p {
  margin-top: 2rem;
  color: #333;
  text-align: center;
  font-size: 22px;
  margin-bottom: 4rem;
}
.capibility .card {
  position: relative;
  padding: 0px;
  border: none;
}
.capibility .card img {
  width: 100%;
  height: 250px;
  /*border-radius: 30px 30px 0px 30px;*/
}
.capibility .card p {
  position: absolute;
  bottom: 10px;
  width: 100%;
  font-size: 26px;
  color: #333;
  left: 50%;
  width: 95%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 30px;
  border-bottom-right-radius: 0px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.benefts_area {
  padding: 0rem 0rem;
  padding-bottom: 10rem;
  color: #333;
}
.benefts_area > h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
}
.benefts_area > p {
  text-align: center;
  font-size: 22px;
}
.benefts_area .content_area {
  margin-top: 8rem;
  padding-bottom: 12rem;
  position: relative;
}
.benefts_area .content_area > * {
  text-align: center;
}
.benefts_area .content_area h1 {
  font-size: 26px;
}
.benefts_area .content_area > div:not(.phones_wrapper) {
  position: absolute;
  cursor: pointer;
}
.benefts_area .content_area .startleft {
  left: 70px;
  top: 0px;
  transition: 0.3s ease all;
}
.benefts_area .content_area > div:not(.phones_wrapper) img {
  border-radius: 50%;
}
.benefts_area .content_area.white > div:not(.phones_wrapper) img {
  width: 80px;
  height: 80px;
}
.benefts_area .content_area > * {
  z-index: 2;
}
.benefts_area .content_area > *.transformable {
  z-index: 1;
}
.benefts_area .content_area .startleft.transformable.active {
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
}
.benefts_area .content_area .startright {
  right: 70px;
  top: 0px;
}
.benefts_area .content_area .startmiddle {
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.benefts_area .content_area .endmiddle {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.benefts_area .content_area .startend {
  bottom: 0%;

  left: 80px;
}
.benefts_area .content_area .endright {
  bottom: 0%;

  right: 80px;
}
.benefts_area .content_area .bottommiddle {
  bottom: -70px;

  left: 50%;
  transform: translateX(-50%);
}
.benefts_area .content_area .img_wrapper {
  position: relative;

  height: 100px;
  cursor: pointer;
}

.benefts_area .content_area .added {
  opacity: 0.7;
}

.benefts_area .content_area .img_wrapper > * {
  pointer-events: none !important;
}
.benefts_area .content_area .img_wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.7s ease all;
}

.benefts_area .content_area .startleft .img_wrapper.active img:last-child {
  opacity: 0;
  left: 300%;
  top: 200%;
}
.benefts_area .white .startleft .img_wrapper.active img:last-child {
  opacity: 0;
  left: 180%;
  top: 200%;
}
.benefts_area .content_area .startmiddle .img_wrapper.active img:last-child {
  opacity: 0;
  left: 300%;
  top: 70%;
}
.benefts_area .white .startmiddle .img_wrapper.active img:last-child {
  opacity: 0;
  left: 280%;
  top: 70%;
}
.benefts_area .content_area .startend .img_wrapper.active img:last-child {
  opacity: 0;
  left: 300%;
  top: -150%;
}
.benefts_area .white .startend .img_wrapper.active img:last-child {
  opacity: 0;
  left: 280%;
  top: -200%;
}
.benefts_area .content_area .bottommiddle .img_wrapper.active img:last-child {
  opacity: 0;
  left: 70%;
  top: -200%;
}

.benefts_area .white .bottommiddle .img_wrapper.active img:last-child {
  opacity: 0;
  left: 20%;
  top: -250%;
}

.benefts_area .content_area .endright .img_wrapper.active img:last-child {
  opacity: 0;
  left: -60%;
  top: -150%;
}

.benefts_area .white .endright .img_wrapper.active img:last-child {
  opacity: 0;
  left: -440%;
  top: -250%;
}
.benefts_area .content_area .endmiddle .img_wrapper.active img:last-child {
  opacity: 0;
  left: -60%;
  top: 0%;
}

.benefts_area .white .endmiddle .img_wrapper.active img:last-child {
  opacity: 0;
  left: -540%;
  top: 0%;
}

.benefts_area .content_area .startright .img_wrapper.active img:last-child {
  opacity: 0;
  left: -60%;
  top: 150%;
}
.benefts_area .white .startright .img_wrapper.active img:last-child {
  left: -240%;
}
.benefts_area .content_area .phone_wrapper {
  cursor: pointer;
  transition: 0.3s ease all;
}
.benefts_area .content_area .phone_wrapper img {
  width: 200px;
  height: 600px;
}
.benefts_area .content_area .phone_wrapper.down {
  transform: translateY(50px);
  opacity: 0.4;
}
.benefts_area .content_area .phone_wrapper.up {
  transform: translateY(-50px);
  opacity: 1;
}
.benefts_area .phones_wrapper {
  display: flex;
  justify-content: center;
  background-image: url(../img/bg_benefit.png);
  background-position: center;
  background-size: cover;
}
.benefts_area .phones_wrapper img {
  pointer-events: none;
}
.benefts_area .phones_wrapper > * + * {
  margin-left: 2rem;
}
.footer_bg {
  background-color: #333333;
  padding: 3rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 1580px) {
  main .content_area .presentation .links_container {
    margin-top: 3rem;
  }
  main .content_area .presentation .links_container img {
    width: 100px;
  }
}
@media screen and (max-width: 1350px) {
  .common_width {
    width: 90%;
  }
}

@media screen and (max-width: 1200px) {
  header .common_width {
    width: 90%;
  }
  .benefts_area {
    padding-top: 0px;
  }
  main .content_area {
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
  }
  .benefts_area .content_area {
    display: none;
  }

  .mbl_area {
    margin-top: 5rem;
    display: block;
  }
  .mbl_presentation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mbl_presentation > img {
    width: 250px;
  }
  .rows_area {
    margin-right: 2rem;
  }
  .mbl_presentation.green {
    justify-content: flex-start;
  }
  .mbl_presentation.green .rows_area {
    margin-right: 0px;
    margin-left: 2rem;
  }
  .mbl_presentation > div > * + * {
    margin-top: 2rem;
  }
  .row_inner {
    display: flex;
    align-items: center;
  }
  .row_inner p {
    width: 180px;
    font-weight: 600;
  }
  .row_inner > img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
  }
  .mbl_presentation.green {
    margin-top: 5rem !important;
  }
  .mbl_presentation.green .row_inner > img {
    width: 80px;
    height: 80px;
  }

  .mbl_area > img:first-child {
    text-align: right;
    align-self: flex-end;
  }
  .mbl_area > img:last-child {
    text-align: right;
    align-self: flex-start;
  }
  .mbl_area > img {
    display: block;
    /* width: 70%; */
  }
  main .content_area .presentation {
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: rgba(117, 174, 62, 0.5);
    height: 100%;
    justify-content: center;
  }
  main .content_area .presentation .links_container {
    flex-direction: column;
  }
  main .content_area .presentation .links_container > * + * {
    margin-top: 2rem;
  }
  main .content_area .presentation h1 {
    text-align: center;
  }
  .cards_container .cards_wrapper,
  .about_section,
  .manage,
  .manage.new,
  .video_container .video_area {
    grid-template-columns: 1fr;
  }
  .manage > .img_wrapper {
    display: none;
  }
  .mbl_img_manage {
    display: block;
  }
  .mbl_img_manage {
    margin-bottom: 3rem;
    width: 100%;
  }
  .cards_container .cards_wrapper > * + * {
    margin-top: 4rem;
  }
  .features .logos_wrapper {
    align-items: center;
  }
  .features .logos_wrapper img {
    width: 100px;
  }
  .order_now img {
    width: 100%;
  }

  /* header */
  main > img {
    display: none;
  }
  header nav2 {
    position: absolute;
    left: 0px;
    top: -400px;
    flex-direction: column;
    z-index: 999;
    background-color: #fff;
    padding: 2rem;
    width: 100%;
    transition: 0.3s ease all;
  }
  header nav2.active {
    top: 70px;
  }
  header nav > * + * {
    margin-left: 0px;
    margin-top: 1rem;
  }
  .burger_icon {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .about_section .presentation_area,
  .manage .presentation_area {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about_section .presentation_area ul,
  .manage .presentation_area ul {
    width: 500px;
  }
  .about_section .box_wrapper {
    bottom: 0;
  }
  .about_section .box_wrapper {
    padding: 2rem;
    width: 260px;
  }
  .about_section .box_wrapper img {
    display: block !important;
  }
  .about_section .box_wrapper {
    right: 20px;
    bottom: -200px;
  }
  .about_section .presentation_area {
    margin-top: 1rem;
  }
  .capibility .splide__arrow {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .about_section .presentation_area ul,
  .manage .presentation_area ul {
    width: 100%;
  }
  .video_container {
    margin-top: 5rem;
  }

  .video_container .video_area h1 {
    margin-bottom: 0rem;
  }
  .business_info {
    margin-top: 5rem;
  }

  .manage .presentation_area ul.grid {
    grid-template-columns: 1fr;
  }
  .about_section .presentation_area,
  .manage .presentation_area {
    padding-left: 10px;
  }
  .cards_container > img {
    width: 100%;
  }
  .order_now {
    width: 100%;
  }
  .order_now .box_big {
    height: 315px;
  }
  .order_now .box_big h1 {
    font-size: 26px;
  }
  .order_now .box_big p {
    font-size: 16px;
  }
  .order_now .box_big button {
    width: 84px;
    height: 50px;
    font-size: 16px;
  }
  .cards_container {
    width: 100%;
    margin-top: 5rem;
  }
  .cards_container > p {
    font-size: 16px;
  }

  .capibility {
    margin-top: 5rem;
  }
  .cards_container .cards_wrapper .card {
    border: none;
  }
  .cards_container .cards_wrapper .card h1 {
    font-size: 26px;
  }
  .cards_container .cards_wrapper .card h2 {
    font-size: 18px;
  }
  .cards_container .cards_wrapper .card p {
    font-size: 18px;
  }
  .cards_container .cards_wrapper .card .bottom p {
    font-size: 12px;
  }
  .cards_container .cards_wrapper .card {
    height: 100%;
  }
  .cards_container .cards_wrapper .card button {
    position: static;
    margin-bottom: 3rem;
    width: 191px;
    height: 80px;
    font-size: 16px;
  }

  .benefts_area > h1,
  .cards_container > h1,
  .capibility > h1,
  .about_section .presentation_area > h1,
  .manage .presentation_area > h1,
  .video_container > h1,
  .video_container .video_area h1,
  .features > h1 {
    font-size: 26px;
  }
  main .content_area .presentation > * {
    width: 70%;
  }
  main .content_area .presentation h1 {
    font-size: 32px;
    text-align: left;
  }
  main .content_area .presentation .links_container > * + * {
    margin-top: 1rem;
  }
  main .content_area .presentation .links_container h1 {
    font-size: 12px;
    color: #000;
  }
  .about_section .presentation_area > h1,
  .manage .presentation_area > h1 {
    text-align: center;
  }
  .cards_container > img {
    width: 70%;
    right: 50%;
    transform: translateX(50%);
  }
  .cards_container .cards_wrapper,
  .about_section,
  .manage,
  .manage.new,
  .video_container .video_area {
    width: 100%;
  }
  .manage.new .presentation_area,
  .about_section .presentation_area,
  .manage .presentation_area {
    padding-right: 0px;
    padding: 0rem 2rem;
  }
}

@media screen and (max-width: 500px) {
  .mbl_presentation > img {
    width: 100px;
  }
  .row_inner > img {
    width: 34px;
    height: 34px;
  }
  .mbl_presentation.green .row_inner > img {
    width: 44px;
    height: 44px;
  }
  .row_inner p {
    font-size: 12px;
    width: 100%;
  }

  main .switching {
    display: none;
  }
  .about_section .img_wrapper img:first-child {
    display: none;
  }
  .about_section .img_wrapper img:last-child {
    display: block;
  }

  main .content_area {
    height: 100%;
  }
  main .content_area {
    align-items: flex-start;
  }
  .mbl_area > * + * {
    margin-top: 4rem;
  }
  .mbl_area > img {
    width: 80%;
  }
  .features .logos_wrapper img {
    width: 50px;
  }
  .order_now {
    padding-top: 15rem;
  }
  .cards_container .cards_wrapper,
  .about_section,
  .manage,
  .manage.new,
  .video_container,
  .capibility {
    padding-top: 0px;
  }

  .video_container .video_area iframe {
    width: 100%;
    border-radius: 10px;

    height: 176px;
  }
  .video_container .video_area button {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-left: 0px;
  }
  .about_section .presentation_area ul h1,
  .manage .presentation_area ul h1,
  .capibility .card p {
    font-size: 18px;
    font-weight: 700;
  }
  .capibility .card p {
    height: 45px;
  }
  .benefts_area {
    padding-bottom: 0px;
  }
  .capibility > p {
    font-size: 16px;
    font-weight: 400;
  }
  .manage .presentation_area ul li {
    align-items: flex-start;
  }
  .manage .presentation_area ul li img {
    width: 34px;
    height: 34px;
  }
  .about_section .presentation_area ul h1,
  .cards_container .cards_wrapper .card h2 {
    font-size: 18px;
    font-weight: 700;
  }
  ul {
    padding-left: 0px !important;
  }
  main .content_area .presentation > h1:nth-child(2) {
    font-weight: 600;
  }
  .benefts_area > h1,
  .features > h1 {
    font-size: 26px;
    font-weight: 700;
  }
  .benefts_area > p {
    font-size: 16px;
  }
  .cards_container .cards_wrapper .card .bottom {
    padding-bottom: 0px;
  }
  .cards_container .cards_wrapper .card button {
    height: 50px;
  }
  .logos_wrapper {
    margin-top: 2rem;
  }
  .about_section .presentation_area > h1,
  .video_container > h1,
  .video_container .video_area h1,
  .manage .presentation_area > h1,
  .cards_container > h1,
  .capibility > h1,
  .cards_container .cards_wrapper .card h1 {
    font-size: 26px;
    font-weight: 700;
  }
  .cards_container > h1 {
    margin-bottom: 0px;
  }
  .video_container > h1 {
    margin-bottom: 2rem;
  }
  .cards_container .cards_wrapper .card p {
    font-size: 16px;
    padding-bottom: 2rem;
  }
  .order_now .box_big {
    border-radius: 60px;
  }
  .features .logos_wrapper {
    margin-top: 2rem;
  }
  main .splide__pagination {
    display: none !important;
  }
}
@media screen and (max-width: 360px) {
  .about_section .box_wrapper {
    right: 20px;
    bottom: -200px;
  }
  .about_section .img_wrapper .box_wrapper > p,
  .about_section .img_wrapper .box_wrapper .bottom p {
    font-size: 13px;
  }
  .about_section .img_wrapper .box_wrapper > img {
    width: 50px !important;
    height: 50px !important;
    left: -24px;
    top: -4px;
  }
  .about_section .box_wrapper {
    bottom: -150px;
  }
  .about_section .img_wrapper img {
    width: 90%;
  }
}
@media screen and (max-width: 350px) {
  main .content_area .presentation .links_container img {
    width: 70px;
  }
  main .content_area .presentation h1 {
    font-size: 25px;
  }
  main .content_area .presentation > * {
    width: 80%;
  }
  main .content_area .presentation .links_container {
    margin-top: 1.5rem;
  }
}
