@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
body {
  font-family: "inter", sans-serif;
}

.container {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 15px;
}

.none {
  display: none;
}

/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

:root {
  --neutral-white: #fff;
  --neutral-silver: #f5f7fa;
  --neutral-grey-blue: #abbed1;
  --neutral-l-grey: #89939e;
  --neutral-grey: #717171;
  --neutral-d-grey: #4d4d4d;
  --neutral-black: #263238;
  --neutral-white-stroke: #abbed1;
  --brand-info: #2194f3;
  --brand-secondary: #263238;
  --brand-primary: #4caf4f;
  --shade-s1: #43a046;
  --shade-s2: #388e3b;
  --shade-s3: #237d31;
  --shade-s4: #1b5e1f;
  --shade-s5: #103e13;
  --tint-t1: #66bb69;
  --tint-t2: #81c784;
  --tint-t3: #a5d6a7;
  --tint-t4: #c8e6c9;
  --tint-t5: #e8f5e9;
  --action-success: #2e7d31;
  --action-error: #e53835;
  --action-warning: #fbc02d;
  --font-family: "Inter", sans-serif;
  --second-family: "Montserrat", sans-serif;
}

.header {
  padding: 30px 0;
  background: var(--neutral-silver);
}

.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.header__logo {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 700;
  color: var(--neutral-black);
}

@media (max-width: 1070px) {
  .nav {
    display: none;
  }
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1070px) {
  .nav__list {
    flex-direction: column;
  }
}

.nav__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #18191f;
  position: relative;
}
.nav__link--active {
  font-weight: 500;
  color: #18191f;
}
.nav__link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--brand-primary);
  transform: translateY(15px);
  transition: all 0.2s ease-in;
  opacity: 0;
}
.nav__link:hover::before {
  opacity: 1;
  transform: translateY(10px);
}

.account {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 767px) {
  .account {
    display: none;
  }
}

.login {
  border-radius: 6px;
  padding: 10px 20px;
  width: 77px;
  height: 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--brand-primary);
  transition: all 0.2s ease-in;
}
.login:hover {
  transform: translateY(10px);
}

.sign-up {
  border-radius: 6px;
  padding: 10px 20px;
  background: var(--brand-primary);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--neutral-white);
  transition: all 0.2s ease-in;
}
.sign-up:hover {
  transform: translateY(10px);
}

.hero {
  background: var(--neutral-silver);
  position: relative;
}

.hero__content {
  max-width: 1152px;
  margin: 0 auto;
  padding: 96px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.hero__content img {
  margin: auto;
}
@media (max-width: 767px) {
  .hero__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 1060px) {
  .hero__content {
    padding: 70px 15px;
  }
}
@media (max-width: 425px) {
  .hero__content {
    padding: 15px 15px;
  }
}

.hero__title {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 0.676rem + 4.43vw, 4rem);
  line-height: 119%;
  color: var(--neutral-d-grey);
}
.hero__title span {
  color: var(--brand-primary);
}

.hero__text {
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--neutral-grey);
}

.hero__button {
  display: inline-block;
  border-radius: 4px;
  padding: 14px 32px;
  background: var(--brand-primary);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-white);
  box-shadow: rgba(76, 175, 79, 0.8235294118) 2px 12px 56px;
  transition: all 0.2s ease-in;
}
.hero__button:hover {
  box-shadow: rgba(0, 201, 0, 0.938) 2px 12px 70px;
}

.hero__pagination {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 425px) {
  .hero__pagination {
    bottom: 5px;
  }
}

.clients {
  padding: 40px 0;
}

.clients__title {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.25rem);
  line-height: 122%;
  text-align: center;
  color: var(--neutral-d-grey);
}

.clients__text {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-grey);
}

.clients__logos {
  display: flex;
  gap: 136px;
  padding: 25px 0;
  overflow: hidden;
  position: relative;
}
.clients__logos::before, .clients__logos::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 50px;
  height: 250px;
}
.clients__logos::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.05), white);
}
.clients__logos::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05), white);
}
@media (max-width: 425px) {
  .clients__logos {
    gap: 70px;
  }
}

.clients__logos li {
  display: flex;
  align-items: center;
  gap: 136px;
}
@media (max-width: 425px) {
  .clients__logos li {
    gap: 70px;
  }
}

.clients__logos ul {
  flex-shrink: 0;
  animation: scroll 20s linear infinite;
}

.clients__logos:hover ul {
  animation-play-state: paused;
}

@keyframes scroll {
  to {
    transform: translateX(calc(-100% - 136px));
    @media (max-width: 425px) {
      transform: translateX(calc(-100% - 70px));
    }
  }
}
.community__title {
  max-width: 542px;
  margin: auto;
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.25rem);
  line-height: 122%;
  text-align: center;
  color: var(--neutral-d-grey);
}

