<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Rubik:regular,700&amp;display=swap);

@import url(https://fonts.googleapis.com/css?family=Raleway:700,800&amp;display=swap);

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}

button {
  font-family: inherit;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html,
body {
  height: 100%;
  line-height: 1;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  color: #616161;
  font-family: Rubik;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=__container] {
  max-width: 1057px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}

.header:target {
  position: fixed;
  border: 1px solid #000;
}

.header:target .menu__body {
  left: 0;
}

.header:target .menu__body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background-color: #fff;
}

.header:target .icon-menu {
  display: none;
}

.header:target .close-icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 114px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  z-index: 50;
}

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

.header__button-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 252px;
          flex: 0 0 252px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 50;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
  font-family: Raleway;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  color: #000;
  letter-spacing: 1px;
}

.menu__body:target {
  left: 0;
}

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

.menu__item {
  margin-right: 40px;
}

.menu__link:hover {
  text-decoration: underline;
}

.icon-menu {
  display: none;
}

.footer__container {
  padding: 0 15px;
  padding-bottom: 35px;
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px 56px;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
}

.footer__items._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.get-started {
  background-color: #FAFBFD;
}

.get-started__container {
  padding: 153px 15px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.get-started__container::before {
  position: absolute;
  right: 267px;
  top: 0;
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #EC5863;
  border-radius: 30px 0 0 30px;
  -webkit-transform: translate(100%);
      -ms-transform: translate(100%);
          transform: translate(100%);
  margin-left: -252px;
}

.get-started__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding-left: 18px;
  padding-right: 20px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
}

.get-started__content._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.get-started__block-text {
  max-width: 400px;
}

.get-started__video {
  padding-left: 18px;
  padding-top: 60px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.get-started__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
  z-index: 2;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
}

.get-started__image img {
  max-width: 100%;
}

.get-started__image._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.video-get-started {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-get-started__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}

.video-get-started__body {
  padding-left: 12px;
}

.video-get-started__title {
  color: #B0B0B0;
  font-weight: normal;
  font-size: 13px;
  line-height: 126%;
  letter-spacing: 1.3px;
}

.video-get-started__title:not(:last-child) {
  margin-bottom: 5px;
}

.video-get-started__text {
  color: #000;
  font-weight: normal;
  font-size: 9px;
  line-height: 126%;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.stay-safe {
  padding: 80px 0;
}

.stay-safe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stay-safe__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.stay-safe__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  opacity: 0;
  -webkit-transform: translate(30%, 0);
      -ms-transform: translate(30%, 0);
          transform: translate(30%, 0);
}

.stay-safe__content._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.stay-safe__block-text {
  max-width: 363px;
}

.media-stay-safe {
  width: 338px;
  position: relative;
  padding-left: 47px;
  text-align: center;
  padding: 56px 38px 27px 71px;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

.media-stay-safe._animated .media-stay-safe__item_1,
.media-stay-safe._animated .media-stay-safe__item_2,
.media-stay-safe._animated .media-stay-safe__item_3 {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(0deg);
      -ms-transform: translate(0, 0) rotate(0deg);
          transform: translate(0, 0) rotate(0deg);
}

.media-stay-safe__image {
  display: inline-block;
  border-radius: 16px;
  -webkit-box-shadow: 2px 4px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 4px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 5;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -webkit-transform: translate(0, 20%);
      -ms-transform: translate(0, 20%);
          transform: translate(0, 20%);
}

.media-stay-safe__image img {
  position: relative;
  z-index: 5;
  max-width: 100%;
}

.media-stay-safe__image:after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 12px;
  bottom: -12px;
  position: absolute;
  width: 206px;
  height: 27px;
  background: rgba(240, 240, 240, 0.49);
  -webkit-box-shadow: 2px 4px 32px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 4px 32px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}

.media-stay-safe__image._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.media-stay-safe__item {
  position: absolute;
  background-color: #EC5863;
  border-radius: 30px;
  opacity: 0;
}

