@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  color: #616161;
  font-size: 12px;
  font-family: Rubik;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*--------------------*/
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  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;
}

.container {
  max-width: 1087px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 1087px) {
  .container {
    max-width: 970px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 750px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: none;
  }
}

.page {
  -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: 1px;
  text-transform: uppercase;
  color: #FCFDFE;
  padding: 14px 30px;
  border-radius: 5px;
  background-color: #EC5863;
  -webkit-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
.button:hover {
  background-color: #cc4952;
}
.button_blue {
  background-color: #4285F4;
}
.button_blue:hover {
  background-color: #3069c5;
}

/*------------------------------------------------------------*/
.block-text_center {
  text-align: center;
}
.block-text__title {
  font-weight: 700;
  font-size: 44px;
  line-height: 126%;
  color: #000000;
}
.block-text__title:not(:last-child) {
  margin: 0 0 12px 0;
}
.block-text__title span {
  color: #EC5863;
}
@media (max-width: 767.98px) {
  .block-text__title {
    font-size: 34px;
  }
}
.block-text__title_blue span {
  color: #4285F4;
}
.block-text__text {
  line-height: 138.5%;
}
.block-text__text:not(:last-child) {
  margin: 0 0 24px 0;
}
.block-text__text_mw {
  max-width: 520px;
  margin: 0 auto;
}
/*------HEADER---------------------------------------------------------------------------------------------*/
.header {
  background-color: #FAFBFD;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 114px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .header__container {
    min-height: 80px;
  }
}
.header__logo {
  position: relative;
  z-index: 5;
}
.header__menu {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.header__button {
  -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: 5;
}
@media (max-width: 991.98px) {
  .header__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
  }
}
@media (max-width: 767.98px) {
  .header__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
@media (max-width: 767.98px) {
  .header__button .button {
    padding: 14px 20px;
  }
}
.header__icon {
  display: none;
}

.menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.menu-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-header__item {
  margin: 0 40px 0 0;
}
@media (max-width: 991.98px) {
  .menu-header__item {
    margin: 0 30px 0 0;
  }
}
@media (max-width: 767.98px) {
  .menu-header__item {
    margin: 0 0 25px 0;
  }
  .menu-header__item:last-child {
    margin: 0;
  }
}
.menu-header__link {
  font-family: "Raleway";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #000000;
}
.menu-header__link:hover {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .header__icon {
    display: block;
    z-index: 5;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    margin-left: 30px;
  }
  .header__icon span,
.header__icon::before,
.header__icon::after {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #000;
  }
  .header__icon::before,
.header__icon::after {
    content: "";
  }
  .header__icon::before {
    top: 0;
  }
  .header__icon::after {
    bottom: 0;
  }
  .header__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
  .header__icon._active span {
    width: 0;
  }
  .header__icon._active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .header__icon._active::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
  .menu-header__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 100px 30px 30px 30px;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu-header__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: -100%;
    height: 65px;
    background-color: #fff;
    z-index: 2;
  }
  .menu-header__body._active, .menu-header__body._active::before {
    left: 0;
  }
  .menu-header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-header__link {
    color: #000;
    font-size: 18px;
  }
}
@media (max-width: 478.98px) {
  .header__icon {
    margin-left: 15px;
  }
}
/*------MAIN-BLOCK---------------------------------------------------------------------------------------------*/
.mainblock {
  background-color: #FAFBFD;
}
.mainblock__container {
  padding: 153px 15px 48px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767.98px) {
  .mainblock__container {
    padding: 100px 15px 30px 15px;
  }
}
.mainblock__container::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  right: 267px;
  top: 0;
  -webkit-transform: translate(100%, 0px);
          transform: translate(100%, 0px);
  border-radius: 30px 0px 0px 30px;
  background-color: #EC5863;
}
@media (max-width: 991.98px) {
  .mainblock__container::before {
    right: 185px;
    border-radius: 20px 0px 0px 20px;
  }
}
@media (max-width: 767.98px) {
  .mainblock__container::before {
    display: none;
  }
}
.mainblock__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  padding: 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .mainblock__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0;
  }
}
.mainblock__block-text {
  max-width: 410px;
}
@media (max-width: 767.98px) {
  .mainblock__block-text {
    max-width: none;
  }
}
.mainblock__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
  position: relative;
  z-index: 2;
}
.mainblock__image img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .mainblock__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    padding: 30px;
  }
}
.mainblock__video {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  padding: 60px 0 0 18px;
}
@media (max-width: 767.98px) {
  .mainblock__video {
    padding: 0;
  }
}

.video-mainblock {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-mainblock__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
}
.video-mainblock__body {
  margin: 0 0 0 12px;
}
.video-mainblock__title {
  font-size: 13px;
  line-height: 126%;
  color: #B0B0B0;
  letter-spacing: 0.08em;
}
.video-mainblock__title:not(:last-child) {
  margin: 0 0 5px 0;
}
.video-mainblock__text {
  font-size: 9px;
  line-height: 126%;
  letter-spacing: 0.165em;
  text-transform: uppercase;
  color: #000000;
}

