@charset "UTF-8";
*,
:after,
:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  height: 100%;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input {
  font-family: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
}

body {
  min-width: 320px;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  background: #fff;
  font-family: "Manrope", sans-serif;
  color: #1F1E1B;
}
@media only screen and (min-width: 960px) {
  body {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  outline: 0;
}

#main {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

p {
  margin: 0 0 12px;
}
p:last-child {
  margin-bottom: 0;
}

.main-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1450px;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.bb-0 {
  border-bottom: 0 !important;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.3%;
}

.col-2-3 {
  width: 66.6%;
}

.br {
  display: block;
}

.body-overflow, .menu-opened {
  overflow: hidden;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -8px;
  }
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #E4E4E4;
  margin: 0 12.5px;
  opacity: 1;
}
.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #017F6E;
  border-color: #017F6E;
}

.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.swiper-nav .swiper-button-next::after, .swiper-nav .swiper-button-prev::after {
  display: none;
}
.swiper-nav .swiper-button-next {
  color: #E3E3E3;
  right: -82px;
}
.swiper-nav .swiper-button-next:hover {
  color: #017F6E;
}
.swiper-nav .swiper-button-prev {
  color: #E3E3E3;
  left: -82px;
}
.swiper-nav .swiper-button-prev:hover {
  color: #017F6E;
}

.btn-full {
  width: 100%;
}

.icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: top;
}
.icon--arrow-right {
  width: 29px;
  height: 8px;
}
.icon--angle-down {
  width: 32px;
  height: 32px;
}
.icon--arrow-tl {
  width: 15px;
  height: 15px;
}

.btn {
  color: #017F6E;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 22px;
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 18px;
    padding: 22px 55px;
  }
}

.btn-primary {
  color: #017F6E;
  background: #FFF;
}
.btn-primary:hover {
  border: 1px solid #FFF;
  color: #fff;
  background: transparent;
}

