@charset "UTF-8";
section, footer, .blur {
  padding: 50px 20px;
}
@media (min-width: 768px) {
  section, footer, .blur {
    padding: 60px 34px;
  }
}
@media (min-width: 1280px) {
  section, footer, .blur {
    padding: 60px 50px;
  }
}
@media (min-width: 1440px) {
  section, footer, .blur {
    padding: 70px 46px;
  }
}
@media (min-width: 1920px) {
  section, footer, .blur {
    padding: 80px 70px;
  }
}

header {
  padding: 20px;
}
@media (min-width: 768px) {
  header {
    padding: 20px 34px;
  }
}
@media (min-width: 1280px) {
  header {
    padding: 24px 50px;
  }
}
@media (min-width: 1440px) {
  header {
    padding: 30px 46px;
  }
}
@media (min-width: 1920px) {
  header {
    padding: 30px 70px;
  }
}

body {
  margin: 0;
  font-family: "Inter Tight", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, .link, .count {
  font-family: "Cygre", sans-serif;
}

.text-base, .text-small {
  color: #5B5D61;
}

.count {
  color: #66B154;
}

.keen-slider {
  width: 100%;
  overflow-x: hidden;
}

@font-face {
  font-family: "Cygre";
  src: url("../font/Cygre-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
}

header {
  flex: 0 0 auto;
}

main {
  flex: 1 0 auto;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -4px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 120px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 160px;
    letter-spacing: -5px;
  }
}
@media (min-width: 1920px) {
  h1 {
    font-size: 200px;
  }
}

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 1920px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  h3 {
    font-size: 28px;
  }
}
@media (min-width: 1920px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}
@media (min-width: 1280px) {
  h5 {
    font-size: 18px;
  }
}

.link {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  .link {
    font-size: 18px;
  }
}

.count {
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -4%;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .count {
    font-size: 14px;
  }
}
@media (min-width: 1440px) {
  .count {
    font-size: 16px;
  }
}

.text-large {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  .text-large {
    font-size: 24px;
  }
}

.text-base {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 1440px) {
  .text-base {
    font-size: 18px;
  }
}

.text-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media (min-width: 1440px) {
  .text-small {
    font-size: 16px;
  }
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Inter Tight", sans-serif;
}

