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

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
*:before,
*:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: transparent;
  transition: background-color 5000s ease-in-out 0s;
}

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;
}

details summary::-webkit-details-marker {
  display: none;
}

.section {
  padding: 60px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .section {
    padding: 150px 38px;
  }
}
.section__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .section__title {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
.section .swiper {
  overflow: visible;
}
.section__before:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
  top: 80px;
  right: 0;
  width: 1210px;
  height: 457px;
  background: radial-gradient(ellipse at center, #0088ff 0%, rgba(0, 136, 255, 0.8) 20%, rgba(0, 136, 255, 0.6) 35%, rgba(0, 136, 255, 0.4) 50%, rgba(0, 136, 255, 0.2) 70%, rgba(0, 136, 255, 0.05) 85%, transparent 100%), radial-gradient(ellipse at center, rgba(0, 255, 255, 0.6) 20%, rgba(0, 136, 255, 0) 70%);
  -webkit-filter: blur(40px);
  filter: blur(40px);
  transform: rotate(-10deg);
}
.section__after:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 1210px;
  height: 457px;
  background: radial-gradient(ellipse at center, #0088ff 0%, rgba(0, 136, 255, 0.8) 20%, rgba(0, 136, 255, 0.6) 35%, rgba(0, 136, 255, 0.4) 50%, rgba(0, 136, 255, 0.2) 70%, rgba(0, 136, 255, 0.05) 85%, transparent 100%), radial-gradient(ellipse at center, rgba(0, 255, 255, 0.6) 20%, rgba(0, 136, 255, 0) 70%);
  -webkit-filter: blur(40px);
  filter: blur(40px);
  transform: rotate(-190deg);
}

h1 {
  font-size: 32px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 64px;
  }
}

h2 {
  font-size: 30px;
}
@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
  }
}

h6 {
  font-size: 24px;
  margin: 12px 0;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 30px;
    margin: 16px 0;
  }
}

.d-flex {
  display: flex;
}

body {
  font: 600 14px/1.2 Raleway, "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  font-feature-settings: "tnum";
}
body.lock {
  overflow: hidden;
}