/*------STAY-SAFE----------------------------------------------------------------*/
.stay-safe {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .stay-safe {
    padding: 40px 0;
  }
}
@media (max-width: 767.98px) {
  .stay-safe {
    padding: 30px 0;
  }
}
.stay-safe__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .stay-safe__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.stay-safe__media {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (min-width: 991.98px) {
  .stay-safe__media {
    padding: 0 0 0 48px;
  }
}
.stay-safe__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 767.98px) {
  .stay-safe__content {
    margin: 0 0 30px 0;
  }
}
.media-stay-safe {
  width: 372px;
  padding: 56px 0 27px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 479.98px) {
  .media-stay-safe {
    width: 290px;
  }
}
.media-stay-safe__image {
  display: inline-block;
  -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;
  position: relative;
  width: 61.5%;
}
.media-stay-safe__image::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 12px;
  width: 206px;
  height: 27px;
  background: rgba(240, 240, 240, 0.49);
  border-radius: 16px;
  z-index: 2;
}
.media-stay-safe__image img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.media-stay-safe__item {
  position: absolute;
  background-color: #EC5863;
  border-radius: 30px;
  width: 77px;
  height: 77px;
}
.media-stay-safe__item_1 {
  top: 0;
  left: 0;
  width: 147px;
  height: 147px;
}
.media-stay-safe__item_2 {
  bottom: 0;
  left: 32px;
}
.media-stay-safe__item_3 {
  bottom: 107px;
  right: 34px;
}

/*------EXPERTS----------------------------------------------------------------*/
.experts {
  background-color: #FAFBFD;
  padding: 103px 0 115px 0;
}
@media (max-width: 767.98px) {
  .experts {
    padding: 80px 0 30px 0;
  }
}
.experts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .experts__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.experts__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 20px 0 0;
}
@media (max-width: 767.98px) {
  .experts__content {
    padding: 0;
    margin: 0 0 30px 0;
  }
}
.experts__block-text {
  max-width: 400px;
}
.experts__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 0 26.5% 0;
  position: relative;
  -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;
  overflow: hidden;
}
.experts__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767.98px) {
  .experts__video {
    padding: 0 0 58% 0;
  }
}

.statistics-experts {
  max-width: 655px;
  margin: 0 auto;
  position: relative;
}
.statistics-experts__body {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 24px rgba(88, 126, 236, 0.15);
          box-shadow: 0px 2px 24px rgba(88, 126, 236, 0.15);
  border-radius: 16px;
  position: relative;
  z-index: 2;
  margin: 0 0 80px 0;
}
@media (max-width: 767.98px) {
  .statistics-experts__body {
    margin: 0 0 50px 0;
  }
}
.statistics-experts__decor {
  position: absolute;
  background-color: #EC5863;
  border-radius: 30px;
}
.statistics-experts__decor_1 {
  border-radius: 16px;
  width: 65.75px;
  height: 65.75px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  bottom: -21px;
  left: -21px;
}
.statistics-experts__decor_2 {
  width: 96.96px;
  height: 96.96px;
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
  right: 50%;
  top: -40px;
}
.statistics-experts__decor_3 {
  width: 127.47px;
  height: 127.47px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0px;
  right: -65px;
}

.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;
}
@media (max-width: 767.98px) {
  .body-statistics-experts {
    padding: 28px;
  }
}
@media (max-width: 479.98px) {
  .body-statistics-experts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.body-statistics-experts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  text-align: center;
}
.body-statistics-experts__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
@media (max-width: 479.98px) {
  .body-statistics-experts__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
.body-statistics-experts__value {
  font-weight: 700;
  font-size: 36px;
  line-height: 119%;
  letter-spacing: 0.14em;
  color: #EC5863;
  margin-bottom: 5px;
}
.body-statistics-experts__text {
  font-weight: 700;
  font-size: 11px;
  line-height: 118%;
  letter-spacing: 0.37em;
  text-transform: uppercase;
  color: #000000;
}

/*------HEALTHCARE----------------------------------------------------------------*/
.healthcare {
  padding: 80px 0 30px 0;
}
@media (max-width: 991.98px) {
  .healthcare {
    padding: 30px 0 30px 0;
  }
}
.healthcare__block-text {
  margin: 0 0 50px 0;
}
.healthcare__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto;
  gap: 72px;
}
@media (max-width: 1087px) {
  .healthcare__items {
    gap: 30px;
  }
}
@media (max-width: 991.98px) {
  .healthcare__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.healthcare__column {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.healthcare__column_1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 65.75px;
  height: 65.75px;
  left: -25px;
  bottom: -35px;
  background: #EC5863;
  border-radius: 16px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.healthcare__column_1::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 96.96px;
  height: 96.96px;
  right: -50px;
  top: 30px;
  background: #EC5863;
  border-radius: 30px;
  -webkit-transform: rotate(105deg);
          transform: rotate(105deg);
}
.healthcare__column_2 {
  position: relative;
}
.healthcare__column_2::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 127.47px;
  height: 127.47px;
  right: -75px;
  bottom: -25px;
  background: #EC5863;
  border-radius: 30px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media (max-width: 991.98px) {
  .healthcare__column_2::after {
    display: none;
  }
}
.healthcare__column_3 {
  position: relative;
}
.healthcare__column_3::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 65.75px;
  height: 65.75px;
  right: -25px;
  top: -35px;
  background: #EC5863;
  border-radius: 16px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.item-healthcare {
  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: 35px 17px;
  text-align: center;
  height: 100%;
}
.item-healthcare__icon {
  margin: 0 0 58px 0;
}
.item-healthcare__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 138.5%;
  letter-spacing: 0.08em;
  color: #000000;
  margin: 0 0 4px 0;
}
.item-healthcare__text {
  line-height: 138.5%;
}

/*------FOOTER----------------------------------------------------------------*/
.footer {
  padding: 40px 0;
}
@media (max-width: 500px) {
  .footer {
    padding: 30px 0;
  }
}
.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
  row-gap: 25px;
}
@media (max-width: 500px) {
  .footer__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}