input::placeholder,
textarea::placeholder {
  font-family: "Inter Tight", sans-serif;
}
input::-moz-placeholder .input-title, textarea::-moz-placeholder .input-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}
input::placeholder .input-title,
textarea::placeholder .input-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  padding-top: 30px;
}
.about__content-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.about__content-card-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.about__video {
  overflow: hidden;
  display: block;
  height: 280px;
  margin-top: 50px;
}
.about__video #video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
}
.about__block {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about__block-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.about__block-item {
  height: 380px;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.about__block-content {
  position: absolute;
  display: flex;
  bottom: 0;
  transition: 1.5s ease-out;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: linear-gradient(180deg, rgba(26, 43, 69, 0.1) 10.84%, rgba(8, 21, 40, 0.2) 83.41%);
  box-shadow: 0 24px 64px 0 rgba(26, 43, 69, 0.07), 0 16px 40px 0 rgba(13, 53, 44, 0.07) inset, 0 -24px 40px 0 rgba(13, 53, 44, 0.06) inset;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  margin-right: 24px;
  color: #fff;
}
.about__block-content > p {
  color: #fff;
}
.about__block-content-head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.about__block-content-head > p {
  color: #D4F4CC;
}

@media (min-width: 768px) {
  .about__content {
    gap: 40px;
  }
  .about__content-card {
    flex-direction: row;
    gap: 40px;
  }
  .about__video {
    height: 450px;
  }
  .about__block {
    margin-top: 50px;
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .about {
    align-items: flex-end;
  }
  .about__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .about__head > h2 {
    width: 65%;
  }
  .about__content {
    width: 65%;
  }
  .about__video {
    height: 670px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .about__video #video {
    width: 600px;
    height: 600px;
    transition: width 1s ease-out, height 1s ease-out;
  }
  .about__block {
    margin-top: 60px;
    gap: 50px;
    width: 100%;
    align-items: flex-end;
  }
  .about__block > h2 {
    width: 65%;
  }
  .about__block-list {
    gap: 20px;
  }
  .about__block-content {
    padding: 20px;
    gap: 14px;
    margin-right: 40px;
    transform: translateY(68%);
  }
  .about__block-item:hover .about__block-content {
    transition: 1.5s ease-out;
    transform: translateY(0);
  }
}
@media (min-width: 1440px) {
  .about__video {
    height: 600px;
  }
  .about__video #video {
    width: 600px;
    height: 600px;
    transition: width 1s ease-out, height 1s ease-out;
  }
  .about__block {
    margin-top: 70px;
  }
}
@media (min-width: 1920px) {
  .about__video {
    height: 1002px;
  }
  .about__video #video {
    width: 600px;
    height: 600px;
    transition: width 1s ease-out, height 1s ease-out;
  }
  .about__block {
    margin-top: 90px;
  }
  .about__block-item {
    height: 460px;
  }
  .about__block-content {
    margin-right: 150px;
  }
}
.advantages {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.advantages__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.advantages__list-item {
  display: flex;
  min-height: 160px;
  padding: 20px 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.advantages__list-item > h4 {
  color: #357925;
}
.advantages__list-item:nth-child(1) {
  background-color: #F1FBEE;
}
.advantages__list-item:nth-child(2) {
  background-color: #E2F6DD;
}
.advantages__list-item:nth-child(3) {
  background-color: #D0F4C9;
}
.advantages__list-item:nth-child(4) {
  background-color: #C2E8BC;
}

@media (min-width: 768px) {
  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .advantages__list-item {
    min-height: 200px;
  }
}
@media (min-width: 1280px) {
  .advantages {
    gap: 50px;
  }
  .advantages__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .advantages__head > h2 {
    width: 65%;
  }
  .advantages__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .advantages {
    gap: 60px;
  }
  .advantages__list-item {
    min-height: 240px;
  }
}
@media (min-width: 1920px) {
  .advantages {
    gap: 70px;
  }
}
.block-list {
  display: flex;
  flex-direction: row;
  color: #fff;
}
.block-list__item {
  display: flex;
  padding: 16px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  background: #1A2B45;
}
.block-list__item-head {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.block-list__item-head > p {
  color: #66B154;
}
.block-list__item-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.block-list__item-text > p {
  color: #fff;
}
.block-list__item-text p > span {
  color: #D1DEF1;
}

.blur {
  background: linear-gradient(180deg, rgba(25, 33, 46, 0.2) 0%, rgba(25, 33, 46, 0.6) 100%);
}

#hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 40px;
  height: 700px;
}
@media (min-width: 768px) {
  #hero {
    height: 800px;
  }
}
@media (min-width: 1280px) {
  #hero {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    height: 700px;
  }
}
@media (min-width: 1440px) {
  #hero {
    height: 770px;
  }
}
@media (min-width: 1920px) {
  #hero {
    height: 960px;
  }
}

.btn-black {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  border-left: 4px solid #1A2B45;
  color: #19212E;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn-black::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D1DEF1;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: -1;
}

@media (min-width: 1280px) {
  .btn-black::before {
    left: -100%;
    transition: left 0.7s ease;
  }
  .btn-black:hover::before {
    left: 0;
  }
}
.btn {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  border-left: 4px solid #66B154;
  color: #19212E;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: -1;
}

@media (min-width: 1280px) {
  .btn::before {
    left: -100%;
    transition: left 0.7s ease;
  }
  .btn:hover::before {
    left: 0;
  }
}
.btn {
  display: flex;
  padding: 12px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  border-left: 4px solid #66B154;
  color: #19212E;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  z-index: -1;
}

