html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 16px;
}

.section *,
.section *:after,
.section *:before,
.section-grey *,
.section-grey *:after,
.section-grey *:before {
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
}

.section a,
.section a:hover,
.section-grey a,
.section-grey a:hover {
  text-decoration: none;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section p,
.section ul,
.section-grey h1,
.section-grey h2,
.section-grey h3,
.section-grey h4,
.section-grey p,
.section-grey ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.section img,
.section-grey img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section button,
.section-grey button {
  cursor: pointer;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.accent-button,
.outline-button,
.secondary-btn {
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  padding-inline: 30px;
  position: relative;
  overflow: hidden;
  background: #34870B;
  background: linear-gradient(180deg, #459d18 16.15%, #34870b 87.5%);
  border-radius: 12px;
  color: #fff;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
  cursor: pointer;
  border: 0;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.accent-button:hover,
.outline-button:hover,
.secondary-btn:hover {
  opacity: 0.8;
}

.outline-button {
  background: none;
  background-color: #fff;
  border: 2px solid #34870B;
  color: #34870B;
}

.btn-64 {
  height: 64px;
}

.btns-group {
  display: flex;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

.secondary-btn {
  color: #001602 !important;
  background: #FFBD00;
}

.section,
.section-grey {
  background-color: #fff;
  color: #001602;
  font-family: "Inter", "Arial", sans-serif;
}

.section .h1,
.section-grey .h1 {
  font-size: 55px;
  color: #001602;
  font-weight: 700;
  line-height: 1.25;
}

.section .txt-accent,
.section-grey .txt-accent {
  color: #34870B;
}

.section h2,
.section .h2,
.section-grey h2,
.section-grey .h2 {
  font-size: 40px;
  font-weight: 700;
}

.section .header-center,
.section-grey .header-center {
  text-align: center;
}

.promo {
  position: relative;
  height: 655px;
  display: flex;
  align-items: center;
  padding-block: 50px;
}

.promo:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  max-width: 900px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/promo.webp) no-repeat center left/cover;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}

.promo .promo-picture {
  display: none;
}

.promo .promo-image {
  z-index: 2;
  position: absolute;
  filter: drop-shadow(-8px 24px 34px rgba(0, 0, 0, 0.31));
  bottom: -80px;
  right: -60%;
  overflow: hidden;
  border-radius: 20px;
  transform: perspective(150px) rotateY(10deg);
}

.promo .promo-image img {
  width: 284px;
  height: 204px;
}

.promo-content {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  position: relative;
}

.promo-text {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 50%;
  position: relative;
}

.promo-text .header-subtext {
  color: #99A29A;
}

.header-subtext {
  font-size: 20px;
  line-height: 1.4;
}

.section-grey {
  background: #f6f6f6;
}

.media-about {
  padding-block: 65px;
  display: flex;
}

.media-about h3 {
  font-size: 18px;
  color: #545F54;
  font-weight: 400;
  line-height: 1.4;
}

.media-about h3 .txt-accent {
  display: block;
  font-weight: 600;
}

.media-about-content {
  display: flex;
  -moz-column-gap: 80px;
  column-gap: 80px;
  align-items: center;
}

.media-about__text {
  flex-shrink: 0;
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.media-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.media-list li img {
  height: 30px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.why-us {
  padding-block: 75px;
}

.why-us h2 {
  position: relative;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 50px;
}

.why-us h2:before {
  position: absolute;
  content: "";
  background: url(../img/icons/whyus-icon.svg) no-repeat center/contain;
  width: 43px;
  height: 54px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.why-us__content {
  display: flex;
  justify-content: space-between;
}

.benefit-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  max-width: 310px;
}

.benefit-card__img {
  height: 190px;
  width: 100%;
}

.benefit-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.benefit-card__txt {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding-top: 30px;
  text-align: center;
  align-items: center;
}

.benefit-card__txt h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #001602;
}

.benefit-card__txt p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: #001602;
  flex-grow: 1;
}

.link-arrow {
  color: #34870B;
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 16px;
  align-items: center;
}

.cta {
  padding-top: 100px;
}

.cta .header-center {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.cta .header-center .accent-button {
  margin-top: 15px;
}

.cta .visible-mobile {
  display: none;
}

.cta-picture {
  display: flex;
  justify-content: center;
}

.cta-picture img {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 12px 87px rgba(49, 53, 50, 0.2);
  border-radius: 24px 24px 0 0;
  border: 12px solid #D0D0D0;
  border-bottom: 0;
}

.feedback {
  background: url(../img/bg/banner-bg.png);
  background-size: cover;
  background-position: right;
  padding-block: 100px;
  color: white;
}

.feedback>* {
  color: white;
}

.feedback p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 25px;
}

.feedback-content {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}

.knowledge {
  padding-block: 100px;
}

.knowledge h2 {
  margin-bottom: 35px;
}

.knowledge-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 35px;
}

.knowledge-item {
  max-width: 330px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(49, 53, 50, 0.08);
  overflow: hidden;
  display: block;
  transition: all 0.25s ease-in-out;
}

.knowledge-item.knowledge-item:hover {
  box-shadow: 0 4px 15px rgba(49, 53, 50, 0.2);
}

.knowledge-item.blog-item:hover {
  box-shadow: 0 4px 35px rgba(49, 53, 50, 0.3);
}

.knowledge-item .img,
.blog-item .img {
  height: 190px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.knowledge-item .img .category {
  background: url(../img/icons/knowledge-category-icon.svg) no-repeat 10px 50% #34870B;
  background-size: 12px auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: 25px;
  left: 0;
  padding: 7px 13px 7px 30px;
}

.knowledge-item .item-details {
  padding: 20px;
}

.knowledge-item .item-details time {
  font-size: 12px;
  color: #34870B;
  font-weight: 500;
}

.knowledge-item .item-details h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin: 12px 0;
  color: #02020B;
  height: 45px;
  overflow: hidden;
}

.knowledge-item .item-details p {
  font-size: 14px;
  color: #99A29A;
  line-height: 1.5;
  margin: 12px 0;
  height: 46px;
  overflow: hidden;
}

.knowledge-item .item-details .readtime {
  font-size: 12px;
  font-weight: 500;
  color: #515151;
  background: url(../img/icons/readtime-icon.svg) no-repeat center left/contain;
  padding: 3px 0 3px 25px;
}

.footer {
  padding-block: 35px;
  background-color: #fff;
  border-top: 1px solid #E6E8E6;
}

@media (max-width: 1919px) {

  .section .h1,
  .section-grey .h1 {
    font-size: 52px;
  }
}

@media (max-width: 1439px) {

  .section .h1,
  .section-grey .h1 {
    font-size: 50px;
  }

  .section h2,
  .section .h2,
  .section-grey h2,
  .section-grey .h2 {
    font-size: 36px;
  }

  .promo {
    height: 600px;
  }

  .promo-content {
    row-gap: 30px;
  }

  .promo-text {
    row-gap: 30px;
  }
}

@media (max-width: 1364px) {

  .section .h1,
  .section-grey .h1 {
    font-size: 48px;
  }

  .media-about-content {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}

@media (max-width: 1279px) {
  .promo {
    height: 550px;
  }
}

@media (max-width: 1199px) {

  .section .h1,
  .section-grey .h1 {
    font-size: 40px;
  }

  .section h2,
  .section .h2,
  .section-grey h2,
  .section-grey .h2 {
    font-size: 32px;
  }

  .header-subtext {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .promo:after {
    display: none;
  }

  .promo .promo-picture {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .promo .promo-picture img {
    height: 320px;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
  }

  .promo .promo-image {
    display: block;
    bottom: 105%;
    right: auto;
    left: -5px;
  }

  .promo .promo-image img {
    width: 180px;
    height: 150px;
  }

  .promo {
    height: auto;
  }

  .promo-content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    width: 100%;
  }

  .promo-text {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .media-about h3 .txt-accent {
    display: inline;
  }

  .media-about-content {
    flex-direction: column;
    row-gap: 40px;
    align-items: flex-start;
  }

  .media-list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 30px;
  }

  .why-us h2 {
    font-size: 28px;
    margin-bottom: 25px;
    padding-top: 75px;
  }

  .why-us h2:before {
    width: 30px;
    height: 40px;
  }

  .why-us {
    padding-block: 50px;
  }

  .why-us__content {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .benefit-card {
    max-width: 360px;
  }

  .benefit-card__txt {
    padding-top: 20px;
    row-gap: 20px;
  }

  .benefit-card__img {
    height: 220px;
  }

  .knowledge {
    padding-block: 40px;
  }
}

@media (max-width: 767px) {

  .section .h1,
  .section-grey .h1 {
    font-size: 28px;
  }

  .section h2,
  .section .h2,
  .section-grey h2,
  .section-grey .h2 {
    font-size: 28px;
  }

  .promo-content .btns-group {
    flex-direction: column;
    width: 100%;
    row-gap: 10px;
  }

  .promo-content .btns-group>* {
    width: 100%;
  }

  .header-subtext {
    font-size: 16px;
  }

  .media-about {
    padding-block: 40px;
  }

  .cta .header-center {
    margin-bottom: 20px;
    row-gap: 20px;
  }

  .cta {
    padding-top: 50px;
  }

  .cta .header-center h2 {
    position: relative;
    padding-top: 75px;
  }

  .cta .header-center h2:before {
    position: absolute;
    content: "";
    background: url(../img/icons/find-system-icon.svg) no-repeat center/contain;
    width: 42px;
    height: 42px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .cta .accent-button {
    display: none;
  }

  .cta {
    background-color: #fff !important;
    border-top: 1px solid #E6E8E6;
    border-bottom: 1px solid #E6E8E6;
    padding-bottom: 50px;
  }

  .cta .visible-mobile {
    display: flex;
    margin-top: 40px;
  }

  .cta .visible-mobile .accent-button {
    width: 100%;
    display: flex;
  }

  .cta-picture img {
    border: 0;
    border-radius: 30px;
    width: 210px;
  }

  .feedback {
    padding-block: 40px;
  }
}