@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
button {
  border-radius: 14px;
  padding: 20px 35px;
  cursor: pointer;
}

.light {
  background-color: transparent;
  border: 1px solid #191A23;
}

.green {
  background-color: #B9FF66;
  border: 1px solid transparent;
}

.dark {
  background-color: #191A23;
  color: #fff;
  border: 1px solid transparent;
}

@media screen and (max-width: 430px) {
  button {
    width: 100%;
  }
}
img.mobile {
  display: none;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  height: 68px;
  align-items: center;
  padding: 70px 0;
}
.nav-container .burger {
  display: none;
}
.nav-container .flex-nav {
  display: flex;
  gap: 40px;
  margin: 0;
  align-items: center;
}
.nav-container .flex-nav .nav-links {
  display: flex;
  gap: 40px;
  margin: 0;
  align-items: center;
}

.landing {
  display: flex;
  justify-content: space-between;
}
.landing_landing_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
  width: 48%;
}
.landing_landing_content h1 {
  font-size: 60px;
  font-weight: 500;
}
.landing_landing_content p {
  line-height: 28px;
  width: 84%;
}

.logotypes {
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
}
.logotypes img {
  filter: grayscale(1);
}

@media screen and (max-width: 430px) {
  img.mobile {
    display: block;
  }
  .nav-container .flex-nav {
    display: none;
  }
  .nav-container .burger {
    display: block;
  }
  .nav-container img {
    height: 23px;
  }
  .nav-container {
    padding: 30px 0 40px;
  }
  .landing_image {
    display: none;
  }
  .logotypes {
    flex-wrap: wrap;
    padding-top: 60px;
  }
  .landing_landing_content {
    height: 100%;
    width: 100%;
  }
  .landing_landing_content p {
    width: 100%;
  }
  .landing_landing_content h1 {
    font-size: 43px;
  }
}
.card-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 430px) {
  .card-block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
.card-block_item {
  border: 1px solid #191A23;
  border-radius: 45px;
  box-shadow: 0 5px #191A23;
  padding: 50px;
  display: flex;
  justify-content: space-between;
}
.card-block_item_light {
  background-color: #F3F3F3;
}
.card-block_item_green {
  background-color: #B9FF66;
}
.card-block_item_dark {
  background-color: #191A23;
}
.card-block_item_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-block_item_img {
  display: flex;
  align-items: center;
}
.card-block_item h3 {
  font-size: 30px;
  font-weight: 500;
  display: inline;
  padding: 0 15px;
  border-radius: 14px;
  --webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.card-block_item a {
  display: flex;
  gap: 15px;
  align-items: center;
}
.card-block_item a .arrow {
  background-image: url(../../images/Icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 41px;
  width: 41px;
}
.card-block_item a:hover .arrow {
  background-image: url(../../images/Icon\ \(2\).png);
}
.card-block_item .learn-more {
  display: block;
}

h3.light-title {
  background-image: linear-gradient(to right, #F3F3F3 0, #F3F3F3 100%);
}

h3.green-title {
  background-image: linear-gradient(to right, #B9FF66 0, #B9FF66 100%);
}

a.light-text {
  color: #fff;
}

.cta-block {
  padding: 60px;
  background-color: #F3F3F3;
  border-radius: 45px;
  position: relative;
}
.cta-block_content {
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 46%;
  align-items: flex-start;
}
.cta-block_content h3 {
  font-size: 30px;
  font-weight: 500;
}
.cta-block img {
  position: absolute;
  right: 10%;
  top: -7%;
}

@media screen and (max-width: 430px) {
  .card-block {
    gap: 30px;
    margin-bottom: 70px;
  }
  .card-block_item {
    display: block;
  }
  .card-block_item h3 {
    font-size: 26px;
  }
  .card-block_item a {
    transform: translate(2px, 150px);
  }
  .card-block_item_img {
    transform: translate(114px, 26px);
    width: fit-content;
  }
  .card-block_item_img img {
    width: 165px;
    height: 124px;
  }
  .card-block_item .learn-more {
    display: none;
  }
  .cta-block {
    padding: 50px;
  }
  .cta-block_content {
    width: 100%;
  }
  .cta-block img {
    display: none;
  }
  .cta-block h3 {
    font-size: 26px;
  }
}
.case-block {
  background-color: #191A23;
  color: #fff;
  border-radius: 45px;
  padding: 70px 60px;
  display: flex;
  gap: 64px;
  font-weight: 400;
  overflow: hidden;
}
.case-block .line {
  border: 1px solid #fff;
}
.case-block a {
  color: #B9FF66;
  display: flex;
  gap: 15px;
  align-items: center;
}
.case-block_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card-item {
  border: 1px solid #191A23;
  border-radius: 45px;
  box-shadow: 0 5px #191A23;
  display: flex;
}

.card-block-flex {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.card-block-flex .open-green {
  background-color: #B9FF66;
}

.working-process_card-item {
  padding: 41px 60px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #F3F3F3;
}
.working-process_card-item div.group {
  display: flex;
  gap: 25px;
  align-items: center;
}
.working-process_card-item .hide-text {
  display: block;
}
.working-process span {
  font-size: 60px;
  font-weight: 500;
}
.working-process h3 {
  font-size: 30px;
  font-weight: 500;
}

@media screen and (max-width: 430px) {
  .card-block-flex {
    gap: 20px;
  }
  .working-process_card-item {
    flex-wrap: nowrap;
    padding: 30px;
  }
  .working-process .hide-text {
    display: none;
  }
  .working-process .open-green {
    background-color: #F3F3F3;
  }
  .working-process span {
    font-size: 30px;
  }
  .working-process h3 {
    font-size: 18px;
  }
  .working-process img {
    width: 30px;
  }
}
.team_card-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 430px) {
  .team_card-block {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(6, 1fr);
  }
}
.team_card-item {
  padding: 40px 35px;
  border: 1px solid #191A23;
  border-radius: 45px;
  box-shadow: 0 5px #191A23;
  position: relative;
}
.team_card-item div.name {
  display: inline-block;
  margin-left: 14px;
}
.team_card-item .icon {
  position: absolute;
  top: 40px;
  right: 35px;
}
.team_card-item hr {
  margin: 28px 0;
}

.testimonials-block {
  background-color: #191A23;
  color: #fff;
  border-radius: 45px;
  padding: 84px 0 68px 0;
  display: flex;
  flex-direction: column;
  gap: 124px;
  align-items: center;
  overflow: hidden;
}
.testimonials-block_message {
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 50px;
}
.testimonials-block_item {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.testimonials-block_bubble {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: 45px;
  width: 606px;
  background: #191A23;
  border: 2px solid #B9FF66;
}
.testimonials-block_bubble p {
  padding: 46px 52px;
  color: white;
}
.testimonials-block_bubble::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 45px;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 45px solid #B9FF66;
}
.testimonials-block_bubble::before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 46px;
  width: 0;
  height: 0;
  border-left: 39px solid transparent;
  border-right: 39px solid transparent;
  border-top: 44px solid #191A23;
  z-index: 10;
}
.testimonials-block_person {
  margin-left: 80px;
}
.testimonials-block_person h4 {
  color: #B9FF66;
  font-size: 20px;
  font-weight: 500;
}
.testimonials-block_scroll {
  display: flex;
  justify-content: space-between;
  width: 564px;
}

@media screen and (max-width: 430px) {
  .testimonials-block {
    gap: 0;
    padding: 0;
  }
  .testimonials-block_item {
    padding: 30px;
  }
  .testimonials-block_bubble {
    width: 100%;
  }
  .testimonials-block_bubble p {
    padding: 25px 30px;
  }
  .testimonials-block .hidden {
    display: none;
  }
  .testimonials-block_scroll {
    width: 100%;
    padding: 60px 30px;
  }
}
.contact-block {
  padding: 62.5px 0 62.5px 100px;
  background-color: #F3F3F3;
  border-radius: 45px;
  display: flex;
  justify-content: space-between;
}
.contact-block form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 50%;
}
.contact-block form div.radio label {
  margin-right: 35px;
}
.contact-block form input,
.contact-block form textarea {
  padding: 18px 30px;
  border-radius: 14px;
  font-size: 18px;
  border: 1px solid #000;
}
.contact-block form .data {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.contact-block form .data label {
  font-size: 16px;
}
.contact-block form .data div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-block form .data textarea {
  height: 190px;
  font-weight: 500;
}
.contact-block_image {
  overflow: hidden;
  width: 370px;
}

@media screen and (max-width: 430px) {
  .contact-block {
    display: block;
    padding: 40px 0;
  }
  .contact-block form {
    display: block;
    width: 100%;
  }
  .contact-block form input {
    padding: 18px 20px;
    font-size: 16px;
  }
  .contact-block div.radio {
    text-align: center;
  }
  .contact-block .data {
    gap: 20px;
    padding: 36px 30px 30px;
  }
  .contact-block .data label {
    font-size: 14px;
  }
  .contact-block_image {
    display: none;
  }
}
.logo {
  grid-area: logo;
}

.nav {
  grid-area: nav;
}

.icons {
  grid-area: icons;
}

.contact {
  grid-area: contact;
}

.contact-form {
  grid-area: contact-form;
}

.rights {
  grid-area: rights;
}

.grid-container {
  display: grid;
  grid-template-areas: "logo nav nav icons" "contact contact contact-form contact-form" "rights rights rights rights";
  gap: 10px;
  grid-template-rows: 90px 185px;
}

.footer-block {
  background-color: #191A23;
  color: #fff;
  border-radius: 45px 45px 0 0;
  padding: 55px 60px 50px;
  font-weight: 400;
}
.footer-block a {
  text-decoration: underline;
  color: #fff;
}
.footer-block hr {
  background-color: #fff;
  margin: 50px 0;
}
.footer-block_contact {
  display: flex;
  justify-content: space-between;
}
.footer-block .footer-nav-container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
  padding: 0;
}
.footer-block .icons-nav {
  display: flex;
  justify-content: space-between;
}
.footer-block_contact-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-block_contact-item h4 {
  font-size: 20px;
  background-color: #B9FF66;
  color: #000;
  border-radius: 7px;
  width: fit-content;
  padding: 0 7px;
  margin-bottom: 7px;
}
.footer-block_form {
  display: flex;
  flex-wrap: wrap;
  padding: 58px 40px;
  gap: 20px;
  background-color: #292A32;
  border-radius: 14px;
  align-items: center;
}
.footer-block_form label {
  display: none;
}
.footer-block_form input {
  padding: 20px 35px;
  border-radius: 14px;
  font-size: 18px;
  border: 1px solid #fff;
  background-color: #191A23;
  color: #fff;
}
.footer-block_form button {
  background-color: #B9FF66;
  border: none;
}
.footer-block_rights {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 430px) {
  footer {
    margin: 0 -20px;
  }
  .grid-container {
    grid-template-areas: "logo" "nav" "contact" "contact-form" "icons" "rights";
    gap: 37px;
    text-align: center;
    padding: 1.5rem;
    border-radius: 0;
    grid-template-rows: 50px 185px;
  }
  .grid-container hr {
    margin: 20px;
  }
  .grid-container .icons-nav {
    justify-content: space-evenly;
  }
  .footer-block_rights {
    flex-direction: column;
  }
  .logo div {
    margin: 20px 0;
  }
  .footer-nav-container {
    flex-direction: column;
    gap: 15px;
  }
  .footer-block a {
    text-decoration: none;
  }
  .contact h4 {
    margin: 0 auto 17px;
  }
}
* {
  box-sizing: border-box;
}

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

div.container {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1240px;
}
@media screen and (max-width: 430px) {
  div.container {
    max-width: 410px;
    margin: 0 20px;
  }
}

body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

a,
button,
p.larger {
  font-size: 20px;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

.section-indent {
  margin-bottom: 140px;
}

.section_title {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 430px) {
  .section_title {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.section_title h2 {
  background-color: #B9FF66;
  font-size: 40px;
  font-weight: 500;
  border-radius: 7px;
  padding: 0 7px;
}
@media screen and (min-width: 430px) {
  .section_title p {
    width: 47%;
  }
}

hr {
  background-color: #000;
  height: 1px;
  border: none;
  margin: 30px 0;
}

@media screen and (max-width: 430px) {
  body {
    font-size: 16px;
  }
  p.larger {
    font-size: 16px;
  }
  .section-indent {
    margin-bottom: 60px;
  }
  .section_title {
    gap: 30px;
    margin-bottom: 40px;
  }
  .section_title h2 {
    font-size: 36px;
  }
  .section_title p {
    width: 100%;
  }
}

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