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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

button {
  cursor: pointer;
  border: 1px solid transparent;
}

@font-face {
  font-family: "Red Hat Display";
  src: url(../fonts/RedHatDisplay-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Red Hat Display";
  src: url(../fonts/RedHatDisplay-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Red Hat Display";
  src: url(../fonts/RedHatDisplay-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Red Hat Display";
  src: url(../fonts/RedHatDisplay-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Red Hat Display";
  src: url(../fonts/RedHatDisplay-ExtraBold.ttf);
  font-weight: 800;
}
html.open {
  overflow: hidden;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  background-color: #E8E8E8;
}

.container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-s {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-xs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  width: 240px;
  padding: 18px 38px;
  background-color: #39B751;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s linear;
  text-align: center;
}
.btn:hover {
  background: #45D460;
  box-shadow: 0px 2px 70px 0px rgba(41, 183, 61, 0.4);
}
.btn:disabled {
  background-color: #ADADAD;
}

.mb-m {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .mb-m {
    margin-bottom: 70px;
  }
}

.center-title {
  max-width: 640px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
.center-title h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.center-title h2 span {
  font: inherit;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .center-title h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .center-title {
    margin-bottom: 30px;
  }
}

.sectionScroll {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.animate {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
  animation: example 1s;
}

@keyframes example {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(var(--startScrollTop, 150px));
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(calc(var(--scrollTop) / 10));
  }
}
.header {
  background-color: #141414;
  padding: 14px 0;
  z-index: 50;
}
.header.fixed-header-nav {
  top: 0;
  position: fixed;
  width: 100%;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes removeSmoothScroll {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1023px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
  }
}
.header__container {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 1100px) {
  .header__container {
    gap: 40px;
  }
}
.header__container .logo {
  max-width: 180px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  height: 100%;
  margin-right: auto;
}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .header__wrap {
    position: fixed;
    top: 75px;
    left: -100%;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 75px);
    overflow: hidden;
    overflow-y: auto;
    padding: 60px 40px;
    background-color: #141414;
    flex-direction: column;
    transition: 0.3s linear;
    align-items: baseline;
    justify-content: flex-start;
    gap: 60px;
  }
  .open .header__wrap {
    left: 0;
  }
}
@media screen and (min-width: 1100px) {
  .header__wrap {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header__wrap {
    width: 76%;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .header__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1100px) {
  .header__nav ul {
    gap: 40px;
  }
}
@media screen and (min-width: 1245px) {
  .header__nav ul {
    gap: 55px;
  }
}
.header__nav ul a {
  color: #5F6B70;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: 0.3s linear;
}
.header__nav ul a:hover {
  color: #fff;
  text-shadow: 2px 2px 18px rgba(57, 183, 81, 0.7);
}
@media screen and (max-width: 1023px) {
  .header__nav ul a {
    font-size: 19px;
  }
}
.header__btn {
  padding: 15px 35px;
  text-transform: uppercase;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .header__btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 6px;
  gap: 10px;
  width: 40px;
  height: 40px;
  background-color: #39B751;
  padding: 10px;
}
@media screen and (min-width: 1023.5px) {
  .burger {
    display: none;
  }
}
.burger span {
  background-color: #fff;
  height: 2px;
  width: 100%;
  transition: 0.3s linear;
  transform: translate(0%);
}
.open .burger span:nth-of-type(1) {
  transform: translate(0px, 6px) rotate(360deg) rotate(45deg);
}
.open .burger span:nth-of-type(2) {
  transform: translate(0px, -6px) rotate(360deg) rotate(-45deg);
}

.hero {
  background-color: #141414;
  position: relative;
}
.hero__container {
  max-width: 1050px;
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding-top: 120px;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .hero__container {
    flex-direction: column;
    align-items: center;
  }
}
.hero__container:after {
  content: "";
  max-width: 330px;
  max-height: 330px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 330px;
  background: var(--Green, #39B751);
  filter: blur(175px);
  z-index: 0;
  animation: heroAnimation 2.5s infinite;
}
@media screen and (max-width: 1023px) {
  .hero__container:after {
    right: auto;
  }
}
.hero__content {
  max-width: 570px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
.hero__content h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 16px;
  color: #F4F4F4;
}
.hero__content h1 span {
  font: inherit;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .hero__content h1 {
    font-size: 30px;
  }
}
.hero__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
  color: #BFC5C8;
}
.hero__content p:nth-last-of-type(1) {
  margin-bottom: 30px;
}
.hero__content .btn {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero__content .btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .hero__content {
    align-items: center;
    text-align: center;
  }
}
.hero__img {
  width: 285px;
  height: 580px;
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
}
.hero__count__container {
  padding-top: 80px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.hero__count {
  display: flex;
  flex-direction: column;
  padding: 40px 0;
}
@media screen and (min-width: 1023.5px) {
  .hero__count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.hero__count-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: #141414;
}
@media screen and (max-width: 1023px) {
  .hero__count-item:nth-of-type(2) {
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
  }
}
@media screen and (min-width: 1023.5px) {
  .hero__count-item:nth-of-type(2) {
    border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
  }
}
@media screen and (max-width: 1023px) {
  .hero__count-item {
    padding: 40px;
  }
}
.hero__count-item div {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #141414;
}
@media screen and (max-width: 767px) {
  .hero__count-item div {
    font-size: 19px;
  }
}
.hero__count-item div span {
  color: #39B751;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

@keyframes heroAnimation {
  0% {
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
.advantages__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
}
.advantages__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: auto;
  justify-content: space-between;
  width: 100%;
  padding: 30px 30px 0 30px;
  background-color: #fff;
  border-radius: 20px;
  border-top: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
}
@media screen and (min-width: 1023.5px) {
  .advantages__item {
    width: calc(50% - 15px);
  }
}
.advantages__item:nth-of-type(3n+3) {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1023.5px) {
  .advantages__item:nth-of-type(3n+3) {
    flex-direction: row;
    justify-content: space-between;
  }
}
.advantages__item:nth-of-type(3n+3):before, .advantages__item:nth-of-type(3n+3):after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 366px;
  max-height: 330px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #4DD967;
  filter: blur(125px);
  z-index: -1;
}
.advantages__item:nth-of-type(3n+3):before {
  top: -100px;
}
.advantages__item:nth-of-type(3n+3)::after {
  bottom: -100px;
}
.advantages__item:nth-of-type(3n+3) .advantages__item__content {
  max-width: 540px;
  justify-content: center;
}
.advantages__item img {
  max-width: 248.5px;
  height: 350px;
  width: 100%;
  margin: 0 auto;
}
.advantages__item__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.advantages__item__content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.about__wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .about__item {
    flex-direction: column;
  }
}
@media screen and (min-width: 1023.5px) {
  .about__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.about__item img {
  max-width: 505px;
  max-height: 420px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin: 0 auto;
}
.about__item__content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
  border-top: 1px solid #ADADAD;
  border-right: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
}
@media screen and (min-width: 768px) {
  .about__item__content {
    padding: 60px 40px;
  }
}
.about__item__content h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .about__item__content h3 {
    font-size: 22px;
  }
}
.about__item__content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.about__item__content div {
  padding: 20px;
  border-left: 3px solid #39B751;
  background: #EBFFEF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.about__item__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.about__item__content ul li {
  position: relative;
  padding-left: 31px;
}
.about__item__content ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 26px;
  height: 26px;
  background: url(../images/list-item.svg) center center/cover no-repeat;
}

.promo {
  background-color: #141414;
}
.promo__container {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 40px;
  padding: 65px 0 70px 0;
}
.promo-reverse .promo__container {
  flex-direction: column;
  padding: 20px 0 40px;
}
@media screen and (min-width: 768px) {
  .promo-reverse .promo__container {
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .promo__container {
    flex-direction: row;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .promo__container {
    align-items: center;
  }
}
.promo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 360px;
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .promo__content {
    padding: 40px 0;
  }
}
.promo-reverse .promo__content {
  max-width: 460px;
}
.promo-reverse .promo__content p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.promo__content div {
  color: #fff;
  margin-bottom: 15px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: 2px 1px 1px #000000;
}
@media screen and (max-width: 767px) {
  .promo__content div {
    font-size: 22px;
  }
}
.promo__content p {
  color: #BFC5C8;
  margin-bottom: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-shadow: 2px 1px 1px #000000;
  text-shadow: 2px 1px 1px #000000;
}
.promo__content__links {
  display: flex;
  gap: 10px;
}
.promo__content__links a {
  max-width: 177px;
  width: 100%;
  transition: 0.3s linear;
}
.promo__content__links a:hover {
  transform: translateY(-5px);
}
.promo__content__links a img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .promo__content .btn {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.promo__img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .promo__img {
    width: 51%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.download {
  padding: 40px 0;
  background-color: #fff;
}
.download .dowload-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.download__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .download__container {
    width: calc(33.3333333333% - 10px);
  }
}
.download__container div {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-shadow: none;
}
.download__container .btn {
  padding: 20px;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.contact__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .contact__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.contact__links__item {
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;
  padding: 20px;
}
@media screen and (min-width: 767px) {
  .contact__links__item {
    padding: 40px;
  }
}
.contact__links__item span {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.contact__links__item a, .contact__links__item div {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.contact__links__item a svg, .contact__links__item div svg {
  min-width: 36px;
  width: 36px;
  height: 36px;
}
.contact__links__item a span, .contact__links__item div span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s linear;
  display: block;
}
.contact__links__item a:hover, .contact__links__item div:hover {
  text-decoration: underline;
}
.contact__form {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .contact__form {
    flex-direction: row;
  }
}
.contact__form__img {
  flex-grow: 1;
  height: auto;
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .contact__form__img {
    width: 49%;
  }
}
.contact__form__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.contact__form__wrap {
  display: flex;
  flex-direction: column;
  gap: 23px;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .contact__form__wrap {
    width: 51%;
  }
}
@media screen and (min-width: 767px) {
  .contact__form__wrap {
    padding: 60px;
  }
}
.contact__form__wrap .form__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact__form__wrap .form__title {
    font-size: 22px;
  }
}
.contact__form__wrap form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.contact__form__wrap form span {
  width: 100%;
}
.contact__form__wrap form span.wpcf7-spinner {
  width: 24px;
}
.contact__form__wrap form .wpcf7-response-output {
  position: absolute;
  bottom: -10px;
  left: 0;
  border-radius: 5px;
  background-color: #39B751;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}
.contact__form__wrap form.invalid .wpcf7-response-output {
  background-color: #E40000;
}
.contact__form__wrap form .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
}
.contact__form__wrap form input, .contact__form__wrap form textarea {
  position: relative;
  border: none;
  outline: none;
}
.contact__form__wrap form input:not([type=submit]):not([type=checkbox]), .contact__form__wrap form textarea:not([type=submit]):not([type=checkbox]) {
  padding: 18px 28px;
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 6px;
  color: #091C23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid transparent;
}
.contact__form__wrap form input:not([type=submit]):not([type=checkbox]):focus, .contact__form__wrap form textarea:not([type=submit]):not([type=checkbox]):focus {
  border: 1px solid #ADADAD;
}
.contact__form__wrap form input:not([type=submit]):not([type=checkbox])::-moz-placeholder, .contact__form__wrap form textarea:not([type=submit]):not([type=checkbox])::-moz-placeholder {
  color: #5F6B70;
  opacity: 1;
}
.contact__form__wrap form input:not([type=submit]):not([type=checkbox])::placeholder, .contact__form__wrap form textarea:not([type=submit]):not([type=checkbox])::placeholder {
  color: #5F6B70;
  opacity: 1;
}
.contact__form__wrap form input[type=checkbox] {
  max-width: 14px;
  max-height: 14px;
}
.contact__form__wrap form textarea {
  width: 100%;
  min-height: 150px;
  resize: none;
  border-radius: 6px;
  color: #091C23;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.contact__form__wrap form textarea::-moz-placeholder {
  color: #5F6B70;
  opacity: 1;
}
.contact__form__wrap form textarea::placeholder {
  color: #5F6B70;
  opacity: 1;
}
.contact__form__wrap form .form__check {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
.contact__form__wrap form .form__check .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.contact__form__wrap form .form__check .wpcf7-list-item-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact__form__wrap form .btn {
  cursor: pointer;
  border: 1px solid transparent;
  width: 100%;
}
.contact__form__wrap form .btn:hover {
  border-color: #39B751;
}

.choose__slider {
  position: relative;
}
.choose__slider:after {
  content: "";
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  background-color: #4DD967;
  filter: blur(90px);
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%);
}
.choose__slide {
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose__slide__content {
  padding-bottom: 20px;
  border-bottom: 1px solid #F4F4F4;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #5F6B70;
}
.choose__slide__autor {
  display: flex;
  padding-top: 20px;
  gap: 15px;
}
.choose__slide__autor img {
  border-radius: 50%;
  max-width: 48px;
  max-height: 48px;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
}
.choose__slide__autor-data {
  display: flex;
  flex-direction: column;
}
.choose__slide__autor-data .autor-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #141414;
}
.choose__slide__autor-data .autor-position {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #5F6B70;
}
.choose-pagination.swiper-pagination-bullets {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin: 0 auto;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 500px;
}
.choose-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #323750;
  opacity: 1;
}
.choose-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #39B751;
}

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

.accord-item {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s linear;
}
.accord-item-top {
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  transition: 0.3s linear;
  position: relative;
}
@media screen and (max-width: 367px) {
  .accord-item-top {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    white-space: pre-wrap;
  }
}
.accord-item-bottom {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.3s linear;
  padding: 60px 0px 0px 0px;
  position: relative;
  z-index: 0;
  margin-top: -60px;
}
@media screen and (max-width: 767px) {
  .accord-item-bottom {
    padding: 40px 0px 0px 0px;
    margin-top: -40px;
  }
}

.accord-item.active .accord-item-bottom {
  opacity: 1;
  height: 100%;
  min-height: -moz-fit-content;
  min-height: fit-content;
  overflow: visible;
  padding: 60px 0px 0px 0px;
  z-index: -1;
  position: relative;
  margin-top: -46px;
  z-index: 0;
  visibility: visible;
}

.faq__accord {
  gap: 13px;
  position: relative;
}
.faq__accord:after {
  content: "";
  max-width: 250px;
  max-height: 250px;
  width: 100%;
  height: 100%;
  background-color: #4DD967;
  filter: blur(90px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.faq__item {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
}
.faq__item:hover .faq__item__top p {
  color: #091C23;
}
.faq__item:hover .faq__item__top__close {
  background-color: #091C23;
}
.faq__item__top {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #5F6B70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.faq__item__top p {
  transition: 0.3s linear;
}
@media screen and (min-width: 768px) {
  .faq__item__top {
    gap: 40px;
  }
}
.active .faq__item__top {
  color: #091C23;
}
.faq__item__top__close {
  min-width: 48px;
  min-height: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #5F6B70;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}
.active .faq__item__top__close {
  background-color: #091C23;
}
.faq__item__top__close svg {
  transition: 0.3s ease;
}
.active .faq__item__top__close svg {
  transform: rotate(45deg);
}
.faq__item__bottom p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.15px;
  color: #091C23;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .faq__item__bottom p {
    max-width: calc(100% - 88px);
  }
}

.footer {
  background-color: #fff;
}
.footer__top {
  padding: 40px;
}
.footer__top .logo {
  max-width: 320px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.footer__list {
  border-bottom: 1px solid #ADADAD;
  border-top: 1px solid #ADADAD;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .footer__list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__item {
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__item-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #091C23;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    width: 50%;
  }
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .footer__nav ul {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__nav ul:not(.submenu) {
  gap: 40px;
}
.footer__nav ul li a {
  transition: 0.3s linear;
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer__nav ul li a:not(.sub-menu li a) {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #091C23;
  cursor: text;
}
.footer__nav ul li a:not(.sub-menu li a):after {
  content: none;
}
.footer__nav ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #091C23;
  transition: 0.3s linear;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.footer__nav ul li a:hover {
  color: #091C23;
}
.footer__nav ul li a:hover::after {
  width: 100%;
}
.footer__nav ul li:not(.sub-menu li) {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 280px;
  width: 100%;
}
.footer__nav ul li:not(.sub-menu li) div {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #091C23;
}
.footer__nav ul .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #5F6B70;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__contacts__wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__contacts__wrap a, .footer__contacts__wrap div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #5F6B70;
  transition: 0.3s linear;
}
.footer__contacts__wrap a:hover, .footer__contacts__wrap div:hover {
  color: #091C23;
}
.footer__contacts__wrap a svg, .footer__contacts__wrap div svg {
  min-width: 36px;
  aspect-ratio: 1;
  width: 36px;
  height: 36px;
}
.footer__app {
  max-width: 172px;
}
.footer__app__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 100%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.footer__app a {
  transition: 0.3s linear;
}
@media (hover: hover) and (pointer: fine) {
  .footer__app a:hover {
    transform: translateY(-5px);
  }
}
.footer__app a svg {
  max-width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  height: 100%;
}
.footer__copy {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #5F6B70;
}
@media screen and (min-width: 1024px) {
  .footer__copy {
    flex-direction: row;
  }
}
.footer__copy .lumios {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction: row;
}/*# sourceMappingURL=style.css.map */