body {
  background-color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

* {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

strong {
  font-weight: 600;
}

section {
  padding: 100px 0px;
}
@media (max-width: 992px) {
  section {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

.title2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #2d3740;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .title2 {
    font-size: 28px;
  }
}
.title2::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  background-color: #5DDC95;
}
.title2--left::after {
  margin-left: 0;
}

.title3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 125%;
  color: #181d27;
}
@media (max-width: 768px) {
  .title3 {
    font-size: 24px;
  }
}

.pretitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  color: #2d3740;
}
@media (max-width: 768px) {
  .pretitle {
    font-size: 16px;
  }
}

.top {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 28px;
}

em {
  font-style: italic;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
}

.header {
  padding: 32px 0;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  position: relative;
  z-index: 10;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.header__nav li a {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.header .btn-menu {
  display: none;
}
@media (max-width: 992px) {
  .header__nav ul {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 20px 0;
  }
  .header__nav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    background: #293745;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    height: 100vh;
    width: 100%;
    padding-top: 100px;
  }
  .header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
  .header__nav a {
    font-size: 16px !important;
  }
  .header__nav.active {
    opacity: 1;
    visibility: visible;
  }
  .header .btn-menu {
    width: 30px;
    height: 40px;
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 10;
  }
  .header .btn-menu span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header .btn-menu span:nth-child(1) {
    top: 10px;
  }
  .header .btn-menu span:nth-child(2) {
    top: 19px;
  }
  .header .btn-menu span:nth-child(3) {
    top: 28px;
  }
  .header .btn-menu.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 19px;
  }
  .header .btn-menu.active span:nth-child(2) {
    opacity: 0;
  }
  .header .btn-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 19px;
  }
}

.main-section {
  background-image: url(../img/bgmain.jpg);
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}

