

/* Start:/local/assets/s4/styles.min.css?1751460174116905*/
@import url(/local/assets/s4/../node_modules/swiper/swiper.min.css);
@import url(/local/assets/s4/../node_modules/swiper/modules/navigation/navigation.min.css);
@import url(/local/assets/s4/../node_modules/swiper/modules/pagination/pagination.min.css);
@font-face {
  font-family: "SourceSansPro";
  src: url(/local/assets/s4/./SourceSansPro-Black.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url(/local/assets/s4/./SourceSansPro-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url(/local/assets/s4/./SourceSansPro-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SourceSansPro";
  src: url(/local/assets/s4/./SourceSansPro-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/local/assets/s4/./Inter.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
.hidden-xs {
  display: block;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
.visible-sm {
  display: none;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block;
  }
}
.hidden-sm {
  display: block;
}
@media (max-width: 1024px) {
  .hidden-sm {
    display: none;
  }
}
.visible-md {
  display: none;
}
@media (max-width: 1280px) {
  .visible-md {
    display: block;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
  border: 0;
}
html {
  height: 100%;
  font-family: "SourceSansPro", sans-serif;
  color: #4c4d4f;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
html body {
  height: 100%;
  width: 100%;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html body.isMenu {
  overflow: hidden;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
sup {
  display: inline-block;
  vertical-align: baseline;
  transform: translateY(-0.4em);
  font-size: 0.8em;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none !important;
}
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main {
  min-width: 0;
}
.wrapper {
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr max-content;
  flex-direction: column;
  overflow: hidden;
  padding-top: 60px;
}
.wrapper > div {
  min-width: 0;
}
.wrapper--blue {
  background: #e6f4fb;
}
.wrapper--blue .footer {
  background: #e6f4fb;
}
.base-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .base-container {
    padding: 0 23px;
  }
}
@media (max-width: 767px) {
  .base-container {
    padding: 0 20px;
  }
}
a {
  text-decoration: none;
  color: currentColor;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
.base-title {
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #00a8b9;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .base-title {
    font-size: 34px;
    line-height: 34px;
  }
}
.content-title {
  font-size: 16px;
  line-height: 19px;
}
.min {
  transform: translateY(-0.7em);
  font-size: 0.6em;
  margin-left: 5px;
}
button {
  font-family: inherit;
}
.base-button {
  display: inline-flex;
  justify-content: center;
  padding: 17px 40px;
  border-radius: 8px;
  border: 1px solid #f08c00;
  background-color: #f08c00;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .base-button:active,
  .base-button:hover {
    background: #fff;
    border: 1px solid #f98c00;
    color: #f98c00;
  }
}
.base-button--white {
  background-color: #fff;
  color: #f08c00;
}
.swiper-button {
  width: 45px;
  height: 45px;
  background-color: #0094d9;
  border: 0;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.advantages-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .advantages-list {
    max-width: 330px;
    margin: 0 auto;
    padding: 45px 0 0 31px;
  }
}
.advantages-list__item {
  position: relative;
}
.advantages-list__item--circle1::before {
  content: "";
  position: absolute;
  top: -234px;
  right: calc(50% + 332px);
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #0094d9;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .advantages-list__item--circle1::before {
    right: calc(50% + 262px);
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--circle1::before {
    right: calc(50% + 192px);
    top: -245px;
  }
}
@media (max-width: 767px) {
  .advantages-list__item--circle1::before {
    right: auto;
    left: -33px;
    top: 10px;
  }
}
.advantages-list__item--circle2::before {
  content: "";
  position: absolute;
  top: 34px;
  right: calc(50% + 331px);
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #0094d9;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .advantages-list__item--circle2::before {
    right: calc(50% + 262px);
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--circle2::before {
    right: calc(50% - 190px);
    top: -245px;
  }
}
@media (max-width: 767px) {
  .advantages-list__item--circle2::before {
    right: auto;
    left: -33px;
    top: 10px;
  }
}
.advantages-list__item--circle3::before {
  content: "";
  position: absolute;
  top: -256px;
  left: calc(50% + 341px);
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #0094d9;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .advantages-list__item--circle3::before {
    left: calc(50% + 270px);
    right: auto;
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--circle3::before {
    left: calc(50% - 255px);
    top: 62px;
  }
}
@media (max-width: 767px) {
  .advantages-list__item--circle3::before {
    right: auto;
    left: -33px;
    top: 10px;
  }
}
.advantages-list__item--circle4::before {
  content: "";
  position: absolute;
  top: -107px;
  left: calc(50% + 341px);
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #0094d9;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .advantages-list__item--circle4::before {
    left: calc(50% + 270px);
    right: auto;
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--circle4::before {
    left: calc(50% - 8px);
    top: 62px;
  }
}
@media (max-width: 767px) {
  .advantages-list__item--circle4::before {
    right: auto;
    left: -33px;
    top: 10px;
  }
}
.advantages-list__item--circle5::before {
  content: "";
  position: absolute;
  top: 35px;
  left: calc(50% + 341px);
  z-index: 5;
  width: 15px;
  height: 15px;
  background: #0094d9;
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .advantages-list__item--circle5::before {
    left: calc(50% + 270px);
    right: auto;
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--circle5::before {
    left: calc(50% + 250px);
    top: 62px;
  }
}
@media (max-width: 767px) {
  .advantages-list__item--circle5::before {
    right: auto;
    left: -33px;
    top: 10px;
  }
}
.advantages-list__item--line1::after {
  content: "";
  position: absolute;
  top: -228px;
  right: calc(50% + 187px);
  width: 147px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='147' height='47' viewBox='0 0 147 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H101L146.5 46.5' stroke='%23BFCFD3'/%3E%3C/svg%3E");
}
@media (max-width: 1300px) {
  .advantages-list__item--line1::after {
    right: calc(50% + 115px);
    left: auto;
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--line1::after {
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='51' viewBox='0 0 79 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78 49.6079L1 0.999997' stroke='%23BFCFD3'/%3E%3C/svg%3E");
    width: 90px;
    height: 90px;
    top: -236px;
    right: calc(50% + 105px);
  }
}
@media (max-width: 767px) {
  .advantages-list__item--line1::after {
    display: none;
  }
}
.advantages-list__item--line2::after {
  content: "";
  position: absolute;
  top: 8px;
  right: calc(50% + 242px);
  width: 98px;
  height: 35px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='98' height='36' viewBox='0 0 98 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 35H63L97.5 0.5' stroke='%23BFCFD3'/%3E%3C/svg%3E");
}
@media (max-width: 1300px) {
  .advantages-list__item--line2::after {
    right: calc(50% + 163px);
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--line2::after {
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='51' viewBox='0 0 79 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 49.6079L78 0.999997' stroke='%23BFCFD3'/%3E%3C/svg%3E%0A");
    width: 90px;
    height: 90px;
    top: -236px;
    right: calc(50% - 190px);
  }
}
@media (max-width: 767px) {
  .advantages-list__item--line2::after {
    display: none;
  }
}
.advantages-list__item--line3::after {
  content: "";
  position: absolute;
  top: -249px;
  left: calc(50% + 161px);
  width: 182px;
  height: 70px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='183' height='71' viewBox='0 0 183 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M182.5 1L70 1L0.5 70.5' stroke='%23BFCFD3'/%3E%3C/svg%3E");
}
@media (max-width: 1300px) {
  .advantages-list__item--line3::after {
    left: calc(50% + 90px);
    right: auto;
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--line3::after {
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='51' viewBox='0 0 79 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 49.6079L78 0.999997' stroke='%23BFCFD3'/%3E%3C/svg%3E%0A");
    width: 90px;
    height: 90px;
    top: 17px;
    left: calc(50% - 245px);
  }
}
@media (max-width: 767px) {
  .advantages-list__item--line3::after {
    display: none;
  }
}
.advantages-list__item--line4::after {
  content: "";
  position: absolute;
  top: -100px;
  left: calc(50% + 273px);
  width: 70px;
  height: 2px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='80' height='2' viewBox='0 0 80 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80 1H0' stroke='%23BFCFD3'/%3E%3C/svg%3E");
}
@media (max-width: 1300px) {
  .advantages-list__item--line4::after {
    left: calc(50% + 90px);
    right: auto;
  }
}
@media (max-width: 1299px) {
  .advantages-list__item--line4::after {
    left: calc(50% + 210px);
    right: auto;
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--line4::after {
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='46' viewBox='0 0 2 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 46L0.999998 -3.36766e-06' stroke='%23BFCFD3'/%3E%3C/svg%3E%0A");
    width: 90px;
    height: 46px;
    top: 17px;
    left: calc(50% - 2px);
  }
}
@media (max-width: 767px) {
  .advantages-list__item--line4::after {
    display: none;
  }
}
.advantages-list__item--line5::after {
  content: "";
  position: absolute;
  top: 4px;
  left: calc(50% + 191px);
  width: 150px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='38' viewBox='0 0 150 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M149.5 37.5H37L0.5 1' stroke='%23BFCFD3'/%3E%3C/svg%3E");
}
@media (max-width: 1300px) {
  .advantages-list__item--line5::after {
    left: calc(50% + 123px);
    right: auto;
  }
}
@media (max-width: 1024px) {
  .advantages-list__item--line5::after {
    background-image: url("data:image/svg+xml,%3Csvg width='79' height='51' viewBox='0 0 79 51' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78 49.6079L1 0.999997' stroke='%23BFCFD3'/%3E%3C/svg%3E ");
    width: 90px;
    height: 90px;
    top: 17px;
    left: calc(50% + 175px);
  }
}
@media (max-width: 767px) {
  .advantages-list__item--line5::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .advantages-list__item {
    margin-bottom: 20px;
  }
}
.advantages-list__item p {
  font-size: 18px;
  line-height: 23px;
  color: #4c4d4f;
}
.advantages-list__title {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 24px;
  line-height: 23px;
  color: #008fd2;
}
.advantages-list__content-wrap {
  position: absolute;
  max-width: 250px;
}
.advantages-list__content-wrap--text1 {
  right: calc(50% + 355px);
  top: -247px;
  text-align: right;
}
@media (max-width: 1300px) {
  .advantages-list__content-wrap--text1 {
    right: calc(50% + 290px);
  }
}
@media (max-width: 1024px) {
  .advantages-list__content-wrap--text1 {
    right: calc(50% + 70px);
    top: -366px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .advantages-list__content-wrap--text1 {
    text-align: left;
  }
}
.advantages-list__content-wrap--text2 {
  right: calc(50% + 356px);
  top: -23px;
  max-width: 305px;
  text-align: right;
}
@media (max-width: 1300px) {
  .advantages-list__content-wrap--text2 {
    right: calc(50% + 290px);
  }
}
@media (max-width: 1024px) {
  .advantages-list__content-wrap--text2 {
    right: calc(50% - 340px);
    top: -366px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .advantages-list__content-wrap--text2 {
    text-align: left;
  }
}
.advantages-list__content-wrap--text3 {
  left: calc(50% + 366px);
  top: -243px;
}
@media (max-width: 1300px) {
  .advantages-list__content-wrap--text3 {
    left: calc(50% + 300px);
  }
}
@media (max-width: 1024px) {
  .advantages-list__content-wrap--text3 {
    left: calc(50% - 364px);
    top: 87px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .advantages-list__content-wrap--text3 {
    text-align: left;
  }
}
.advantages-list__content-wrap--text4 {
  left: calc(50% + 367px);
  top: -114px;
}
@media (max-width: 1300px) {
  .advantages-list__content-wrap--text4 {
    left: calc(50% + 300px);
  }
}
@media (max-width: 1024px) {
  .advantages-list__content-wrap--text4 {
    left: calc(50% - 125px);
    top: 87px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .advantages-list__content-wrap--text4 {
    text-align: left;
  }
}
.advantages-list__content-wrap--text5 {
  left: calc(50% + 366px);
  top: -11px;
}
@media (max-width: 1300px) {
  .advantages-list__content-wrap--text5 {
    left: calc(50% + 300px);
  }
}
@media (max-width: 1100px) {
  .advantages-list__content-wrap--text5 {
    top: 27px;
  }
}
@media (max-width: 1024px) {
  .advantages-list__content-wrap--text5 {
    left: calc(50% + 155px);
    top: 87px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .advantages-list__content-wrap--text5 {
    text-align: left;
  }
}
.advantages-list__content-wrap--text5 p {
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .advantages-list__content-wrap {
    position: static;
  }
}
@media (max-width: 1024px) {
  .swiper-wrapper {
    position: relative;
  }
  .swiper-wrapper::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 20px;
    width: 1000%;
    height: 2px;
    background-color: #008fd2;
  }
}
@media (max-width: 767px) {
  .swiper-wrapper::before {
    left: -25px;
  }
}
@media (max-width: 767px) {
  .swiper-reasons-top .swiper-wrapper::before {
    top: 17%;
  }
}
@media (max-width: 1024px) {
  .swiper-reasons-bottom .swiper-wrapper::before {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .swiper-reasons-bottom .swiper-wrapper::before {
    top: 28%;
  }
}
@media (max-width: 1024px) {
  .swiper-reasons-bottom .reasons__buttons-wrap {
    height: 190px;
  }
}
@media (max-width: 767px) {
  .swiper-reasons-bottom .reasons__buttons-wrap {
    height: 155px;
  }
}
@media (max-width: 1024px) {
  .reasons-card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .reasons-card-wrap {
    max-width: 124px;
  }
}
@media (max-width: 1024px) {
  .reasons-card-home1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin: 0 0 15px;
    border: 3px solid #008fd2;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #008fd2;
    background-image: url("data:image/svg+xml,%3Csvg width='105' height='108' viewBox='0 0 105 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M95.1556 75.2576C77.8522 90.9241 51.1165 90.6492 34.1363 74.1548C17.1562 57.6605 16.1055 30.944 31.2634 13.1933C31.7363 12.6395 32.6385 12.5711 33.2513 13.1663L95.1249 73.2698C95.7377 73.865 95.6955 74.7688 95.1556 75.2576Z' stroke='white' stroke-width='3'/%3E%3Cpath d='M33.8047 28.1511C30.6536 35.8087 27.7548 54.4299 41.3684 67.6541' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M56.5311 16.3179C56.6891 15.8755 57.3148 15.8755 57.4728 16.3179L59.0822 20.8225C60.1619 23.8446 62.5076 26.2446 65.5044 27.3931L69.7837 29.0331C70.2118 29.1972 70.2118 29.8028 69.7837 29.9669L65.5044 31.6069C62.5076 32.7554 60.1619 35.1554 59.0822 38.1775L57.4728 42.6821C57.3148 43.1245 56.6891 43.1245 56.5311 42.6821L54.9217 38.1775C53.842 35.1554 51.4963 32.7554 48.4995 31.6069L44.2202 29.9669C43.7921 29.8028 43.7921 29.1972 44.2202 29.0331L48.4995 27.3931C51.4963 26.2446 53.842 23.8446 54.9217 20.8225L56.5311 16.3179Z' fill='%23008FD2' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
    cursor: pointer;
    background-size: 65%;
  }
  .reasons-card-home1:hover {
    background-position: center;
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg width='105' height='108' viewBox='0 0 105 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.0912 75.2308C50.6425 92.28 78.2763 92.5636 96.1623 76.3696C97.3906 75.2575 97.3585 73.3483 96.1701 72.1938L34.2964 12.0903C33.108 10.9359 31.1986 10.9592 30.1227 12.2192C14.4544 30.5676 15.5399 58.1816 33.0912 75.2308Z' fill='%230094D9'/%3E%3Cpath d='M33.8047 28.1511C30.6536 35.8087 27.7548 54.4299 41.3684 67.6541' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M56.5311 16.3179C56.6891 15.8755 57.3148 15.8755 57.4728 16.3179L59.0822 20.8225C60.1619 23.8446 62.5076 26.2446 65.5044 27.3931L69.7837 29.0331C70.2118 29.1972 70.2118 29.8028 69.7837 29.9669L65.5044 31.6069C62.5076 32.7554 60.1619 35.1554 59.0822 38.1775L57.4728 42.6821C57.3148 43.1245 56.6891 43.1245 56.5311 42.6821L54.9217 38.1775C53.842 35.1554 51.4963 32.7554 48.4996 31.6069L44.2202 29.9669C43.7921 29.8028 43.7921 29.1972 44.2202 29.0331L48.4995 27.3931C51.4963 26.2446 53.842 23.8446 54.9217 20.8225L56.5311 16.3179Z' fill='white' stroke='%23008FD2' stroke-width='3'/%3E%3C/svg%3E");
  }
  .reasons-card-home1:hover::after {
    background-position: center;
    background-color: #0094d9;
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='19' viewBox='0 0 5 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.8688 19V6.4304H3.8128V19H0.8688ZM2.3536 4.2288C1.82453 4.2288 1.39787 4.0752 1.0736 3.768C0.749334 3.4608 0.5872 3.0512 0.5872 2.5392C0.5872 2.04426 0.749334 1.6432 1.0736 1.336C1.39787 1.0288 1.82453 0.875198 2.3536 0.875198C2.88267 0.875198 3.30933 1.0288 3.6336 1.336C3.95787 1.6432 4.12 2.04426 4.12 2.5392C4.12 3.0512 3.95787 3.4608 3.6336 3.768C3.30933 4.0752 2.88267 4.2288 2.3536 4.2288Z' fill='white'/%3E%3C/svg%3E");
  }
  .reasons-card-home1::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 33px;
    background-color: #fff;
    border: 3px solid #008fd2;
    border-radius: 50%;
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='3' height='14' viewBox='0 0 3 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.514989 13.5295V4.78473H2.56316V13.5295H0.514989ZM1.54798 3.25305C1.1799 3.25305 0.883066 3.14619 0.65747 2.93247C0.431874 2.71875 0.319076 2.43378 0.319076 2.07758C0.319076 1.73325 0.431874 1.45422 0.65747 1.2405C0.883066 1.02678 1.1799 0.919917 1.54798 0.919917C1.91606 0.919917 2.21289 1.02678 2.43849 1.2405C2.66409 1.45422 2.77688 1.73325 2.77688 2.07758C2.77688 2.43378 2.66409 2.71875 2.43849 2.93247C2.21289 3.14619 1.91606 3.25305 1.54798 3.25305Z' fill='%23008FD2'/%3E%3C/svg%3E");
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .reasons-card-home1::after {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .reasons-card-home1 {
    border: 2px solid #008fd2;
    width: 89px;
    height: 89px;
  }
}
@media (max-width: 1024px) {
  .reasons-card-home2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 0 15px;
    background-color: #fff;
    border: 3px solid #008fd2;
    border-radius: 50%;
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='40' viewBox='0 0 21 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 2L2.20711 19.2929C1.81658 19.6834 1.81658 20.3166 2.20711 20.7071L19.5 38' stroke='%230094D9' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    cursor: pointer;
  }
  .reasons-card-home2:hover {
    background-color: #0094d9;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='40' viewBox='0 0 21 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 2L2.20711 19.2929C1.81658 19.6834 1.81658 20.3166 2.20711 20.7071L19.5 38' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  }
}
@media (max-width: 767px) {
  .reasons-card-home2 {
    width: 89px;
    height: 89px;
  }
}
@media (max-width: 1024px) {
  .reasons-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin: 0 0 15px;
    background: #fff;
    border: 3px solid #008fd2;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .reasons-card {
    border: 2px solid #008fd2;
    width: 89px;
    height: 89px;
  }
}
@media (max-width: 1024px) {
  .reasons-card-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 0 15px;
    overflow: hidden;
    background: #008fd2;
    border: 3px solid #008fd2;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .reasons-card-blue {
    width: 89px;
    height: 89px;
  }
}
@media (max-width: 1024px) {
  .reasons-card__title {
    max-width: 150px;
    font-weight: 400;
    text-align: center;
    color: #4c4d4f;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1024px) {
  .reasons-card-blue__title {
    max-width: 150px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #4c4d4f;
  }
}
@media (max-width: 1024px) {
  .reasons-card__svg {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .reasons-card__svg {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 1024px) {
  .reasons-card-blue__svg {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .reasons-card-blue__svg {
    width: 52px;
  }
}
.swiper-reasons-bottom {
  display: none;
}
@keyframes reason1 {
  0% {
    transform: translate(0, 42px);
  }
  20% {
    transform: translate(-243px, 80px);
  }
  40% {
    transform: translate(-486px, 118px);
  }
  60% {
    transform: translate(-729px, 156px);
  }
  80% {
    transform: translate(-972px, 192px);
  }
  100% {
    transform: translate(calc(-100vw + 972px), 232px);
  }
}
@keyframes reason2 {
  0% {
    transform: translate(0, 15px);
  }
  20% {
    transform: translate(-243px, 42px);
  }
  40% {
    transform: translate(-486px, 80px);
  }
  60% {
    transform: translate(-729px, 118px);
  }
  80% {
    transform: translate(-972px, 156px);
  }
  100% {
    transform: translate(calc(-100vw + 729px), 192px);
  }
}
@keyframes reason3 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-243px, 15px);
  }
  40% {
    transform: translate(-486px, 42px);
  }
  60% {
    transform: translate(-729px, 80px);
  }
  80% {
    transform: translate(-972px, 118px);
  }
  100% {
    transform: translate(calc(-100vw + 486px), 192px);
  }
}
@keyframes reason4 {
  0% {
    transform: translate(0, 15px);
  }
  20% {
    transform: translate(-243px, 0);
  }
  40% {
    transform: translate(-486px, 15px);
  }
  60% {
    transform: translate(-729px, 42px);
  }
  80% {
    transform: translate(-972px, 80px);
  }
  100% {
    transform: translate(calc(-100vw - 243px), 192px);
  }
}
@keyframes reason5 {
  0% {
    transform: translate(0, 42px);
  }
  20% {
    transform: translate(-243px, 15px);
  }
  40% {
    transform: translate(-486px, 0);
  }
  60% {
    transform: translate(-729px, 15px);
  }
  80% {
    transform: translate(-972px, 42px);
  }
  100% {
    transform: translate(-100vw, 192px);
  }
}
@keyframes reason-small1 {
  0% {
    transform: translate(0, 68px);
  }
  12.5% {
    transform: translate(176px, 30px);
  }
  25% {
    transform: translate(351px, 10px);
  }
  37.5% {
    transform: translate(527px, 0px);
  }
  50% {
    transform: translate(703px, 0px);
  }
  67.5% {
    transform: translate(879px, 10px);
  }
  80% {
    transform: translate(1055px, 30px);
  }
  97.5% {
    transform: translate(1232px, 70px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 110px);
  }
}
@keyframes reason-small2 {
  0% {
    transform: translate(0, 29px);
  }
  12.5% {
    transform: translate(176px, 10px);
  }
  25% {
    transform: translate(351px, 0px);
  }
  37.5% {
    transform: translate(527px, 0px);
  }
  50% {
    transform: translate(703px, 10px);
  }
  67.5% {
    transform: translate(879px, 30px);
  }
  80% {
    transform: translate(1055px, 70px);
  }
  97.5% {
    transform: translate(1232px, 110px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 150px);
  }
}
@keyframes reason-small3 {
  0% {
    transform: translate(0, 10px);
  }
  12.5% {
    transform: translate(176px, 0px);
  }
  25% {
    transform: translate(351px, 0px);
  }
  37.5% {
    transform: translate(527px, 10px);
  }
  50% {
    transform: translate(703px, 30px);
  }
  67.5% {
    transform: translate(879px, 70px);
  }
  80% {
    transform: translate(1055px, 110px);
  }
  97.5% {
    transform: translate(1232px, 150px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 190px);
  }
}
@keyframes reason-small4 {
  0% {
    transform: translate(0, 0px);
  }
  12.5% {
    transform: translate(176px, 0px);
  }
  25% {
    transform: translate(351px, 10px);
  }
  37.5% {
    transform: translate(527px, 30px);
  }
  50% {
    transform: translate(703px, 70px);
  }
  67.5% {
    transform: translate(879px, 110px);
  }
  80% {
    transform: translate(1055px, 150px);
  }
  97.5% {
    transform: translate(1232px, 190px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 230px);
  }
}
@keyframes reason-small5 {
  0% {
    transform: translate(0, 0px);
  }
  12.5% {
    transform: translate(176px, 10px);
  }
  25% {
    transform: translate(351px, 30px);
  }
  37.5% {
    transform: translate(527px, 70px);
  }
  50% {
    transform: translate(703px, 110px);
  }
  67.5% {
    transform: translate(879px, 150px);
  }
  80% {
    transform: translate(1055px, 190px);
  }
  97.5% {
    transform: translate(1232px, 230px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 270px);
  }
}
@keyframes reason-small6 {
  0% {
    transform: translate(0, 10px);
  }
  12.5% {
    transform: translate(176px, 30px);
  }
  25% {
    transform: translate(351px, 70px);
  }
  37.5% {
    transform: translate(527px, 110px);
  }
  50% {
    transform: translate(703px, 150px);
  }
  67.5% {
    transform: translate(879px, 190px);
  }
  80% {
    transform: translate(1055px, 230px);
  }
  97.5% {
    transform: translate(1232px, 270px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 310px);
  }
}
@keyframes reason-small7 {
  0% {
    transform: translate(0, 30px);
  }
  12.5% {
    transform: translate(176px, 70px);
  }
  25% {
    transform: translate(351px, 110px);
  }
  37.5% {
    transform: translate(527px, 150px);
  }
  50% {
    transform: translate(703px, 190px);
  }
  67.5% {
    transform: translate(879px, 230px);
  }
  80% {
    transform: translate(1055px, 270px);
  }
  97.5% {
    transform: translate(1232px, 310px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 350px);
  }
}
@keyframes reason-small8 {
  0% {
    transform: translate(0, 70px);
  }
  12.5% {
    transform: translate(176px, 110px);
  }
  25% {
    transform: translate(351px, 150px);
  }
  37.5% {
    transform: translate(527px, 190px);
  }
  50% {
    transform: translate(703px, 230px);
  }
  67.5% {
    transform: translate(879px, 270px);
  }
  80% {
    transform: translate(1055px, 310px);
  }
  97.5% {
    transform: translate(1232px, 350px);
  }
  100% {
    transform: translate(calc(100vw + 1232px), 390px);
  }
}
.cause {
  position: relative;
  z-index: 2;
}
.cause.hiding .cause-card-wrap:first-child {
  animation: reason1 0.8s forwards ease-in-out;
}
.cause.hiding .cause-card-wrap:nth-child(2) {
  animation: reason2 0.8s forwards ease-in-out;
}
.cause.hiding .cause-card-wrap:nth-child(3) {
  animation: reason3 0.8s forwards ease-in-out;
}
.cause.hiding .cause-card-wrap:nth-child(4) {
  animation: reason4 0.8s forwards ease-in-out;
}
.cause.hiding .cause-card-wrap:nth-child(5) {
  animation: reason5 0.8s forwards ease-in-out;
}
.cause.hide {
  z-index: 0;
}
.cause.hide .cause-card-wrap:first-child {
  transform: translate(calc(-100vw + 972px), 232px);
}
.cause.hide .cause-card-wrap:nth-child(2) {
  transform: translate(calc(-100vw + 729px), 192px);
}
.cause.hide .cause-card-wrap:nth-child(3) {
  transform: translate(calc(-100vw + 486px), 192px);
}
.cause.hide .cause-card-wrap:nth-child(4) {
  transform: translate(calc(-100vw - 243px), 192px);
}
.cause.hide .cause-card-wrap:nth-child(5) {
  transform: translate(-100vw, 192px);
}
.cause.show .cause-card-wrap:first-child {
  animation: reason1 0.8s 0.8s forwards ease-in-out reverse;
}
.cause.show .cause-card-wrap:nth-child(2) {
  animation: reason2 0.8s 0.8s forwards ease-in-out reverse;
}
.cause.show .cause-card-wrap:nth-child(3) {
  animation: reason3 0.8s 0.8s forwards ease-in-out reverse;
}
.cause.show .cause-card-wrap:nth-child(4) {
  animation: reason4 0.8s 0.8s forwards ease-in-out reverse;
}
.cause.show .cause-card-wrap:nth-child(5) {
  animation: reason5 0.8s 0.8s forwards ease-in-out reverse;
}
.cause__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cause__wrapper .cause-card-wrap:first-child {
  transform: translate(0, 42px);
}
.cause__wrapper .cause-card-wrap:nth-child(2) {
  transform: translate(0, 15px);
}
.cause__wrapper .cause-card-wrap:nth-child(4) {
  transform: translate(0, 15px);
}
.cause__wrapper .cause-card-wrap:nth-child(5) {
  transform: translate(0, 42px);
}
.cause-blue {
  position: absolute;
  z-index: 0;
  top: 19px;
  left: 0;
  width: 100%;
}
.cause-blue.showing .cause-card-wrap:first-child {
  animation: reason-small1 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.showing .cause-card-wrap:nth-child(2) {
  animation: reason-small2 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.showing .cause-card-wrap:nth-child(3) {
  animation: reason-small3 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.showing .cause-card-wrap:nth-child(4) {
  animation: reason-small4 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.showing .cause-card-wrap:nth-child(5) {
  animation: reason-small5 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.showing .cause-card-wrap:nth-child(6) {
  animation: reason-small6 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.showing .cause-card-wrap:nth-child(7) {
  animation: reason-small7 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.showing .cause-card-wrap:nth-child(8) {
  animation: reason-small8 0.8s 0.8s forwards ease-in-out reverse;
}
.cause-blue.hiding {
  z-index: 0;
}
.cause-blue.hiding .cause-card-wrap:first-child {
  animation: reason-small1 0.8s forwards ease-in-out;
}
.cause-blue.hiding .cause-card-wrap:nth-child(2) {
  animation: reason-small2 0.8s forwards ease-in-out;
}
.cause-blue.hiding .cause-card-wrap:nth-child(3) {
  animation: reason-small3 0.8s forwards ease-in-out;
}
.cause-blue.hiding .cause-card-wrap:nth-child(4) {
  animation: reason-small4 0.8s forwards ease-in-out;
}
.cause-blue.hiding .cause-card-wrap:nth-child(5) {
  animation: reason-small5 0.8s forwards ease-in-out;
}
.cause-blue.hiding .cause-card-wrap:nth-child(6) {
  animation: reason-small6 0.8s forwards ease-in-out;
}
.cause-blue.hiding .cause-card-wrap:nth-child(7) {
  animation: reason-small7 0.8s forwards ease-in-out;
}
.cause-blue.hiding .cause-card-wrap:nth-child(8) {
  animation: reason-small8 0.8s forwards ease-in-out;
}
.cause-blue.show {
  z-index: 2;
}
.cause-blue.show .cause-card-wrap:first-child {
  transform: translate(0, 68px);
}
.cause-blue.show .cause-card-wrap:nth-child(2) {
  transform: translate(0, 29px);
}
.cause-blue.show .cause-card-wrap:nth-child(3) {
  transform: translate(0, 10px);
}
.cause-blue.show .cause-card-wrap:nth-child(4) {
  transform: translate(0, 0);
}
.cause-blue.show .cause-card-wrap:nth-child(5) {
  transform: translate(0, 0);
}
.cause-blue.show .cause-card-wrap:nth-child(6) {
  transform: translate(0, 10px);
}
.cause-blue.show .cause-card-wrap:nth-child(7) {
  transform: translate(0, 29px);
}
.cause-blue.show .cause-card-wrap:nth-child(8) {
  transform: translate(0, 68px);
}
.cause-blue__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cause-blue__wrapper .cause-card-wrap {
  margin: 0 13px;
}
.cause-blue__wrapper .cause-card-wrap:first-child {
  transform: translate(calc(100vw + 1232px), 110px);
}
.cause-blue__wrapper .cause-card-wrap:nth-child(2) {
  transform: translate(calc(100vw + 1232px), 150px);
}
.cause-blue__wrapper .cause-card-wrap:nth-child(3) {
  transform: translate(calc(100vw + 1232px), 190px);
}
.cause-blue__wrapper .cause-card-wrap:nth-child(4) {
  transform: translate(calc(100vw + 1232px), 230px);
}
.cause-blue__wrapper .cause-card-wrap:nth-child(5) {
  transform: translate(calc(100vw + 1232px), 270px);
}
.cause-blue__wrapper .cause-card-wrap:nth-child(6) {
  transform: translate(calc(100vw + 1232px), 310px);
}
.cause-blue__wrapper .cause-card-wrap:nth-child(7) {
  transform: translate(calc(100vw + 1232px), 350px);
}
.cause-blue__wrapper .cause-card-wrap:nth-child(8) {
  transform: translate(calc(100vw + 1232px), 390px);
}
.cause-card-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  padding: 0;
  background-color: transparent;
  border: 0;
}
.cause-card-home1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 0 32px;
  border: 3px solid #008fd2;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #008fd2;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='108' viewBox='0 0 105 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M95.1556 75.2576C77.8522 90.9241 51.1165 90.6492 34.1363 74.1548C17.1562 57.6605 16.1055 30.944 31.2634 13.1933C31.7363 12.6395 32.6385 12.5711 33.2513 13.1663L95.1249 73.2698C95.7377 73.865 95.6955 74.7688 95.1556 75.2576Z' stroke='white' stroke-width='3'/%3E%3Cpath d='M33.8047 28.1511C30.6536 35.8087 27.7548 54.4299 41.3684 67.6541' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M56.5311 16.3179C56.6891 15.8755 57.3148 15.8755 57.4728 16.3179L59.0822 20.8225C60.1619 23.8446 62.5076 26.2446 65.5044 27.3931L69.7837 29.0331C70.2118 29.1972 70.2118 29.8028 69.7837 29.9669L65.5044 31.6069C62.5076 32.7554 60.1619 35.1554 59.0822 38.1775L57.4728 42.6821C57.3148 43.1245 56.6891 43.1245 56.5311 42.6821L54.9217 38.1775C53.842 35.1554 51.4963 32.7554 48.4995 31.6069L44.2202 29.9669C43.7921 29.8028 43.7921 29.1972 44.2202 29.0331L48.4995 27.3931C51.4963 26.2446 53.842 23.8446 54.9217 20.8225L56.5311 16.3179Z' fill='%23008FD2' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  cursor: pointer;
}
.cause-card-home1:hover {
  background-position: center;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg width='105' height='108' viewBox='0 0 105 108' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.0912 75.2308C50.6425 92.28 78.2763 92.5636 96.1623 76.3696C97.3906 75.2575 97.3585 73.3483 96.1701 72.1938L34.2964 12.0903C33.108 10.9359 31.1986 10.9592 30.1227 12.2192C14.4544 30.5676 15.5399 58.1816 33.0912 75.2308Z' fill='%230094D9'/%3E%3Cpath d='M33.8047 28.1511C30.6536 35.8087 27.7548 54.4299 41.3684 67.6541' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M56.5311 16.3179C56.6891 15.8755 57.3148 15.8755 57.4728 16.3179L59.0822 20.8225C60.1619 23.8446 62.5076 26.2446 65.5044 27.3931L69.7837 29.0331C70.2118 29.1972 70.2118 29.8028 69.7837 29.9669L65.5044 31.6069C62.5076 32.7554 60.1619 35.1554 59.0822 38.1775L57.4728 42.6821C57.3148 43.1245 56.6891 43.1245 56.5311 42.6821L54.9217 38.1775C53.842 35.1554 51.4963 32.7554 48.4996 31.6069L44.2202 29.9669C43.7921 29.8028 43.7921 29.1972 44.2202 29.0331L48.4995 27.3931C51.4963 26.2446 53.842 23.8446 54.9217 20.8225L56.5311 16.3179Z' fill='white' stroke='%23008FD2' stroke-width='3'/%3E%3C/svg%3E");
}
.cause-card-home1:hover::after {
  background-position: center;
  background-color: #0094d9;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='19' viewBox='0 0 5 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.8688 19V6.4304H3.8128V19H0.8688ZM2.3536 4.2288C1.82453 4.2288 1.39787 4.0752 1.0736 3.768C0.749334 3.4608 0.5872 3.0512 0.5872 2.5392C0.5872 2.04426 0.749334 1.6432 1.0736 1.336C1.39787 1.0288 1.82453 0.875198 2.3536 0.875198C2.88267 0.875198 3.30933 1.0288 3.6336 1.336C3.95787 1.6432 4.12 2.04426 4.12 2.5392C4.12 3.0512 3.95787 3.4608 3.6336 3.768C3.30933 4.0752 2.88267 4.2288 2.3536 4.2288Z' fill='white'/%3E%3C/svg%3E");
}
.cause-card-home1::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -18px;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border: 3px solid #008fd2;
  border-radius: 50%;
  background-size: 10%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='3' height='14' viewBox='0 0 3 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.514989 13.5295V4.78473H2.56316V13.5295H0.514989ZM1.54798 3.25305C1.1799 3.25305 0.883066 3.14619 0.65747 2.93247C0.431874 2.71875 0.319076 2.43378 0.319076 2.07758C0.319076 1.73325 0.431874 1.45422 0.65747 1.2405C0.883066 1.02678 1.1799 0.919917 1.54798 0.919917C1.91606 0.919917 2.21289 1.02678 2.43849 1.2405C2.66409 1.45422 2.77688 1.73325 2.77688 2.07758C2.77688 2.43378 2.66409 2.71875 2.43849 2.93247C2.21289 3.14619 1.91606 3.25305 1.54798 3.25305Z' fill='%23008FD2'/%3E%3C/svg%3E");
}
.cause-card-home2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin: 0 0 15px;
  background-color: #fff;
  border: 3px solid #008fd2;
  border-radius: 50%;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='40' viewBox='0 0 21 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 2L2.20711 19.2929C1.81658 19.6834 1.81658 20.3166 2.20711 20.7071L19.5 38' stroke='%230094D9' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
  cursor: pointer;
}
.cause-card-home2:hover {
  background-color: #0094d9;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='40' viewBox='0 0 21 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 2L2.20711 19.2929C1.81658 19.6834 1.81658 20.3166 2.20711 20.7071L19.5 38' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.cause-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 0 32px;
  background: #fff;
  border: 3px solid #008fd2;
  border-radius: 50%;
}
.cause-card-blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin: 0 0 15px;
  overflow: hidden;
  background: #008fd2;
  border: 3px solid #008fd2;
  border-radius: 50%;
}
.cause-card__title {
  max-width: 210px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #4c4d4f;
}
.cause-card-blue__title {
  max-width: 150px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #4c4d4f;
}
.cause-card__svg {
  width: 64px;
  height: 64px;
}
.cause-card-blue__svg {
  width: 70px;
}
.questions-item {
  position: relative;
}
.questions-item.active .questions-item__head::before {
  background-color: #0094d9;
  border: 1px solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999471 5.94975L5.94922 1L10.899 5.94975' stroke='white'/%3E%3C/svg%3E");
  background-position: center;
}
.questions-item.active .questions-item__head {
  background-color: #0094d9;
}
.questions-item.active .questions-item__text {
  display: block;
}
.questions-item.active .questions-item__list {
  display: block;
}
.questions-item.active .questions-item__title {
  color: #fff;
}
@media (min-width: 1025px) {
  .questions-item:hover:not(.active) .questions-item__head::before {
    background-color: #0094d9;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7427 0.49996L5.79297 5.44971L0.843221 0.49996' stroke='white'/%3E%3C/svg%3E");
  }
}
.questions-item__title {
  cursor: pointer;
  margin-left: 20px;
  text-align: left;
  font-family: "SourceSansPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .questions-item__title {
    max-width: 350px;
    text-align: left;
  }
}
.questions-item__text {
  display: none;
  padding: 20px 20px 31px 72px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .questions-item__text {
    padding: 32px 20px 20px 20px;
  }
}
.questions-item__text ol {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .questions-item__text ol {
    padding-left: 15px;
  }
}
.questions-item__text li {
  margin-bottom: 16px;
  color: #0094d9;
}
.questions-item__text span {
  color: #4c4d4f;
}
.questions-item__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 20px;
  background: rgba(150, 209, 242, 0.19);
  border: 1px solid #c9dcdf;
  border-radius: 10px;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .questions-item__head {
    padding: 20px 5px 20px 20px;
  }
}
.questions-item__head::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #0094d9;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7427 0.49996L5.79297 5.44971L0.843221 0.49996' stroke='%230094D9'/%3E%3C/svg%3E");
  background-position: 50% 12px;
  background-repeat: no-repeat;
  background-size: 12px;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.questions-item__item:not(:last-child) {
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .questions-item__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.questions-item__text-footnote {
  padding-left: 40px;
  color: #8b8b8b;
}
.questions-item__text-footnote:not(:last-child) {
  margin-bottom: 17px;
}
@media (max-width: 1024px) {
  .questions-item__text-footnote {
    padding-left: 0;
  }
}
.base-breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.base-breadcrumbs__item {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #bfcfd3;
}
.base-breadcrumbs__item:not(:first-child)::before {
  content: "/";
  margin: 0 15px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #bfcfd3;
}
.base-breadcrumbs__item a {
  color: #0094d9;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .base-breadcrumbs__item a:hover {
    text-decoration: underline;
  }
}
.base-pagination {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .base-pagination {
    padding: 10px 0;
  }
}
.base-pagination__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .base-pagination__list {
    gap: 5px;
  }
}
.base-pagination__list-item {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #6e6b76;
}
.base-pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #008fd2;
}
@media screen and (max-width: 767px) {
  .base-pagination__link {
    min-width: 32px;
    height: 32px;
  }
}
.base-pagination__link.active {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #008fd2;
}
.base-pagination__link.disabled {
  opacity: 0.5;
}
.base-pagination__prev-svg {
  display: block;
  width: 11px;
  height: 6px;
  transform: rotate(-90deg);
}
.base-pagination__next-svg {
  display: block;
  width: 11px;
  height: 6px;
  transform: rotate(90deg);
}
.base-filter {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfcfd3;
}
.base-filter__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 40px;
  overflow: hidden;
}
.base-filter__list.active {
  max-height: 1000px;
}
.base-filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border: 2px solid #008fd3;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 140%;
  color: #008fd3;
}
.base-filter__item.active {
  background: #008fd2;
  color: #fff;
}
.base-filter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.base-filter__btn.active .base-filter__btn-svg {
  transform: rotate(0);
}
.base-filter__btn-svg {
  display: block;
  width: 11px;
  height: 6px;
  transform: rotate(180deg);
}
.article-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  gap: 20px;
  background: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .article-card {
    padding: 10px;
  }
}
.article-card__img-wrap {
  display: flex;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-card__img-wrap {
    height: 160px;
  }
}
.article-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-card__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 245px;
}
@media screen and (max-width: 767px) {
  .article-card__inner {
    min-height: 200px;
  }
}
.article-card__tags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.article-card__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  background: #008fd2;
  border-radius: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.article-card__title {
  display: block;
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #008fd2;
}
@media screen and (max-width: 767px) {
  .article-card__title {
    font-size: 18px;
  }
}
.article-card__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #6e6b76;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .article-card__desc {
    font-size: 14px;
  }
}
.article-card__bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 10px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .article-card__bottom {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.article-card__bottom-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #0d081b;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .article-card__bottom-item {
    gap: 5px;
  }
}
.article-card__calendar-svg {
  display: block;
  width: 15px;
  height: 15px;
}
.article-card__eye-svg {
  display: block;
  width: 20px;
  height: 14px;
}
.article-card__clock-svg {
  display: block;
  width: 15px;
  height: 15px;
}
.article-card__rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article-card__star-svg {
  display: block;
  width: 10px;
  height: 10px;
}
.article-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px 80px 40px 53px;
  margin: 60px 0;
  gap: 40px;
  min-height: 340px;
  border: 2px solid #eaeaea;
  border-radius: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: rgba(13, 8, 27, 0.7);
}
@media screen and (max-width: 767px) {
  .article-banner {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    font-size: 16px;
    border-radius: 8px;
  }
}
.article-banner--orange {
  background: #f08c00;
  border: 0;
  color: #fff;
}
.article-banner__inner {
  align-self: center;
}
.article-banner__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article-banner__text {
    margin-bottom: 20px;
  }
}
.article-banner__img-wrap {
  display: flex;
  align-items: center;
}
.article-banner__img {
  display: block;
  min-width: 0;
  max-width: 368px;
}
@media screen and (max-width: 1024px) {
  .article-banner__img {
    max-width: 100%;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 20px 8px;
}
@media (max-width: 1280px) {
  .header__container {
    padding: 10px 30px 8px;
  }
}
@media (max-width: 1170px) {
  .header__container {
    justify-content: space-between;
    padding: 10px 25px 8px;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding: 10px 24px 8px;
  }
}
.header__logo {
  display: block;
}
@media (max-width: 1170px) {
  .header__logo {
    margin-right: auto;
  }
}
.header__logo-img {
  display: block;
  width: 208px;
  height: auto;
}
@media (max-width: 767px) {
  .header__logo-img {
    width: 180px;
  }
}
.menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1170px) {
  .menu__list {
    display: grid;
    grid-row-gap: 34px;
  }
}
.menu__item:not(:last-child) {
  margin-right: 36px;
}
@media (max-width: 1170px) {
  .menu__item:not(:last-child) {
    margin: 0;
  }
}
.menu__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 1170px) {
  .menu__link {
    font-weight: 600;
    font-size: 34px;
    line-height: 43px;
    color: #fff;
  }
}
@media (max-width: 1024px) {
  .menu__link {
    font-size: 24px;
    line-height: 30px;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .menu__link {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (min-width: 1025px) {
  .menu__link:hover {
    text-decoration: underline;
  }
}
.header__button {
  padding: 16px 49px;
}
@media (max-width: 1280px) {
  .header__button {
    padding: 16px 40px;
  }
}
@media (max-width: 767px) {
  .header__button {
    display: none;
  }
}
.header__burger-btn {
  position: relative;
  z-index: 101;
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 35px;
  margin-left: 30px;
  padding: 0;
  cursor: pointer;
  user-select: none;
  background: transparent;
  border: 0;
  color: #fab500;
}
@media (max-width: 1170px) {
  .header__burger-btn {
    display: flex;
  }
}
.header__burger-btn > span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  font-size: 0;
  background: currentColor;
  transition: background 0.2s 0.2s;
  pointer-events: none;
}
.header__burger-btn > span::before,
.header__burger-btn > span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: top 0.2s 0.2s, transform 0.2s;
  transform-origin: 50% 50%;
}
.header__burger-btn > span::before {
  top: -9px;
}
.header__burger-btn > span::after {
  top: 9px;
}
.header__burger-btn.active {
  background-color: #f98c00;
}
.header__burger-btn.active > span {
  background: transparent;
  transition: background 0.2s 0s;
}
.header__burger-btn.active > span::before,
.header__burger-btn.active > span::after {
  top: 0;
  background: #fff;
  transition: top 0.2s, transform 0.2s 0.2s;
}
.header__burger-btn.active > span::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.header__burger-btn.active > span::after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.header-dropdown {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(217, 217, 217, 0.01);
  backdrop-filter: blur(11px);
  display: none;
}
@media (max-width: 1170px) {
  .header-dropdown.active {
    display: block;
  }
}
.header-dropdown__container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.header-dropdown__wrap {
  width: 513px;
  max-height: 100%;
  padding: 100px 24px;
  background: #f98c00;
  box-shadow: -9px 3px 30px rgba(40, 73, 129, 0.16);
  text-align: right;
  overflow-y: auto;
}
.header-dropdown__wrap::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 767px) {
  .header-dropdown__wrap {
    width: 100%;
    padding: 70px 24px;
  }
}
.header-dropdown__button {
  margin-top: 52px;
  background-color: #fff;
  border-radius: 8px;
  color: #f98c00;
}
.menu {
  margin: 0 40px 0 auto;
}
@media (max-width: 1170px) {
  .menu {
    display: none;
  }
}
@media (max-width: 1170px) {
  .menu--mobile {
    display: block;
    margin: 0;
  }
}
.header-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgba(240, 140, 0, 0.1);
  backdrop-filter: blur(8px);
  display: none;
  align-items: flex-start;
  justify-content: center;
  z-index: 1000;
  padding: 50px 0;
  overflow: hidden;
  transition: all 0.3s;
}
.header-search__container {
  background: #fff;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-search__result-item {
  transition: all 0.3s;
}
.header-search__result-item:hover {
  color: #f08c00;
}
.header-search__container_row {
  background: transparent;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.header-search__search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  outline: none;
  border: none;
  transition: all 0.3s;
  padding: 0;
}
.header-search__search-btn > svg,
.header-search__search-btn path {
  transition: all 0.3s;
}
.header-search__search-btn:hover > svg,
.header-search__search-btn:hover path {
  stroke: #f08c00;
}
.header-search__input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid #f08c00;
  outline: none;
}
.header__search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  outline: none;
  border: none;
  transition: all 0.3s;
  margin-right: 10px;
}
.header__search-btn > svg,
.header__search-btn path {
  transition: all 0.3s;
}
.header__search-btn:hover > svg,
.header__search-btn:hover path {
  stroke: #f08c00;
}
@media screen and (max-width: 767px) {
  .header__search-btn {
    margin-right: 0px;
  }
  .header__search-btn:hover > svg,
  .header__search-btn:hover path {
    stroke: #4c4d4f;
  }
  .header-search {
    padding: 100px 24px;
  }
}
.header-search__close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 48px;
  cursor: pointer;
  background: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.header-search__close-btn:hover {
  transform: scale(1.1);
}
.header-search__results {
  margin-top: 15px;
}
.header-search.active {
  display: flex;
}
@media (max-width: 1170px) {
  .menu {
    display: none;
  }
}
@media (max-width: 1170px) {
  .menu--mobile {
    display: block;
    margin: 0;
  }
}
.menu__item--dropdown {
  position: relative;
}
.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  list-style: none;
  z-index: 100;
}
.submenu__item {
  margin: 0;
}
.submenu__link {
  display: block;
  padding: 8px 20px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}
.menu__item--dropdown:hover .submenu {
  display: block;
}
#searchResults {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.promo {
  padding: 0 0 31px;
  background-color: #f3f3f3;
}
@media (max-width: 1024px) {
  .promo {
    padding: 11vh 0 25px;
  }
}
@media (max-width: 767px) {
  .promo {
    padding: 4vh 0 24px;
  }
}
.promo__content-wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
@media (max-width: 1024px) {
  .promo__content-wrap {
    display: block;
  }
}
.promo__content {
  padding-top: 63px;
}
@media (max-width: 1024px) {
  .promo__content {
    text-align: center;
    padding-top: 0;
  }
}
.promo__text {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 1024px) {
  .promo__text {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .promo__text {
    margin-bottom: 30px;
  }
}
.promo__description {
  max-width: 445px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #00a8b9;
}
@media (max-width: 1024px) {
  .promo__description {
    margin: 0 auto;
    max-width: 330px;
  }
}
.promo__img-logo {
  width: 413px;
  height: 60px;
}
@media (max-width: 767px) {
  .promo__img-logo {
    width: 335px;
    height: 49px;
  }
}
@media (max-width: 1024px) {
  .promo__img-wrap {
    display: flex;
    justify-content: flex-end;
    margin: -140px -70px 0 0;
  }
}
@media (max-width: 767px) {
  .promo__img-wrap {
    margin: -12px 0px 0 0;
  }
}
.promo__img {
  max-width: 440px;
}
@media (max-width: 767px) {
  .promo__img {
    max-width: 285px;
  }
}
.promo__img-wrap-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .promo__img-wrap-right {
    display: none;
  }
}
.promo__img-right {
  max-width: 100%;
  max-height: 445px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .promo__img-right {
    max-width: 546px;
  }
}
@media (max-width: 767px) {
  .promo__img-right {
    margin-left: 25px;
    max-width: 245px;
  }
}
.promo__button-wrap {
  padding-top: 13px;
}
@media (max-width: 1024px) {
  .promo__button-wrap {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .promo__button-wrap {
    padding-bottom: 30px;
  }
}
.promo__button {
  min-width: 230px;
  padding: 15px 45px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1024px) {
  .promo__button {
    padding: 17px 39px;
  }
}
.promo__button:nth-child(1) {
  margin-right: 13px;
}
@media (max-width: 767px) {
  .promo__button:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.promo__button:nth-child(2) {
  border: 1px solid #f98c00;
  border-radius: 8px;
  background-color: transparent;
  color: #f08c00;
}
.promo__button:nth-child(2):active,
.promo__button:nth-child(2):hover {
  background: #fab500;
  border: 1px solid #fab500;
  color: #fff;
}
.promo__note {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #999;
  text-align: right;
  grid-column: 2;
}
@media (max-width: 1280px) {
  .promo__note {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .promo__note {
    position: static;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
}
.reasons {
  padding: 60px 0 40px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .reasons {
    padding: 30px 0 35px;
  }
}
@media (max-width: 767px) {
  .reasons {
    padding: 40px 0 25px;
  }
}
.reasons .swiper-slide {
  width: auto;
}
@media (max-width: 767px) {
  .reasons .swiper-slide {
    width: 130px;
  }
}
.reasons .swiper {
  overflow: visible;
}
.reasons-title {
  margin-bottom: 28px;
}
@media (max-width: 1024px) {
  .reasons-title {
    margin-bottom: 38px;
  }
}
.reasons__buttons-wrap {
  display: none;
}
@media (max-width: 1024px) {
  .reasons__buttons-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 95px;
  }
}
@media (max-width: 1024px) {
  .reasons__button {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 45%;
  }
}
@media (max-width: 1024px) {
  .reasons__button--next {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.84961 8.49961H19.1573M19.1573 8.49961L11.8221 15.4227M19.1573 8.49961L11.8221 1.57654' stroke='white' stroke-width='2.75656' stroke-linecap='round'/%3E%3C/svg%3E ");
    margin-left: 28px;
  }
}
@media (max-width: 1024px) {
  .reasons__button--prev {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.84961 8.49961H19.1573M19.1573 8.49961L11.8221 15.4227M19.1573 8.49961L11.8221 1.57654' stroke='white' stroke-width='2.75656' stroke-linecap='round'/%3E%3C/svg%3E ");
    transform: rotate(180deg);
  }
}
.reasons__wrap {
  position: relative;
}
.reasons__line {
  position: absolute;
  top: 73px;
  left: 0;
  z-index: 0;
  width: 100%;
}
.symptoms {
  padding: 63px 0 33px;
}
@media (max-width: 1024px) {
  .symptoms {
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .symptoms {
    padding: 25px 0 25px;
  }
}
.symptoms__title {
  max-width: 650px;
  margin: 0 auto 20px;
}
@media (max-width: 1024px) {
  .symptoms__title {
    margin: 0 auto 20px;
  }
}
.symptoms__wrap {
  display: grid;
  grid-template-columns: 51vw 1fr;
  grid-column-gap: 84px;
}
@media (min-width: 1441px) {
  .symptoms__wrap {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 1024px) {
  .symptoms__wrap {
    display: flex;
    flex-direction: column;
  }
}
.symptoms__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-row-gap: 20px;
  padding-top: 13px;
}
@media (max-width: 1024px) {
  .symptoms__list {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .symptoms__list {
    padding: 35px 0 0;
  }
}
.symptoms__item {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
}
.symptoms__img-wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .symptoms__img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.symptoms__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 0;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-width: 0;
}
@media (max-width: 1024px) {
  .symptoms__img {
    position: static;
    max-height: 565px;
  }
}
@media (max-width: 767px) {
  .symptoms__img {
    max-height: 350px;
  }
}
.symptoms__svg {
  display: block;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 18px;
}
.symptoms__svg svg {
  display: block;
  width: 30px;
  height: 30px;
}
.advantages {
  position: relative;
  padding: 47px 0 148px;
  background-color: #f3fafe;
}
@media (max-width: 1024px) {
  .advantages {
    padding: 33px 0 300px;
  }
}
@media (max-width: 767px) {
  .advantages {
    padding: 33px 0 30px;
  }
}
@media (max-width: 767px) {
  .advantages__title {
    max-width: 200px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 34px;
  }
}
.advantages__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 106px;
}
@media (max-width: 1024px) {
  .advantages__img-wrap {
    padding-top: 230px;
  }
}
@media (max-width: 767px) {
  .advantages__img-wrap {
    padding-top: 40px;
  }
}
.advantages__img {
  width: 517px;
  height: 167px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .advantages__img {
    width: 558px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .advantages__img {
    width: 337px;
    height: 106px;
  }
}
.advantages__note {
  position: absolute;
  bottom: 19px;
  left: 75px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
@media (max-width: 1024px) {
  .advantages__note {
    bottom: 88px;
    left: calc(50% - 102px);
  }
}
@media (max-width: 767px) {
  .advantages__note {
    bottom: 5px;
    left: calc(50% - 102px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circleIn1 {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.2;
  }
}
@keyframes circleIn2 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circleIn3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circleIn4 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.help {
  padding: 25px 0 25px;
}
@media (max-width: 767px) {
  .help {
    padding: 25px 0 25px;
  }
}
@media (max-width: 1024px) {
  .help .base-container {
    padding: 0;
  }
}
.tab {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 24px 0 20px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .tab {
    margin: 30px 0 33px;
  }
}
@media (max-width: 767px) {
  .tab {
    margin: 25px 0 28px;
  }
}
.tab__links {
  margin-right: -11px;
  padding: 20px 33px;
  box-sizing: border-box;
  border: 1px solid #c9dcdf;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .tab__links {
    margin-right: -10px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 380px) {
  .tab__links {
    padding: 15px 0;
  }
}
.tab__links:hover,
.tab__links.active {
  z-index: 11;
  background-color: #fff;
  color: #0094d9;
}
.help-content {
  position: relative;
  background-color: #0094d9;
  border-radius: 20px;
  padding: 41px 0 0 40px;
  min-height: 560px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .help-content {
    padding: 50px 0 0 23px;
    min-height: 730px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .help-content {
    min-height: 765px;
    padding: 30px 20px 0 20px;
  }
}
@media (max-width: 374px) {
  .help-content {
    min-height: 800px;
  }
}
.tab-content__title {
  max-width: 460px;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  .tab-content__title {
    font-size: 34px;
  }
}
.tab-content__wrap {
  max-width: 735px;
}
.tab-content__description {
  height: 160px;
}
@media (max-width: 1024px) {
  .tab-content__description {
    margin-bottom: 73px;
  }
}
@media (max-width: 767px) {
  .tab-content__description {
    max-width: 309px;
    margin-bottom: 300px;
  }
}
.tab-content__description p {
  max-width: 400px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.tab-content__img-eye {
  margin-left: -75px;
}
@media (max-width: 1024px) {
  .tab-content__img-eye {
    margin-left: -23px;
  }
}
.tab-content__img-eye img {
  position: absolute;
  left: 0;
  bottom: -67px;
  max-width: 841px;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .tab-content__img-eye img {
    bottom: -26px;
  }
}
@media (max-width: 1024px) {
  .tab-content__img-eye img {
    max-width: 687px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .tab-content__img-eye img {
    max-width: 240px;
    bottom: 0;
  }
}
.tab-content__img-glow img {
  position: absolute;
  left: calc(50% - 111px);
  bottom: -25px;
  width: 545px;
  height: 331px;
  transform: rotate(-14.5deg);
}
@media (max-width: 1280px) {
  .tab-content__img-glow img {
    left: 593px;
    bottom: -5px;
    width: 348px;
    height: 241px;
  }
}
@media (max-width: 1024px) {
  .tab-content__img-glow img {
    left: calc(50% - 65px);
    bottom: 18px;
    width: 319px;
    height: 214px;
    transform: rotate(0deg);
  }
}
@media (max-width: 767px) {
  .tab-content__img-glow img {
    left: 15px;
    bottom: 70px;
    width: 179px;
    height: 165px;
    transform: rotate(276deg);
  }
}
.tab-content__img-tube img {
  position: absolute;
  right: 127px;
  top: -59px;
  max-width: 653px;
  border-radius: 20px;
  transform: rotate(-6deg);
}
@media (max-width: 1280px) {
  .tab-content__img-tube img {
    top: 12px;
    right: auto;
    left: 539px;
    max-width: 580px;
    border-radius: 0;
  }
}
@media (max-width: 1024px) {
  .tab-content__img-tube img {
    left: calc(50% - 75px);
    top: 235px;
    max-width: 455px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .tab-content__img-tube img {
    top: auto;
    bottom: 15px;
    left: 135px;
    max-width: 257px;
  }
}
.tab-content__img-tube .tab-content__img-drop {
  position: absolute;
  z-index: 1;
  top: 405px;
  right: 732px;
  width: 21px;
  height: 35px;
  opacity: 0;
  animation: fadeOut 5s 1s infinite;
}
@media (max-width: 1280px) {
  .tab-content__img-tube .tab-content__img-drop {
    top: 424px;
    right: auto;
    left: 562px;
  }
}
@media (max-width: 1024px) {
  .tab-content__img-tube .tab-content__img-drop {
    left: calc(50% - 58px);
    top: 558px;
    width: 20px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .tab-content__img-tube .tab-content__img-drop {
    top: auto;
    bottom: 52px;
    left: 145px;
    width: 9px;
    height: 13px;
  }
}
.tab-content_circle {
  background-color: #007aff;
}
.tab-content_circle img {
  position: absolute;
  z-index: 5;
  right: 34px;
  bottom: 30px;
  max-height: 344px;
  transition: all 0.5s ease;
}
@media (max-width: 1280px) {
  .tab-content_circle img {
    left: 790px;
    right: auto;
    bottom: 15px;
    max-height: 280px;
  }
}
@media (max-width: 1024px) {
  .tab-content_circle img {
    left: calc(50% + 105px);
    bottom: 15px;
    max-height: 270px;
  }
}
@media (max-width: 767px) {
  .tab-content_circle img {
    left: 30px;
    bottom: 175px;
    max-height: 185px;
  }
}
.tab-content_circle .tab-content_circle1 {
  opacity: 1;
  animation: circleIn1 5s 1s infinite;
}
.tab-content_circle .tab-content_circle2 {
  opacity: 0;
  animation: circleIn2 5s 1s infinite;
}
.tab-content_circle .tab-content_circle3 {
  opacity: 0;
  animation: circleIn3 5s 1s infinite;
}
.tab-content_circle .tab-content_circle4 {
  opacity: 0;
  animation: circleIn4 5s 1s infinite;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.compound {
  padding: 35px 0 63px;
}
@media (max-width: 1024px) {
  .compound {
    padding: 50px 0 60px;
  }
}
@media (max-width: 767px) {
  .compound {
    padding: 25px 0 50px;
  }
}
.compound__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .compound__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 20px;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .compound__list {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    padding-top: 30px;
  }
}
.compound__list-item {
  position: relative;
}
@media (max-width: 1024px) {
  .compound__list-item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
  }
}
.compound-card {
  position: relative;
  width: 100%;
  min-height: 199px;
  padding: 15px 0 20px 0;
  background: #fff;
  border: 1px solid #c9dcdf;
  border-radius: 20px;
}
.compound-card__title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #008fd2;
  text-align: center;
}
.compound-card__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4c4d4f;
  text-align: center;
}
@media (max-width: 1024px) {
  .compound-card__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.compound-card__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .compound-card__img-wrap {
    padding: 10px 0;
  }
}
.compound-card__img {
  max-height: 147px;
}
@media (max-width: 767px) {
  .compound-card__img {
    max-height: 126px;
  }
}
.compound-card__button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compound-card__button {
  padding: 10px 17px;
  background: #0094d9;
  border: 1px solid #0094d9;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.compound-card__button:hover {
  background: #fff;
  color: #0094d9;
  border: 1px solid #0094d9;
}
.compound-card-detail {
  position: absolute;
  top: 0;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 40px 35px 20px 39px;
  background-color: #0094d9;
  color: #fff;
  border-radius: 20px;
}
.compound-card-detail::-webkit-scrollbar {
  width: 0;
}
@media (max-width: 1024px) {
  .compound-card-detail {
    padding: 45px 65px 20px 40px;
  }
}
@media (max-width: 767px) {
  .compound-card-detail {
    padding: 14px 15px 20px 20px;
  }
}
.compound-card-detail.active {
  display: block;
}
.compound-card-detail__title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.compound-card-detail__text {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .compound-card-detail__text {
    margin-bottom: 16px;
  }
}
.compound-card-detail__description p {
  max-width: 370px;
  margin-bottom: 9px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1024px) {
  .compound-card-detail__description p {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.compound-card-detail__button {
  position: absolute;
  top: 13px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 53px;
  height: 53px;
  border: none;
  cursor: pointer;
  background: transparent;
}
.compound-card-detail__button::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjIgMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMSAxTDEgMjEiIHN0cm9rZT0id2hpdGUiLz4KPHBhdGggZD0iTTIxIDIxTDEgMC45OTk5OTkiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .compound-card-detail__button::before {
    right: 0;
    top: 0;
  }
}
.scheme {
  padding: 57px 0 25px;
}
@media (max-width: 1024px) {
  .scheme {
    padding: 70px 0 45px;
  }
}
@media (max-width: 767px) {
  .scheme {
    padding: 50px 0 25px;
  }
}
.scheme__wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}
@media (max-width: 1024px) {
  .scheme__wrap {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .scheme__wrap {
    padding-top: 25px;
    align-items: center;
    flex-direction: column;
  }
}
.scheme__wrap span {
  display: block;
  width: 32px;
  height: 32px;
  margin: 118px 13px 0;
  padding: 4px 4px 4px 9px;
  border-radius: 6px;
  background-color: #0094d9;
  background-position: center;
  background-size: 42%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.771484 3.99985H9.23302M9.23302 3.99985L5.64694 7.38446M9.23302 3.99985L5.64694 0.615234' stroke='white' stroke-width='1.23077' stroke-linecap='round'/%3E%3C/svg%3E");
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .scheme__wrap span {
    width: 22px;
    height: 22px;
    margin: 11% 7px 0;
    padding: 10px 5px 0 15px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .scheme__wrap span {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='11' viewBox='0 0 8 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00015 0.771484L4.00015 9.23302M4.00015 9.23302L0.615535 5.64694M4.00015 9.23302L7.38477 5.64694' stroke='white' stroke-width='1.23077' stroke-linecap='round'/%3E%3C/svg%3E");
    margin: 15px 7px;
  }
}
.scheme-card {
  width: 26.1vw;
  max-width: 375px;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .scheme-card {
    width: 28vw;
  }
}
@media (max-width: 767px) {
  .scheme-card {
    width: 100%;
  }
}
.scheme-card__title {
  max-width: 410px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #008fd2;
}
@media (max-width: 767px) {
  .scheme-card__title {
    max-width: 275px;
    margin: 0 auto;
  }
}
.scheme-card__img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 20px;
  border-radius: 14px;
}
@media (max-width: 1024px) {
  .scheme-card__img {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .scheme-card__img {
    height: auto;
    max-height: 100%;
    margin-bottom: 15px;
  }
}
.scheme-card__wrap {
  display: flex;
  justify-content: center;
  padding: 19px 21px 25px;
  border: 1px solid #c9dcdf;
  border-radius: 28px;
}
.scheme-card__wrap:first-child {
  border: none;
  padding: 21px 0;
}
@media (max-width: 1024px) {
  .scheme-card__wrap {
    padding: 21px 8px;
  }
}
@media (max-width: 767px) {
  .scheme-card__wrap {
    align-items: center;
    flex-direction: column;
    padding: 10px 10px 20px;
  }
}
.scheme-card__wrap span {
  display: block;
  width: 32px;
  height: 32px;
  margin: 98px 11px 0;
  padding: 4px 4px 4px 9px;
  border-radius: 6px;
  background-color: #0094d9;
  background-position: center;
  background-size: 42%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.39811' y1='8.32602' x2='15.2271' y2='8.32602' stroke='white' stroke-width='1.2298' stroke-linecap='round'/%3E%3Cline x1='8.30045' y1='1.39908' x2='8.30045' y2='15.2281' stroke='white' stroke-width='1.2298' stroke-linecap='round'/%3E%3C/svg%3E");
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .scheme-card__wrap span {
    width: 22px;
    height: 22px;
    margin: 17% 7px 0;
    padding: 10px 5px 0 15px;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .scheme-card__wrap span {
    margin: 15px 7px;
  }
}
.testimony {
  padding: 38px 0 25px;
}
@media (max-width: 1024px) {
  .testimony {
    padding: 25px 0 55px;
  }
}
@media (max-width: 767px) {
  .testimony {
    padding: 25px 0 25px;
  }
}
.testimony-card__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .testimony-card__wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .testimony-card__wrap {
    padding-top: 18px;
    grid-row-gap: 10px;
  }
}
.testimony-card {
  position: relative;
  width: 100%;
  min-height: 166px;
  padding: 24px 35px 5px 68px;
  background: #fff;
  border: 1px solid #c9dcdf;
  border-radius: 20px;
}
@media (max-width: 1280px) {
  .testimony-card {
    padding: 27px 4px 5px 55px;
  }
}
@media (max-width: 1024px) {
  .testimony-card {
    padding: 27px 4px 5px 55px;
    min-height: 125px;
  }
}
@media (max-width: 767px) {
  .testimony-card {
    padding: 27px 4px 25px 60px;
  }
}
.testimony-card span {
  position: absolute;
  left: 19px;
  top: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  background: #0094d9;
  border-radius: 8px;
  color: #ffffff;
}
@media (max-width: 1280px) {
  .testimony-card span {
    left: 15px;
  }
}
.testimony-card__title {
  max-width: 255px;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
  color: #008fd2;
}
.testimony-card__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #4c4d4f;
}
@media (max-width: 767px) {
  .testimony-card__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.faq {
  position: relative;
  padding: 34px 0 58px;
}
@media (max-width: 1024px) {
  .faq {
    padding: 35px 0 70px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 25px 0 32px;
  }
}
.faq__title {
  margin-bottom: 27px;
}
@media (max-width: 1024px) {
  .faq__title {
    margin: 5px 0 19px 15px;
  }
}
@media (max-width: 767px) {
  .faq__title {
    margin: 5px 0 15px;
  }
}
.questions {
  display: grid;
  grid-row-gap: 8px;
  max-width: 846px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .banner .base-container {
    padding: 0;
  }
}
.banner__wrap {
  background: linear-gradient(
      333.63deg,
      #96d1f2 34.82%,
      rgba(150, 209, 242, 0) 91.73%
    ),
    #0094d9;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .banner__wrap {
    border-radius: 0;
  }
}
.banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 5px 25px;
}
@media (max-width: 1330px) {
  .banner-content {
    padding: 5px 0 5px 70px;
  }
}
@media (max-width: 1024px) {
  .banner-content {
    flex-direction: column;
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .banner-content {
    margin: 0 auto;
    padding: 70px 0 90px;
  }
}
.banner-content__text {
  max-width: 435px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #fff;
}
@media (max-width: 1024px) {
  .banner-content__text {
    max-width: 450px;
    margin: 0 auto 32px;
    font-size: 42px;
    line-height: 53px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .banner-content__text {
    margin: 0 auto 25px;
    font-size: 34px;
    line-height: 40px;
  }
}
.banner-content__btn-wrap {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .banner-content__btn-wrap {
    justify-content: center;
  }
}
.banner__img {
  max-width: 748px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1280px) {
  .banner__img {
    max-width: 550px;
  }
}
@media (max-width: 1024px) {
  .banner__img {
    max-width: 713px;
  }
}
@media (max-width: 767px) {
  .banner__img {
    max-width: 402px;
  }
}
.banner__develop-logo {
  width: 251px;
  height: 38px;
  margin-left: 13px;
  margin-bottom: -8px;
}
@media (max-width: 1267px) {
  .banner__develop-logo {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .banner__develop-logo {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .banner__develop-logo {
    width: 179px;
    height: 28px;
    margin-bottom: -4px;
  }
}
.footer {
  padding: 60px 0 calc(13vh + 20px);
  background-color: #fff;
  color: #4c4d4f;
}
@media (max-width: 1024px) {
  .footer {
    padding: 30px 0 calc(10vh + 120px);
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 55px 0 calc(13vh + 50px);
  }
}
.footer-item {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: start;
  justify-content: space-between;
  height: 100%;
}
.footer__contact {
  font-size: 16px;
}
.footer__row--text {
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .footer__row--text {
    padding: 0 24px;
  }
}
@media (max-width: 1024px) {
  .footer__row--text {
    padding: 0;
  }
}
.footer__row--text h2 {
  margin-bottom: 26px;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #00a8b9;
}
@media (max-width: 1024px) {
  .footer__row--text h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__row--text h2 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 32px;
  }
}
.footer__row--main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 25px;
}
@media (max-width: 1024px) {
  .footer__row--main {
    display: flex;
    flex-direction: column;
    grid-row-gap: 18px;
  }
}
@media (max-width: 767px) {
  .footer__row--main {
    display: flex;
    flex-direction: column;
    grid-row-gap: 30px;
  }
}
.footer__row--info {
  margin-top: 35px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer__row--info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .footer__row--info {
    margin-top: 35px;
  }
}
.footer__row--info a {
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .footer__row--info a:hover {
    color: #f08c00;
  }
}
.footer__row-item ol {
  padding: 0 0 0 67px;
  margin: 0 0 56px;
  opacity: 0.8;
  font-size: 16px;
  line-height: 20px;
  color: #8b8b8b;
}
@media (max-width: 1024px) {
  .footer__row-item ol {
    max-width: 100%;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1024px) {
  .footer__row-item:nth-child(1) {
    grid-column: 1;
  }
}
@media (max-width: 1024px) {
  .footer__row-item:nth-child(2) {
    grid-column: 1;
  }
}
.footer__row-item:nth-child(3) {
  grid-column: 1;
}
@media (max-width: 1024px) {
  .footer__row-item:nth-child(3) {
    grid-column: 1;
  }
}
@media (max-width: 1024px) {
  .footer__row-item:nth-child(4) {
    grid-column: 1;
  }
}
.footer__row-item:nth-child(5) {
  grid-column: 2;
  grid-row: 1;
}
@media (max-width: 1024px) {
  .footer__row-item:nth-child(5) {
    grid-column: 1;
    grid-row: 4;
  }
}
@media (max-width: 1024px) {
  .footer__row-item:nth-child(6) {
    grid-column: 3;
    grid-row: none;
  }
}
.footer__row-item a:hover {
  text-decoration: underline;
}
.footer__dark-text {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  opacity: 0.5;
}
@media (max-width: 1144px) {
  .footer__dark-text {
    display: block;
  }
}
@media (max-width: 1024px) {
  .footer__dark-text {
    grid-column: 1;
  }
}
.footer__big-text {
  font-size: 18px;
  line-height: 23px;
  color: #000;
  opacity: 0.5;
}
.footer__link {
  font-size: 16px;
  line-height: 20px;
  color: #008fd2;
}
.footer__link:hover {
  text-decoration: underline;
}
.footer__link + .footer__link {
  margin-left: 40px;
}
.footer__svg-logo {
  display: block;
  width: 213px;
  margin-right: -8px;
  margin-left: auto;
  grid-column: 3;
}
@media (max-width: 767px) {
  .footer__svg-logo {
    margin: 0 0 0 -7px;
  }
}
.footer__main-logo {
  display: block;
  width: 208px;
  height: auto;
}
.footer__develop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 10px;
  color: #828282;
}
.footer__develop-logo {
  display: block;
  width: 93px;
  height: 12px;
  margin-left: 5px;
}
.footer__develop-logo:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .footer__develop-logo {
    margin: 0 0 0 7px;
  }
}
.footer__to-top {
  position: fixed;
  right: 40px;
  bottom: 120px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 0;
  background: #fff;
  border: 1px solid #f98c00;
  color: #f08c00;
  border-radius: 50%;
  transition: all 0.5s ease;
  transform: translateY(130px);
}
@media (max-width: 1024px) {
  .footer__to-top {
    right: 20px;
    bottom: 160px;
  }
}
@media (max-width: 767px) {
  .footer__to-top {
    bottom: 80px;
  }
}
.footer__to-top.visible {
  transform: translateY(0);
}
@media (min-width: 1025px) {
  .footer__to-top:hover {
    box-shadow: none;
  }
}
.footer__to-top svg {
  display: block;
  width: 20px;
  transform: rotate(90deg);
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 1024px) {
  .footer__socials {
    order: -1;
  }
}
.footer__socials-link {
  display: block;
}
.footer__socials-logo {
  display: block;
  height: 30px;
}
.footer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  row-gap: 5px;
}
.footer__text {
  max-width: 500px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.footer__text a {
  text-decoration: underline;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .footer__text a:hover {
    color: #f08c00;
  }
}
.disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
}
.disclaimer .base-container {
  max-width: 100%;
}
@media (max-width: 767px) {
  .disclaimer .base-container {
    padding: 0 5px;
  }
}
.disclaimer__wrap {
  display: flex;
  justify-content: center;
  height: 13vh;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .disclaimer__wrap {
    height: 10vh;
  }
}
.disclaimer__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.kornegel-banner {
  padding: 55px 0 34px 0;
}
.join,
.buy {
  min-height: 294px;
  overflow: hidden;
}
.kornegel-banner__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  border: 0.5px solid #0094d9;
  border-radius: 20px;
  background: linear-gradient(
      18deg,
      #96d1f2 34.82%,
      rgba(150, 209, 242, 0) 91.73%
    ),
    #0094d9;
}
.row {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
}
.join {
  background-image: url(/local/assets/s4/./Star1.svg);
  background-repeat: no-repeat;
  background-position: top 0 right 0;
  padding: 22px 20px 15px 20px;
}
.join__content {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
}
.join__title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  color: #232323;
  font-size: 24px;
  line-height: 29px;
}
.title-blue {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #009ab2;
}
.join__image-wrap {
  flex-basis: 30%;
  position: relative;
}
.join__button {
  align-self: flex-start;
  padding: 12px 53px;
  margin-top: 21px;
  margin-bottom: 34px;
}
.join-orange {
  background-color: #f6a43b;
}
.friends-link {
  text-decoration: underline;
}
.join__subtitle {
  font-family: Inter;
  font-weight: normal;
  font-size: 9px;
  line-height: 11px;
  margin-top: auto;
}
.smartphone-image {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 1024px) {
  .kornegel-banner__wrap {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
}
@media (max-width: 768px) {
  .join {
    display: none;
  }
  .join__content {
    flex-basis: 100%;
  }
}
.buy {
  padding: 43px 25px 20px 27px;
  position: relative;
}
.buy__content {
  display: flex;
  flex-direction: column;
  flex-basis: 78%;
}
.buy__button {
  align-self: flex-start;
  padding: 17px 50px;
  margin-top: 34px;
  font-weight: 400;
}
.buy-title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
}
.buy-title-white {
  color: #fff;
}
.font-source {
  font-family: "Source Sans Pro", sans-serif;
}
.buy__subtitle {
  font-weight: 400;
}
.buy__background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 110%;
  object-position: center;
  object-fit: cover;
  filter: brightness(1.1);
}
.title-selected {
  display: inline-block;
  text-align: center;
  min-width: 170px;
  height: 44px;
  color: #fff;
}
.title-radius {
  border-radius: 4px;
}
.buy__image-wrap {
  position: relative;
  flex-basis: 100%;
}
.medicine-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 55px;
}
.title__bold {
  font-weight: 700;
  font-size: 37px;
  line-height: 45px;
}
.title-orange {
  background-color: #f08c00;
}
.buy-orange {
  background-color: #f08c00;
}
.buy__image-wrap-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .medicine-image {
    top: 60%;
    left: -13px;
  }
  .buy__content {
    flex-basis: 90%;
  }
}
@media (max-width: 768px) {
  .buy__image-wrap {
    display: none;
  }
  .buy__content {
    flex-basis: 100%;
  }
}
@media (max-width: 540px) {
  .kornegel-banner__wrap {
    border-radius: 0;
    border: none;
    margin: 0 -20px;
  }
  .buy {
    padding: 25px 24px 21px 24px;
  }
  .buy__image-wrap-mobile {
    display: flex;
    margin-top: 22px;
  }
  .title__bold {
    font-size: 24px;
    line-height: 26px;
    text-align: center;
  }
  .title-selected {
    min-width: 116px;
    height: 26px;
  }
  .buy__button {
    padding: 15px 50px;
    align-self: center;
    margin-top: 15px;
  }
}
.main-video {
  padding: 35px 0 63px;
}
@media (max-width: 767px) {
  .main-video {
    padding: 25px 0 50px;
  }
}
.main-video__wrap {
  width: 900px;
  height: 538px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-video__wrap {
    width: calc(100vw - 46px);
    height: 49vw;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .main-video__wrap {
    width: calc(100vw - 40px);
    height: 47vw;
  }
}
.main-video__wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.bx-404-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.bx-404-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
.bx-404-block img {
  height: auto;
  width: 100%;
  max-width: 640px;
}
.bx-404-text-block {
  width: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.bx-404-text-block h1,
.bx-404-text-block p {
  padding: 0;
  margin: 0;
}
.title-404 {
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #00a8b9;
  letter-spacing: -0.05em;
}
.subtitle-404 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #4c4d4f;
}
.bx-404-button {
  font-family: Liberation Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 11px 18px;
  background: #0094d9;
  border: 1px solid #0094d9;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s all;
}
.bx-404-button:hover {
  color: #0094d9;
  border: 1px solid #0094d9;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .bx-404-container {
    padding: 23px;
  }
  .title-404 {
    font-size: 22px;
  }
  .subtitle-404 {
    font-size: 16px;
  }
  .bx-404-block img {
    max-width: 329px;
  }
}
.articles-page {
  padding-top: 53px;
}
.articles-page__title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  letter-spacing: -1.8px;
  color: #00a8b9;
}
.articles-page__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .articles-page__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .articles-page__list {
    grid-template-columns: 1fr;
  }
}
.articles-page__list-item {
  display: flex;
  min-width: 0;
}
.article-page {
  padding-top: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(13, 8, 27, 0.7);
}
@media screen and (max-width: 767px) {
  .article-page {
    padding-top: 30px;
    font-size: 16px;
  }
}
.article-page__title {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 120%;
  color: #00a8b9;
}
@media screen and (max-width: 767px) {
  .article-page__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.article-page__img {
  height: 500px;
  margin: 60px 0;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  .article-page__img {
    height: 38vw;
  }
}
@media screen and (max-width: 767px) {
  .article-page__img {
    margin: 30px 0;
  }
}
.article-page__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-page__img:first-child {
  margin-top: 0;
}
.article-page__breadcrumbs {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .article-page__breadcrumbs {
    margin-bottom: 30px;
  }
}
.article-page__top {
  display: flex;
  align-items: center;
  gap: 84px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .article-page__top {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .article-page__top {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.article-page__top-item {
  display: flex;
  align-items: center;
  gap: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #0d081b;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .article-page__top-item {
    gap: 15px;
    font-size: 16px;
  }
}
.article-page__calendar-svg {
  display: block;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .article-page__calendar-svg {
    width: 20px;
    height: 20px;
  }
}
.article-page__eye-svg {
  display: block;
  width: 28px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .article-page__eye-svg {
    width: 20px;
  }
}
.article-page__clock-svg {
  display: block;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 767px) {
  .article-page__clock-svg {
    width: 18px;
    height: 18px;
  }
}
.article-page__rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-page__star-svg {
  display: block;
  width: 17px;
  height: 16px;
}
.article-page__tags {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article-page__tags {
    margin-bottom: 20px;
  }
}
.article-page__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  background: #008fd2;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .article-page__tag {
    font-size: 14px;
    padding: 8px 10px;
  }
}
.article-page__subtitle {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #00a8b9;
}
@media screen and (max-width: 767px) {
  .article-page__subtitle {
    font-size: 20px;
  }
}
.article-page__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .article-page__list {
    margin-bottom: 20px;
  }
}
.article-page__list a {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #008fd2;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .article-page__list a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .article-page__list a:hover {
    text-decoration: none;
  }
}
.article-page__sharing .ya-share2__list {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .article-page__sharing .ya-share2__list {
    gap: 15px;
  }
}
.article-page__sharing .ya-share2__list .ya-share2__item {
  margin: 0;
}
.article-page__sharing .ya-share2__list .ya-share2__item .ya-share2__icon {
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .article-page__sharing .ya-share2__list .ya-share2__item .ya-share2__icon {
    width: 30px;
    height: 30px;
  }
}
.article-page__sharing-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .article-page__sharing-wrap {
    gap: 15px;
  }
}
.article-page__sharing-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
}
.article-page__sharing-svg {
  display: block;
  width: 26px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .article-page__sharing-svg {
    width: 20px;
    height: 30px;
  }
}
.article-warning {
  margin: 60px 0;
  padding: 40px;
  background: #f3fafe;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .article-warning {
    margin: 30px 0;
    padding: 20px;
  }
}
.article-warning__title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #008fd2;
}
@media screen and (max-width: 767px) {
  .article-warning__title {
    font-size: 20px;
  }
}
.article-advantages {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .article-advantages {
    margin: 30px 0;
  }
}
.article-advantages__title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #00a8b9;
}
@media screen and (max-width: 767px) {
  .article-advantages__title {
    font-size: 20px;
  }
}
.article-advantages__group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .article-advantages__group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .article-advantages__group {
    grid-template-columns: 1fr;
  }
}
.article-advantages__subtitle {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 10px 40px;
  background: #008fd2;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .article-advantages__subtitle {
    padding: 8px 12px;
    font-size: 20px;
  }
}
.article-advantages__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 5px;
}
.article-advantages__list li {
  display: flex;
  align-items: flex-start;
  padding-left: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(13, 8, 27, 0.7);
}
@media screen and (max-width: 767px) {
  .article-advantages__list li {
    font-size: 16px;
  }
}
.article-advantages__list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: #0d081b;
  opacity: 0.7;
}
.article-results {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .article-results {
    margin: 30px 0;
  }
}
.article-results__title {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
  color: #00a8b9;
}
@media screen and (max-width: 767px) {
  .article-results__title {
    font-size: 20px;
  }
}
.article-results__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 20px;
  max-width: 1080px;
  counter-reset: resultsList;
}
.article-results__list li {
  display: flex;
  align-items: flex-start;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(13, 8, 27, 0.7);
}
@media screen and (max-width: 767px) {
  .article-results__list li {
    font-size: 16px;
  }
}
.article-results__list li:before {
  counter-increment: resultsList;
  content: counter(resultsList);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 40px;
  border-radius: 50%;
  background: #008fd2;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .article-results__list li:before {
    width: 32px;
    height: 32px;
    margin-right: 20px;
    font-size: 16px;
  }
}
.article-recommendation {
  margin-top: 60px;
  padding: 40px;
  background: #e6f4fb;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .article-recommendation {
    margin-top: 30px;
    border-radius: 8px;
    padding: 10px;
  }
}
.article-recommendation__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .article-recommendation__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .article-recommendation__list {
    grid-template-columns: 1fr;
  }
}
.article-recommendation__list-item {
  display: flex;
}
.contacts-warning {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  margin-top: 60px;
  gap: 20px;
  background: #f3fafe;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .contacts-warning {
    margin-top: 40px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .contacts-warning {
    margin-top: 20px;
    padding: 10px;
  }
}
.contacts-warning__text {
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #008fd2;
}
@media (max-width: 1024px) {
  .contacts-warning__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contacts-warning__text {
    font-size: 14px;
  }
}
.contacts-warning__text a {
  line-height: 1;
  border-bottom: 1px solid;
}
.contacts-about {
  display: grid;
  grid-template-columns: 1fr 335px;
  column-gap: 123px;
}
@media (max-width: 1024px) {
  .contacts-about {
    column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .contacts-about {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.contacts-about__title {
  margin-bottom: 20px;
  text-align: left;
}
.contacts-about__text {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #0d081b;
  opacity: 0.7;
}
.contacts-socials {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1024px) {
  .contacts-socials {
    gap: 12px;
  }
}
.contacts-socials__link {
  display: block;
}
.contacts-socials__link-svg {
  display: block;
  width: 40px;
  height: 40px;
}
@media (max-width: 1024px) {
  .contacts-socials__link-svg {
    width: 32px;
    height: 32px;
  }
}
.contacts-page {
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .contacts-page {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .contacts-page {
    padding-top: 0;
  }
}
.contacts-page__breadcrumbs {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .contacts-page__breadcrumbs {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .contacts-page__breadcrumbs {
    margin-bottom: 20px;
  }
}
.contacts-page__title {
  margin-bottom: 20px;
  text-align: left;
}
.contacts-page__lead {
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #0d081b;
  opacity: 0.7;
}
.contacts-page__tabs {
  flex-direction: row;
  margin-bottom: 40px;
  display: flex;
  border: 2px solid #008fd2;
  border-radius: 8px;
  overflow: hidden;
}
.contacts-page__tab-btn {
  position: relative;
  z-index: 0;
  flex-grow: 1;
  display: block;
  margin: -2px;
  padding: 14px 15px;
  background: #fff;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #008fd2;
  border: 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .contacts-page__tab-btn {
    padding: 12px;
    font-size: 14px;
  }
}
.contacts-page__tab-btn.active {
  z-index: 1;
  background: #008fd2;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.contacts-page__inner {
  margin-bottom: 60px;
}
.contacts-page__info {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #0d081b;
  opacity: 0.7;
}
.contacts-page__info-link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.contacts-page__tab-content {
  display: none;
}
.contacts-page__tab-content.active {
  display: block;
}
.contacts-page__map {
  height: 500px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contacts-page__map {
    height: 300px;
  }
}
.instruction-top {
  padding: 50px 0;
  background: #f08c00;
  border-radius: 0 0 32px 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .instruction-top {
    padding: 30px 0;
  }
}
.instruction-top__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  background: #fff;
  border-radius: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #f08c00;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .instruction-top__download:hover {
    background: rgba(255, 255, 255, 0.8);
  }
}
.instruction-top__download-svg {
  display: block;
  width: 19.53px;
  height: 24px;
}
.instruction-page__title {
  margin-bottom: 10px;
  color: #fff;
}
.instruction-page__breadcrumbs .base-breadcrumbs__item a {
  color: #fff;
}
.instruction-page__breadcrumbs .base-breadcrumbs__item {
  color: rgba(255, 255, 255, 0.3);
}
.instruction-page__lead {
  max-width: 460px;
  margin: 0 auto 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .instruction-page__lead {
    font-size: 16px;
  }
}
.instruction-page__inner {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .instruction-page__inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .instruction-page__inner {
    gap: 10px;
    padding: 30px 0;
  }
}
.instructions-page__item {
  display: grid;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .instructions-page__item {
    gap: 10px;
  }
}
.instruction-card {
  display: block;
  min-width: 0;
  background: #e6f4fb;
  border-radius: 8px;
}
.instruction-card.active .instruction-card__content {
  max-height: 400vh;
}
.instruction-card.active .instruction-card__trigger::after {
  transform: rotate(180deg);
}
.instruction-card__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 100px;
  padding: 6px 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #008fd2;
  text-align: left;
  border: 0;
  background: transparent;
}
.instruction-card__trigger::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%23008FD3' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .instruction-card__trigger {
    min-height: auto;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
  }
}
.instruction-card__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.instruction-card__inner {
  padding: 0 50px 26px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: rgba(13, 8, 27, 0.7);
}
@media screen and (max-width: 767px) {
  .instruction-card__inner {
    padding: 0 15px 15px;
    font-size: 16px;
    line-height: 100%;
  }
}
.instruction-card__inner ul li {
  position: relative;
  padding-left: 30px;
}
.instruction-card__inner ul li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
}
.instruction-card__inner table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
  border: 1px solid #45474a;
}
@media screen and (max-width: 767px) {
  .instruction-card__inner table {
    margin: 10px 0;
  }
}
.instruction-card__inner table:last-child {
  margin-bottom: 0;
}
.instruction-card__inner table:first-child {
  margin-top: 0;
}
.instruction-card__inner table th {
  padding: 10px 20px;
  background: #f8f8f8;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #45474a;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #45474a;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .instruction-card__inner table th {
    padding: 8px;
    font-size: 15px;
    line-height: 100%;
  }
}
.instruction-card__inner table td {
  padding: 10px 20px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #45474a;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  color: #45474a;
}
@media screen and (max-width: 767px) {
  .instruction-card__inner table td {
    padding: 8px;
    font-size: 10px;
    line-height: 100%;
  }
}

.article-page__text {
  p {
    margin-bottom: 20px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  h3 {
    margin-bottom: 20px;
  }
  h4 {
    margin-bottom: 20px;
  }
  h5 {
    margin-bottom: 20px;
  }
}

.article-page__text a {
  text-decoration: underline;
  color: #0000FF;
}

.characteristic__text {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  opacity: 0.5;
}
/* End */


/* Start:/local/templates/main_kornegel/styles.css?174038834442*/
.submenu__link {
  white-space: nowrap;
}

/* End */
/* /local/assets/s4/styles.min.css?1751460174116905 */
/* /local/templates/main_kornegel/styles.css?174038834442 */
