body {
  position: relative;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #323D45;
}

ul,
ol,
li {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.25;
}

p {
  margin: 0;
}

a {
  display: inline-block;
  color: #323D45;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: #323D45;
}
a:active {
  color: #323D45;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}

picture {
  display: block;
}

img {
  max-width: 100%;
}

svg {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1196px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}

.btn {
  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;
  padding: 25px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  background: -webkit-gradient(linear, left top, right top, from(#FB8EE8), to(#940782));
  background: linear-gradient(90deg, #FB8EE8 0%, #940782 100%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  border: none;
  border-radius: 145px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn:focus {
  outline: none;
}
.btn:hover {
  color: #FFFFFF;
}
.btn--green {
  background: #90BF21;
}
@media screen and (hover: hover) {
  .btn:hover {
    background-position: 100% 50%;
  }
  .btn--green:hover {
    background: #00B0E8;
  }
}

.header {
  position: relative;
  z-index: 700;
  width: 100%;
  color: #FFFFFF;
  background: #323D45;
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .header__wrapper {
    padding: 6px 0;
  }
}
.header__logotype {
  display: block;
  overflow: hidden;
  width: 176px;
  height: 75px;
}
.header__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .header__logotype {
    min-width: 73px;
    width: 73px;
    height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__socnav {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .header__socnav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .header__language {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header__language {
    display: none;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header__user {
  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;
  min-width: 32px;
  width: 32px;
  height: 32px;
}
.header__user > svg {
  min-width: 32px;
  width: 32px;
  height: 32px;
  color: #00B0E8;
}
@media screen and (hover: hover) {
  .header__user:hover > svg {
    color: #90BF21;
  }
}
@media screen and (max-width: 767px) {
  .header__user {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .header__user > svg {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1023px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.nav__item + .nav__item {
  margin-left: 36.75px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .nav__item + .nav__item {
    margin-left: 26.75px;
  }
}
@media screen and (max-width: 1023px) {
  .nav__item + .nav__item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.nav__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #FFFFFF;
}
.nav__link:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .nav__link:hover {
    color: #90BF21;
  }
}

.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger:focus {
  outline: none;
}
.hamburger:hover {
  color: #FFFFFF;
}
.hamburger.is--active .hamburger__inner:first-child {
  top: 15px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.is--active .hamburger__inner:nth-child(2) {
  opacity: 0;
}
.hamburger.is--active .hamburger__inner:last-child {
  top: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hamburger {
    margin-left: 47px;
  }
  .hamburger.is--active .hamburger__inner:first-child {
    top: 14px;
  }
  .hamburger.is--active .hamburger__inner:last-child {
    top: 14px;
  }
}
.hamburger__group {
  position: relative;
  z-index: 1;
  display: block;
  min-width: 23px;
  width: 23px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .hamburger__group {
    height: 30px;
  }
}
.hamburger__inner {
  position: absolute;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger__inner:first-child {
  top: 9px;
}
.hamburger__inner:nth-child(2) {
  top: 15px;
}
.hamburger__inner:last-child {
  top: 21px;
}
@media screen and (max-width: 767px) {
  .hamburger__inner:first-child {
    top: 8px;
  }
  .hamburger__inner:nth-child(2) {
    top: 14px;
  }
  .hamburger__inner:last-child {
    top: 20px;
  }
}
.hamburger__title {
  display: block;
  margin-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .hamburger__title {
    display: none;
  }
}

.footer {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 20px 0;
  color: #FFFFFF;
  background: linear-gradient(139deg, #212A5E 15.27%, #00B0E8 164.65%);
}
@media screen and (max-width: 1023px) {
  .footer {
    margin-top: 40px;
  }
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__wrapper + .footer__copyright {
  margin-top: 20px;
}
.footer__logotype {
  display: block;
  overflow: hidden;
  min-width: 163px;
  width: 163px;
  height: 62px;
}
.footer__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0;
  }
}
.footer__list-item + .footer__list-item {
  margin-left: 36px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer__list-item + .footer__list-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer__list-item + .footer__list-item {
    margin-top: 20px;
    margin-left: 0;
  }
}
.footer__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #FFFFFF;
}
.footer__link:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .footer__link:hover {
    color: #00B0E8;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #00B0E8;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__copyright {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.333333333;
}
.footer__copyright a {
  display: inline;
  text-decoration: underline;
  color: #FFFFFF;
}
.footer__copyright a:hover {
  color: #FFFFFF;
}
.footer__copyright + .footer__copyright {
  margin-top: 5px;
}
.footer__copyright + .footer__socnav, .footer__socnav + .footer__copyright {
  margin-left: 12px;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  -webkit-transform: translate(0, -104%);
      -ms-transform: translate(0, -104%);
          transform: translate(0, -104%);
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 95px;
  width: 100%;
  color: #FFFFFF;
  background: #323D45;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.menu.is--active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 1024px) {
  .menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu {
    padding-top: 42px;
  }
}
.menu__wrap {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .menu__wrap {
    padding: 20px 10px;
  }
}
.menu__nav {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  width: 100%;
}
.menu__nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(108deg, #212A5E 38.01%, #000629 100%);
}
.menu__nav .nav__list {
  width: 100%;
}
.menu__bottom {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
}
.menu__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(108deg, #212A5E 38.01%, #000629 100%);
}
.menu__languages {
  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;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .menu__languages {
    display: none;
  }
}
.menu__language {
  display: block;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
}
.menu__language:hover {
  color: #FFFFFF;
}
.menu__language.is--active {
  color: #00B0E8;
}
.menu__language.is--active:hover {
  color: #00B0E8;
}
.menu__language + .menu__language {
  margin-left: 4px;
}
.menu__socnav .c-socnav__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu__copyright {
  display: block;
  margin: 20px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
}

.video-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  max-height: 100dvh;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.video-modal.is--active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.video-modal.is--active .video-modal__wrap {
  -webkit-transform: scale(1) translate(0, 0);
      -ms-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
  opacity: 1;
}
.video-modal__wrap {
  position: relative;
  z-index: 2;
  -webkit-transform: scale(0.9) translate(0, 10%);
      -ms-transform: scale(0.9) translate(0, 10%);
          transform: scale(0.9) translate(0, 10%);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  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;
  margin: 20px auto;
  padding: 0 20px;
  min-height: calc(100dvh - 40px);
  max-width: 866px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1023px) {
  .video-modal__wrap {
    margin: 92px auto 24px;
    min-height: calc(100dvh - 116px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .video-modal__wrap {
    max-width: 728px;
  }
}
@media screen and (max-width: 767px) {
  .video-modal__wrap {
    padding: 0 16px;
    max-width: none;
  }
}
.video-modal__media {
  position: relative;
  width: 100%;
}
.video-modal__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-modal__close-btn {
  position: absolute;
  top: -2px;
  right: -16px;
  z-index: 10;
  -webkit-transform: translate(100%, 0);
      -ms-transform: translate(100%, 0);
          transform: translate(100%, 0);
  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;
  padding: 0;
  min-width: 56px;
  width: 56px;
  height: 56px;
  font-size: 0;
  background: transparent;
  border: none;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-modal__close-btn > svg {
  min-width: 24px;
  width: 24px;
  height: 24px;
  color: #FFFFFF;
}
.video-modal__close-btn:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .video-modal__close-btn:hover > svg {
    color: #00B0E8;
  }
}
@media screen and (max-width: 1023px) {
  .video-modal__close-btn {
    top: -16px;
    right: 0;
    -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

.c-language {
  position: relative;
  z-index: 10;
}
.c-language.is--active .c-language__trigger {
  border-bottom-color: transparent;
  border-radius: 8px 8px 0 0;
}
.c-language.is--active .c-language__trigger > svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-language.is--active .c-language__dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  pointer-events: all;
}
.c-language__trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #00B0E8;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
}
.c-language__trigger > svg {
  min-width: 7px;
  width: 7px;
  height: 7px;
  color: #FFFFFF;
}
.c-language__trigger > * + * {
  margin-left: 3px;
}
.c-language__trigger:focus {
  outline: none;
}
.c-language__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  -webkit-transform: scale(0.99) translateY(-0.7em);
      -ms-transform: scale(0.99) translateY(-0.7em);
          transform: scale(0.99) translateY(-0.7em);
  display: block;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  width: 100%;
  background: #323D45;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-radius: 0 0 8px 8px;
  -webkit-transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  pointer-events: none;
  will-change: opacity, transform;
}
.c-language__link {
  display: block;
  padding: 3px 8px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
}
.c-language__link:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .c-language__link:hover {
    color: #00B0E8;
  }
}

.c-socnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-socnav__item + .c-socnav__item {
  margin-left: 6px;
}
.c-socnav__link {
  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;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 8px;
}
@media screen and (hover: hover) {
  .c-socnav__link:Hover > svg {
    color: #00B0E8;
  }
}
.c-socnav__icon {
  min-width: 19px;
  width: 19px;
  height: 19px;
  color: #323D45;
}

.scroll-disabled {
  overflow: hidden;
}

.swiper {
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media screen and (min-width: 744px) {
  .swiper:not(.swiper-only-mobile):not(.swiper-initialized) {
    opacity: 0;
  }
  .swiper:not(.swiper-only-mobile).swiper-initialized {
    opacity: 1;
  }
}
@media screen and (max-width: 743px) {
  .swiper:not(.swiper-only-desktop):not(.swiper-initialized) {
    opacity: 0;
  }
  .swiper:not(.swiper-only-desktop).swiper-initialized {
    opacity: 1;
  }
}

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

.section-grey {
  position: relative;
  z-index: 10;
  padding: 0 0 80px;
  background: #F2F2F2;
  border-radius: 115px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-grey {
    padding: 60px 0;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-grey {
    padding: 40px 0;
    border-radius: 40px;
  }
}

.section-grey + .section-pink,
.section-pink + .section-grey {
  z-index: 5;
  margin-top: -220px;
  padding-top: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-grey + .section-pink,
  .section-pink + .section-grey {
    margin-top: -60px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .section-grey + .section-pink,
  .section-pink + .section-grey {
    margin-top: -96px;
    padding-top: 120px;
  }
}

.section-pink {
  padding: 80px 0;
  background: #FFF6FB;
  border-radius: 115px;
}
.section-pink .section-heading span, .section-pink .section-heading b, .section-pink .section-heading strong {
  color: #A72E88;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-pink {
    padding: 60px 0;
    border-radius: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section-pink {
    padding: 40px 0;
    border-radius: 40px;
  }
}

.section-indent {
  padding-top: 60px;
}
@media screen and (max-width: 1023px) {
  .section-indent {
    padding-top: 40px;
  }
}

.section-heading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.section-heading span, .section-heading b, .section-heading strong {
  color: #00B0E8;
}
@media screen and (min-width: 1024px) {
  .section-heading span {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section-heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 30px;
  }
}

.nav-buttons {
  margin-top: 20px;
}
.nav-buttons__scroll {
  overflow-y: hidden;
  padding-bottom: 30px;
  margin: 0 calc(50% - 50vw) 0;
  padding: 0 20px 30px;
}
@media screen and (max-width: 767px) {
  .nav-buttons__scroll {
    padding: 0 10px 30px;
  }
}
.nav-buttons__scroll .simplebar-track.simplebar-horizontal {
  left: auto;
  right: 0;
  bottom: 0;
  max-width: calc(1156px + (100vw - 1156px) / 2);
  width: 100%;
  height: 8px;
  background: #F2F2F2;
  background-clip: content-box;
  border-radius: 5px;
}
.nav-buttons__scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 8px;
}
.nav-buttons__scroll .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  left: 0;
  right: 0;
}
.nav-buttons__scroll .simplebar-scrollbar::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background: #00B0E8;
  border-radius: 5px;
}
.nav-buttons__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 0;
  bottom: 0;
}
.nav-buttons__scroll .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.nav-buttons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1156px;
  width: 100%;
}
.nav-buttons__list:after {
  content: "";
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
}
.nav-buttons__item.is--active .nav-buttons__btn {
  color: #FFFFFF;
  background: #00B0E8;
}
.nav-buttons__item + .nav-buttons__item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .nav-buttons__item + .nav-buttons__item {
    margin-left: 10px;
  }
}
.nav-buttons__btn {
  display: block;
  overflow: hidden;
  padding: 9px 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.11112;
  text-align: center;
  background: transparent;
  border: 1px solid #00B0E8;
  border-radius: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-buttons__btn:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .nav-buttons__btn:hover {
    color: #FFFFFF;
    background: #00B0E8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .nav-buttons__btn {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 767px) {
  .nav-buttons__btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.42858;
    white-space: nowrap;
  }
}

.main {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .main {
    margin-top: 20px;
  }
}
.main__wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1600px) {
  .main__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    display: block;
    overflow: hidden;
    width: calc((100vw - 1156px) / 2);
    height: 100%;
    background-image: url(../img/main-bg-decor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .main__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main__wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 75px 0 0;
  color: #FFFFFF;
  max-width: calc(100% - 392px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .main__wrapper {
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__wrapper {
    margin: 0 -20px;
    padding: 40px 20px 0;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .main__wrapper {
    margin: 0 -10px;
    padding: 40px 30px 0;
    width: calc(100% + 20px);
  }
}
.main__heading {
  display: block;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
}
.main__heading b, .main__heading strong {
  display: block;
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .main__heading b, .main__heading strong {
    font-size: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__heading {
    font-size: 40px;
    line-height: 0.75;
  }
  .main__heading b, .main__heading strong {
    margin-top: 20px;
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .main__heading {
    font-size: 20px;
    line-height: 1.5;
  }
  .main__heading b, .main__heading strong {
    margin-top: 10px;
    font-size: 40px;
  }
}
.main__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__partners {
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .main__partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 33px;
    margin-right: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
  }
}
.main__partners-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px 20px;
  color: #323D45;
  background: #FFFFFF;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .main__partners-item {
    width: 100%;
  }
}
.main__text {
  display: block;
  margin-right: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14286;
}
.main__partner {
  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;
  overflow: hidden;
  width: auto;
  height: 85px;
}
.main__partner img {
  display: block;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__partner {
    height: 54px;
  }
}
.main__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  overflow: hidden;
  height: 100%;
  border-radius: 60px;
}
.main__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .main__bg {
    width: calc(100% + (100vw - 1156px) / 2);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .main__bg {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 767px) {
  .main__bg {
    border-radius: 40px;
  }
}
.main__body {
  padding: 28px 52.5px 0;
  min-width: 392px;
  width: 392px;
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #90BF21;
  border-radius: 60px;
}
@media screen and (max-width: 1023px) {
  .main__body {
    min-width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__body {
    margin: 0 -20px;
    padding: 30px 16px 0;
    width: calc(100% + 40px);
  }
}
@media screen and (max-width: 767px) {
  .main__body {
    margin: 0 -10px;
    padding: 28px 36.5px 0;
    width: calc(100% + 20px);
    border-radius: 40px 40px 25px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.main__logotype {
  display: block;
  margin: 0 auto 10px;
  min-width: 140px;
  width: 195px;
/*  height: 62px;*/
}
.main__logotype img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__logotype {
    margin-bottom: 0;
  }
}
.main__date {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 0.95;
  color: #00B0E8;
}
.main__date b, .main__date strong, .main__date span {
  color: #323D45;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__date {
    margin: 0 45px;
    max-width: 220px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .main__date {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
  }
}
.main__address {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 1.333333333;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__address {
    max-width: 287px;
    width: 100%;
  }
}
.main__btn {
  margin: 30px -52.5px 0;
  width: calc(100% + 105px);
  border-radius: 23px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .main__btn {
    margin: 30px -16px 0;
    width: calc(100% + 32px);
  }
}
@media screen and (max-width: 767px) {
  .main__btn {
    margin: 30px -36.5px 0;
    width: calc(100% + 73px);
  }
}

.play-video {
  margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .play-video {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .play-video {
    margin-top: 20px;
  }
}
.play-video__wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  min-height: 230px;
  width: 100%;
  color: #FFFFFF;
  background: #00B0E8;
  border: none;
  border-radius: 115px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.play-video__wrapper:focus {
  outline: none;
}
.play-video__wrapper:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .play-video__wrapper:hover .play-video__heading {
    opacity: 0;
  }
  .play-video__wrapper:hover .play-video__text {
    opacity: 1;
  }
  .play-video__wrapper:hover .play-video__icon {
    left: 0;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@media screen and (max-width: 767px) {
  .play-video__wrapper {
    min-height: 87px;
    border-radius: 40px;
  }
}
.play-video__heading {
  position: absolute;
  top: 50%;
  left: 78px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  max-width: calc(100% - 78px - 246px);
  width: 100%;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .play-video__heading {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .play-video__heading {
    left: 56px;
    max-width: calc(100% - 56px - 247px);
    font-size: 40px;
    line-height: 1.15;
  }
}
@media screen and (max-width: 767px) {
  .play-video__heading {
    left: 30px;
    max-width: calc(100% - 30px - 105px);
    font-size: 18px;
    line-height: 1.333333333;
  }
}
.play-video__text {
  position: absolute;
  top: 50%;
  left: 256px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  max-width: calc(100% - 70px - 256px);
  width: 100%;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (hover: none) {
  .play-video__text {
    display: none;
  }
}
.play-video__icon {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  min-width: 230px;
  width: 230px;
  height: 230px;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .play-video__icon {
    min-width: 87px;
    width: 87px;
    height: 87px;
  }
}

.about {
  padding: 60px 0 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding: 20px 0 40px;
  }
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__body {
  display: block;
  overflow: hidden;
  padding: 40px;
  min-height: 612px;
  max-width: 470px;
  min-width: 470px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 60px;
}
@media screen and (max-width: 1023px) {
  .about__body {
    min-height: auto;
    max-width: none;
    min-width: auto;
  }
}
.about__heading {
  display: block;
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  color: #00B0E8;
}
@media screen and (max-width: 767px) {
  .about__heading {
    font-size: 30px;
    line-height: 2;
  }
}
.about__description {
  display: block;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15385;
}
@media screen and (max-width: 767px) {
  .about__description {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.333333333;
  }
}
.about__list {
  margin-left: 40px;
  max-width: 578px;
  width: 100%;
}
.about__list li {
  display: block;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15385;
}
.about__list li span, .about__list li b, .about__list li strong {
  color: #00B0E8;
}
.about__list li + li {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F2F2F2;
}
@media screen and (max-width: 1023px) {
  .about__list {
    margin-left: 0;
    max-width: none;
  }
  .about__list li span, .about__list li b, .about__list li strong {
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about__list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about__list {
    margin-top: 20px;
  }
  .about__list li {
    font-size: 20px;
    line-height: 1.2;
  }
}
.about__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-top: -255px;
  margin-left: auto;
  min-width: 764px;
  width: 764px;
  height: 509px;
}
.about__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .about__img {
    margin-top: -155px;
  }
}
@media screen and (max-width: 1023px) {
  .about__img {
    margin: 20px auto 0;
    min-width: auto;
    width: 100%;
    height: auto;
  }
  .about__img::before {
    content: "";
    display: block;
    padding-top: 71%;
  }
  .about__img img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

.healthy-society-forum__heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .healthy-society-forum__heading {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__heading {
    margin-bottom: 20px;
  }
}
.healthy-society-forum__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
@media screen and (max-width: 1899px) {
  .healthy-society-forum__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    max-width: 1196px;
  }
}
.healthy-society-forum__item {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  min-height: 330px;
  background: #FFFFFF;
  border-radius: 60px;
}
@media screen and (min-width: 1900px) {
  .healthy-society-forum__item:first-child {
    max-width: 382px;
    width: 100%;
  }
  .healthy-society-forum__item:nth-child(2) {
    max-width: calc(100% - 382px - 490px - 382px);
    width: 100%;
  }
  .healthy-society-forum__item:nth-child(3) {
    max-width: 490px;
    width: 100%;
  }
  .healthy-society-forum__item:last-child {
    max-width: 382px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1899px) {
  .healthy-society-forum__item:first-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    max-width: calc(100% - 574px);
    width: 100%;
  }
  .healthy-society-forum__item:nth-child(2) {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    max-width: calc(100% - 490px);
    width: 100%;
  }
  .healthy-society-forum__item:nth-child(3) {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    max-width: 490px;
    width: 100%;
  }
  .healthy-society-forum__item:last-child {
    max-width: 574px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .healthy-society-forum__item:first-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 50%;
  }
  .healthy-society-forum__item:nth-child(2) {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    width: 100%;
  }
  .healthy-society-forum__item:nth-child(3) {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    width: 100%;
  }
  .healthy-society-forum__item:last-child {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__item {
    min-height: 240px;
    width: 100%;
    border-radius: 40px;
  }
  .healthy-society-forum__item:nth-child(2) {
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
  }
  .healthy-society-forum__item:nth-child(3) {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
.healthy-society-forum__img {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 330px;
}
.healthy-society-forum__img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__img {
    height: 240px;
  }
}
.healthy-society-forum__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 98px;
  width: 100%;
}
.healthy-society-forum__info:first-child {
  padding-top: 20px;
}
.healthy-society-forum__info:last-child {
  padding-bottom: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .healthy-society-forum__info {
    padding: 0 58px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .healthy-society-forum__info {
    padding: 0 128px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__info {
    padding: 0 20px;
  }
}
.healthy-society-forum__info + .healthy-society-forum__info {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__info + .healthy-society-forum__info {
    margin-top: 30px;
  }
}
.healthy-society-forum__info-item {
  position: relative;
  z-index: 1;
  text-align: center;
}
.healthy-society-forum__info-item + .healthy-society-forum__info-item {
  margin-left: 20px;
}
.healthy-society-forum__value {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #00B0E8;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .healthy-society-forum__value {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__value {
    font-size: 40px;
  }
}
.healthy-society-forum__help {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.111111;
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__help {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .healthy-society-forum__help {
    font-size: 14px;
    line-height: 1.42858;
  }
}

.agenda__wrap {
  display: block;
  overflow: hidden;
  padding: 60px 98px;
  background: #FFFFFF;
  border-radius: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .agenda__wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .agenda__wrap {
    padding: 20px;
    border-radius: 40px;
  }
}
.agenda__top {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .agenda__top {
    margin-bottom: 20px;
  }
}
.agenda__heading {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .agenda__heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .agenda__heading {
    font-size: 30px;
  }
}
.agenda__description {
  display: block;
  margin-top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15385;
}
.agenda__description span {
  display: block;
  color: #00B0E8;
}
@media screen and (max-width: 767px) {
  .agenda__description {
    font-size: 20px;
    line-height: 1.2;
  }
}
.agenda__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .agenda__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(33.333333333% - 13.3333333333px);
  }
  .agenda__item:nth-child(3n), .agenda__item:nth-child(3n-1) {
    margin-left: 20px;
  }
  .agenda__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .agenda__item {
    width: calc(50% - 10px);
  }
  .agenda__item:nth-child(2n) {
    margin-left: 20px;
  }
  .agenda__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .agenda__item:last-child, .agenda__item:nth-last-child(2) {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .agenda__item {
    width: 100%;
  }
  .agenda__item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.agenda-card {
  position: relative;
  z-index: 1;
  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;
  overflow: hidden;
  padding: 35px;
  min-height: 130px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 60px;
}
.agenda-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(108deg, #212A5E 38.01%, #000629 100%);
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.agenda-card:hover {
  color: #FFFFFF;
}
@media screen and (hover: hover) {
  .agenda-card:hover::before {
    opacity: 0.9;
  }
}
@media screen and (max-width: 1023px) {
  .agenda-card {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .agenda-card {
    padding: 26px;
    min-height: 100px;
  }
}
.agenda-card__title {
  display: block;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15385;
}
@media screen and (max-width: 767px) {
  .agenda-card__title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.agenda-card__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
}
.agenda-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.speakers__heading {
  margin-bottom: 20px;
}
.speakers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.speakers__item {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .speakers__item {
    width: calc(50% - 108px);
  }
  .speakers__item:nth-child(8n+2)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
            transform: translate(100%, 0);
    display: block;
    width: 216px;
    height: 100%;
    background: linear-gradient(108deg, #212A5E 38.01%, #000629 100%);
    border-radius: 60px;
  }
  .speakers__item:nth-child(8n+2)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -75px;
    z-index: 1;
    -webkit-transform: translate(100%, -50%);
        -ms-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    display: block;
    width: 66px;
    height: 61px;
    background-image: url(../img/speakers-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .speakers__item:nth-child(4n+4) {
    margin-left: 216px;
  }
  .speakers__item:nth-child(4n+4)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    display: block;
    width: 216px;
    height: 100%;
    background: linear-gradient(108deg, #212A5E 38.01%, #000629 100%);
    border-radius: 60px;
  }
  .speakers__item:nth-child(4n+4)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -75px;
    z-index: 1;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    display: block;
    width: 66px;
    height: 61px;
    background-image: url(../img/speakers-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .speakers__item:nth-child(8n+5) {
    margin-left: 216px;
  }
  .speakers__item:nth-child(8n+5)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
    display: block;
    width: 216px;
    height: 100%;
    background: linear-gradient(108deg, #212A5E 38.01%, #000629 100%);
    border-radius: 60px;
  }
  .speakers__item:nth-child(8n+5)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -75px;
    z-index: 1;
    -webkit-transform: translate(-100%, -50%);
        -ms-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    display: block;
    width: 66px;
    height: 61px;
    background-image: url(../img/speakers-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .speakers__item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .speakers__item {
    width: 100%;
  }
}
.speakers__more {
  position: relative;
  z-index: 1;
  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;
  margin-top: 40px;
  padding: 19px 20px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #00B0E8;
  background: transparent;
  border: 1px solid #00B0E8;
  border-radius: 60px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.speakers__more > svg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  min-width: 69px;
  width: 69px;
  height: 69px;
  color: #00B0E8;
}
.speakers__more:focus {
  outline: none;
}
@media screen and (hover: hover) {
  .speakers__more:hover {
    color: #FFFFFF;
    background: #00B0E8;
  }
  .speakers__more:hover > svg {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1023px) {
  .speakers__more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .speakers__more > svg {
    display: none;
  }
}

.speakers-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #FFFFFF;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .speakers-card {
    border-radius: 40px;
  }
}
.speakers-card__img {
  display: block;
  overflow: hidden;
  margin-right: 20px;
  min-width: 156px;
  width: 156px;
  height: 169px;
  border-radius: 40px;
}
.speakers-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .speakers-card__img {
    min-width: 118px;
    width: 118px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .speakers-card__img {
    margin-right: 10px;
    min-width: 90px;
    width: 90px;
    height: 92px;
    border-radius: 20px;
  }
}
.speakers-card__body {
  max-width: calc(100% - 156px - 20px);
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .speakers-card__body {
    max-width: calc(100% - 118px - 20px);
  }
}
@media screen and (max-width: 767px) {
  .speakers-card__body {
    max-width: calc(100% - 90px - 10px);
  }
}
.speakers-card__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333333333;
}
@media screen and (max-width: 767px) {
  .speakers-card__title {
    font-size: 16px;
    line-height: 1.25;
  }
}
.speakers-card__help {
  display: block;
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42858;
}
@media screen and (max-width: 1199px) {
  .speakers-card__help {
    margin-top: 10px;
  }
}

.themes__heading {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .themes__heading {
    margin-bottom: 20px;
  }
}
.themes__wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -153px;
}
@media screen and (max-width: 1023px) {
  .themes__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.themes__body {
  padding: 71px 45px 70px 61px;
  max-width: calc(100% - 392px);
  width: 100%;
  background: #FFFFFF;
  border-radius: 60px;
}
@media screen and (max-width: 1023px) {
  .themes__body {
    max-width: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .themes__body {
    padding: 40px 30px 209px 40px;
  }
}
@media screen and (max-width: 767px) {
  .themes__body {
    padding: 20px;
    border-radius: 40px;
  }
}
.themes__list ul li {
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333333333;
  background: #FFFFFF;
  border-radius: 20px;
}
.themes__list ul li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 3px solid #13E6D6;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .themes__list ul li {
    padding-left: 24px;
    font-size: 14px;
    line-height: 1.14286;
  }
  .themes__list ul li::before {
    top: 1px;
    min-width: 14px;
    width: 14px;
    height: 14px;
  }
}
.themes__list ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .themes__list ul li + li {
    margin-top: 18px;
  }
}
.themes__img {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  min-width: 392px;
  width: 392px;
  height: 668px;
  border-radius: 0 0 60px 60px;
}
.themes__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media screen and (max-width: 1023px) {
  .themes__img {
    min-width: auto;
    width: 100%;
    height: auto;
  }
  .themes__img::before {
    content: "";
    display: block;
    padding-top: 118.5%;
  }
  .themes__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .themes__img {
    margin-top: -219px;
  }
}
@media screen and (max-width: 767px) {
  .themes__img {
    margin-top: 20px;
    border-radius: 0 0 28px 28px;
  }
}

.exhibition-space__heading {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .exhibition-space__heading {
    margin-bottom: 20px;
  }
}
.exhibition-space__item {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .exhibition-space__item:nth-child(even) .exhibition-space-card__img {
    max-width: calc(100% - 588px);
  }
  .exhibition-space__item:nth-child(even) .exhibition-space-card__body {
    padding: 20px 111px;
    max-width: 588px;
  }
  .exhibition-space__item:nth-child(n+3) .exhibition-space-card__body {
    padding: 20px 85px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .exhibition-space__item:nth-child(even) .exhibition-space-card__body {
    padding: 20px 45px;
  }
  .exhibition-space__item:nth-child(n+3) .exhibition-space-card__body {
    padding: 20px 26px;
  }
}
@media screen and (min-width: 768px) {
  .exhibition-space__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.exhibition-space-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 214px;
}
.exhibition-space-card--lg {
  min-height: 500px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .exhibition-space-card--lg {
    min-height: 314px;
  }
}
@media screen and (max-width: 767px) {
  .exhibition-space-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .exhibition-space-card--lg {
    min-height: auto;
  }
}
.exhibition-space-card__img {
  display: block;
  overflow: hidden;
  max-width: 588px;
  width: 100%;
  border-radius: 60px;
}
.exhibition-space-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .exhibition-space-card__img {
    max-width: none;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .exhibition-space-card__img {
    max-width: none;
    height: 200px;
    border-radius: 40px;
  }
}
.exhibition-space-card__body {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 33px;
  max-width: calc(100% - 588px);
  width: 100%;
  background: #FFFFFF;
  border-radius: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .exhibition-space-card__body {
    padding: 20px 18px;
    max-width: none;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .exhibition-space-card__body {
    padding: 25px 30px;
    min-height: 200px;
    max-width: none;
    border-radius: 40px;
  }
}
.exhibition-space-card__description {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15385;
}
@media screen and (max-width: 767px) {
  .exhibition-space-card__description {
    font-size: 20px;
    line-height: 1.2;
  }
}

.participants--pink .participants__elem::before {
  border-color: #BB599D;
}
.participants__heading {
  margin-bottom: 20px;
}
.participants__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.participants__wrapper--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.participants__wrapper--reverse .participants__img + .participants__body {
  margin-left: 0;
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .participants__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .participants__wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .participants__wrapper--reverse .participants__img + .participants__body {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.participants__img {
  display: block;
  overflow: hidden;
  min-width: 470px;
  width: 470px;
  height: 360px;
  border-radius: 60px;
}
.participants__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .participants__img--lg {
    min-width: 568px;
    width: 568px;
    height: 358px;
  }
}
@media screen and (max-width: 1023px) {
  .participants__img {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .participants__img {
    height: 240px;
  }
}
.participants__img + .participants__body {
  margin-left: 20px;
  max-width: calc(100% - 470px - 20px);
}
@media screen and (max-width: 1023px) {
  .participants__img + .participants__body {
    margin-top: 20px;
    margin-left: 0;
    max-width: none;
  }
}
@media screen and (min-width: 1200px) {
  .participants__img--lg + .participants__body {
    max-width: calc(100% - 568px - 20px);
  }
}
.participants__body {
  width: 100%;
}
.participants__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
@media screen and (max-width: 767px) {
  .participants__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.participants__list-item {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .participants__list-item {
    margin-right: 0;
    width: 100%;
  }
}
.participants__elem {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 20px 20px 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.333333333;
  background: #FFFFFF;
  border-radius: 20px;
}
.participants__elem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  border: 3px solid #13E6D6;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .participants__elem {
    font-size: 14px;
    line-height: 1.14286;
  }
}
.participants__more {
  margin-top: 40px;
  width: 100%;
}

.women-healthy-society__subtitle {
  display: block;
  margin-bottom: 27px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .women-healthy-society__subtitle {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .women-healthy-society__subtitle {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 2;
  }
}
.women-healthy-society__heading {
  display: block;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  color: #A72E88;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .women-healthy-society__heading {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .women-healthy-society__heading {
    font-size: 40px;
  }
}
.women-healthy-society__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .women-healthy-society__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.women-healthy-society__description {
  display: block;
  margin-right: 20px;
  max-width: 470px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.15385;
}
@media screen and (max-width: 1023px) {
  .women-healthy-society__description {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .women-healthy-society__description {
    font-size: 20px;
    line-height: 1.2;
  }
}
.women-healthy-society__partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100% - 470px - 20px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .women-healthy-society__partners {
    margin-top: 20px;
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .women-healthy-society__partners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.women-healthy-society__partners-item {
  display: block;
  overflow: hidden;
  padding: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  background: #FFFFFF;
  border-radius: 24px;
}
.women-healthy-society__partners-item:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .women-healthy-society__partners-item {
    min-width: 274px;
  }
}
@media screen and (max-width: 767px) {
  .women-healthy-society__partners-item {
    width: 100%;
    border-radius: 40px;
  }
}
.women-healthy-society__partners-item + .women-healthy-society__partners-item {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .women-healthy-society__partners-item + .women-healthy-society__partners-item {
    margin-left: 0;
  }
}
.women-healthy-society__text {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.14286;
}
@media screen and (max-width: 767px) {
  .women-healthy-society__text {
    margin-bottom: 10px;
  }
}
.women-healthy-society__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .women-healthy-society__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.women-healthy-society__img {
  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;
  overflow: hidden;
  width: auto;
  height: 70px;
}
.women-healthy-society__img img {
  display: block;
  max-height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .women-healthy-society__img--mobile {
    display: none;
  }
}
.women-healthy-society__img + .women-healthy-society__img {
  margin-left: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .women-healthy-society__img + .women-healthy-society__img {
    margin-left: 46px;
  }
}
.women-healthy-society__info {
  display: block;
  margin: 40px auto 0;
  padding: 20px 60px;
  max-width: 840px;
  width: 100%;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.15385;
  text-align: center;
  background: #FFDFF7;
  border: 1px solid #A72E88;
  border-radius: 60px;
}
@media screen and (max-width: 767px) {
  .women-healthy-society__info {
    margin-top: 20px;
    padding: 20px 25px;
    font-size: 20px;
    border-radius: 40px;
  }
}