a {
  color: #00b05d;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

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

.link {
  color: #00b05d;
  cursor: pointer;
  text-decoration: none;
}
.link:hover {
  text-decoration: underline;
}

.false-bg {
  z-index: -1;
  background: #d1f7e7;
  background-attachment: scroll;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}
.false-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
  top: 30%;
  right: 0;
  width: 1210px;
  height: 457px;
  background: radial-gradient(ellipse at center, #0088ff 0%, rgba(0, 136, 255, 0.8) 20%, rgba(0, 136, 255, 0.6) 35%, rgba(0, 136, 255, 0.4) 50%, rgba(0, 136, 255, 0.2) 70%, rgba(0, 136, 255, 0.05) 85%, transparent 100%), radial-gradient(ellipse at center, rgba(0, 255, 255, 0.6) 20%, rgba(0, 136, 255, 0) 70%);
  -webkit-filter: blur(40px);
  filter: blur(40px);
  transform: rotate(-10deg);
}

.false-block {
  height: 100vh;
}

.photo-bg {
  z-index: -1;
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: -50px;
}
.photo-bg__bg {
  position: absolute;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140%;
  background: url("../images/photo-bg.webp") center/cover no-repeat;
  will-change: transform;
}

.white-block {
  background: #fff;
}

.light-green-block {
  background: #e8fbf3;
}

.grey-block {
  background: #f8f8f9;
}

.border-top {
  border-radius: 26px 26px 0 0;
}
@media (min-width: 1200px) {
  .border-top {
    border-radius: 50px 50px 0 0;
  }
}

.margin-minus {
  margin-bottom: -26px;
}
@media (min-width: 1200px) {
  .margin-minus {
    margin-bottom: -50px;
  }
}

.row-desk {
  padding: 80px 15px;
}
@media (min-width: 1200px) {
  .row-desk {
    padding: 90px 38px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .row-desk > * {
    flex: 1;
  }
}
.row-desk > :first-child {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .row-desk > :first-child {
    margin-bottom: 0;
    position: sticky;
    top: 100px;
    max-width: 600px;
  }
}

.list-logo {
  padding: 36px 26px;
  margin: 40px 0;
  border-radius: 45px;
  list-style: none;
}
@media (min-width: 1200px) {
  .list-logo {
    padding: 46px 40px;
  }
}
.list-logo li {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .list-logo li {
    display: flex;
    font-size: 20px;
  }
}
.list-logo li:not(:last-child) {
  border-bottom: 1px solid #e6e8ed;
  margin-bottom: 18px;
}
.list-logo li > svg {
  min-width: 40px;
  width: 40px;
  height: 40px;
  padding: 12px;
  border-radius: 12px;
  background: #d1f7e7;
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 1200px) {
  .list-logo li > svg {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.list-logo li > span {
  margin-top: 12px;
  display: block;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .list-logo li > span {
    margin-top: 0;
  }
}
.list-logo--bg-grey {
  background: #f6f7f8;
}
.list-logo--bg-white {
  background: #fff;
}

.description {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .description {
    font-size: 28px;
    line-height: 1.4;
  }
}

.sub-description {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .sub-description {
    font-size: 20px;
  }
}

.highlight {
  background: #b9f3da;
  border-radius: 8px;
  padding: 2px;
}

.context-img {
  border-radius: 16px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .context-img {
    font-size: 30px;
  }
}

.text-green {
  color: #00b05d;
}

.list {
  padding-left: 0;
  margin: auto 0 0;
  list-style: none;
}
.list li {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.list li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .list li {
    font-size: 20px;
  }
}
.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background-color: #00c05d;
  border-radius: 50%;
}

.video-iframe {
  aspect-ratio: 16/9;
  border-radius: 25px;
  border: none;
}
@media (min-width: 1200px) {
  .video-iframe {
    border-radius: 45px;
  }
}
.video-iframe__wrapper {
  position: relative;
}
.video-iframe__label {
  position: absolute;
  background: #fff;
  font-size: 16px;
  border-radius: 37px;
  padding: 8px 16px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .video-iframe__label {
    top: 24px;
    left: 24px;
    transform: translate(0, 0);
  }
}
.video-iframe__false-btn {
  position: absolute;
  background: #17d885;
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .video-iframe__false-btn {
    width: 6vw;
    height: 6vw;
  }
}
.video-iframe__false-btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 56%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 1.9vw solid transparent;
  border-left: 2.5vw solid white;
  border-bottom: 1.9vw solid transparent;
}
@media (min-width: 1200px) {
  .video-iframe__false-btn:before {
    border-top: 0.9vw solid transparent;
    border-left: 1.5vw solid white;
    border-bottom: 0.9vw solid transparent;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding: 120px 15px 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .breadcrumbs {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.breadcrumbs--light {
  background: #e8fbf3;
}
.breadcrumbs__link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  padding-right: 5px;
  flex-shrink: 1;
  max-width: 350px;
  color: #757C86;
}
.breadcrumbs__link:first-child {
  flex-shrink: 0;
}
.breadcrumbs__link:hover {
  color: #192435;
}
.breadcrumbs__link-home {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}
.breadcrumbs__separator {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  flex-shrink: 0;
}
.breadcrumbs__current {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #192435;
  flex-shrink: 1;
  max-width: 350px;
}

.btn {
  color: #fff;
  background: #192435;
  cursor: pointer;
  font-size: 15px;
  border-radius: 40px;
  padding: 18px 24px;
  position: relative;
  z-index: 1;
  border: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .btn {
    width: auto;
  }
}
.btn:hover {
  background: #d1f7e7;
  color: #192435;
}
.btn--secondary {
  background: #17d885;
  color: #192435;
}
.btn--secondary:hover {
  background: #fff;
}
.btn--white-bg:hover {
  background: #17d885;
}
.btn--white-green {
  background: #fff;
  color: #192435;
}
.btn--white-green:hover {
  background: #17d885;
}

a.btn {
  text-decoration: none;
  text-align: center;
  display: block;
}

.header {
  padding: 13px 10px;
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: top 0.5s ease;
  will-change: top;
}
@media (min-width: 1200px) {
  .header {
    padding-left: 38px;
    padding-right: 38px;
  }
}
.header:has(.header__nav-item[open]):before, .header:hover:before {
  background: #fff;
}
.header:has(.header__nav-item[open]) .header__lang, .header:hover .header__lang {
  background: #fff;
  color: #192435;
}
.header:has(.header__nav-item[open]) .header__nav-item[open] summary, .header:hover .header__nav-item[open] summary {
  color: #00b05d;
}
.header:has(.header__nav-item[open]) .header__nav-item, .header:hover .header__nav-item {
  color: #192435;
}
.header:has(.header__nav-item[open]) .header__logo, .header:hover .header__logo {
  background: url("../images/logo-green.svg");
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.header__body {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .header__body {
    justify-content: space-between;
  }
}
.header__burger-wrapper {
  padding: 10px;
  margin-left: 6px;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .header__burger-wrapper {
    margin-left: 0;
    padding: 0;
  }
}
.header__burger-wrapper.active .header__burger:before {
  transform: rotate(45deg);
  top: 5px;
}
.header__burger-wrapper.active .header__burger:after {
  transform: rotate(-45deg);
  bottom: 5px;
}
.header__burger-wrapper.active .header__burger > span {
  transform: scale(0);
}
.header__burger {
  display: none;
}
@media (max-width: 1199px) {
  .header__burger {
    display: block;
    position: relative;
    width: 20px;
    height: 12px;
    z-index: 3;
  }
  .header__burger:after, .header__burger:before {
    content: "";
    background: #454e5e;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
  }
  .header__burger:before {
    top: 0;
  }
  .header__burger:after {
    bottom: 0;
  }
  .header__burger span {
    background: #454e5e;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 5px;
    transition: all 0.3s ease 0s;
  }
}
.header__menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding: 96px 10px 10px 10px;
  transition: top 0.3s ease 0s;
}
@media (min-width: 1200px) {
  .header__menu {
    position: relative;
    z-index: 3;
    padding: 0;
    background: inherit;
    display: flex;
  }
}
.header__menu.active {
  top: 0;
}
.header__logo {
  position: relative;
  z-index: 5;
  background: url("../images/logo-green.svg");
  min-width: 138px;
  height: 41px;
}
.header__lang {
  color: #192435;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 8px 16px;
  cursor: pointer;
  position: relative;
  z-index: 4;
  margin-left: auto;
  border: 1px solid #cfd4dd;
}
@media (min-width: 1200px) {
  .header__lang {
    margin-left: 32px;
  }
}
.header__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .header__nav {
    flex-direction: row;
    align-items: center;
  }
}
.header__nav-item {
  color: #192435;
  font-size: 15px;
  text-decoration: none;
  padding: 10px 0;
  position: relative;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.header__nav-item:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .header__nav-item {
    padding: 10px;
  }
}
.header__nav-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav-item summary::marker, .header__nav-item summary::-webkit-details-marker {
  display: none;
  content: "";
}
.header__nav-item summary::marker,
.header__nav-item summary::-webkit-details-marker {
  display: none;
}
.header__nav-item svg {
  margin-left: 10px;
  transition: transform 0.3s;
  margin-right: 22px;
  width: 12px;
  height: 7px;
}
@media (min-width: 1200px) {
  .header__nav-item svg {
    margin-right: 0;
  }
}
.header__nav-item[open] {
  background: #fff;
  color: #00b05d;
}
.header__nav-item[open] .header__nav-item,
.header__nav-item[open] ul {
  color: #192435;
}
.header__nav-item[open] svg {
  transform: rotate(180deg);
}
.header__nav-item ul {
  position: absolute;
  z-index: 1;
  background: #fff;
  margin: 0;
  width: 100%;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 3px 26px 0 rgba(25, 36, 53, 0.102);
}
@media (min-width: 1200px) {
  .header__nav-item ul {
    width: 150%;
    left: -25%;
  }
}
.header__nav-item li:hover a {
  background: #d1f7e7;
  text-decoration: none;
}
.header__nav-item li a {
  padding: 20px 10px;
  color: #192435;
  display: block;
}
@media (min-width: 1200px) {
  .header__nav-item li a {
    padding: 22px;
    display: flex;
    align-items: center;
  }
}
.header--main-page {
  margin-bottom: -67px;
}
.header--main-page:not(:hover) .header__nav-item summary, .header--main-page:not(:hover) .header__nav-item, .header--main-page:not(:hover) .header__lang, .header--main-page:not(.header--visible) .header__nav-item summary, .header--main-page:not(.header--visible) .header__nav-item, .header--main-page:not(.header--visible) .header__lang, .header--main-page:not(.header--hidden) .header__nav-item summary, .header--main-page:not(.header--hidden) .header__nav-item, .header--main-page:not(.header--hidden) .header__lang {
  color: #fff;
}
.header--main-page:has(.header__nav-item[open]) .header__nav-item summary, .header--main-page:has(.header__nav-item[open]) .header__nav-item, .header--main-page:has(.header__nav-item[open]) .header__lang, .header--main-page:has(.header__menu.active) .header__nav-item summary, .header--main-page:has(.header__menu.active) .header__nav-item, .header--main-page:has(.header__menu.active) .header__lang, .header--main-page:hover .header__nav-item summary, .header--main-page:hover .header__nav-item, .header--main-page:hover .header__lang, .header--main-page.header--visible .header__nav-item summary, .header--main-page.header--visible .header__nav-item, .header--main-page.header--visible .header__lang {
  color: #192435;
}
.header--main-page:has(.header__menu.active) .header__logo {
  background: url("../images/logo-green.svg");
}
.header--main-page .header__logo {
  background: url("../images/logo.svg");
}
.header--hidden {
  top: -100%;
}
.header--visible {
  top: 0;
  background: #fff;
}
.header--visible .header__logo {
  background: url("../images/logo-green.svg");
}

.svg-edway:before {
  content: url("../images/edway.svg");
  width: 18px;
  height: 22px;
  margin-right: 20px;
}

.svg-team:before {
  content: url("../images/team.svg");
  width: 18px;
  height: 22px;
  margin-right: 20px;
}

.svg-history:before {
  content: url("../images/history.svg");
  width: 18px;
  height: 22px;
  margin-right: 20px;
}

.svg-appeal:before {
  content: url("../images/appeal.svg");
  width: 18px;
  height: 22px;
  margin-right: 20px;
}

.bg-video {
  position: absolute;
  bottom: 80px;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  mix-blend-mode: darken;
}
@media (min-width: 1200px) {
  .bg-video {
    max-width: 75vw;
    left: 50%;
    transform: translateX(-50%);
  }
}

.banner {
  color: #fff;
  position: relative;
  background: #00b05d;
  border-radius: 0 0 26px 26px;
  overflow: hidden;
  height: calc(100vh - 67px);
  height: 100vh;
  z-index: 1;
}
@media (min-width: 1200px) {
  .banner {
    border-radius: 0 0 50px 50px;
  }
}
.banner__content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 104px 20px 20px;
  height: 100%;
  min-width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .banner__content {
    top: auto;
    bottom: 0;
    max-height: 734px;
    min-height: auto;
    min-width: auto;
    height: auto;
    padding: 48px 38px;
    display: block;
    width: 100%;
  }
}
.banner__content::before {
  content: url("../images/blur-banner.svg");
  position: absolute;
  top: -188px;
  transform: rotate(90deg);
}
@media (min-width: 1200px) {
  .banner__content::before {
    transform: rotate(0deg);
  }
}
.banner__title {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .banner__title {
    font-size: 40px;
    max-width: 640px;
  }
}
.banner__text {
  font-size: 16px;
  margin-bottom: 48px;
  position: relative;
}
@media (min-width: 1200px) {
  .banner__text {
    max-width: 640px;
  }
}
.banner__text--no-wrap {
  white-space: nowrap;
}
.banner__text-arrow {
  display: inline-block;
  width: 25px;
  height: 13px;
}
.banner__btn {
  margin-top: auto;
}
@media (min-width: 1200px) {
  .banner__btn {
    margin-top: 0;
    width: 400px;
  }
}

.cards-section {
  position: relative;
}
.cards-section:before, .cards-section:after {
  bottom: 0;
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1200px) {
  .cards-section:before, .cards-section:after {
    width: 34px;
  }
}
.cards-section:before {
  left: 0;
  background: linear-gradient(90deg, #d1f7e7, rgba(250, 252, 252, 0));
}
.cards-section:after {
  right: 0;
  background: linear-gradient(270deg, #d1f7e7, rgba(250, 252, 252, 0));
}
.cards-section__wrapper {
  overflow: hidden;
}

.section2 {
  position: fixed;
  top: 0;
  width: 100%;
  inset: 0;
  min-height: 100vh;
}

.card {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  height: 502px;
  overflow: hidden;
  transition: height 0.3s ease;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .card {
    padding: 46px;
    flex-direction: row;
    gap: 60px;
    height: 542px;
    border-radius: 36px;
  }
}
.card.is-open {
  height: auto;
}
.card.is-open .card__description {
  -webkit-line-clamp: unset;
}
.card__description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.card__description-icon {
  display: none;
}
@media (min-width: 1200px) {
  .card__description-icon {
    display: block;
    margin-bottom: 40px;
  }
}
.card__description {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .card__description {
    font-size: 20px;
    line-height: 1.5;
  }
}
.card__show-more {
  margin-top: 20px;
  background: none;
  color: #00b05d;
  border: none;
  cursor: pointer;
  align-items: center;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .card__show-more {
    display: none !important;
  }
}
.card__show-more svg {
  margin-left: 10px;
}

.profile-card {
  flex: 0;
}
.profile-card__img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-bottom: 20px;
  border-radius: 6px;
}
@media (min-width: 1200px) {
  .profile-card__img {
    width: 250px;
    height: 250px;
    min-width: 250px;
    margin-bottom: 104px;
    border-radius: 18px;
  }
}
.profile-card__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  .profile-card__name {
    margin-bottom: 20px;
  }
}
.profile-card__position {
  font-size: 14px;
  font-weight: 500;
  color: #757c86;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .profile-card__position {
    margin-bottom: 0;
  }
}

.swiper__cards .swiper-button-prev,
.swiper__cards .swiper-button-next {
  display: none !important;
}
@media (min-width: 1200px) {
  .swiper__cards .swiper-button-prev,
.swiper__cards .swiper-button-next {
    display: flex !important;
  }
}
.swiper__cards .swiper-button-prev {
  right: 104px !important;
  left: auto !important;
  top: auto !important;
  bottom: 46px !important;
}
.swiper__cards .swiper-button-next {
  bottom: 46px !important;
  top: auto !important;
  right: 50px !important;
}
.swiper__cards .swiper-pagination {
  bottom: -32px !important;
}
@media (min-width: 1200px) {
  .swiper__cards .swiper-pagination {
    display: block;
    position: absolute !important;
    bottom: 60px !important;
    width: auto !important;
    left: 360px !important;
  }
}
@media (max-width: 1199.9px) {
  .swiper__cards .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 1;
    border-radius: 50%;
    transition: all 0.3s ease;
    margin: 0 2px !important;
  }
}
@media (max-width: 1199.9px) {
  .swiper__cards .swiper-pagination-bullet-active {
    width: 17px;
    height: 7px;
    border-radius: 999px;
    background-color: #00b05d;
  }
}