.media-stay-safe__item_1 {
  width: 147px;
  height: 147px;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-transform: translate(-20%, 20%) rotate(30deg);
      -ms-transform: translate(-20%, 20%) rotate(30deg);
          transform: translate(-20%, 20%) rotate(30deg);
}

.media-stay-safe__item_2,
.media-stay-safe__item_3 {
  width: 77px;
  height: 77px;
}

.media-stay-safe__item_2 {
  right: 0;
  bottom: 107px;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  -webkit-transform: translate(20%, -40%) rotate(-30deg);
      -ms-transform: translate(20%, -40%) rotate(-30deg);
          transform: translate(20%, -40%) rotate(-30deg);
}

.media-stay-safe__item_3 {
  bottom: 0;
  left: 32px;
  -webkit-transition: 2s ease all;
  -o-transition: 2s ease all;
  transition: 2s ease all;
  -webkit-transform: translate(-40%, 20%) rotate(30deg);
      -ms-transform: translate(-40%, 20%) rotate(30deg);
          transform: translate(-40%, 20%) rotate(30deg);
}

.experts {
  background-color: #FAFBFD;
  padding: 103px 0 116px 0;
}

.experts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.experts__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  opacity: 0;
  -webkit-transition: 1.5s ease all;
  -o-transition: 1.5s ease all;
  transition: 1.5s ease all;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

.experts__content._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.experts__block-text {
  max-width: 400px;
}

.experts__video {
  position: relative;
  padding-bottom: 27%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 31, 124, 0.18);
          box-shadow: 0px 4px 18px rgba(0, 31, 124, 0.18);
  border-radius: 8px;
  overflow: hidden;
}

.experts__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.statistics-experts {
  max-width: 655px;
  margin: 0 auto;
  position: relative;
}

.statistics-experts__body {
  margin-bottom: 80px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 2px 24px rgba(88, 126, 236, 0.15);
          box-shadow: 0px 2px 24px rgba(88, 126, 236, 0.15);
  z-index: 2;
  position: relative;
}

.statistics-experts__decor {
  position: absolute;
  background-color: #EC5863;
  border-radius: 30px;
  z-index: 1;
  opacity: 0;
}

.statistics-experts__decor_1 {
  border-radius: 16px;
  width: 65px;
  height: 65px;
  bottom: -19px;
  left: -19px;
  -webkit-transition: 1s ease all;
  -o-transition: 1s ease all;
  transition: 1s ease all;
  -webkit-transform: translate(-70px, -20%) rotate(180deg);
      -ms-transform: translate(-70px, -20%) rotate(180deg);
          transform: translate(-70px, -20%) rotate(180deg);
}

.statistics-experts__decor_1._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-30deg);
      -ms-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
}

.statistics-experts__decor_2 {
  width: 97px;
  height: 97px;
  right: 50%;
  top: -40px;
  -webkit-transition: 1.5s ease-out all;
  -o-transition: 1.5s ease-out all;
  transition: 1.5s ease-out all;
  -webkit-transform: translate(70px, -60px) rotate(-180deg);
      -ms-transform: translate(70px, -60px) rotate(-180deg);
          transform: translate(70px, -60px) rotate(-180deg);
}

.statistics-experts__decor_2._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-30deg);
      -ms-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
}

.statistics-experts__decor_3 {
  width: 128px;
  height: 128px;
  top: 0;
  right: -52px;
  -webkit-transition: 2s ease all;
  -o-transition: 2s ease all;
  transition: 2s ease all;
  -webkit-transform: translate(70px, 50px) rotate(180deg);
      -ms-transform: translate(70px, 50px) rotate(180deg);
          transform: translate(70px, 50px) rotate(180deg);
}

.statistics-experts__decor_3._animated {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-30deg);
      -ms-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
}

.body-statistics-experts {
  padding: 28px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.body-statistics-experts__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  text-align: center;
}