@media (min-width: 1280px) {
  .btn::before {
    left: -100%;
    transition: left 0.7s ease;
  }
  .btn:hover::before {
    left: 0;
  }
}
.contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.contact__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.contact__form-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.contact__image {
  height: 280px;
  width: 100%;
  margin-top: 20px;
}
.contact__image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .contact__form {
    margin-top: 10px;
    gap: 30px;
  }
  .contact__form-text {
    gap: 20px;
  }
  .contact__image {
    height: 450px;
  }
}
@media (min-width: 1280px) {
  .contact {
    align-items: flex-end;
    width: 100%;
    gap: 40px;
  }
  .contact__head {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact__head > h2 {
    width: 65%;
  }
  .contact > p {
    width: 65%;
  }
  .contact__form {
    width: 65%;
    gap: 30px;
  }
  .contact__form-text {
    gap: 20px;
  }
  .contact__form-container {
    width: 100%;
  }
  .contact__image {
    height: 670px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .contact__image > img {
    width: 600px;
    height: 600px;
    transition: width 1s ease-out, height 1s ease-out;
  }
}
@media (min-width: 1440px) {
  .contact__image {
    height: 760px;
  }
}
@media (min-width: 1920px) {
  .contact__image {
    height: 1002px;
  }
}
.controls {
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.controls__left {
  width: 50px;
  height: 50px;
  background-image: url("../img/arrow-left.svg");
  fill: #fff;
  stroke: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D1DEF1;
}
.controls__left:hover {
  background-image: url("../img/arrow-left-white.svg");
  background-color: #357925;
}
.controls__right {
  height: 50px;
  width: 50px;
  background-image: url("../img/arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #D1DEF1;
  transform: scaleX(-1);
}
.controls__right:hover {
  background-image: url("../img/arrow-left-white.svg");
  background-color: #357925;
}

@media (min-width: 360px) {
  .controls {
    display: none;
  }
}
@media (min-width: 1280px) {
  .controls {
    display: flex;
  }
}
.description {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.description-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (min-width: 768px) {
  .description {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .description {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .description-text {
    width: 65%;
  }
}
.expanded {
  width: 100% !important;
  height: 100% !important;
}

.social {
  display: flex;
  gap: 4px;
}
.social > a {
  width: 32px;
  height: 32px;
}

#facebook:hover {
  background-image: url(../img/facebook-hover.svg) !important;
}

#linkidin:hover {
  background-image: url(../img/linkedin-hover.svg) !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #E6EDF9;
}
.footer__top {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__top-icon {
  display: flex;
  justify-content: space-between;
}
.footer__top-icon > img {
  height: 40px;
}
.footer__top-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__top-info-item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__top-info-item > div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__top-info-item > a {
  color: #66B154;
  text-decoration: none;
}
.footer__top-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__top-list-item {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.footer__top-list-item > a {
  color: #66B154;
  text-decoration: none;
}
.footer__up {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #19212E;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer__company > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.footer__company > a {
  color: #66B154;
  text-decoration: none;
}

@media (min-width: 768px) {
  .wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer__top {
    gap: 40px;
  }
  .footer__top-icon > img {
    height: 50px;
  }
  .footer__top-info {
    flex-direction: row;
    gap: 60px;
  }
  .footer__company {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__company > p {
    width: 40%;
  }
}
@media (min-width: 1280px) {
  .wrapper {
    gap: 113px;
  }
  .footer {
    gap: 60px;
  }
  .footer__top {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__top-icon {
    flex-direction: column;
    justify-content: normal;
    gap: 20px;
  }
  .footer__top-block {
    flex-direction: row;
    gap: 60px;
  }
  .footer__top-info-item > a {
    color: #5B5D61;
  }
  .footer__top-list-item > a {
    color: #5B5D61;
  }
  .footer__company > a {
    color: #5B5D61;
  }
  .footer__company > div {
    flex-direction: row;
    gap: 20px;
  }
}
@media (min-width: 1440px) {
  .wrapper {
    gap: 110px;
  }
  .social > a {
    width: 40px;
    height: 40px;
    background-position: center;
  }
  .footer__top-icon {
    gap: 40px;
  }
  .footer__top-info {
    gap: 80px;
  }
  .footer__top-block {
    gap: 80px;
  }
  .footer__company > div {
    gap: 36px;
  }
}
@media (min-width: 1920px) {
  .wrapper {
    gap: 280px;
  }
  .footer__top-block {
    gap: 120px;
  }
  .footer__top-info {
    gap: 120px;
  }
}
form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-policy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 10px;
}

@media (min-width: 1920px) {
  form {
    width: 100%;
  }
  .form__policy {
    width: 47%;
  }
}
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.green {
  color: #357925;
}

.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.grid > p {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.grid > p > br {
  display: none;
}

@media (min-width: 768px) {
  .grid > p {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hamburger-menu .box_checked {
  left: 0 !important;
}
.hamburger-menu .span_id2_checked {
  transform: rotate(45deg);
  background-color: black !important;
  top: 0px !important;
}
.hamburger-menu .span_id3_checked {
  top: 0px !important;
  background-color: black !important;
  transform: rotate(-45deg);
}
.hamburger-menu .span_id1_checked {
  top: 0px !important;
  background-color: black !important;
  transform: rotate(45deg);
}
.hamburger-menu .label {
  position: absolute;
  right: 34px;
  font-family: Cygre;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 1.24px;
  color: white;
  text-transform: uppercase;
}
.hamburger-menu__checkbox {
  opacity: 0;
  position: absolute;
  top: 37px;
  right: 20px;
}
.hamburger-menu__btn {
  position: absolute;
  top: 54px;
  right: 94px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
}
.hamburger-menu__btn > #i2,
.hamburger-menu__btn > #i3,
.hamburger-menu__btn > #i1 {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  transition-duration: 0.25s;
}
.hamburger-menu__btn > #i3 {
  top: 8px;
}
.hamburger-menu__btn > #i1 {
  top: -8px;
}
.hamburger-menu__list {
  padding: 50px 34px;
}
.hamburger-menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: white;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.hamburger-menu__box-logo {
  position: absolute;
  top: 24px;
  left: 34px;
  display: flex;
  flex-direction: row;
}
.hamburger-menu__box-logo img {
  width: 150px;
  height: 50px;
  flex-shrink: 0;
}
.hamburger-menu__box-item {
  text-align: left;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  transition-duration: 0.25s;
}
.hamburger-menu__box-item-head {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 3px;
}
.hamburger-menu__box-item-head > img {
  transition-duration: 0.5s;
}
.hamburger-menu__box-item-head > .reverse {
  transform: rotate(180deg);
}
.hamburger-menu__box-item-head > a {
  color: #19212E;
}
.hamburger-menu__box-item > ul {
  display: none;
}
.hamburger-menu__box-item > a {
  color: #19212E;
}
.hamburger-menu__box-link {
  position: absolute !important;
  bottom: 45px;
  left: 34px;
  color: #19212E;
}

.black {
  color: black !important;
  z-index: 3;
}

@media (min-width: 1280px) {
  .hamburger-menu__btn {
    display: none;
  }
  .hamburger-menu .label {
    display: none;
  }
  .hamburger-menu__box {
    display: none;
  }
}
@media (max-width: 468px) {
  .hamburger-menu .label {
    display: block;
    top: 40px;
  }
  .hamburger-menu__btn {
    top: 46px;
  }
  .hamburger-menu__box-logo {
    left: 20px;
  }
  .hamburger-menu__box-link {
    bottom: 35px;
    left: 20px;
  }
  .hamburger-menu__list {
    padding: 40px 20px;
  }
}
@media (max-width: 360px) {
  .hamburger-menu__btn {
    height: 30px;
  }
  .hamburger-menu .label {
    display: block;
  }
}
.line {
  display: none;
}
@media (min-width: 768px) {
  .line {
    display: flex;
    width: 4px;
    height: 24px;
    background: #E4EBF6;
  }
}

.sub-menu {
  display: none;
}

.header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  align-items: center;
}
.header__logo {
  background: #fff;
  padding: 9px 16px;
}
.header__logo-img > img {
  height: 30px;
}
.header__logo > p {
  display: none;
}
.header__logo > a {
  display: none;
  text-decoration: none;
  color: #19212E;
}
.header__menu {
  display: none;
}

@media (min-width: 768px) {
  .header__logo {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .header__logo > img {
    height: 34px;
  }
  .header__logo > a {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .header__menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .header__menu-item > a {
    color: #fff;
    text-decoration: none;
  }
  .header__menu-item:nth-child(3):hover {
    position: relative;
  }
  .header__menu-item:nth-child(3):hover .sub-menu {
    width: 270px;
    position: absolute;
    left: -24px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    gap: 14px;
    background: #fff;
    list-style: none;
  }
  .header__menu-item:nth-child(3):hover .sub-menu a {
    color: #19212E;
  }
}
@media (min-width: 1440px) {
  .header__logo {
    padding: 12px 20px;
  }
  .header__logo > img {
    height: 40px;
  }
}
@media (min-width: 1920px) {
  .header__menu {
    gap: 30px;
  }
}
.hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 0;
}
.hero__down {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
}
.hero__down > img {
  transform: rotate(180deg);
}
.hero__down > a {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 446px) {
  .hero__title h1 > br {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero__title h1 > br {
    display: flex;
  }
}
@media (min-width: 904px) {
  .hero__title h1 > br {
    display: none;
  }
}
@media (min-width: 1280px) {
  .hero__title {
    width: auto;
  }
  .hero__down {
    width: 14%;
  }
}
@media (min-width: 1440px) {
  .hero__title > h4 {
    width: 60%;
  }
}
.hover-line {
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 2px;
}

.hover-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px; /* Толщина линии */
  background-color: #357925; /* Зеленый цвет */
  transition: width 0.7s ease; /* Анимация появления */
}

.hover-line:hover::after {
  width: 100%; /* Полная ширина при наведении */
  transition: width 0.7s ease; /* Анимация исчезновения */
}

.hover {
  text-decoration: none;
}

.hover:hover {
  color: #66B154;
}

.input {
  display: flex;
  padding: 16px 20px;
  align-items: flex-start;
  background: #E6EDF9;
  border: none;
  width: 100%;
}
.input:hover {
  border: 1px solid #A3BEE5;
}
.input:focus {
  outline: none;
  border: 1px solid #A3BEE5;
}

.list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.list > h2 {
  padding-bottom: 40px;
}
.list__item {
  display: flex;
  width: 100%;
  padding: 12px 16px 16px 16px;
  flex-direction: column;
  height: 520px;
  gap: 16px;
  background: #fff;
}
.list__item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}
.list__item-head-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.list__item-head-text > h4 {
  color: #19212E;
}
.list__item-head:hover div > h4 {
  color: #66B154;
}
.list__item-img {
  height: 282px;
  align-self: stretch;
  flex: 1 0 0;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .list > h2 {
    padding-bottom: 50px;
  }
  .list__item-img {
    height: 276px;
  }
}
@media (min-width: 1280px) {
  .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .list > h2 {
    padding-bottom: 60px;
  }
  .list__item {
    padding: 16px 20px 20px 20px;
    height: 550px;
  }
  .list__item-img {
    height: 309px;
  }
}
@media (min-width: 1440px) {
  .list__item {
    height: 620px;
  }
  .list__item-img {
    height: 354px;
  }
}
@media (min-width: 1920px) {
  .list {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
  .list > h2 {
    padding-bottom: 70px;
  }
  .list__item {
    height: 640px;
  }
  .list__item-img {
    height: 374px;
  }
}
.location {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.location__head {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.location__map {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
  width: 100%;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .location__map {
    height: 370px;
  }
}
@media (min-width: 1280px) {
  .location {
    align-items: flex-end;
    gap: 40px;
  }
  .location__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .location__head > h2 {
    width: 65%;
  }
  .location > p {
    width: 65%;
    padding-right: 25%;
  }
  .location__map {
    height: 570px;
  }
}
@media (min-width: 1440px) {
  .location__map {
    height: 640px;
  }
}
@media (min-width: 1920px) {
  .location__map {
    margin-top: 30px;
    height: 760px;
  }
}
.menu-sublist {
  display: block !important;
  padding: 0 20px;
}

.name {
  display: flex;
  align-items: center;
  gap: 12px;
}

.position {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.position__block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.position__block-head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.position__block-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.position__block-contact-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.position__block-contact-item > a {
  color: #19212E;
}
.position__block-contact-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.position__block-contact-list-item {
  display: flex;
  gap: 4px;
}
.position__block-contact-list-item > a {
  text-decoration: none;
  color: #19212E;
}
.position__block-contact-list-item > h5 {
  color: #5B5D61;
}
.position__block-contact-list-item:last-child {
  flex-direction: column;
}
.position__image {
  height: 230px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .position__block-head {
    gap: 30px;
    width: 60%;
  }
  .position__image {
    height: 500px;
  }
}
@media (min-width: 1280px) {
  .position {
    flex-direction: row;
    padding: 0;
    gap: 0;
  }
  .position__block {
    padding: 50px;
    justify-content: space-between;
  }
  .position__block-head {
    width: 100%;
  }
  .position__image {
    height: 700px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .position__image {
    height: 770px;
  }
}
@media (min-width: 1920px) {
  .position__image {
    height: 960px;
  }
}
.service {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  background: #1A2B45;
  color: #fff;
}
.service__head {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .service {
    gap: 40px;
  }
}
@media (min-width: 1280px) {
  .service__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .service__head-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
  }
  .service__head > h2 {
    width: 65%;
  }
}
.service-page > h2 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .service-page > h2 {
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .service-page > h2 {
    padding-bottom: 60px;
  }
}
@media (min-width: 1920px) {
  .service-page > h2 {
    padding-bottom: 70px;
  }
}

.head {
  background: #1A2B45;
}
.head > h1 {
  color: #fff;
  margin-top: 48px;
}
@media (min-width: 768px) {
  .head > h1 {
    margin-top: 58px;
  }
}
@media (min-width: 1440px) {
  .head > h1 {
    margin-top: 74px;
  }
}

.slider {
  display: flex;
  overflow-x: hidden;
}
.slider__item {
  display: flex;
  width: 100%;
  padding: 12px 16px 16px 16px;
  flex-direction: column;
  height: 520px;
  gap: 16px;
  background: #fff;
}
.slider__item-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
}
.slider__item-head-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
}
.slider__item-head-text > h4 {
  color: #19212E;
}
.slider__item-head:hover div > h4 {
  color: #66B154;
}
.slider__item-img {
  height: 282px;
  align-self: stretch;
  flex: 1 0 0;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .slider__item-img {
    height: 276px;
  }
}
@media (min-width: 1280px) {
  .slider__item {
    padding: 16px 20px 20px 20px;
    height: 550px;
  }
  .slider__item-img {
    height: 309px;
  }
}
@media (min-width: 1440px) {
  .slider__item {
    height: 620px;
  }
  .slider__item-img {
    height: 354px;
  }
}
@media (min-width: 1920px) {
  .slider__item {
    height: 640px;
  }
  .slider__item-img {
    height: 374px;
  }
}
.technology {
  display: flex;
  justify-content: flex-start;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  padding: 0;
  color: #fff;
}
.technology > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.technology-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}

@media (min-width: 1280px) {
  .technology {
    height: 700px;
  }
  .technology-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .technology-title > h2 {
    width: 60%;
  }
  .technology-title > p {
    width: 36%;
  }
}
@media (min-width: 1440px) {
  .technology {
    height: 770px;
  }
  .technology-title > h2 {
    width: 50%;
  }
  .technology-title > p {
    width: 40%;
  }
}
@media (min-width: 1920px) {
  .technology {
    height: 960px;
  }
  .technology-title > h2 {
    width: 55%;
  }
  .technology-title > p {
    width: 36%;
  }
}
.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  position: absolute;
  top: 120px;
  left: 20px;
  color: #fff;
}

@media (min-width: 768px) {
  .text {
    gap: 30px;
    top: 160px;
    left: 34px;
    width: 60%;
  }
}
@media (min-width: 1280px) {
  .text {
    left: 50px;
    width: 47%;
  }
}
@media (min-width: 1440px) {
  .text {
    top: 200px;
    left: 46px;
    width: 50%;
  }
}
@media (min-width: 1920px) {
  .text {
    top: 240px;
    left: 70px;
    width: 38%;
  }
}
.usecase {
  background-image: url(../img/case-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  color: #fff;
}
.usecase__content {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.usecase__content-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.usecase__content-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.usecase__content-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.usecase__content-list-item {
  display: flex;
  padding: 16px 20px 20px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  background: #1A2B45;
}

@media (min-width: 768px) {
  .usecase__content {
    gap: 80px;
  }
  .usecase__content-text {
    width: 80%;
  }
  .usecase__content-list-item {
    padding: 24px 30px 30px 30px;
    background-image: url(../img/bg.png);
    background-position: right;
    background-position-y: 15%;
    background-size: 25%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .usecase__content {
    flex-direction: row;
  }
  .usecase__content-text {
    width: 60%;
    justify-content: space-between;
  }
  .usecase__content-text > p {
    width: 70%;
  }
  .usecase__content-block {
    width: 36%;
  }
  .usecase__content-list {
    gap: 10px;
  }
}
@media (min-width: 1440px) {
  .usecase__content-text {
    width: 55%;
  }
  .usecase__content-block {
    width: 40%;
  }
}