@media (min-width: 1200px) {
  .spinner__wrapper {
    position: absolute;
    z-index: 1;
    right: 44px;
    bottom: 56px;
  }
}
.spinner__wrapper:hover .spinner__text-container {
  transform: scale(0.87);
}
.spinner__wrapper:hover .spinner__text-around {
  animation-play-state: paused;
  transition: transform 0.5s scale 0.5s;
}
.spinner__wrapper:hover .spinner__white-round-wrapper {
  transform: translate(-50%, -50%) scale(0.87);
}
.spinner__wrapper:hover .spinner__white-round {
  transform: scale(0.81);
}
.spinner__wrapper:hover .spinner__arrow {
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.5s;
}
.spinner__sub-wrapper {
  position: relative;
}
.spinner__text-container {
  transition: transform 0.5s;
  width: 120px;
  height: 120px;
}
@media (min-width: 1200px) {
  .spinner__text-container {
    width: auto;
    height: auto;
  }
}
.spinner__text-around {
  animation: spin 10s infinite alternate ease-in-out;
  transform-origin: 50% 50%;
  transition: transform 0.5s;
}
.spinner__white-round-wrapper {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 66.4px;
  padding: 6px;
  transition: transform 0.5s;
}
.spinner__white-round {
  background: #fff;
  border: 1px solid #00b05d;
  border-radius: 66.96px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
  width: 64px;
  height: 64px;
}
@media (min-width: 1200px) {
  .spinner__white-round {
    width: 118px;
    height: 118px;
  }
}
.spinner__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s;
  width: 22px;
}
@media (min-width: 1200px) {
  .spinner__arrow {
    width: auto;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.vector-banner {
  background: #192435;
  padding: 20px;
  border-radius: 26px;
  z-index: 2;
  position: relative;
}
.vector-banner--light {
  background: #e8fbf3;
}
.vector-banner--light .vector-banner__text {
  color: #192435;
}
.vector-banner--light .vector-banner__logo-trident svg {
  color: #fff;
}
.vector-banner__wrapper {
  padding: 60px 15px;
  position: relative;
}
@media (min-width: 1200px) {
  .vector-banner__wrapper {
    padding: 150px 38px;
  }
}
.vector-banner__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .vector-banner__title {
    font-size: 48px;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .vector-banner {
    padding: 46px;
    border-radius: 36px;
  }
}
.vector-banner__content {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .vector-banner__content {
    max-width: 700px;
  }
}
.vector-banner__logos {
  display: flex;
  align-items: center;
  margin-bottom: 68px;
}
.vector-banner__logo-edway-wrapper {
  border-radius: 60px;
  border: 1px solid #00b05d;
  padding: 6px;
  position: relative;
  margin-right: 16px;
}
@media (min-width: 1200px) {
  .vector-banner__logo-edway-wrapper {
    padding: 10px;
  }
}
.vector-banner__logo-edway-wrapper:after {
  content: url("../images/arrow-right.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
.vector-banner__logo-edway {
  border-radius: 60px;
  background: #fff;
  padding: 13px 14px 15px;
}
@media (min-width: 1200px) {
  .vector-banner__logo-edway {
    padding: 14px 20px 22px;
  }
}
.vector-banner__logo-edway img {
  width: 90px;
}
@media (min-width: 1200px) {
  .vector-banner__logo-edway img {
    width: 138px;
  }
}
.vector-banner__logo-trident {
  width: 65px;
  height: 65px;
  background: #17d885;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}
.vector-banner__logo-trident svg {
  height: 40px;
}
@media (min-width: 1200px) {
  .vector-banner__logo-trident {
    width: 100px;
    height: 100px;
    border-radius: 28px;
  }
  .vector-banner__logo-trident svg {
    height: 62px;
  }
}
.vector-banner__text {
  font-size: 24px;
  color: #fff;
  margin-bottom: 52px;
}
@media (min-width: 1200px) {
  .vector-banner__text {
    font-size: 30px;
  }
}
.vector-banner__bg {
  display: none;
}
@media (min-width: 1200px) {
  .vector-banner__bg {
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
  }
}
.vector-banner .link {
  color: #17d885;
}

.partners {
  padding: 50px 15px 76px;
  position: relative;
  background: #17d885;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 5px 15px 15px rgba(0, 0, 0, 0.05);
}
@media (min-width: 1200px) {
  .partners {
    padding: 100px 38px 150px;
    border-radius: 50px 50px 0 0;
  }
}
.partners__slide {
  background: #fff;
  border-radius: 26px;
  padding: 30px;
  height: 174px;
}
@media (min-width: 1200px) {
  .partners__slide {
    border-radius: 30px;
  }
}
.partners__slide-title {
  font-size: 20px;
}
.partners__list {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 36px;
  height: 100%;
  margin: 0 8px;
}
.partners__list-item {
  display: flex;
  align-items: center;
}
.partners__description {
  display: none;
}
@media (min-width: 1200px) {
  .partners__description {
    display: block;
    font-size: 16px;
    max-width: 690px;
    margin-top: 50px;
    line-height: 1.5;
  }
}
.partners:before, .partners:after {
  bottom: 0;
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1200px) {
  .partners:before, .partners:after {
    width: 34px;
  }
}
.partners:before {
  left: 0;
  background: linear-gradient(90deg, #17d885, rgba(250, 252, 252, 0));
}
.partners:after {
  right: 0;
  background: linear-gradient(270deg, #17d885, rgba(250, 252, 252, 0));
}

.swiper__partners .swiper-slide {
  width: auto;
  flex-shrink: 0;
}
.swiper__partners.swiper {
  overflow: visible;
}
.swiper__partners .swiper-button-prev,
.swiper__partners .swiper-button-next {
  display: none !important;
}
@media (min-width: 1200px) {
  .swiper__partners .swiper-button-prev,
.swiper__partners .swiper-button-next {
    display: flex !important;
    background: #d1f7e7;
  }
  .swiper__partners .swiper-button-prev:hover,
.swiper__partners .swiper-button-next:hover {
    background: #fff;
  }
}
.swiper__partners .swiper-button-prev {
  right: 56px !important;
  left: auto !important;
  top: auto !important;
  bottom: 20px !important;
}
.swiper__partners .swiper-button-next {
  bottom: 20px !important;
  top: auto !important;
}
.swiper__partners .swiper-button-prev,
.swiper__partners .swiper-button-next {
  bottom: -146px !important;
}

.about-us {
  border-top: 1px solid #cfd4dd;
  padding: 30px 20px;
}
@media (min-width: 1200px) {
  .about-us {
    flex: 1;
    padding: 0;
    border: none;
  }
}
.about-us__logo {
  display: none;
}
@media (min-width: 1200px) {
  .about-us__logo {
    display: block;
    content: url("../images/logo-green.svg");
    display: block;
    width: 246px;
    height: 75px;
    margin-bottom: 68px;
  }
}
.about-us__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.about-us__sub-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.about-us__block {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .about-us__block {
    margin-top: 34px;
  }
}
@media (min-width: 1200px) {
  .about-us__addresses {
    display: flex;
    gap: 42px;
  }
}
.about-us__address {
  font-size: 16px;
  color: #5e6672;
  margin-top: 22px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .about-us__address {
    margin-top: 0;
  }
}
.about-us__mail {
  font-size: 16px;
  color: #00b05d;
  text-decoration: none;
}
.about-us__mail:hover {
  text-decoration: underline;
}
.about-us__social-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 20px 0px;
}
@media (min-width: 1200px) {
  .about-us__social-list {
    justify-content: start;
  }
}
.about-us__social {
  width: 40px;
  height: 40px;
  border-radius: 300px;
  border: 1px solid #cfd4dd;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.about-us__social svg path {
  fill: #192435;
}
.about-us__social:hover {
  color: #00b05d;
  border-color: #00b05d;
}
.about-us__social:hover svg path {
  fill: #00b05d;
}

.checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.checkbox__mark {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #cfd4dd;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.checkbox__mark:after {
  content: "";
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.checkbox input {
  display: none;
}
.checkbox input:checked + .checkbox__mark {
  background: #17d885;
  border-color: #17d885;
}
.checkbox input:checked + .checkbox__mark::after {
  opacity: 1;
  margin-bottom: 3px;
}

.feedback {
  padding: 0 20px 30px;
}
@media (min-width: 1200px) {
  .feedback {
    flex: 1;
    order: 1;
    padding: 0;
  }
}
.feedback__title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .feedback__title {
    font-size: 40px;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .feedback__inputs {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
  }
}
.feedback__input input, .feedback__textarea textarea {
  border: 1px solid #cfd4dd;
  height: 44px;
  width: 100%;
  border-radius: 8px;
}
.feedback__input ::placeholder, .feedback__textarea ::placeholder {
  font-size: 16px;
}
.feedback__input {
  margin-bottom: 12px;
  position: relative;
}
@media (min-width: 1200px) {
  .feedback__input {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
.feedback__input input {
  padding: 10px 10px 10px 42px;
}
.feedback__input--name:before {
  content: url("../images/user-03.svg");
  position: absolute;
  left: 12px;
  top: 12px;
}
.feedback__input--phone:before {
  content: url("../images/phone.svg");
  position: absolute;
  left: 12px;
  top: 12px;
}
.feedback__input--mail:before {
  content: url("../images/mail-01.svg");
  position: absolute;
  left: 12px;
  top: 12px;
}
@media (min-width: 1200px) {
  .feedback__textarea {
    width: 100%;
    margin-top: 18px;
  }
}
.feedback__textarea textarea {
  padding: 16px 10px;
  height: 154px;
  resize: none;
}
.feedback__checkbox {
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .feedback .btn {
    width: 100%;
    min-width: auto;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  border-radius: 200px;
  border: 1px solid #e6e8ed;
  padding: 10px 12px;
  color: #192435 !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #00b05d !important;
  border-color: #00b05d;
}

.swiper-button-prev svg {
  transform: rotate(180deg);
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.modal__close {
  cursor: pointer;
  color: #192435;
  opacity: 0.6;
  display: flex;
  align-items: flex-start;
  padding: 10px;
}
.modal__close svg {
  width: 12px;
  height: 12px;
}
.modal__close:hover {
  opacity: 1;
}
.modal__content {
  background-color: #fff;
  padding: 20px;
  border-radius: 36px;
  max-width: 400px;
  width: 90%;
  max-height: 100vh;
  position: relative;
  transform: translateY(-20px);
  transition: transform 0.3s ease;
  overflow: auto;
}
.modal .feedback {
  padding: 0;
}
.modal .feedback__title {
  font-size: 24px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .modal .feedback__title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .modal .feedback__input {
    width: 100%;
  }
}
.modal.open {
  display: flex;
  opacity: 1;
}
.modal.open .modal__content {
  transform: translateY(0);
}

.footer {
  background: #fff;
  border-top: 1px solid #cfd4dd;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .footer {
    display: flex;
    justify-content: space-between;
    padding: 38px;
  }
}
.footer__wrapper {
  border-radius: 26px 26px 0 0;
  margin-top: -26px;
  position: relative;
  box-shadow: 0 5px 15px 15px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media (min-width: 1200px) {
  .footer__wrapper {
    border-radius: 50px 50px 0 0;
    margin-top: -50px;
  }
}
.footer__policy {
  display: flex;
  justify-content: space-between;
  padding: 30px 19px 8px;
}
.footer__policy a {
  display: block;
  color: #192435;
  text-decoration: none;
}
.footer__policy a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .footer__policy {
    order: 1;
    padding: 0;
    gap: 60px;
  }
}
.footer__cookies {
  text-align: center;
  padding: 8px 19px 30px;
  display: block;
  color: #192435;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer__cookies {
    order: 2;
    padding: 0;
  }
}
.footer__cookies:hover {
  text-decoration: underline;
}
.footer__year {
  text-align: center;
  background: #e8fbf3;
  padding: 8px 19px;
}
@media (min-width: 1200px) {
  .footer__year {
    order: 0;
    padding: 0;
    background: none;
  }
}

.footer-about-us {
  background: #fff;
  padding: 30px 0 0;
  border-radius: 26px 26px 0 0;
  position: relative;
}
@media (min-width: 1200px) {
  .footer-about-us {
    padding: 40px 38px;
    border-radius: 50px 50px 0 0;
    display: flex;
  }
}
.footer-about-us__logo {
  content: url("../images/logo-green.svg");
  display: block;
  width: 170px;
  height: 52px;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .footer-about-us__logo {
    display: none;
  }
}

.media {
  overflow: hidden;
}

.media-section {
  padding-top: 0;
}
.media-section__title {
  font-size: 32px;
}
.media-section__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .media-section__title {
    font-size: 64px;
    margin-bottom: 60px;
  }
}

.media-card {
  width: 100%;
  margin: 0 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 580px) {
  .media-card {
    width: calc((100% - 20px) / 2);
  }
}
@media (min-width: 992px) {
  .media-card {
    width: calc((100% - (20px * 2)) / 3);
  }
}
@media (min-width: 1200px) {
  .media-card {
    width: calc((100% - (20px * 3)) / 4);
  }
}
.media-card__list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 580px) {
  .media-card__list {
    gap: 0 20px;
  }
}
.media-card__preview {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 40px;
  height: 196px;
}
.media-card__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 80%;
  margin: auto;
  object-fit: contain;
}
.media-card__info {
  flex-grow: 1;
  padding: 0 6px;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.media-card__title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 9px;
}
@media (min-width: 580px) {
  .media-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.media-card__description {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 24px;
}
.media-card__detail {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  gap: 10px;
  margin: 0;
}
.media-card__detail-item {
  background: #f6f7f8;
  border-radius: 16px;
  font-size: 14px;
  padding: 2px 10px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  align-self: flex-start;
  mix-blend-mode: multiply;
}
.media-card__detail-item svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.media-card__learn-more {
  width: calc(100% - 10px);
  font-weight: 700;
  margin: 0 auto;
  cursor: pointer;
  font-size: 15px;
  border-radius: 40px;
  padding: 18px 30px;
  border: 1px solid #cfd4dd;
  text-decoration: none;
  color: #192435;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-card__learn-more svg {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}
.media-card__learn-more:hover {
  background: rgba(249, 250, 251, 0.5);
  text-decoration: none;
}

.error {
  margin: 54px auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .error {
    margin: 160px auto;
    padding: 0 100px;
  }
}
@media (min-width: 992px) {
  .error {
    display: flex;
    align-items: center;
  }
  .error > * {
    flex: 1;
  }
}
.error__wrapper {
  margin: auto;
}
.error__img {
  padding: 0 20px;
}
.error__img img {
  margin: 0 auto;
  width: 100%;
}
.error__title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 8px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .error__title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.error__description {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  margin: 0 auto 28px;
  max-width: 510px;
}
@media (min-width: 992px) {
  .error__description {
    margin-bottom: 36px;
  }
}
.error__btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .error__btns {
    flex-direction: row;
  }
  .error__btns > .btn {
    flex: 1;
  }
}

.about-edway {
  padding: 0 15px 80px;
  background: #e8fbf3;
  border-radius: 0 0 26px 26px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .about-edway {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 100px;
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .about-edway > * {
    flex: 1;
  }
}
.about-edway__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about-edway__title {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .about-edway__title {
    position: sticky;
    top: 100px;
    margin-bottom: 0;
    max-width: 600px;
  }
}
.about-edway__title svg {
  height: 32px;
  width: 54px;
  margin-bottom: -6px;
}
@media (min-width: 768px) {
  .about-edway__title svg {
    height: 64px;
    width: 116px;
  }
}
.about-edway__description {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .about-edway__description {
    font-size: 28px;
    line-height: 1.4;
  }
}
.about-edway__desc-highlight {
  background-color: #b9f3da;
  border-radius: 8px;
  padding: 2px;
}
.about-edway__list {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin: 50px 0;
}
.about-edway__list li {
  counter-increment: item;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
}
.about-edway__list li:last-child {
  margin-bottom: 0;
}
.about-edway__list li:before {
  content: counter(item, decimal-leading-zero);
  width: 50px;
  height: 50px;
  background: #fff;
  color: #00b05d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 3px 22.5px 0 rgba(25, 36, 53, 0.078);
  margin-right: 8px;
  font-variant-numeric: lining-nums;
}
.about-edway__sub-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .about-edway__sub-text {
    font-size: 20px;
  }
}

.what-we-do {
  padding: 80px 15px;
}
@media (min-width: 1200px) {
  .what-we-do {
    padding: 150px 38px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .what-we-do > * {
    flex: 1;
  }
}
.what-we-do__banner:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .what-we-do__banner {
    position: sticky;
    top: 100px;
    max-width: 600px;
  }
  .what-we-do__banner:not(:last-child) {
    margin-bottom: 0;
  }
}
.what-we-do__banner img {
  width: 100%;
}
.what-we-do__title {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .what-we-do__title {
    font-size: 48px;
    margin-bottom: 38px;
  }
}
.what-we-do__item {
  padding: 36px 26px;
  box-shadow: 0 3px 22.5px 0 rgba(25, 36, 53, 0.078);
  border-radius: 26px;
}
.what-we-do__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .what-we-do__item {
    display: flex;
    border-radius: 45px;
    padding: 26px;
    gap: 30px;
  }
}
.what-we-do__img {
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8fbf3;
  border-radius: 100px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .what-we-do__img {
    margin-bottom: 0;
  }
}
.what-we-do__item-text {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .what-we-do__item-text {
    font-size: 20px;
  }
}

.history {
  background: #b9f3da;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
  margin-bottom: -26px;
  position: sticky;
  top: 0;
  padding: 78px 15px 150px;
}
@media (min-width: 1200px) {
  .history {
    border-radius: 50px 50px 0 0;
    margin-bottom: -50px;
    padding: 150px 38px 224px;
  }
}
.history__title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .history__title {
    font-size: 48px;
    margin-bottom: 38px;
    margin-bottom: 62px;
  }
}
.history .swiper {
  height: 100%;
  overflow: visible;
}
.history .swiper-wrapper {
  align-items: stretch;
}
.history .swiper-slide {
  height: auto;
  display: flex;
}
.history .swiper-slide > * {
  width: 100%;
}
.history .swiper-pagination {
  top: auto !important;
  bottom: -66px !important;
  font-variant-numeric: lining-nums;
}
@media (min-width: 1200px) {
  .history .swiper-pagination {
    display: none;
  }
}
@media (min-width: 1200px) {
  .history .swiper-button-prev {
    right: 56px !important;
    left: auto !important;
    bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .history .swiper-button-next {
    bottom: 20px !important;
    top: auto !important;
  }
}
.history .swiper-button-prev,
.history .swiper-button-next {
  top: auto !important;
  bottom: -78px !important;
}
@media (min-width: 1200px) {
  .history .swiper-button-prev,
.history .swiper-button-next {
    top: -64px !important;
  }
}
.history .swiper-slide {
  overflow: hidden;
}
.history .swiper-slide:not(:last-child) {
  border-right: 2px solid rgba(25, 36, 53, 0.102);
}
.history .swiper-slide:first-child {
  border-radius: 26px 0 0 26px;
}
@media (min-width: 1200px) {
  .history .swiper-slide:first-child {
    border-radius: 50px 0 0 50px;
  }
}
.history .swiper-slide:last-child {
  border-radius: 0 26px 26px 0;
}
@media (min-width: 1200px) {
  .history .swiper-slide:last-child {
    border-radius: 0 50px 50px 0;
  }
}
.history:before, .history:after {
  bottom: 0;
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  z-index: 2;
}
@media (min-width: 1200px) {
  .history:before, .history:after {
    width: 34px;
  }
}
.history:before {
  left: 0;
  background: linear-gradient(90deg, #b9f3da, rgba(185, 243, 218, 0));
}
.history:after {
  right: 0;
  background: linear-gradient(270deg, #b9f3da, rgba(185, 243, 218, 0));
}

.history-block {
  background: #fff;
  padding: 26px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .history-block {
    padding: 50px;
  }
}
@media (min-width: 1200px) {
  .history-block:hover .history-block__year {
    background: #17d885;
    color: #fff;
    transition: background 1s;
  }
  .history-block:hover .history-block__year svg {
    color: #17d885;
    transition: color 1s;
  }
}
@media (max-width: 1199.8px) {
  .swiper-slide-active .history-block .history-block__year {
    background: #17d885;
    color: #fff;
    transition: background 1.5s;
  }
  .swiper-slide-active .history-block .history-block__year svg {
    color: #17d885;
    transition: color 1.5s;
  }
}
.history-block__year {
  background: #d1f7e7;
  color: #00c05d;
  font-size: 32px;
  font-variant-numeric: lining-nums;
  border-radius: 15px 0 0 15px;
  position: relative;
  padding: 12px 16px;
  height: 58px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .history-block__year {
    border-radius: 20px 0 0 20px;
    height: 74px;
    font-size: 48px;
    margin-bottom: 100px;
  }
}
.history-block__year svg {
  position: absolute;
  right: 1px;
  transform: translateX(100%);
  color: #d1f7e7;
  height: 58px;
  width: 15px;
  top: 0;
}
@media (min-width: 1200px) {
  .history-block__year svg {
    height: 74px;
    width: 19px;
  }
}
.history-block__year span {
  font-size: 20px;
}
.history-block__list {
  padding-left: 0;
  margin: auto 0 0;
  list-style: none;
}
.history-block__list li {
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}
.history-block__list li:not(:last-child) {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .history-block__list li {
    font-size: 20px;
  }
}
.history-block__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background-color: #00c05d;
  border-radius: 50%;
}

.team {
  position: relative;
  background: #f3f3f8;
  padding: 32px 15px 150px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .team {
    border-radius: 50px 50px 0 0;
    margin-bottom: -50px;
    padding: 100px 38px 224px;
  }
}
.team__content {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .team__content {
    display: flex;
    align-items: flex-start;
    gap: 80px;
    margin-bottom: 116px;
  }
}
.team__content > * {
  flex: 1;
}
.team__content.--sub {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .team__content.--sub {
    margin-top: 82px;
  }
}
.team__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .team__title {
    font-size: 48px;
    margin-bottom: 60px;
    position: sticky;
    top: 100px;
    margin-bottom: 0;
    max-width: 600px;
  }
}
.team__description {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .team__description {
    font-size: 28px;
    line-height: 1.4;
  }
}
.team__description.--sub {
  font-size: 16px;
}
@media (min-width: 768px) {
  .team__description.--sub {
    font-size: 20px;
  }
}
.team__person {
  background: #fff;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .team__person {
    border-radius: 60px;
  }
}
.team__person svg {
  display: none;
}
@media (min-width: 1200px) {
  .team__person svg {
    display: inline-block;
    position: absolute;
    top: 0;
    right: -78px;
  }
}
.team__person-content {
  padding: 30px;
}
@media (min-width: 1200px) {
  .team__person-content {
    position: absolute;
    left: 36px;
    bottom: 40px;
    background: #fff;
    border-radius: 30px;
    width: 446px;
  }
}
.team__person-name {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .team__person-name {
    font-size: 40px;
  }
}
.team__person-text {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .team__person-text {
    font-size: 20px;
    line-height: 1.5;
  }
}
.team__parallax {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (min-width: 1200px) {
  .team__parallax {
    height: 856px;
    aspect-ratio: auto;
  }
}
.team__parallax img {
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 140%;
  object-fit: cover;
  object-position: 50% 20%;
  will-change: transform;
}
@media (min-width: 1200px) {
  .team__parallax img {
    top: -50%;
    height: 2048px;
    object-position: 50% 40%;
  }
}
.team__list {
  padding: 0;
  margin: 40px 0;
}
@media (min-width: 1200px) {
  .team__list {
    margin-top: 120px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.team__list-item {
  border-radius: 26px;
  padding: 26px;
  background: #fff;
  list-style: none;
}
.team__list-item:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .team__list-item {
    width: calc(50% - (15px / 2));
    border-radius: 45px;
    padding: 46px 40px;
  }
  .team__list-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.team__list-img {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .team__list-img {
    height: 260px;
    margin-bottom: 72px;
  }
}
.team__list-img img {
  border-radius: 15px;
  width: 150px;
  height: 150px;
}
@media (min-width: 1200px) {
  .team__list-img img {
    width: 200px;
    height: 200px;
    transition: all 0.5s;
  }
  .team__list-img img:hover {
    width: 260px;
    height: 260px;
    cursor: zoom-in;
  }
}
.team__list-name {
  font-size: 30px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .team__list-name {
    font-size: 40px;
  }
}
.team__list-name svg {
  display: none;
}
@media (min-width: 1200px) {
  .team__list-name svg {
    display: block;
    width: 22px;
    height: 30px;
    margin-right: 10px;
  }
}
.team__list-description {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .team__list-description {
    font-size: 20px;
  }
}

.about-cooperation {
  padding: 0 15px 80px;
  background: #e8fbf3;
  border-radius: 0 0 26px 26px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .about-cooperation {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 100px;
    border-radius: 0 0 50px 50px;
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .about-cooperation > * {
    flex: 1;
  }
}
.about-cooperation__banner:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .about-cooperation__banner {
    position: sticky;
    top: 100px;
    max-width: 600px;
  }
  .about-cooperation__banner:not(:last-child) {
    margin-bottom: 0;
  }
}
.about-cooperation__banner img {
  width: 100%;
}
.about-cooperation__title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .about-cooperation__title {
    font-size: 64px;
  }
}
@media (min-width: 1200px) {
  .about-cooperation__title {
    margin-bottom: 38px;
  }
}
.about-cooperation__description {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .about-cooperation__description {
    font-size: 28px;
    line-height: 1.4;
  }
}
.about-cooperation__desc-highlight {
  background-color: #b9f3da;
  border-radius: 8px;
  padding: 2px;
}

.platform-func {
  padding: 80px 15px;
}
@media (min-width: 1200px) {
  .platform-func {
    padding: 150px 38px;
  }
}
.platform-func__title {
  font-size: 30px;
}
@media (min-width: 1200px) {
  .platform-func__title {
    font-size: 48px;
  }
}
.platform-func__list {
  padding: 0;
}
@media (min-width: 768px) {
  .platform-func__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.platform-func__item {
  list-style: none;
  background: #f3f3f8;
  border-radius: 26px;
  padding: 36px 26px;
  font-size: 15px;
  line-height: 1.5;
  height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.platform-func__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .platform-func__item {
    padding: 46px 40px;
    width: calc(50% - (15px / 2));
  }
  .platform-func__item:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .platform-func__item {
    height: 348px;
    font-size: 20px;
    padding: 46px 40px;
    width: calc((100% / 3) - ((2 * 15px) / 3));
  }
}
.platform-func__img {
  background: #fff;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  padding: 25px;
  margin-bottom: 26px;
}

.two-col {
  padding: 100px 15px 100px;
  background: #17d885;
  border-radius: 26px 26px 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .two-col {
    padding-left: 38px;
    padding-right: 38px;
    border-radius: 50px 50px 0 0;
    display: flex;
    align-items: flex-start;
    gap: 80px;
  }
  .two-col > * {
    flex: 1;
  }
}
.two-col__banner {
  border-radius: 18px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .two-col__banner {
    border-radius: 30px;
    position: sticky;
    top: 100px;
    max-width: 600px;
    margin-bottom: 0;
  }
  .two-col__banner:not(:last-child) {
    margin-bottom: 0;
  }
}
.two-col__banner img {
  border-radius: 18px;
  width: 100%;
}
@media (min-width: 1200px) {
  .two-col__banner img {
    border-radius: 30px;
  }
}
.two-col__banner svg {
  position: absolute;
  bottom: 0;
  left: -25px;
}
.two-col__description {
  font-size: 24px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .two-col__description {
    font-size: 28px;
    line-height: 1.4;
  }
}
.two-col__desc-highlight {
  background: #b9f3da;
  border-radius: 8px;
  padding: 2px;
}
.two-col__sub-description {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .two-col__sub-description {
    font-size: 20px;
  }
}
.two-col__sub-description svg {
  display: inline-block;
  width: 22px;
  height: 11px;
}

.video-block {
  padding: 80px 15px;
}
.video-block h2 {
  margin-bottom: 38px;
}
@media (min-width: 1200px) {
  .video-block h2 {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .video-block {
    padding: 90px 38px;
  }
}
@media (min-width: 1200px) {
  .video-block iframe {
    border-radius: 36px;
  }
}

.questions__title {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .questions__title {
    margin-bottom: 38px;
  }
}
.questions__img {
  width: 100%;
}

.collapse {
  color: #757c86;
  border-bottom: 1px solid #cfd4dd;
  cursor: pointer;
  padding-top: 20px;
}
.collapse summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .collapse summary {
    line-height: 1.5;
  }
}
.collapse summary::marker, .collapse summary::-webkit-details-marker {
  display: none;
  content: "";
}
.collapse summary svg {
  margin-left: 10px;
  transition: transform 0.3s;
  margin-right: 22px;
  width: 12px;
  height: 7px;
}
@media (min-width: 1200px) {
  .collapse summary svg {
    margin-right: 0;
  }
}
.collapse > span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3;
  transform: translateY(-5px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.collapse[open] summary {
  color: #00b05d;
}
.collapse[open] summary svg {
  transform: rotate(180deg);
}
.collapse[open] > span {
  transform: translateY(0);
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