.body-statistics-experts__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.body-statistics-experts__value {
  font-size: 36px;
  line-height: 1.1944444444;
  font-weight: 700;
  letter-spacing: 1px;
  color: #EC5863;
  margin-bottom: 5px;
}

.body-statistics-experts__text {
  font-weight: 700;
  color: #000;
  font-size: 11px;
  line-height: 1.1818181818;
  letter-spacing: 3.4px;
  text-transform: uppercase;
}

.healthcare__container {
  padding: 80px 15px 70px;
}

.healthcare__block-text {
  margin-bottom: 65px;
  -webkit-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
  opacity: 0;
  -webkit-transform: translate(0, 30%);
      -ms-transform: translate(0, 30%);
          transform: translate(0, 30%);
}

.healthcare__block-text._animated {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.healthcare__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  gap: 0 72px;
}

.healthcare__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.healthcare__column_1 {
  -webkit-transition: 0.6s ease all;
  -o-transition: 0.6s ease all;
  transition: 0.6s ease all;
}

.healthcare__column_2 {
  -webkit-transition: 1.2s ease all;
  -o-transition: 1.2s ease all;
  transition: 1.2s ease all;
}

.healthcare__column_3 {
  -webkit-transition: 1.8s ease all;
  -o-transition: 1.8s ease all;
  transition: 1.8s ease all;
}

.healthcare__column._animated {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.healthcare__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 18px rgba(88, 126, 236, 0.18);
          box-shadow: 0px 4px 18px rgba(88, 126, 236, 0.18);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 36px 17px;
  text-align: center;
  position: relative;
  z-index: 2;
  height: 100%;
}

.item-healthcare__icon {
  margin-bottom: 58px;
}

.item-healthcare__title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.375;
  letter-spacing: 0.08em;
}

.item-healthcare__title:not(:last-child) {
  margin-bottom: 4px;
}

.item-healthcare__text {
  letter-spacing: 0.08em;
  line-height: 1.4166666667;
  font-weight: normal;
}

.healthcare__column_1:after,
.healthcare__column_1::before,
.healthcare__column_2:after,
.healthcare__column_2::before,
.healthcare__column_3:after,
.healthcare__column_3::before {
  position: absolute;
  background-color: #EC5863;
  content: "";
}

