* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

/* font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif; */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?xsw0qq");
  src: url("../fonts/icomoon.eot?xsw0qq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xsw0qq") format("truetype"), url("../fonts/icomoon.woff?xsw0qq") format("woff"), url("../fonts/icomoon.svg?xsw0qq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=_icon-]::before,
[class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

._icon-message:before {
  content: "\e900";
}

._icon-smartfone:before {
  content: "\e901";
}

body {
  height: 100%;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #333;
}

main {
  flex: 1 1 auto;
}

._container {
  width: min(100% - 1rem, 1200px);
  margin-inline: auto;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #25bf42;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.preloader.hide-preloader {
  -webkit-animation: hidePreloader 1s;
          animation: hidePreloader 1s;
}
.preloader.hidden-preloader {
  display: none;
}

@-webkit-keyframes hidePreloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes hidePreloader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.top-header {
  height: 30px;
  position: relative;
  z-index: 10;
  background: #008037;
}
.top-header__body {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-header__btns {
  display: flex;
  gap: 30px;
  align-items: center;
  color: #fff;
}
.top-header__btns .language-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Montserrat;
}
.top-header__btns .language-icon span {
  font-size: 8px;
  transition: all 0.2s ease 0s;
}
.top-header__btns .language-icon:hover {
  cursor: pointer;
}
.top-header__btns .language-links {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 5px 0px 5px 5px;
  align-items: center;
}
.top-header__btns .language-links a {
  padding: 5px;
  color: #1d1d1d;
  font-family: Montserrat;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .top-header__btns .language-links {
    right: 0;
  }
}
.top-header__btns .language-icon:hover + .language-links,
.top-header__btns .language-links:hover {
  display: block;
}
.top-header__contacts a {
  font-family: "Poppins";
  font-weight: medium;
  font-size: 12px;
  color: #fff;
  margin-right: 60px;
}
@media (max-width: 600px) {
  .top-header__contacts a {
    margin-right: 15px;
    font-size: 10px;
  }
}
@media (max-width: 378px) {
  .top-header__contacts a {
    margin-right: 10px;
  }
}
.top-header__contacts a:hover {
  text-decoration: underline;
}
.top-header__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: no-wrap;
}
.top-header__socials a:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 445px) {
  .top-header__socials a:not(:last-child) {
    margin-right: 8px;
  }
}
.top-header__socials a:hover {
  opacity: 0.8;
}
.top-header__socials img {
  width: 25px;
  height: 25px;
}
@media (max-width: 600px) {
  .top-header__socials img {
    width: 15px;
    height: 15px;
  }
}

._icon-message::before,
._icon-smartfone::before {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  transform: translateY(2px);
}
@media (max-width: 600px) {
  ._icon-message::before,
._icon-smartfone::before {
    margin-right: 3px;
  }
}