.community__text {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-grey);
}

.community__project {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .community__project {
    flex-wrap: wrap;
    row-gap: 15px;
    justify-content: center;
  }
}

.community__card {
  width: 299px;
  text-align: center;
  padding: 24px 16px;
  box-shadow: 0 2px 4px 0 rgba(171, 190, 209, 0.2);
  background: var(--neutral-white);
}

.community__card-img {
  margin-bottom: 16px;
}

.community__card-title {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(1rem, 0.727rem + 1.36vw, 1.75rem);
  line-height: 129%;
  text-align: center;
  color: var(--neutral-d-grey);
}

.community__card-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--neutral-grey);
}

.unlock {
  padding: 42px 0;
}

.unlock__row {
  display: flex;
  align-items: center;
  gap: 49px;
}
@media (max-width: 1000px) {
  .unlock__row {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
}

.unlock__content {
  width: 601px;
}

.unlock__title {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.25rem);
  line-height: 122%;
  color: var(--neutral-d-grey);
}

.unlock__text {
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--neutral-grey);
}

.unlock__btn {
  display: inline-block;
  border-radius: 4px;
  padding: 14px 32px;
  background: var(--brand-primary);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-white);
}
.unlock__btn:hover {
  background: rgba(76, 175, 79, 0.8);
}

.achievements {
  background: var(--neutral-silver);
}

.achievements__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 122px;
  padding: 64px 0;
}
@media (max-width: 1100px) {
  .achievements__row {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
@media (max-width: 425px) {
  .achievements__row {
    padding: 30px 0;
  }
}

.achievements__title {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 1.183rem + 1.9vw, 2.25rem);
  line-height: 122%;
  color: var(--neutral-d-grey);
}
.achievements__title span {
  color: var(--brand-primary);
}

.achievements__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #18191f;
}

.counts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: row;
  -moz-column-gap: clamp(1.25rem, -0.545rem + 8.97vw, 5.625rem);
       column-gap: clamp(1.25rem, -0.545rem + 8.97vw, 5.625rem);
  row-gap: 40px;
}

.counts__row {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.details__number {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(0.938rem, 0.604rem + 1.67vw, 1.75rem);
  line-height: 129%;
  color: var(--neutral-d-grey);
}

.details__label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--neutral-grey);
}

.calendar {
  padding: 48px 0;
}

.calendar__row {
  display: flex;
  align-items: center;
  gap: 49px;
}
@media (max-width: 1000px) {
  .calendar__row {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
}

.calendar__content {
  width: 601px;
}

.calendar__title {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.25rem);
  line-height: 122%;
  color: var(--neutral-d-grey);
}

.calendar__text {
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--neutral-grey);
}

.calendar__button {
  display: inline-block;
  border-radius: 4px;
  padding: 14px 32px;
  background: var(--brand-primary);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-white);
}
.calendar__button:hover {
  background: rgba(76, 175, 79, 0.8);
}

.customers {
  padding: 33px 0;
  background: var(--neutral-silver);
}

.customers__row {
  display: flex;
  align-items: center;
  gap: 78px;
}
@media (max-width: 1100px) {
  .customers__row {
    flex-direction: column;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .customers__row {
    gap: 20px;
  }
}

.customers__img {
  border-radius: 8px;
  max-width: 326px;
  max-height: 326px;
  margin: auto;
}
@media (max-width: 390px) {
  .customers__img {
    width: 100%;
  }
}

.customers__content {
  max-width: 748px;
}

.customers__title {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--neutral-grey);
}

.customers__name {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--brand-primary);
}

.customers__text {
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--neutral-l-grey);
}

.customers__clients {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 41px;
}
.customers__clients img {
  transition: all 0.2s ease-in;
}
.customers__clients img:hover {
  transform: translateY(10px);
}
@media (max-width: 1100px) {
  .customers__clients {
    flex-wrap: wrap;
  }
}

.customers__clients-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--brand-primary);
}
.customers__clients-link img:hover {
  transform: unset;
}

.community__updates {
  padding: 48px 0 174px;
}
@media (max-width: 767px) {
  .community__updates {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .community__updates {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .community__updates {
    padding-bottom: 100px;
  }
}

.community__updates-title {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 1.313rem + 1.25vw, 2.25rem);
  line-height: 122%;
  text-align: center;
  color: var(--neutral-d-grey);
}

.community__updates-text {
  max-width: 628px;
  margin: auto;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-grey);
  margin-bottom: 16px !important;
}

.community__updates-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 1200px) {
  .community__updates-row {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 110px;
  }
}