.hero {
  padding-top: 100px;
}
.hero__box {
  width: 100%;
  max-width: 900px;
}
.hero__title {
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
  margin-bottom: 30px;
}
.hero__pp {
  color: #fff;
  font-size: 20px;
  line-height: 150%;
}
.hero__pp span {
  font-size: 22px;
}
.hero__list {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.hero .hero-item p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .hero {
    padding-top: 70px;
  }
  .hero__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .hero__pp {
    font-size: 16px;
  }
  .hero__pp span {
    font-size: 22px;
  }
  .hero__list {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .hero .hero-item p {
    margin-top: 10px;
    font-size: 16px;
  }
  .hero__nav {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.btn {
  color: #fff;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  background-color: #293745;
  border: 2px solid #5DDC95;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.btn:hover {
  background-color: #5DDC95;
}
@media (max-width: 768px) {
  .btn {
    font-size: 16px;
    padding: 15px 10px;
    min-height: 60px;
  }
}

.about .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .top .title2 {
  text-align: center;
}
.about .top .pretitle {
  text-align: center;
}
.about .about-section {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.about .about-section__one {
  width: 50%;
}
.about .about-section__one p {
  font-size: 20px;
  line-height: 140%;
}
.about__list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
.about .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border: 2px solid #5DDC95;
  background-color: #fff;
  padding: 40px 20px;
}
.about .about-item__ic svg {
  width: 40px;
  height: 40px;
}
.about .about-item p {
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .about .about-section {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about-section__one {
    width: 100%;
    max-width: 400px;
  }
  .about .about-section__one p {
    font-size: 18px;
  }
  .about__box {
    margin-top: 60px;
  }
  .about .title3 {
    font-size: 22px;
  }
  .about .about-item {
    gap: 20px;
    border: 2px solid #5DDC95;
    padding: 20px 20px;
  }
  .about .about-item__ic svg {
    width: 30px;
    height: 30px;
  }
  .about .about-item p {
    font-size: 18px;
  }
}

.advantage__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 80px;
}
.advantage .title2 {
  text-align: left;
}
.advantage .advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.advantage .advantage-item__icon {
  background-color: #5DDC95;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-width: 80px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.advantage .advantage-item p {
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 992px) {
  .advantage .advantage-item {
    gap: 30px;
  }
  .advantage .advantage-item__icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-width: 60px;
  }
  .advantage .advantage-item__icon img {
    width: 50%;
  }
  .advantage .advantage-item p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .advantage__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .advantage .advantage-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}

.geo {
  background-color: #293745;
}
.geo .title2 {
  color: #fff;
  text-align: left;
}
.geo__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.geo__map {
  width: 50%;
}
.geo__list {
  width: 50%;
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.geo p {
  color: #fff;
}
.geo .geo-item {
  background-color: #5DDC95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 20px;
}
.geo .geo-item__ic img {
  width: 40px;
}
.geo .geo-item p {
  font-size: 18px;
  font-weight: 600;
  color: #293745;
}
@media (max-width: 768px) {
  .geo__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .geo__map {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .geo__map img {
    width: 300px;
  }
  .geo__list {
    width: 100%;
  }
  .geo .geo-item {
    padding: 15px 20px;
    gap: 15px;
  }
  .geo .geo-item__ic img {
    width: 35px;
  }
  .geo .geo-item p {
    font-size: 16px;
  }
}

.steps__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  margin-top: 50px;
}
.steps .title2 {
  text-align: left;
}
.steps .steps-item {
  background-color: #293745;
  border: 2px solid #5DDC95;
  padding: 60px 20px 40px 20px;
  position: relative;
}
.steps .steps-item p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  line-height: 130%;
  text-align: center;
}
.steps .steps-item span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #5DDC95;
  width: 30px;
  height: 30px;
  color: #293745;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .steps__list {
    gap: 30px 30px;
  }
}
@media (max-width: 768px) {
  .steps__list {
    gap: 30px 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .steps__list {
    gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
  .steps p {
    font-size: 16px;
  }
}

.pz {
  background-image: url(../img/image01.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
}
.pz::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
}
.pz__box {
  position: relative;
  z-index: 3;
  color: #fff;
}
.pz__box .title2 {
  color: #fff;
  margin-bottom: 80px;
}
.pz__content {
  max-width: 800px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
.pz__content p {
  font-size: 18px;
  line-height: 140%;
}
.pz__content ul {
  list-style-type: disc;
  padding-left: 40px;
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
@media (max-width: 768px) {
  .pz__box .title2 {
    margin-bottom: 50px;
  }
  .pz__content {
    display: -ms-grid;
    display: grid;
    gap: 40px;
  }
  .pz__content p {
    font-size: 16px;
    line-height: 140%;
  }
  .pz__content ul {
    padding-left: 25px;
    gap: 15px;
  }
}

.principles__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
}
.principles .principles-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #293745;
  border: 2px solid #5DDC95;
}
.principles .principles-item__ic {
  background-color: #5DDC95;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.principles .principles-item__ic svg {
  width: 40px;
  height: 40px;
}
.principles .principles-item__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 170px;
}
.principles .principles-item p {
  color: #fff;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 768px) {
  .principles__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .principles .principles-item__ic {
    padding: 20px;
  }
  .principles .principles-item__ic svg {
    width: 40px;
    height: 40px;
  }
  .principles .principles-item__content {
    padding: 20px;
    min-height: 170px;
  }
  .principles .principles-item p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .principles__list {
    gap: 20px;
  }
  .principles .principles-item__ic {
    padding: 20px;
  }
  .principles .principles-item__ic svg {
    width: 30px;
    height: 30px;
  }
  .principles .principles-item__content {
    min-height: 130px;
  }
  .principles .principles-item p {
    font-size: 16px;
  }
}

.faq {
  background-color: #293745;
  margin-bottom: 100px;
}
.faq .title2 {
  color: #fff;
  text-align: left;
}
.faq__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin-top: 50px;
}
.faq .faq-item {
  background-color: #293745;
  border: 2px solid #5DDC95;
  padding: 30px;
  cursor: pointer;
}
.faq .faq-item__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq .faq-item__top h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}
.faq .faq-item__arr {
  background-color: #5DDC95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 44px;
  max-width: 44px;
  min-height: 44px;
  max-height: 44px;
  margin-left: 15px;
}
.faq .faq-item__arr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.23s;
  transition: 0.23s;
}
.faq .faq-item__content {
  display: none;
  padding-top: 30px;
  padding-left: 30px;
}
.faq .faq-item__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 171%;
  color: #fff;
}
.faq .faq-item.active .faq-item__arr img {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
@media (max-width: 768px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .faq-item {
    padding: 20px 15px;
  }
  .faq .faq-item__top {
    padding-right: 0;
  }
  .faq .faq-item__top h5 {
    font-size: 16px;
  }
  .faq .faq-item__arr {
    min-width: 34px;
    max-width: 34px;
    min-height: 34px;
    max-height: 34px;
  }
  .faq .faq-item__content {
    padding-top: 20px;
    padding-left: 20px;
  }
  .faq .faq-item__content p {
    font-size: 14px;
  }
}

.footer {
  background-color: #293745;
  padding: 75px 0;
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__menu a {
  color: #fff;
  font-size: 16px;
}
.footer__menu a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__menu a {
    text-align: center;
  }
}
.footer p {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
.footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #5DDC95;
}
.footer__tel span {
  background-color: #293745;
  padding: 20px;
  border-right: 2px solid #5DDC95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.footer__tel p {
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
}

.dfsdf {
  background-color: #293745;
  border: 2px solid #5DDC95;
}

.body-fixed {
  overflow: hidden;
}