.header {
  height: 70px;
  background: #25bf42;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: 0.2s all linear 0s;
  z-index: 9;
  box-shadow: 0px 5px 10px 0px #555;
}
@media (max-width: 767px) {
  .header::before {
    content: "";
    width: 100%;
    height: inherit;
    background: #25bf42;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}
.header__body {
  font-family: "Poppins";
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header__logo {
  flex: 0 1 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.header__logo a:hover {
  border: 2px solid transparent;
}
.header__logo img {
  width: 100%;
}
.menu__icon {
  display: none;
}
@media (max-width: 767px) {
  .menu__icon {
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    width: 44px;
    height: 44px;
    z-index: 5;
    margin-right: 15px;
  }
  .menu__icon::before, .menu__icon::after, .menu__icon span {
    height: 2.5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease 0s;
    width: 100%;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 10px;
  }
  .menu__icon::after {
    bottom: 10px;
    transform: translate(-50%, 0);
  }
  .menu__icon span {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    transform: translate(-50%, 0) rotate(45deg);
  }
  .menu__icon._active::after {
    transform: scale(0);
  }
  .menu__icon._active span {
    transform: translate(-50%, 0) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0;
    padding: 120px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body._active {
    left: 0;
    background-color: #002222;
    z-index: 1;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .menu__list {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .menu__list {
    gap: calc(14px + 15 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 767px) {
  .menu__list li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.menu__link {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  padding: 5px;
  transition: all 0.3s ease 0s;
  position: relative;
  white-space: nowrap;
}
.menu__link::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
}
.menu__link._active::after {
  opacity: 1;
}
.menu__link:is(:hover, :focus) {
  opacity: 1;
  transform: scale(1.1);
}
@media (min-width: 320px) {
  .menu__link {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .menu__link {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .menu__link {
    font-size: 20px;
  }
}

.home {
  background: url("../images/home/main-bg.webp") center/cover no-repeat;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home {
    background: url("../images/home/main-bg.webp") right/cover no-repeat;
  }
}
@media (max-width: 550px) {
  .home {
    background: url("../images/home/main-bg-mobile.png") center/cover no-repeat;
  }
}
.home__body {
  padding-top: 210px;
  padding-bottom: 250px;
}
@media (max-width: 1200px) {
  .home__body {
    padding-top: calc(70px + 140 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .home__body {
    padding-bottom: calc(70px + 180 * ((100vw - 320px) / 880));
  }
}
@media (min-width: 1400px) {
  .home__body {
    padding-top: 210px;
    padding-bottom: 275px;
  }
}
@media (max-width: 550px) {
  .home__body {
    min-height: calc(100vh - 105px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-10%);
    padding-top: 0;
    padding-bottom: 0;
  }
}
.home__content {
  font-family: "Poppins";
  position: relative;
  transition: all 0.4s linear 0.3s;
}

@media (max-width: 550px) {
  .content-home {
    text-align: center;
    border-radius: 5px;
    padding: 20px 10px;
  }
}
.content-home__title h1 {
  color: #022;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .content-home__title h1 {
    font-size: calc(30px + 20 * ((100vw - 320px) / 880));
  }
}
.content-home__title .element-animation {
  transition: all 0.4s linear 0.8s;
  opacity: 0;
  transform: translateX(-80px);
}
.content-home__title .element-animation.element-show {
  opacity: 1;
  transform: translateX(0px);
}
.content-home__subtitle h2 {
  color: #315757;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .content-home__subtitle h2 {
    font-size: calc(20px + 5 * ((100vw - 320px) / 880));
  }
}
.content-home__subtitle .element-animation {
  transition: all 0.4s linear 0.8s;
  opacity: 0;
  transform: translateX(80px);
}
.content-home__subtitle .element-animation.element-show {
  opacity: 1;
  transform: translateX(0px);
}
.content-home__button {
  margin-top: 30px;
}
.content-home__button a {
  width: 190px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  background: #25bf42;
  border: 2px solid transparent;
}
.content-home__button a:is(:hover, :focus) {
  background: #fff;
  color: #25bf42;
  border: 2px solid #25bf42;
  transition: all 0.2s linear 0s;
}
@media (max-width: 550px) {
  .content-home__button a {
    margin: 0 auto;
  }
}
.content-home__button .element-animation {
  opacity: 0;
  transition: 0.5s opacity ease 1.3s;
}
.content-home__button .element-animation.element-show {
  opacity: 1;
}

.about {
  background: url("../images/wrapper-bg.webp") center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.about::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #25bf42;
}
.about__body {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .about__body {
    padding-top: calc(100px + 50 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .about__body {
    padding-bottom: calc(70px + 10 * ((100vw - 320px) / 880));
  }
}
.about__text {
  padding: 20px;
  color: #1d1d1d;
  font-size: 16px;
  font-family: "Montserrat";
  text-align: justify;
}
@media (max-width: 600px) {
  .about__text {
    text-align: left;
  }
}
.about__text .element-animation {
  transition: all 0.4s linear 0.5s;
  opacity: 0;
  transform: translateX(80%);
}
.about__text .element-animation.element-show {
  opacity: 1;
  transform: translateX(0px);
}
.about__text h4 {
  margin-bottom: 10px;
}
.about__text p:not(:last-child) {
  margin-bottom: 40px;
}
.about__text p:nth-child(5) {
  margin-bottom: 10px;
}
.about__text span {
  font-weight: bold;
}
@media (max-width: 600px) {
  .about__text p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.title {
  background-color: #25bf42;
  display: inline-block;
  padding: 20px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 5%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .title {
    height: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.title h2 {
  color: #fff;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 28px;
  position: relative;
  z-index: 2;
}

.services {
  position: relative;
  background: url("../images/wrapper-bg.webp") center/cover no-repeat;
}
.services::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #ff7f50;
}
.services__body {
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 1200px) {
  .services__body {
    padding-top: calc(100px + 50 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .services__body {
    padding-bottom: calc(70px + 10 * ((100vw - 320px) / 880));
  }
}
.services__title {
  background-color: #ff7f50;
}
.services__cards {
  display: grid;
  grid-template-columns: repeat(2, 45%);
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 600px) {
  .services__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.card {
  display: flex;
  gap: 10px;
  font-family: "Montserrat";
}
@media (max-width: 600px) {
  .card {
    align-items: center;
  }
}
.card__name {
  font-size: 22px;
  color: #25bf42;
  margin-bottom: 15px;
}
.card__text {
  font-size: 16px;
  line-height: 1;
}
.card__text .element-animation {
  transition: all 0.7s ease 0.5s;
  opacity: 0;
  transform: translateY(30px);
}
.card__text .element-animation.element-show {
  opacity: 1;
  transform: translateX(0px);
}

.why {
  background: url("../images/wrapper-bg.webp") center/cover no-repeat;
  overflow: hidden;
  position: relative;
}
.why::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #25bf42;
}
.why__body {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1200px) {
  .why__body {
    padding-top: calc(120px + 30 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .why__body {
    padding-bottom: calc(70px + 80 * ((100vw - 320px) / 880));
  }
}
.why__title h2 {
  font-size: 28px;
  text-align: center;
}
@media (max-width: 1200px) {
  .why__title h2 {
    font-size: calc(20px + 8 * ((100vw - 320px) / 880));
  }
}
.why__content {
  font-family: "Poppins";
  font-weight: 200;
}
.why__list .element-animation {
  transition: all 0.7s ease 0.5s;
  opacity: 0;
  transform: translateY(30px);
}
.why__list .element-animation.element-show {
  opacity: 1;
  transform: translateX(0px);
}
.why__list li {
  position: relative;
  padding-left: 20px;
}
.why__list li:not(:last-child) {
  margin-bottom: 15px;
}
.why__list li::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff7f50;
}

/*--------------------------------------------team---------------------------------------------*/
.team {
  position: relative;
  background: url("../images/wrapper-bg.webp") center/cover no-repeat;
  overflow: hidden;
}
.team::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: #25bf42;
}
.team__body {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .team__body {
    padding-top: calc(70px + 80 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .team__body {
    padding-bottom: calc(70px + 80 * ((100vw - 320px) / 880));
  }
}
.swiper {
  display: flex;
  justify-content: center;
}

.swiper-wrapper {
  padding: 0 50px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .swiper-wrapper {
    align-items: start;
  }
}

.slide {
  display: flex;
  align-items: center;
  gap: 2%;
}
@media (max-width: 767px) {
  .slide {
    flex-direction: column;
  }
}
.slide__image {
  flex: 0 1 35%;
}
@media (max-width: 767px) {
  .slide__image {
    position: relative;
    width: 50%;
    padding-bottom: 60%;
  }
  .slide__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.slide__image img {
  max-width: 100%;
}
.slide__text {
  flex: 0 1 53%;
  position: relative;
  padding: 10px 0px;
}
@media (max-width: 767px) {
  .slide__text {
    text-align: center;
  }
}
.slide__text::before, .slide__text::after {
  content: "";
  display: block;
  width: 97%;
  height: 2px;
  background-color: #25bf42;
}
@media (max-width: 650px) {
  .slide__text::before, .slide__text::after {
    display: none;
  }
}
.slide__text::before {
  position: absolute;
  top: -20px;
}
@media (max-width: 767px) {
  .slide__text::before {
    top: 0;
  }
}
.slide__text::after {
  position: absolute;
  bottom: -20px;
}
@media (max-width: 767px) {
  .slide__text::after {
    bottom: 0;
  }
}
.slide__text h5 {
  font-size: 24px;
  font-weight: bold;
  color: #ff7f50;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Poppins";
}
.slide__text p {
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #1d1d1d;
  text-indent: 20px;
}
.slide__text p:not(:last-child) {
  margin-bottom: 15px;
}

.button-prev,
.button-next {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  padding: 10px;
  cursor: pointer;
  z-index: 2;
}
.button-prev img,
.button-next img {
  width: 25px;
  height: 25px;
}

.button-prev {
  left: 0;
  background: url("../images/team/prev-button.png") center/contain no-repeat;
}

.button-next {
  right: 0;
  background: url("../images/team/next-button.png") center/contain no-repeat;
}

.contacts {
  background-color: #00c031;
  position: relative;
}
.contacts::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: -70px;
}
@media (max-width: 600px) {
  .contacts::before {
    display: none;
  }
}
.contacts__body {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (max-width: 1200px) {
  .contacts__body {
    padding-top: calc(70px + -20 * ((100vw - 320px) / 880));
  }
}
@media (max-width: 1200px) {
  .contacts__body {
    padding-bottom: calc(70px + 10 * ((100vw - 320px) / 880));
  }
}
.contacts__body a {
  color: #fff;
}
.contacts__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.contacts__title a:hover {
  transition: all 0.3s ease 0s;
}
.contacts__title a:hover {
  transform: scale(1.1);
}
@media (max-width: 600px) {
  .contacts__title {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
.contacts__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contacts__title h2 {
  font-size: 48px;
  font-family: "Poppins";
}
.contacts__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .contacts__content {
    flex-direction: column;
  }
}

.content-contacts__info {
  font-family: "Montserrat";
  font-size: 24px;
  font-size: 24px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .content-contacts__info {
    font-size: calc(18px + 6 * ((100vw - 320px) / 880));
  }
}
.content-contacts__info > *:not(:last-child) {
  padding: 11px 0 11px 50px;
  margin-bottom: 10px;
}
.content-contacts__image {
  flex: 0 1 40%;
  position: relative;
  padding-bottom: 40%;
}
.content-contacts__image img {
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
  .content-contacts__image {
    width: 70%;
    margin-top: 30px;
  }
}
.content-contacts a {
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.content-contacts a:hover {
  transform: scale(1.1) translateX(20px);
}

.telephone {
  background: url("../images/contacts/phone.png") left/40px 40px no-repeat;
}

.mail {
  background: url("../images/contacts/mail.png") left/40px 40px no-repeat;
}

.address {
  background: url("../images/contacts/address.png") left/40px 40px no-repeat;
}

.linkedin {
  position: relative;
  width: 10%;
  padding-bottom: 10%;
}
.linkedin a:hover {
  transform: none;
  opacity: 0.7;
}
@media (max-width: 600px) {
  .linkedin {
    margin: 0 auto;
  }
}
.linkedin img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyrights {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #333;
  font-family: "Montserrat";
  font-weight: 500;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .copyrights {
    font-size: calc(12px + 4 * ((100vw - 320px) / 880));
  }
}