.healthcare__column_1::before {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  bottom: -33px;
  left: -18px;
  -webkit-transition: 1.2s ease all;
  -o-transition: 1.2s ease all;
  transition: 1.2s ease all;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.healthcare__column_1:after {
  width: 96.96px;
  height: 96.96px;
  border-radius: 30px;
  top: 42px;
  right: -50px;
  -webkit-transition: 1.2s ease all;
  -o-transition: 1.2s ease all;
  transition: 1.2s ease all;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.healthcare__column_2::before {
  width: 127px;
  height: 127px;
  border-radius: 16px;
  bottom: -24px;
  right: -80px;
  -webkit-transition: 2.4s ease all;
  -o-transition: 2.4s ease all;
  transition: 2.4s ease all;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.healthcare__column_3::before {
  width: 65px;
  height: 65px;
  border-radius: 16px;
  top: -33px;
  right: -18px;
  -webkit-transition: 3.6s ease all;
  -o-transition: 3.6s ease all;
  transition: 3.6s ease all;
  opacity: 0;
  -webkit-transform: translate(0, 50%);
      -ms-transform: translate(0, 50%);
          transform: translate(0, 50%);
}

.healthcare__column_1._animated::before {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-30deg);
      -ms-transform: translate(0, 0) rotate(-30deg);
          transform: translate(0, 0) rotate(-30deg);
}

.healthcare__column_1._animated::after {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(105deg);
      -ms-transform: translate(0, 0) rotate(105deg);
          transform: translate(0, 0) rotate(105deg);
}

.healthcare__column_2._animated::before {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(210deg);
      -ms-transform: translate(0, 0) rotate(210deg);
          transform: translate(0, 0) rotate(210deg);
}

.healthcare__column_3._animated::before {
  opacity: 1;
  -webkit-transform: translate(0, 0) rotate(-210deg);
      -ms-transform: translate(0, 0) rotate(-210deg);
          transform: translate(0, 0) rotate(-210deg);
}

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

.button {
  display: inline-block;
  font-family: Raleway;
  font-weight: 800;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #FCFDFE;
  padding: 14px 30px;
  border-radius: 5px;
  background-color: #EC5863;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fc404d;
}

.button_blue {
  background-color: #4285F4;
}

.button_blue:hover {
  background-color: #2068db;
}

.block-text__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.25;
  color: #000;
}

.block-text__title:not(:last-child) {
  margin-bottom: 12px;
}

.block-text__title span {
  color: #EC5863;
}

.block-text__title_blue span {
  color: #4285F4;
}

.block-text__text {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4166666667;
}

.block-text__text:not(:last-child) {
  margin-bottom: 24px;
}

.block-text__text_mw {
  max-width: 600px;
  margin: 0 auto;
}

.block-text_center {
  text-align: center;
}

@media (min-width: 0.98px) {
  .experts__content {
    margin-bottom: 30px;
  }
}

@media (min-width: 991.98px) {
  .stay-safe__media {
    padding-left: 47px;
  }
}

@media (max-width: 1087px) {
  [class*=__container] {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  [class*=__container] {
    max-width: 750px;
  }

  .header__container {
    min-height: 80px;
  }

  .header__button-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }

  .menu__item {
    margin-right: 30px;
  }

  .get-started__container::before {
    right: 185px;
    border-radius: 20px 0 0 20px;
  }

  .stay-safe {
    padding: 40px 0;
  }

  .healthcare__container {
    padding: 30px 15px 40px;
  }

  .healthcare__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .healthcare__column:not(:last-child) {
    margin-bottom: 30px;
  }

  .healthcare__column_3::before {
    top: unset;
    right: unset;
    bottom: -33px;
    left: -18px;
  }
}

@media (max-width: 767.98px) {
  [class*=__container] {
    max-width: none;
  }

  .menu__body {
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background-color: #fff;
    padding: 100px 15px 30px;
    overflow: auto;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .menu__item {
    margin-right: 0;
  }

  .menu__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .menu__link {
    font-size: 25px;
  }

  .icon-menu {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    width: 100%;
    background-color: #000;
    height: 2px;
  }

  .icon-menu::before,
  .icon-menu::after {
    content: "";
  }

  .close-icon-menu {
    display: none;
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 18px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 20px;
  }

  .close-icon-menu::after,
  .close-icon-menu::before {
    width: 100%;
    background-color: #000;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
  }

  .close-icon-menu::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .close-icon-menu::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .get-started__container {
    padding: 100px 15px 30px;
  }

  .get-started__container::before {
    display: none;
  }

  .get-started__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }

  .get-started__block-text {
    max-width: none;
  }

  .get-started__video {
    padding: 0;
  }

  .get-started__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    padding: 30px 0;
  }

  .stay-safe__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .stay-safe__content {
    margin-bottom: 30px;
  }

  .media-stay-safe {
    padding: 56px 0 27px;
    width: 290px;
  }

  .experts__body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .experts__video {
    padding-bottom: 58%;
  }

  .statistics-experts__body {
    margin-bottom: 50px;
  }

  .body-statistics-experts {
    padding: 25px;
  }

  .block-text__title {
    font-size: 34px;
  }
}

@media (max-width: 479.98px) {
  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    overflow: hidden;
  }

  .footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .media-stay-safe__image {
    width: 60%;
  }

  .experts {
    padding: 60px 0 60px 0;
  }

  .body-statistics-experts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .body-statistics-experts__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .healthcare__block-text {
    margin-bottom: 30px;
  }
}</pre></body></html>