.btn-secondary {
  background: #017F6E;
  color: #fff;
}
.btn-secondary:hover {
  color: #017F6E;
  background: #fff;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  overflow: auto;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  /* width */
  /* Track */
  /* Handle */
}
.modal.modal--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.modal::-webkit-scrollbar {
  width: 3px;
}
.modal::-webkit-scrollbar-track {
  background: transparent;
}
.modal::-webkit-scrollbar-thumb {
  background: #02908F;
}
.modal.modal-contacts {
  background: linear-gradient(281deg, rgba(0, 26, 255, 0.2) 0%, rgba(2, 129, 114, 0) 100%), linear-gradient(90deg, #01806F 0%, #01A48E 100%);
}
.modal.modal-contacts .close-btn {
  color: #02908F;
  background: #fff;
}
.modal.modal-contacts::before {
  content: "";
  display: block;
  width: 927px;
  height: 800px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="927" height="800" viewBox="0 0 927 800" fill="none"><path opacity="0.28" d="M691.456 781.692C668.024 805.123 630.035 805.123 606.603 781.692L26.6397 201.728C-8.50748 166.581 -8.50755 109.596 26.6396 74.449L73.9861 27.1025C109.133 -8.04466 166.118 -8.04466 201.265 27.1025L627.816 453.653C639.532 465.369 658.527 465.369 670.243 453.653L1096.79 27.1025C1131.94 -8.04468 1188.93 -8.04466 1224.07 27.1025L1271.42 74.449C1306.57 109.596 1306.57 166.581 1271.42 201.728L691.456 781.692Z" fill="%23017F6E"/></svg>');
  right: 0;
  top: 50px;
  z-index: -1;
  position: absolute;
}
.modal.modal-contacts .bn__form {
  max-width: 646px;
}
.modal.modal-contacts .bn__text {
  max-width: 623px;
}
.modal.modal-contacts .bn__content {
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .modal.modal-contacts .bn__content {
    padding-right: 0;
  }
}
.modal.modal-contacts .modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .modal.modal-contacts .modal__body {
    padding-top: 139px;
  }
}
.modal .main-container {
  position: relative;
  max-width: 1290px;
}
.modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.modal .close-btn {
  position: absolute;
  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;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 10px;
  border-radius: 50%;
  border: 0;
  background: #017F6E;
  color: #E7E7E7;
}
@media only screen and (min-width: 768px) {
  .modal .close-btn {
    width: 90px;
    height: 90px;
    top: 60px;
  }
}
.modal__body {
  padding-top: 90px;
}
@media only screen and (min-width: 768px) {
  .modal__body {
    padding-top: 139px;
  }
}
.modal__contacts {
  margin-top: 30px;
}
.modal__contacts-title {
  margin-bottom: 15px;
  color: #FDFDFD;
}
.modal__media {
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 33px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 0 33px rgba(255, 255, 255, 0.1);
  width: 270px;
  height: 270px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
@media only screen and (max-width: 768px) {
  .modal__media {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .modal__media {
    width: 429px;
    height: 429px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 429px;
            flex: 0 0 429px;
  }
}
.modal__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .modal .footer__contacts {
    -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: start;
    gap: 15px;
  }
}

.icon--cross {
  width: 17px;
  height: 17px;
}

.modalOpen {
  overflow: hidden;
}

.team-modal {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .team-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.team-modal .posts__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.team-modal__img {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  max-width: 330px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .team-modal__img {
    margin-right: 44px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 330px;
            flex: 0 0 330px;
  }
}
@media only screen and (max-width: 1023px) {
  .team-modal__img {
    max-width: 270px;
  }
}
.team-modal__img img {
  max-width: 100%;
  display: block;
}
.team-modal .team-card__text {
  height: auto;
  display: block;
}
.team-modal .team-card__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.team-modal .team-card__btn-icon {
  margin-left: 20px;
}

.modal-contacts__plane {
  position: absolute;
  display: none;
}
@media only screen and (min-width: 768px) {
  .modal-contacts__plane {
    display: block;
    right: 189px;
    bottom: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-contacts .btn {
    width: 100%;
  }
}

.header {
  position: relative;
}
.header__inner {
  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;
  padding: 30px 0;
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    padding: 43px 0 42px;
  }
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  margin-top: -1px;
}
@media only screen and (min-width: 360px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-top: -3px;
  }
}
@media only screen and (min-width: 768px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}
@media only screen and (min-width: 1300px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 223px;
            flex: 0 0 223px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1300px) {
  .header__logo {
    margin-right: 15px;
  }
}
.header__nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    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;
    max-width: 774px;
    padding-right: 13px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .header__nav {
    position: absolute;
    padding-top: 40px;
    right: 0;
    top: 0;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0px 4px 50px 0px rgba(112, 113, 144, 0.3);
            box-shadow: 0px 4px 50px 0px rgba(112, 113, 144, 0.3);
    height: 100svh;
    padding: 85px 20px 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    width: 100%;
    max-width: 400px;
  }
  .header__nav.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: all;
  }
}
.header__nav > li > a {
  color: #242729;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header__nav > li > a:hover {
  color: #017F6E;
}
.header__nav > li > a.is-active {
  color: #017F6E;
}
@media only screen and (min-width: 1300px) {
  .header__nav > li > a {
    font-size: 18px;
  }
}
.header__phone {
  color: #017F6E;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 16px;
  margin-left: auto;
  margin-right: 15px;
}
.header__phone:hover {
  color: #242729;
}
@media only screen and (min-width: 768px) {
  .header__phone {
    margin-right: 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__phone {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1300px) {
  .header__phone {
    font-size: 20px;
  }
}
.logo img {
  display: block;
  max-width: 100%;
}

.header__menu-btn {
  width: 30px;
  position: relative;
  height: 14px;
  background: #fff;
  border: 0;
  z-index: 10;
  outline: 0;
}
.header__menu-btn span {
  width: 28px;
  height: 2px;
  background: #017F6E;
  position: absolute;
  left: 5px;
  top: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 100vw;
}
.header__menu-btn span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.header__menu-btn span:last-child {
  bottom: 0;
  top: auto;
}
@media only screen and (min-width: 1024px) {
  .header__menu-btn {
    display: none;
  }
}
.header__menu-btn.active span:first-child {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
.header__menu-btn.active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.header__menu-btn.active span:last-child {
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  bottom: auto;
}

.footer-top {
  border-radius: 30px;
  background: linear-gradient(281deg, rgba(0, 26, 255, 0.2) 0%, rgba(2, 129, 114, 0) 100%), linear-gradient(90deg, #01806F 0%, #01A48E 100%);
  padding: 37px 30px 35px 30px;
  margin-bottom: 29px;
}
@media only screen and (min-width: 1024px) {
  .footer-top {
    padding: 37px 89px 35px 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer-top__left {
  max-width: 319px;
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .footer-top__left {
    margin: 0 auto;
  }
}
.footer-top__body {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) {
  .footer-top__body {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 41px;
  }
}

.footer-logo {
  text-decoration: none;
  outline: 0;
  margin-bottom: 16px;
  display: inline-block;
}
.footer-logo img {
  display: block;
  max-width: 100%;
}

.footer {
  padding-bottom: 30px;
  background: #F7F7F2;
}
.footer__text {
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.footer__phone {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer__phone:hover {
  color: #000;
}
@media only screen and (min-width: 1400px) {
  .footer__phone {
    margin-right: 94px;
  }
}
.footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 754px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .footer__links li {
    text-align: center;
  }
}
.footer__links a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer__links a:hover {
  color: #000;
}
@media only screen and (max-width: 360px) {
  .footer__links a {
    font-size: 14px;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 768px) {
  .footer__contacts {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.subscribe__label {
  color: #FFF;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.23529;
  margin: 0 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .subscribe__label {
    max-width: 254px;
    margin: 3px 16px 0 0;
  }
}
.subscribe__form.form-control {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 0;
  width: 100%;
}
.subscribe__form .form-control__input {
  padding: 13px 50.5px 13px 26.5px;
  font-size: 16px;
}

.form-control-submit {
  position: absolute;
  right: 4px;
  margin-top: 4px;
  margin-bottom: 4px;
  height: calc(100% - 8px);
  border-radius: 11px;
  background: #017F6E;
  border: 0;
  padding: 0;
  cursor: pointer;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.form-control-submit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.form-control-submit::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M15 0.999999C15 0.447715 14.5523 -5.74472e-07 14 -8.27353e-07L5 -2.65626e-08C4.44772 -3.63737e-07 4 0.447715 4 1C4 1.55228 4.44772 2 5 2L13 2L13 10C13 10.5523 13.4477 11 14 11C14.5523 11 15 10.5523 15 10L15 0.999999ZM1.70711 14.7071L14.7071 1.70711L13.2929 0.292893L0.292893 13.2929L1.70711 14.7071Z" fill="white"/></svg>');
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social .social__item + .social__item {
  margin-left: 24px;
}
.social__link {
  width: 38px;
  height: 38px;
  background: #046356;
  color: #fff;
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.social__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.social__link svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.footer-bottom {
  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;
  color: #017F6E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.footer-bottom a {
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer-bottom a:hover {
  color: #000;
}

.hero {
  border-radius: 30px;
  background: linear-gradient(281deg, rgba(0, 26, 255, 0.2) 0%, rgba(2, 129, 114, 0) 100%), linear-gradient(90deg, #01806F 0%, #01A48E 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 60px;
}
.hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 829px;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .hero__content {
    padding-bottom: 112px;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 109px;
  }
}
@media only screen and (min-width: 1300px) {
  .hero__content {
    padding-left: 90px;
  }
}
.hero__eyebrow {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .hero__eyebrow {
    font-size: 18px;
    margin-bottom: 19px;
  }
}
.hero__title {
  color: #FDFDFD;
  font-size: 22px;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) {
  .hero__title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero__title {
    font-size: 35px;
  }
}
.hero__text {
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  max-width: 650px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) {
  .hero__text {
    font-size: 18px;
  }
}
.hero__text p {
  margin-top: 0;
}
.hero__text > *:last-child {
  margin-bottom: 0;
}
.hero__media {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: -194px;
  margin-right: 15px;
}
.hero__media img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .hero__media {
    display: none;
  }
}
.hero__label {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 90px;
  height: 90px;
}
@media only screen and (min-width: 768px) {
  .hero__label {
    width: 114px;
    height: 114px;
  }
}
@media only screen and (min-width: 1300px) {
  .hero__label {
    top: 119px;
    right: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__label {
    display: none;
  }
}
.hero__label-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.hero__label-text img {
  display: block;
  width: 100%;
}
.hero__label-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  animation-direction: reverse;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .hero .btn {
    width: 100%;
    text-align: center;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
@-webkit-keyframes rotate2 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
@keyframes rotate2 {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
}
.cards-section {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .cards-section {
    margin-bottom: 103px;
  }
}
@media only screen and (max-width: 1300px) {
  .cards-section {
    padding-bottom: 30px;
  }
}

.nav-card {
  position: relative;
}
.nav-card::after {
  content: "";
  width: calc(100% - 36px);
  border-radius: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(112, 113, 144, 0.1);
          box-shadow: 0px 4px 40px 0px rgba(112, 113, 144, 0.1);
  height: 124px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 39px;
  z-index: -2;
}
.nav-card__inner {
  position: relative;
  z-index: 2;
  border-radius: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(112, 113, 144, 0.1);
          box-shadow: 0px 4px 40px 0px rgba(112, 113, 144, 0.1);
  min-height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 24px 5px 23px;
}
.nav-card__inner:hover::before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="8" viewBox="0 0 29 8" fill="none"><path d="M0.5 3.5C0.223858 3.5 1.20706e-07 3.72386 0 4C-1.20706e-07 4.27614 0.223857 4.5 0.5 4.5L0.5 3.5ZM28.3536 4.35357C28.5488 4.1583 28.5488 3.84172 28.3536 3.64646L25.1716 0.464477C24.9763 0.269215 24.6597 0.269214 24.4645 0.464477C24.2692 0.659739 24.2692 0.976321 24.4645 1.17158L27.2929 4.00001L24.4645 6.82844C24.2692 7.0237 24.2692 7.34028 24.4645 7.53554C24.6597 7.73081 24.9763 7.73081 25.1716 7.53554L28.3536 4.35357ZM0.5 4.5L28 4.50001L28 3.50001L0.5 3.5L0.5 4.5Z" fill="%23017F6E"/></svg>');
}
.nav-card__inner:hover .nav-card__direction {
  color: #017F6E;
}
.nav-card__inner::before {
  position: absolute;
  right: 22px;
  top: 25px;
  content: "";
  width: 29px;
  height: 8px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="8" viewBox="0 0 29 8" fill="none"><path d="M0.5 3.5C0.223858 3.5 1.20706e-07 3.72386 0 4C-1.20706e-07 4.27614 0.223857 4.5 0.5 4.5L0.5 3.5ZM28.3536 4.35357C28.5488 4.1583 28.5488 3.84172 28.3536 3.64646L25.1716 0.464477C24.9763 0.269215 24.6597 0.269214 24.4645 0.464477C24.2692 0.659739 24.2692 0.976321 24.4645 1.17158L27.2929 4.00001L24.4645 6.82844C24.2692 7.0237 24.2692 7.34028 24.4645 7.53554C24.6597 7.73081 24.9763 7.73081 25.1716 7.53554L28.3536 4.35357ZM0.5 4.5L28 4.50001L28 3.50001L0.5 3.5L0.5 4.5Z" fill="%23C4C4C4"/></svg>');
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-card__direction {
  color: #D4D4D4;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  padding-left: 6px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.nav-card__desc {
  color: #242729;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 268px/*230*/;
}
.nav-card__count {
  color: #017F6E;
  font-size: 48px;
  font-weight: 600;
  line-height: normal;
  margin-left: auto;
  margin-top: -3px;
}
@media only screen and (min-width: 360px) {
  .nav-card__count {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1500px) {
  .nav-card__count {
    font-size: 48px;
  }
}

.cards-slider {
  padding-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  .cards-slider {
    padding-bottom: 27px;
  }
}
.cards-slider .swiper {
  overflow: visible;
}
@media only screen and (max-width: 1023px) and (min-width: 960px) {
  .cards-slider .swiper {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 699px) {
  .cards-slider .swiper {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 700px) {
  .cards-slider .swiper-slider {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .cards-slider .swiper-slider {
    width: calc(33.333% - 20px);
  }
}
@media only screen and (min-width: 1300px) {
  .cards-slider .swiper-slider {
    width: calc(25% - 22.5px);
  }
}

.section-prices {
  margin-bottom: 58px;
}

.prices-head {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 568px) {
  .prices-head {
    padding-right: 80px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .prices-head {
    margin-bottom: 84px;
    padding-right: 200px;
  }
}
.prices-head .section-title {
  margin-bottom: 12px;
}

.section-title {
  color: #242729;
  font-size: 21px;
  font-weight: 800;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.section-title span {
  color: #017F6E;
}
@media only screen and (min-width: 768px) {
  .section-title {
    margin-bottom: 52px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-title {
    font-size: 46px;
  }
}

.section-sub-title {
  color: #1F1E1B;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
}
@media only screen and (min-width: 768px) {
  .section-sub-title {
    font-size: 18px;
  }
}

.prices-label {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0;
  top: 0;
}
.prices-label img {
  display: block;
  width: 100%;
}
.prices-label .prices-label-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.prices-label .prices-label-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  animation-direction: reverse;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1024px) {
  .prices-label .prices-label-inner {
    width: 63px;
    height: 63px;
  }
}
@media only screen and (max-width: 567px) {
  .prices-label {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .prices-label {
    width: 166px;
    height: 166px;
  }
}

.prices-grid {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 1024px) {
  .prices-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.price-item {
  border-radius: 30px;
  padding: 34px 20px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .price-item {
    padding: 34px 25px 16px 25px;
  }
}
.price-item:hover {
  -webkit-box-shadow: 0px 4px 50px 0px rgba(112, 113, 144, 0.3);
          box-shadow: 0px 4px 50px 0px rgba(112, 113, 144, 0.3);
}
.price-item:hover .price-item__btn {
  opacity: 1;
}
.price-item__head {
  color: #017F6E;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  height: 75px;
}
@media only screen and (min-width: 1200px) {
  .price-item__head {
    font-size: 22px;
  }
}
.price-item__text {
  height: 88px;
  color: #242729;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}
.price-item__title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875;
  margin-bottom: 26px;
}
.price-item__list {
  margin: 0;
  list-style: none;
  padding: 0;
  padding-left: 24px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875;
  height: 58%;
}
.price-item__list li {
  position: relative;
}
.price-item__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: -14px;
  top: 12px;
}
.price-item__price {
  color: #017F6E;
  font-size: 17px; /*18*/
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 29px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .price-item__price {
    font-size: 20px;
  }
}
.price-item__btn {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: auto;
}
@media only screen and (min-width: 1024px) {
  .price-item__btn {
    opacity: 0;
  }
}
.price-item__text-sm {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 25px;
}
.price-item .icon {
  vertical-align: middle;
}

.price-item-1 {
  background: #F7F7F2;
}

.price-item-2 {
  background: #EAF2F6;
}

.price-item-3 {
  background: #EAF6EC;
}

.price-dropdown {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  margin-top: 25px;
}
.price-dropdown.active {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.price-dropdown__inner {
  overflow: hidden;
}

.price-dropdown-btn {
  background: transparent;
  color: #017F6E;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
  text-align: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.price-dropdown-btn .price-dropdown-btn--close {
  display: none;
}
.price-dropdown-btn.active .price-dropdown-btn--active {
  display: none;
}
.price-dropdown-btn.active .price-dropdown-btn--close {
  display: inline;
}
.price-dropdown-btn:hover {
  opacity: 0.8;
}

.section-faq {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section-faq {
    margin-bottom: 143px;
  }
}

.accordion-grid {
  display: -ms-grid;
  display: grid;
}
@media only screen and (min-width: 1024px) {
  .accordion-grid {
    gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .accordion-grid .accordion {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: (0fr)[100];
    grid-template-rows: repeat(100, 0fr);
  }
  .accordion-grid .accordion:first-child {
    -ms-grid-rows: (auto)[5] (0fr)[100];
    grid-template-rows: repeat(5, auto) repeat(100, 0fr);
  }
  .accordion-grid .accordion .accordion__item {
    overflow: hidden;
    margin: 0;
  }
  .accordion-grid .accordion .accordion__item:not(:first-child) .accordion__header {
    margin-top: 15px;
  }
}

.accordion-grid-container.active .accordion-grid .accordion {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.accordion-grid-container.active .accordion-grid .accordion:first-child {
  margin-bottom: 15px;
}

.faq-accordion .accordion {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq-accordion .accordion__header {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  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;
  border-radius: 8px;
  background: #F7F7F2;
  padding: 14px 10px 14px 20px;
  min-height: 74px;
}
@media only screen and (min-width: 768px) {
  .faq-accordion .accordion__header {
    font-size: 18px;
    padding: 14px 30px 14px 32px;
  }
}
.faq-accordion .accordion__header.active .accordion__header-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-accordion .accordion__header-icon {
  color: #017F6E;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.faq-accordion .accordion__body.active .accordion__inner {
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .faq-accordion .accordion__body.active .accordion__inner {
    padding-top: 40px;
  }
}
.faq-accordion .accordion__inner {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #2A2424;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .faq-accordion .accordion__inner {
    padding: 0 32px 0 30px;
  }
}

.accordion__item + .accordion__item {
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .accordion__item + .accordion__item {
    margin-top: 30px;
  }
}

.accordion__header {
  cursor: pointer;
}
.accordion__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.accordion__body.active {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.accordion__inner {
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  .faq-drop-btn {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .faq-drop-btn {
    background: transparent;
    color: #017F6E;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6875;
    text-align: center;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 25px;
  }
  .faq-drop-btn .faq-drop-btn--close {
    display: none;
  }
  .faq-drop-btn.active .faq-drop-btn--active {
    display: none;
  }
  .faq-drop-btn.active .faq-drop-btn--close {
    display: inline;
  }
  .faq-drop-btn:hover {
    opacity: 0.8;
  }
}

.section-bn {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section-bn {
    margin-bottom: 100px;
  }
}

.section-bn-contacts {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section-bn-contacts {
    margin-bottom: 147px;
  }
}

.bn {
  border-radius: 30px;
  background: linear-gradient(281deg, rgba(0, 26, 255, 0.2) 0%, rgba(2, 129, 114, 0) 100%), linear-gradient(90deg, #01806F 0%, #01A48E 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.bn__content {
  max-width: 880px;
  padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
  .bn__content {
    padding: 110px 0 100px 91px;
  }
}
@media only screen and (min-width: 1200px) {
  .bn__content {
    padding: 87px 0 70px 91px;
  }
}
.bn__title {
  color: #FDFDFD;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.06087;
  margin-top: 0;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .bn__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .bn__title {
    font-size: 46px;
  }
}
.bn__text {
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .bn__text {
    margin-bottom: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .bn__text {
    font-size: 18px;
  }
}
.bn__text p {
  margin-top: 0;
}
.bn__text > *:last-child {
  margin-bottom: 0;
}
.bn__form {
  max-width: 480px;
}
.bn__media {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-left: -245px;
  margin-top: -18px;
}
.bn__media img {
  display: block;
  max-width: 100%;
}
@media only screen and (max-width: 840px) {
  .bn__media {
    display: none;
  }
}
.bn__label {
  position: absolute;
  width: 100px;
  height: 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;
  padding: 12px;
  background: #fff;
  right: 20px;
  top: 10px;
  border-radius: 50%;
}
.bn__label img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .bn__label {
    width: 158px;
    height: 158px;
    right: 47px;
    top: 57px;
    padding: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .bn__label {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .bn .btn {
    width: 100%;
  }
}
.bn__label-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (min-width: 1200px) {
  .bn__label-text {
    width: 114px;
    height: 114px;
  }
}
.bn__label-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  animation-direction: reverse;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@media only screen and (min-width: 1200px) {
  .bn__label-inner {
    width: 41px;
    height: 41px;
  }
}

.form-control {
  margin-bottom: 18px;
}
.form-control__input {
  padding: 15px 9px 15px 23px;
  border-radius: 15px;
  background: #FFF;
  width: 100%;
  color: #242729;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent;
  outline: 0;
}
@media only screen and (min-width: 1200px) {
  .form-control__input {
    padding: 23px 33.5px;
    font-size: 18px;
  }
  .form-control__input::-webkit-input-placeholder {
    color: #242729;
  }
  .form-control__input::-moz-placeholder {
    color: #242729;
  }
  .form-control__input:-ms-input-placeholder {
    color: #242729;
  }
  .form-control__input::-ms-input-placeholder {
    color: #242729;
  }
  .form-control__input::placeholder {
    color: #242729;
  }
}
.form-control__phone-select-wrap {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 62px;
  height: 40px;
  padding: 1px 0 1px 1px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .form-control__phone-select-wrap {
    top: 15px;
    left: 18px;
    width: 72px;
  }
}
.form-control__phone-select-wrap .ts-control {
  padding-left: 10px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  outline: 0;
  cursor: pointer !important;
}
.form-control__phone-select-wrap .ts-control img {
  margin: 0;
  width: 35px;
  height: 26px;
  display: block;
}
.form-control__phone-select-wrap .ts-control::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="7" viewBox="0 0 10 7" fill="none"><path d="M4.80908 6.61791L0.00012535 1.80896L1.22422 0.584858L4.80908 4.16972L8.39394 0.584858L9.61804 1.80896L4.80908 6.61791Z" fill="%23017F6E"/></svg>');
  width: 10px;
  height: 7px;
}
.form-control__phone-select-wrap .ts-dropdown {
  width: auto;
  border: 0;
}
.form-control__phone-select-wrap .ts-dropdown img {
  margin: 0;
  width: 35px;
  height: 26px;
  display: block;
}
.form-control__phone-select-wrap .option {
  padding: 10px 11px;
}

.form-control--phone {
  position: relative;
}
.form-control--phone .form-control__input {
  padding-left: 69px;
}
@media only screen and (min-width: 360px) {
  .form-control--phone .form-control__input {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .form-control--phone .form-control__input {
    padding-left: 120px;
  }
}

.bn-contacts {
  border-radius: 30px;
  background: linear-gradient(281deg, rgba(0, 26, 255, 0.2) 0%, rgba(2, 129, 114, 0) 100%), linear-gradient(90deg, #01806F 0%, #01A48E 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .bn-contacts {
    overflow: hidden;
  }
}
@media only screen and (max-width: 1399px) {
  .bn-contacts {
    overflow: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .bn-contacts {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.bn-contacts .bn__content {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .bn-contacts .bn__content {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .bn-contacts .bn__content {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .bn-contacts .bn__content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .bn-contacts .bn__content {
    max-width: 100%;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .bn-contacts .bn__content {
    padding-right: 20px;
  }
}
.bn-contacts .bn__text {
  max-width: 600px;
}
.bn-contacts .bn__label {
  right: 20px;
  top: 65px;
}
@media only screen and (min-width: 1400px) {
  .bn-contacts .bn__label {
    right: 171px;
  }
}
.bn-contacts .bn__plane {
  position: absolute;
  right: 37px;
  top: 58px;
}
@media only screen and (max-width: 1399px) {
  .bn-contacts .bn__plane {
    display: none;
  }
}
.bn-contacts__right {
  padding: 0 20px 30px 20px;
}
@media only screen and (min-width: 768px) {
  .bn-contacts__right {
    padding: 0 50px 50px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .bn-contacts__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 729px;
            flex: 0 0 729px;
    margin-left: -259px;
    margin-bottom: -92px;
    padding: 0;
    padding-right: 70px;
  }
}
.bn-contacts__media {
  position: relative;
  z-index: 1;
  padding-left: 105px;
}
@media only screen and (min-width: 1400px) {
  .bn-contacts__media {
    padding-left: 136px;
  }
}
@media only screen and (max-width: 1199px) {
  .bn-contacts__media {
    display: none;
  }
}
.bn-contacts__img {
  position: relative;
  z-index: 3;
}
.bn-contacts__img::after {
  border-radius: 98.32px;
  background: rgba(38, 38, 38, 0.1);
  mix-blend-mode: multiply;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  content: "";
  width: 320px;
  height: 609px;
  display: block;
  position: absolute;
  z-index: -1;
  top: 27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1399px) {
  .bn-contacts__img {
    display: none;
  }
}
.bn-contacts__decore {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 84px;
  margin-left: 50px;
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .bn-contacts__decore {
    display: none;
  }
}
.bn-contacts__advantages {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 1400px) {
  .bn-contacts__advantages {
    padding: 129px 0 0 0;
    width: 379px;
    margin: 0 -40px 0 -52px;
  }
  .bn-contacts__advantages .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.bn-contacts__advantages .swiper {
  overflow: visible;
}
@media only screen and (max-width: 767px) {
  .bn-contacts__advantages .swiper-slide {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bn-contacts .btn {
    width: 100%;
  }
}

.advantages-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 18px;
  background: #FFF;
  -webkit-box-shadow: 0px 3.6px 24px 0px rgba(112, 113, 144, 0.08);
          box-shadow: 0px 3.6px 24px 0px rgba(112, 113, 144, 0.08);
  min-height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 3;
  padding: 3px 20px 0 22px;
  height: 100%;
}
@media only screen and (min-width: 350px) {
  .advantages-card {
    padding: 3px 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .advantages-card {
    padding: 3px 34px 0 22px;
    min-height: 94px;
  }
}
.advantages-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  margin-right: 15px;
}
.advantages-card__icon img {
  display: block;
  max-width: 100%;
}
@media only screen and (min-width: 350px) {
  .advantages-card__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .advantages-card__icon {
    margin-right: 28px;
  }
}
.advantages-card__text {
  color: #1F1E1B;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 350px) {
  .advantages-card__text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .advantages-card__text {
    font-size: 18px;
  }
}

.advantages-card + .advantages-card {
  margin-top: 24px;
}

.wrapper-color {
  position: relative;
}
.wrapper-color::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background: #F7F7F2;
  top: 301px;
  left: 0;
}

.team-slider {
  position: relative;
}
.team-slider .swiper-button-next, .team-slider .swiper-button-prev {
  color: #A3A3A3;
  opacity: 1;
}
.team-slider .swiper-button-next:hover, .team-slider .swiper-button-prev:hover {
  color: #017f6e;
}
.team-slider .swiper-button-next::after, .team-slider .swiper-button-prev::after {
  display: none;
}
.team-slider .swiper-button-prev {
  left: 0;
}
@media only screen and (min-width: 1500px) {
  .team-slider .swiper-button-prev {
    left: -37px;
  }
}
.team-slider .swiper-button-next {
  right: 0;
}
@media only screen and (min-width: 1500px) {
  .team-slider .swiper-button-next {
    right: -37px;
  }
}
@media only screen and (max-width: 1500px) {
  .team-slider {
    padding: 0 30px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .team-slider {
    padding: 0 0 40px;
  }
  .team-slider .swiper-button-next, .team-slider .swiper-button-prev {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .team-slider .swiper {
    overflow: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .team-slider .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .team-slider .swiper-slide {
    width: calc(50% - 30px);
  }
}
@media only screen and (min-width: 1024px) {
  .team-slider .swiper-slide {
    width: calc(33.33% - 15px);
  }
}
@media only screen and (min-width: 1200px) {
  .team-slider .swiper-slide {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 1400px) {
  .team-slider .swiper-slide {
    opacity: 0;
  }
}
@media only screen and (min-width: 1400px) and (min-width: 1200px) {
  .team-slider .swiper-slide {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 1400px) {
  .team-slider .swiper-initialized .swiper-slide {
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
  }
  .team-slider .swiper-slide-active {
    opacity: 1;
  }
  .team-slider .swiper-slide-active + .swiper-slide {
    opacity: 1;
  }
  .team-slider .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
  .team-slider .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
}

.team-card {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(112, 113, 144, 0.1);
          box-shadow: 0px 4px 40px 0px rgba(112, 113, 144, 0.1);
  border-radius: 0 0 15px 15px;
}
.team-card__img {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 33/38;
  margin-bottom: 18px;
}
.team-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-card__posts {
  margin-bottom: 18px;
}
.team-card__name {
  color: #213243;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 13px;
  display: block;
  text-decoration: none;
  outline: 0;
}
.team-card__text {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 21px;
  display: block;
  text-decoration: none;
  outline: 0;
}
.team-card__text > *:last-child {
  margin-bottom: 0;
}
.team-card__text p {
  margin-top: 0;
}
.team-card__btn {
  border-radius: 15px;
  border: 2px solid #017F6E;
  padding: 4px 2px 4px 18px;
  color: #242729;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 1200px) {
  .team-card__btn {
    font-size: 17px;
  }
}
.team-card__btn:hover {
  color: #017F6E;
}
.team-card__btn:hover .team-card__btn-icon svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.team-card__btn-icon {
  border-radius: 11px;
  background: #017F6E;
  width: 40px;
  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;
  margin-left: auto;
  color: #fff;
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.team-card__btn-icon svg {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-card__body {
  padding: 0 17px 19px;
}

.posts {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 45px;
  max-width: calc(100% - 34px);
}
.posts.active .posts__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posts.active .posts__btn {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="11" viewBox="0 0 16 11" fill="none"><path d="M14.12 10.5467L8 4.44L1.88 10.5467L0 8.66667L8 0.666665L16 8.66667L14.12 10.5467Z" fill="%23C4C4C4"/></svg>');
}
.posts__btn {
  content: "";
  display: block;
  background: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="4" viewBox="0 0 19 4" fill="none"><path d="M1.632 3.264C0.730671 3.264 0 2.53333 0 1.632C0 0.730671 0.730671 0 1.632 0C2.53333 0 3.264 0.730671 3.264 1.632C3.264 2.53333 2.53333 3.264 1.632 3.264Z" fill="%23C4C4C4"/><path d="M9.3195 3.264C8.41817 3.264 7.6875 2.53333 7.6875 1.632C7.6875 0.730671 8.41817 0 9.3195 0C10.2208 0 10.9515 0.730671 10.9515 1.632C10.9515 2.53333 10.2208 3.264 9.3195 3.264Z" fill="%23C4C4C4"/><path d="M17.007 3.264C16.1057 3.264 15.375 2.53333 15.375 1.632C15.375 0.730671 16.1057 0 17.007 0C17.9083 0 18.639 0.730671 18.639 1.632C18.639 2.53333 17.9083 3.264 17.007 3.264Z" fill="%23C4C4C4"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  position: absolute;
  right: -35px;
  bottom: 0;
  border: 0;
  height: 30px;
}
.posts__inner {
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  gap: 4.5px;
}

.posts-item {
  border-radius: 10px;
  background: #017F6E;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 5px 19px;
}
.card-font {
  font-size: 13px;
}
@media only screen and (min-width: 1450px) and (max-width: 1500px) {
  .card-font {
    font-size: 12px;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 1389px) and (max-width: 1450px) {
  .card-font {
    font-size: 12px;
    padding: 5px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1389px) {
  .card-font {
    font-size: 12px;
    padding: 5px 10px;
  }
}

.posts-item--light {
  background: #F6F2EA;
  color: #242729;
}

.section-team {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section-team {
    margin-bottom: 155px;
  }
}
.section-team .section-title {
  margin-bottom: 24px;
}
.section-team .section-sub-title {
  margin-bottom: 44px;
}

.section-team-bn {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section-team-bn {
    margin-bottom: 100px;
  }
}

.team-bn {
  border-radius: 30px;
  position: relative;
  min-height: 456px;
  background: linear-gradient(271deg, rgba(0, 26, 255, 0.2) 35%, rgba(2, 129, 114, 0) 71%), linear-gradient(90deg, #01806F 0%, #01A48E 100%);/*linear-gradient(271deg, rgba(0, 26, 255, 0.2) 37%, rgba(2, 129, 114, 0) 75%), linear-gradient(90deg, #01806F 0%, #01A48E 100%);*/
}
.team-bn__list {
  margin: 0;
  padding: 10px 15px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: absolute;
  top: -20px;
  right: 10px;
  border-radius: 35px;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .team-bn__list {
    top: -41px;
    right: 89px;
  }
}
.team-bn__list li {
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .team-bn__list li {
    width: 57px;
    height: 57px;
  }
}
.team-bn__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-bn__list li + li {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .team-bn__list li + li {
    margin-left: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-bn__media {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .team-bn__media {
    width: 100%;
  }
}
.team-bn__img {
  aspect-ratio: 502/456;/*381*/
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .team-bn__img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .team-bn__img {
    display: none;
  }
}
.team-bn__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(6.99%, #03887C), color-stop(53.29%, rgba(3, 137, 124, 0)));
  background: linear-gradient(0deg, #03887C 6.99%, rgba(3, 137, 124, 0) 53.29%);
}
@media only screen and (min-width: 1024px) {
  .team-bn__img::before {
    background: linear-gradient(-87deg, #03887C 6.99%, rgba(3, 137, 124, 0) 0%);
  }
}
.team-bn__img img {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.52;
}
.team-bn__play {
  position: absolute;
  border-radius: 50%;
  background: #fff;
  border: 0;
  width: 100px;
  height: 100px;
  padding: 10px;
  bottom: 24px;
  right: 29px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 3;
}
.team-bn__play img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .team-bn__play {
    width: 120px;
    height: 120px;
    padding: 15px;
    left: 29px;
    right: auto;
  }
}
.team-bn__play:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.team-bn__play-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  -webkit-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.team-bn__play-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  margin-left: 2px;
}
.team-bn__content {
  position: relative;
  z-index: 2;
  padding-bottom: 155px;
  padding-top: 79px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) {
  .team-bn__content {
    padding-right: 55px;
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .team-bn__content {
    padding-left: 580px;/*360*/
    padding-bottom: 55px;
    padding-right: 111px;
  }
}
.team-bn__title {
  color: #FFF;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1043;
  margin-top: 0;
  margin-bottom: 22px;
  max-width: 744px;
}
@media only screen and (min-width: 768px) {
  .team-bn__title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  .team-bn__title {
    font-size: 46px;
  }
}
.team-bn__text {
  color: #FDFDFD;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (min-width: 1200px) {
  .team-bn__text {
    font-size: 18px;
  }
}
.team-bn__text p {
  margin: 0;
}

.section-steps {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1024px) {
  .section-steps {
    margin-bottom: 145px;
  }
}
.section-steps .section-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .section-steps .section-title {
    margin-bottom: 90px;
  }
}

@media only screen and (min-width: 1400px) {
  .steps-slider {
    overflow: visible;
  }
}
.steps-slider .swiper-slide {
  opacity: 0.2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media only screen and (min-width: 768px) {
  .steps-slider .swiper-slide {
    width: calc(46% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .steps-slider .swiper-slide {
    width: calc(33.33% - 10px);
  }
}
.steps-slider .swiper-slide-active {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .steps-slider .swiper-slide-active + .swiper-slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .steps-slider .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
}

.step {
  padding-left: 13px;
  padding-right: 36px;
}
.step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #017F6E;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.step__ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 59px;
          flex: 0 0 59px;
  margin-right: 5px;
}
.step__ico img {
  display: block;
  max-width: 100%;
}
.step__text {
  margin-bottom: 22px;
  color: #1F1E1B;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.step__text p {
  margin-top: 0;
}
.step__text > *:last-child {
  margin-bottom: 0;
}
.step__link {
  text-decoration: none;
  outline: 0;
  color: #017F6E;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
}

.section-reviews {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1024px) {
  .section-reviews {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section-reviews .section-title {
    margin-bottom: 78px;
  }
}

.reviews-slider {
  overflow: visible;
}
.reviews-slider .swiper-slide {
  height: auto;
  opacity: 0.3;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.reviews-slider .swiper-slide-active {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .reviews-slider .swiper-slide-active + .swiper-slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .reviews-slider .swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .reviews-slider .swiper-slide {
    width: calc(46% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .reviews-slider .swiper-slide {
    width: calc(25% - 10px);
  }
}

.review {
  border-radius: 8px;
  background: #F7F7F2;
  padding: 31px 22px 67px 18px;
}
.review__name {
  height: 70px;
  color: #017F6E;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .review__name {
    font-size: 20px;
  }
}
.review__text {
  color: #2A2424;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.59;
  height: 87%;
}
@media only screen and (min-width: 1024px) {
  .review__text {
    font-size: 16px;
  }
}
.review__text p {
  margin: 0;
}

.text-section {
  padding-bottom: 81px;
}

.text-grid {
  display: -ms-grid;
  display: grid;
  gap: 32px;
}
@media only screen and (min-width: 1024px) {
  .text-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.text-grid__title {
  color: #017F6E;
  font-size: 17px;
  font-weight: 800;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .text-grid__title {
    font-size: 22px;
    margin-bottom: 29px;
  }
}
.text-grid__content {
  color: #1F1E1B;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  padding-right: 64px;
}
.text-grid__content > *:last-child {
  margin-bottom: 0;
}
.text-grid__content p {
  margin-bottom: 22px;
}
.text-grid .section-title {
  padding-left: 5px;
  margin-bottom: 0;
}
.iti{width: 100% !important;}