.community__updates-img {
  position: relative;
}
.community__updates-img img {
  border-radius: 8px;
}

.community__updates-desc {
  border-radius: 8px;
  padding: 16px;
  max-width: 317px;
  height: auto;
  box-shadow: 0 8px 16px 0 rgba(171, 190, 209, 0.4);
  background: var(--neutral-silver);
  cursor: pointer;
  position: absolute;
  top: 67%;
  left: 25px;
  right: 25px;
  transition: all 0.2s ease-in;
}
.community__updates-desc:hover {
  transform: scale(1.1);
}

.community__updates-heading {
  margin-bottom: 16px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
  line-height: 140%;
  text-align: center;
  color: var(--neutral-grey);
}
@media (max-width: 1200px) {
  .community__updates-heading {
    margin-bottom: 10px;
  }
}

.community__updates-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  line-height: 140%;
  color: var(--brand-primary);
  padding: 8px;
}

.promotion {
  background: var(--neutral-silver);
  padding: 32px 0;
}

.promotion__title {
  max-width: 887px;
  margin: auto;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: clamp(1.563rem, 0.676rem + 4.43vw, 4rem);
  line-height: 119%;
  text-align: center;
  color: var(--neutral-black);
}

.promotion__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 178px;
  height: auto;
  margin: auto;
  border-radius: 4px;
  padding: 14px 32px;
  background-color: var(--brand-primary);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--neutral-white);
}
.promotion__button:hover {
  background-color: rgba(76, 175, 79, 0.7);
}

.footer {
  background: var(--neutral-black);
  padding: 64px 0;
  height: 100%;
  overflow: hidden;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 125px;
}
@media (max-width: 1023px) {
  .footer__row {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .footer__row {
    gap: 70px;
  }
}

.company__info {
  width: 350px;
  height: 189px;
}

.company__info-logo {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 8px;
  font-size: 28px;
  font-weight: 700;
  color: white;
  margin-bottom: 40px;
}

.company__info-title {
  margin-bottom: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--neutral-silver);
}

.company__info-text {
  margin-bottom: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--neutral-silver);
}

.company__info-socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
.company__info-socials img {
  background-color: rgba(245, 247, 250, 0.1);
  padding: 7px;
  border-radius: 100%;
  width: 32px;
  height: 33px;
  transition: all 0.2s ease-in;
}
.company__info-socials img:hover {
  transform: scale(1.3);
}

.company__links-row {
  display: flex;
  gap: 30px;
  max-width: 635px;
  height: auto;
}
@media (max-width: 690px) {
  .company__links-row {
    flex-wrap: wrap;
    gap: 35px;
  }
}

.company__links {
  width: 255px;
  height: auto;
}

.company__links-title {
  margin-bottom: 24px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: var(--neutral-white);
}

.company__links-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.company__links-list a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--neutral-silver);
  position: relative;
}
.company__links-list a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid var(--neutral-white);
  transform: translateY(15px);
  transition: all 0.2s ease-in;
  opacity: 0;
}
.company__links-list a:hover::before {
  opacity: 1;
  transform: translateY(10px);
}

.company__links-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 255px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  padding: 9px 12px 11px;
}
.company__links-form input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #d9dbe1;
}
.company__links-form input::-moz-placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #d9dbe1;
}
.company__links-form input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #d9dbe1;
}

.mobile__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.mobile__nav-btn {
  display: none;
  cursor: pointer;
}
.mobile__nav-btn img {
  width: 35px;
}
@media (max-width: 1070px) {
  .mobile__nav-btn {
    display: block;
    z-index: 3;
  }
}

.mobile__menu {
  display: none;
  position: absolute;
  z-index: 2;
  width: 200px;
  top: 85px;
  right: 20px;
  padding: 50px 0;
  visibility: hidden;
  opacity: 0;
  background: var(--neutral-silver);
  box-shadow: 0 16px 32px 0 rgba(171, 190, 209, 0.3);
  border-radius: 25px;
  transition: all 0.2s ease-in;
}
@media (max-width: 1070px) {
  .mobile__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .mobile__menu {
    width: 100%;
    height: 100%;
    right: 0px;
    border: none;
    border-radius: unset;
    box-shadow: unset;
  }
}

.mobile__menu--open {
  opacity: 1;
  visibility: unset;
}

.account__mobile {
  display: none;
}
@media (max-width: 767px) {
  .account__mobile {
    display: block;
  }
  .account__mobile a {
    display: inline-block;
  }
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: var(--brand-primary) !important;
}

.swiper-pagination-bullet-active {
  background: var(--brand-primary) !important;
}/*# sourceMappingURL=main.css.map */