@charset "UTF-8";

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-ExtraLight.eot");
  src: local("/assets/fonts/Circe-ExtraLight"),
    local("/assets/fonts/Circe-ExtraLight"),
    url("/assets/fonts/Circe-ExtraLight.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-ExtraLight.woff") format("woff"),
    url("/assets/fonts/Circe-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-Light.eot");
  src: local("/assets/fonts/Circe-Light"), local("/assets/fonts/Circe-Light"),
    url("/assets/fonts/Circe-Light.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-Light.woff") format("woff"),
    url("/assets/fonts/Circe-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("/assets/fonts/Circe-Regular.eot");
  src: local("/assets/fonts/Circe-Regular"),
    local("/assets/fonts/ßCirce-Regular"),
    url("/assets/fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-Regular.woff") format("woff"),
    url("/assets/fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: local("/assets/fonts/Circe-ExtraBold"),
    local("/assets/fonts/Circe-ExtraBold"),
    url("/assets/fonts/Circe-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-ExtraBold.woff") format("woff"),
    url("/assets/fonts/Circe-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: local("/assets/fonts/Circe-Bold"), local("/assets/fonts/Circe-Bold"),
    url("/assets/fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"),
    url("/assets/fonts/Circe-Bold.woff") format("woff"),
    url("/assets/fonts/Circe-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onboarding_container {
  display: flex;
  margin-top: 35px;
}
.onboarding_item {
  width: calc(100% / 3);
  margin-right: 30px;
}

.onboarding_item .item_title {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
}

.btn-start {
  color: #fff;
  background-color: #c21673;
  padding: 15px 20px;
  width: 166px;
  text-align: center;
}

.btn-start:hover {
  background-color: #f085bb;
}

.popUp [data-type="onboarding"] .container {
  max-width: 1100px;
}

.onboarding_container .onboarding_item:last-child {
  margin-right: 0;
}

.onboarding_item .img-container {
  margin-bottom: 15px;
}

.onboarding_item .img-container img {
  width: auto;
}

[data-type="onboarding"] .btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px;
}

.onboarding_item .item_text {
  font-size: 16px;
  line-height: 24px;
}

.sticky {
  position: fixed;
}

.stop {
  position: relative;
}

.errorPopUp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -10;
}

.errorPopUp.errorPopUp-active {
  opacity: 1;
  z-index: 200;
}

.btn-closeErrorPopUp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c21673;
  color: #fff;
  width: 150px;
  height: 47px;
}

.errorPopUp_block {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  max-width: 360px;
  width: 100%;
  padding: 25px;
  border-top: 8px solid #c21673;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.errorMessage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-bottom: 40px;
}

.errorPopUp_block.errorPopUp_block-active {
  display: flex;
}

.datepicker.active {
  z-index: 150;
}

body {
  width: 100%;
  font-family: "Circe";
  font-size: 16px;
  color: #2d2d2d;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #4a4a4a;
}

.pb140 {
  padding-bottom: 70px;
}

.pt65 {
  padding-top: 65px;
}

#withSideBar {
  max-width: 1400px;
  margin: 0 auto;
}

#withSideBarNOSidebar {
  max-width: 1400px;
  margin: 0 auto;
}

#withSideBar .container {
  padding-right: 40px;
}

.content {
  width: 100%;
}

.container {
  max-width: 1400px;
  width: 100%;
  position: relative;
  padding: 0 75px;
  margin: 0 auto;
}

.img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-block .img-container {
  margin-right: 10px;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.img-block .img-container:last-child {
  margin-right: 0;
}

button,
input,
textarea {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#nosology {
  max-width: 1400px;
  width: 100%;
  position: relative;
  padding: 0 75px;
  margin: 0 auto;
}

.btn {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-submit {
  letter-spacing: 1px;
  padding: 15px 20px;
  color: #fff;
  background-color: #c21673;
}

.btn-submit:hover {
  background-color: #f085bb;
}

.btn-registration,
.btn-signIn {
  padding: 15px 20px;
}

.btn-registration {
  color: #fff;
  background-color: #c21673;
}

.btn-registration:hover {
  background-color: #f085bb;
}

.btn-signIn {
  margin-left: 5px;
  color: #c21673;
}

.btn-signIn:hover {
  color: #f085bb;
}

.btn-social {
  font-size: 0.625rem;
  color: #195589;
  margin-right: 24px;
  padding: 15px 24px;
  background-color: #eafbfd;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.btn-social:last-child {
  margin-right: 0;
}

.btn-social:hover {
  background-color: rgba(234, 251, 253, 0.3);
}

.btn-social.social-vk,
.btn-social.social-fb,
.btn-social.social-viber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-social.social-vk:after,
.btn-social.social-fb:after,
.btn-social.social-viber:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.btn-social.social-vk:after {
  width: 15px;
  height: 9px;
  background-image: url("../image/vk_share.svg");
}

.btn-social.social-fb:after {
  width: 7px;
  height: 14px;
  background-image: url("../image/fb_share.svg");
}

.btn-social.social-viber:after {
  width: 16px;
  height: 18px;
  background-image: url("../image/icon_viber.svg");
}

.btn-help,
.btn-quest {
  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;
}

.btn-help {
  color: #c21673;
  border: 2px solid #c21673;
  height: 45px;
  margin-bottom: 20px;
}
.btn-help:hover {
  color: #fff;
  background-color: #c21673;
}

.btn-help:last-child {
  margin-bottom: 0;
}

.btn-quest {
  color: #fff;
  background-color: #c21673;
  border: 2px solid #c21673;
  width: 350px;
  height: 45px;
  margin-bottom: 24px;
}

.wrapper-link__article-content {
  display: flex;
  justify-content: center;
}

.wrapper-link__article-content .btn-quest {
  height: unset;
  width: unset;
  padding: 11.2px 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: unset;
}

.wrapper-link__article-content .wrapper-link:nth-last-child(1) {
  margin-left: 30px;
}

.btn-quest .btn-quest-span {
  font-size: 0.5rem;
  font-weight: 500;
  margin-top: 4px;
}

.btn-quest:hover {
  background-color: #f085bb;
  border-color: #f085bb;
}

.btn-quest:last-child {
  margin-bottom: 0;
}

.btn-skipTest {
  color: #c21673;
}

.btn-skipTest:hover {
  color: #f085bb;
}

.btn-whatIsThat {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.625rem;
  color: #c21673;
  font-weight: normal;
}

.btn-whatIsThat:hover {
  color: #f085bb;
}

.btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4a4a;
}

.btn-menu:hover {
  color: #195589;
}

.btn-menu:hover .menu_label {
  background-color: #195589;
}

.btn-menu:hover .menu_label:before,
.btn-menu:hover .menu_label:after {
  background-color: #195589;
}

.btn-menu.btn-menu-close .menu_label {
  background-color: transparent;
}

.btn-menu.btn-menu-close .menu_label:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-menu.btn-menu-close .menu_label:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-menu .menu_label {
  position: relative;
  top: -0.5px;
  width: 20px;
  height: 2px;
  background-color: #4a4a4a;
  margin-right: 13px;
}

.btn-menu .menu_label:before,
.btn-menu .menu_label:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #4a4a4a;
}

.btn-menu .menu_label:before {
  top: -5px;
}

.btn-menu .menu_label:after {
  bottom: -5px;
}

.btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a4a4a;
}

.btn-search:hover .search_label path {
  fill: #195589;
}

.btn-search:hover .search_text {
  color: #195589;
}

.btn-search .search_label {
  margin-right: 13px;
}
.btn-confrimSelect {
  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;
  color: #fff;
  width: 100%;
  padding: 15px;
  margin-top: 4px;
  background-color: #c21673;
}

.btn-searchStart {
  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;
  color: #fff;
  max-width: 157px;
  min-width: 157px;
  width: 100%;
  padding: 15px;
  margin-left: 10px;
  background-color: #c21673;
}

.btn-searchStart:hover {
  background-color: #f085bb;
}

.btn-searchClose {
  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;
  color: #c21673;
  margin-left: 20px;
}

.btn-searchClose:hover {
  color: #f085bb;
}

.btn-allEvent {
  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;
  max-width: 300px;
  min-width: 300px;
  color: #fff;
  background: #c21673;
  padding: 15px;
}

.btn-allEvent:hover {
  background-color: #f085bb;
}

.btn-subscribe {
  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;
  color: #c21673;
}

.btn-subscribe:hover {
  color: #f085bb;
}

.btn-slideTop {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c21673;
}

.btn-slideTop:hover {
  color: #f085bb;
}

.btn-like {
  position: relative;
  font-size: 0.625rem;
  background-color: #eafbfd;
  color: #195589;
  padding: 10px 20px;
  -webkit-transition: 0.275s ease-in-out;
  -o-transition: 0.275s ease-in-out;
  transition: 0.275s ease-in-out;
}

.btn-like.btn-like-active {
  background-color: transparent;
}

.btn-like.btn-like-active:hover {
  background-color: transparent;
}

.btn-like.btn-like-active:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.btn-like:before {
  content: "";
  position: absolute;
  top: -7.5px;
  right: 13px;
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
  background-color: #fce7f0;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: 0.275s ease-in-out;
  -o-transition: 0.275s ease-in-out;
  transition: 0.275s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.btn-like:hover {
  background-color: rgba(234, 251, 253, 0.3);
}

.btn-like svg {
  margin: 0 6px;
}

.btn-like .likeCount {
  font-weight: 300;
  color: #000;
  font-size: 0.875rem;
}

.btn-loadNow,
.btn-forgotPassword,
.btn-goRegist,
.btn-signOut,
.btn-notTrack,
.btn-reset,
.btn-delete {
  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;
  color: #c21673;
}

.btn-loadNow:hover,
.btn-forgotPassword:hover,
.btn-goRegist:hover,
.btn-signOut:hover,
.btn-notTrack:hover,
.btn-reset:hover,
.btn-delete:hover {
  color: #f085bb;
}

.btn-registrEmail,
.btn-registrCardLife,
.btn-save,
.btn-understandably,
.btn-quiz {
  position: relative;
  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;
  max-width: 420px;
  width: 100%;
  margin-bottom: 25px;
  color: #fff;
  background: #c21673;
  padding: 15px;
}

.btn-registrEmail:hover,
.btn-registrCardLife:hover,
.btn-save:hover,
.btn-understandably:hover,
.btn-quiz:hover {
  background-color: #f085bb;
}

.btn-quiz:last-child {
  margin-right: 0;
}

.btn-understandably {
  max-width: 142px;
  padding-right: 35px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-understandably:before,
.btn-understandably:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  right: 0;
}

.btn-understandably:before {
  -webkit-transform: translate(-9px, 3px) rotate(-45deg);
  -ms-transform: translate(-9px, 3px) rotate(-45deg);
  transform: translate(-9px, 3px) rotate(-45deg);
}

.btn-understandably:after {
  -webkit-transform: translate(-9px, -5px) rotate(45deg);
  -ms-transform: translate(-9px, -5px) rotate(45deg);
  transform: translate(-9px, -5px) rotate(45deg);
}

.btn-save {
  max-width: 183px;
}

.btn-quiz {
  max-width: 145px;
  margin-right: 20px;
}

.menu_content {
  position: relative;

  display: flex;

  justify-content: space-between;
  width: 100%;
}

.menu_content-container {
  padding: 15px 70px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.menu_content-container-disable {
  position: absolute;
  opacity: 0;
  bottom: 0;
  -webkit-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  z-index: -1;
}

.menu_content .content_col {
  max-width: calc(100% / 3);
}

_:-ms-lang(x),
.menu_content .content_col {
  max-width: calc(100% / 2);
  padding-right: 250px;
}
_:-ms-lang(x),
.footer_bottom {
  font-size: 1.6rem !important;
}

.menu_content .menu_siteNav {
  display: block;
  color: #c21673;
  font-size: 1.375rem;
  margin-bottom: 25px;
}

.menu_content .menu_siteNav:hover {
  color: #f085bb;
}

.menu_content .menu_navBlock {
  margin-bottom: 30px;
}

.menu_content .menu_navBlock:last-child {
  margin-bottom: 0;
}

.menu_content .menu_title,
.menu_content .menu_subLink {
  display: block;
}

.menu_content .menu_title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.75rem;
  margin-bottom: 17px;
}

.menu_content .menu_subLink {
  margin-left: 15px;
  margin-bottom: 13px;
  color: #2d2d2d;
}

.menu_content .menu_subLink.menu_subLink-img {
  display: inline;
  margin-left: 0;
}

.menu_content .menu_subLink:hover {
  color: #195589;
}

.menu_content .menu_subLink:last-child {
  margin-bottom: 0;
}

.menu_content a.menu_title {
  color: #c21673;
}

.menu_content a.menu_title:hover {
  color: #f085bb;
}

.menu_content span.menu_title {
  color: #000;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.navbar .switch:nth-child(1) {
  margin-right: 30px;
}

.navbar:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  background-color: #c21673;
}

.navbar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 15px 70px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navbar-header-disable {
  position: absolute;
  opacity: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

.navbar-goRegistr {
  display: none;
}

.navbar.navbar-menu,
.navbar.navbar-login {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.375s ease-in-out;
  -o-transition: 0.375s ease-in-out;
  transition: 0.375s ease-in-out;
  z-index: 110;
}

.navbar.navbar-menu:before,
.navbar.navbar-login:before {
  top: auto;
  bottom: 0;
  z-index: 1;
}

.navbar.navbar-menu-active,
.navbar.navbar-login-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar.navbar-menu .container,
.navbar.navbar-login .container {
  padding: 0;
}

.navbar.navbar-menu .navbar_logo {
  position: relative;
  top: -4px;
  margin-left: 30px;
}

.navbar.navbar-login .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 70px;
  padding-bottom: 40px;
  max-height: 670px;
  height: 670px;
  overflow: auto;
}

.navbar.navbar-login .navbar-header {
  padding: 30px 0;
  padding-top: 15px;
}

.navbar.navbar-login .navbar-login-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.navbar-login .close-icon {
  position: static;
}

.navbar.navbar-login .btn-registration {
  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;
  max-width: 420px;
  width: 100%;
}

.navbar .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar .navbar_logo-mobile {
  display: none;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 70px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.navbar_social,
.navbar_store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar_social .social-icon,
.navbar_store .social-icon {
  max-width: 26px;
  min-width: 26px;
  max-height: 26px;
  min-height: 26px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar_social .social-icon:last-child,
.navbar_store .social-icon:last-child {
  margin-right: 0;
}

.navbar_social {
  margin-right: 15px;
}

.navbar_social .social-icon.fb {
  background-image: url("../image/icon_fb_header.png");
}

.navbar_social .social-icon.fb:hover {
  background-image: url("../image/icon_fb_header_hover.png");
}

.navbar_social .social-icon.vk {
  background-image: url("../image/icon_vk_header.png");
}

.navbar_social .social-icon.vk:hover {
  background-image: url("../image/icon_vk_header_hover.png");
}

.navbar_social .social-icon.ok {
  background-image: url("../image/icon_ok_header.png");
}

.navbar_social .social-icon.ok:hover {
  background-image: url("../image/icon_ok_header_hover.png");
}

.navbar_social .social-icon.tg {
  background-image: url("../image/icon_tg_header.png");
}

.navbar_social .social-icon.tg:hover {
  background-image: url("../image/icon_tg_header_hover.png");
}

.navbar_store .social-icon.playMarket {
  background-image: url("../image/icon_android_header.png");
}

.navbar_store .social-icon.playMarket:hover {
  background-image: url("../image/icon_android_header_hover.png");
}

.navbar_store .social-icon.appStore {
  background-image: url("../image/icon_appstore_header.png");
}

.navbar_store .social-icon.appStore:hover {
  background-image: url("../image/icon_appstore_header_hover.png");
}

.loginTab {
  display: none;
}

.loginTab-active {
  display: block;
}

.registrationTab,
.authorizationTab {
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
  width: 100%;
}

.registrationTab_text,
.authorizationTab_text {
  margin-top: 40px;
  margin-bottom: 15px;
}

.registrationTab .leftSide,
.authorizationTab .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.registrationTab .loginStep,
.authorizationTab .loginStep {
  width: 100%;
  display: none;
}

.registrationTab .loginStep_title,
.authorizationTab .loginStep_title {
  font-weight: bold;
  margin-bottom: 15px;
}

.registrationTab .loginStep_text,
.authorizationTab .loginStep_text {
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 20px;
  max-width: 527px;
}

.registrationTab .loginStep-show,
.authorizationTab .loginStep-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.registrationTab .loginStep_two,
.registrationTab .loginStep_three,
.authorizationTab .loginStep_two,
.authorizationTab .loginStep_three {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.registrationTab .socialBlock,
.authorizationTab .socialBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.registrationTab .socialBlock .signIn-social,
.authorizationTab .socialBlock .signIn-social {
  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;
  background-color: #eafbfd;
  width: 138px;
  margin-right: 3px;
}

.registrationTab .socialBlock .signIn-social .social_icon,
.authorizationTab .socialBlock .signIn-social .social_icon {
  margin-right: 6px;
}

.registrationTab .socialBlock .signIn-social .social_text,
.authorizationTab .socialBlock .signIn-social .social_text {
  font-size: 0.625rem;
  color: #195589;
  font-weight: 900;
  text-transform: uppercase;
  padding: 15px 0;
}

.authorizationTab .from_authorization {
  width: 100%;
}

.authorizationTab .from_authorization .top-text {
  max-width: 420px;
  width: 100%;
}

.authorizationTab .btn-container {
  margin-top: 25px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.authorizationTab .btn-signIn {
  max-width: 210px;
  width: 100%;
  color: #fff;
  background-color: #c21673;
}

.authorizationTab .btn-signIn:hover {
  background-color: #f085bb;
}

.top-text {
  position: relative;
  margin-bottom: 20px;
}

.top-text .input {
  border: 3px solid #e0e0e0;
  height: 45px;
  width: 100%;
  padding: 0 15px;
  font-size: 1rem;
}

.top-text .input:focus {
  border-color: #195589;
}

.top-text .input:focus + span {
  top: -7.5px;
  height: 20px;
  font-size: 0.625rem;
  background-color: white;
  color: #195589;
}

.top-text .input:valid {
  border-color: #195589;
}

.top-text .input:valid + span {
  top: -7.5px;
  height: 20px;
  font-size: 0.625rem;
  background-color: white;
  color: #195589;
}

.top-text span {
  padding: 0 5px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 45px;
  margin: 0 10px;
  pointer-events: none;
  font-size: 1rem;
  color: #2d2d2d;
}

.whyDoIneed {
  margin-left: 120px;
  max-width: 300px;
}

.whyDoIneed span {
  font-weight: bold;
  line-height: 28px;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.whyDoIneed p {
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 0.875rem;
}

.close-icon {
  position: absolute;
  right: 20px;
  top: 40px;
  width: 30px;
  height: 30px;
  background-image: url("../image/close-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  border-radius: 100%;
  cursor: pointer;
}

.close-icon:hover {
  background-image: url("../image/close-icon-hover.png");
}

.school-wrapper {
  margin: 0 auto;
}

.school_article.astrazenecaArticle {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.open-popUp {
  cursor: pointer;
}

.open-popUp-link {
  text-decoration: underline;
}

.open-popUp-link:hover {
  text-decoration: none;
}

.popUp {
  display: none;
  position: fixed;
  top: 0; /*103px*/
  left: 0;
  right: 0;
  background-color: #fff;
  max-height: 100vh; /*calc(100vh - 103px);*/
  overflow: auto;
  z-index: 200;
}

.popUp .close-icon {
  top: 25px;
  right: -26px;
}

.popUp .container {
  max-width: 860px;
}

.popUp-active {
  display: block;
}

.popUp_block {
  display: none;
}

.popUp_block-active {
  display: block;
}

.popUp_content {
  padding-top: 40px;
  padding-bottom: 100px;
}

.popUp_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.popUp_text {
  line-height: 24px;
  margin-bottom: 10px;
}

.popUp_text-bold {
  font-weight: bold;
  margin-top: 24px;
}

.popUp_text-link {
  color: #2d2d2d;
}

.popUp_text-link:hover {
  color: #195589;
}

.popUp_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.popUp_contact .contact_item {
  width: 50%;
  margin-bottom: 30px;
}

.popUp_contact .contact_item:nth-child(odd) {
  padding-right: 40px;
}

.popUp_contact .contact_item:nth-child(even) {
  padding-left: 40px;
}

.popUp_contact .contact_item .item_info-bold {
  font-weight: bold;
}

.popUp_contact .contact_item .item_link {
  font-weight: bold;
  color: #c21673;
  word-break: break-all;
}

.popUp_contact .contact_item .item_link:hover {
  color: #f085bb;
}

.popUp_ul {
  list-style-type: none;
}

.popUp_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.popUp_ul li:before {
  position: relative;
  top: 5px;
  display: block;
  content: "";
  max-width: 15px;
  min-width: 15px;
  max-height: 15px;
  min-height: 15px;
  margin-right: 15px;
  background-color: #d0e1fb;
  border-radius: 100%;
}

.popUp_partTitle {
  font-weight: 300;
  margin-top: 48px;
  line-height: 28px;
  font-size: 1.375rem;
  margin-bottom: 15px;
}

.customSelect {
  display: inline-block;
  cursor: pointer;
}

.customSelect .jqselect {
  width: 100%;
}

.customSelect .jq-selectbox.opened .jq-selectbox__select {
  border: none !important;
}

.customSelect .jq-selectbox__select {
  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;
  border: none;
  border-radius: 0;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0.875rem;
  font-weight: 900;
  font-family: "Circe";
  text-transform: uppercase;
  color: #195589;
  background: none;
  padding: 8px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.customSelect .jq-selectbox__select-text {
  white-space: normal;
}

.customSelect .jq-selectbox li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 900;
  font-family: "Circe";
  text-transform: uppercase;
  color: #195589;
  padding: 8px 20px;
  padding-right: 30px;
  white-space: normal;
}

.customSelect .jq-selectbox li:hover {
  color: #fff;
  background-color: #195589;
}

.customSelect .jq-selectbox li.sel,
.customSelect .jq-selectbox li.selected {
  color: #fff;
  background-color: #195589;
  padding-right: 30px;
}

.customSelect .jq-selectbox li.sel:after,
.customSelect .jq-selectbox li.selected:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 34px;
  width: 30px;
  background-image: url("../image/select_check.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.customSelect .jq-selectbox__dropdown {
  margin: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.customSelect .jq-selectbox__trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  width: 5px;
  margin-left: 10px;
}

.customSelect .jq-selectbox__trigger-arrow {
  position: relative;
  top: 0;
  right: 0;
  border: none;
  width: 5px;
  height: 12px;
  background-image: url("../image/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.customSelect.customSelect-v2 .jq-selectbox li {
  text-transform: none;
  font-weight: normal;
  font-size: 1rem;
  color: #2d2d2d;
  padding: 8px 9px;
  margin: 0 7px;
}

.customSelect.customSelect-v2 .jq-selectbox li:hover {
  color: #fff;
}

.customSelect.customSelect-v2 .jq-selectbox li.sel,
.customSelect.customSelect-v2 .jq-selectbox li.selected {
  background-color: #fff;
  color: #195589;
}

.customSelect.customSelect-v2 .jq-selectbox__dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #195589;
  margin-top: -3px;
}

.customSelect.customSelect-v2 .jq-selectbox__dropdown:before {
  position: absolute;
  content: "";
  height: 1px;
  top: 0;
  left: 7px;
  right: 7px;
  z-index: 1;
  background-color: #f0f0f0;
}

.customSelect.customSelect-v2 .jq-selectbox__dropdown ul {
  padding-bottom: 8px;
}

.customSelect.customSelect-v2 .jq-selectbox__select {
  color: #2d2d2d;
  font-weight: normal;
  font-size: 1rem;
  text-transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #e0e0e0;
  padding: 10px 15px;
}

.customSelect.customSelect-v2 .jq-selectbox__trigger {
  width: 15px;
}

.customSelect.customSelect-v2 .jq-selectbox__trigger-arrow {
  width: 20px;
  background-image: url("../image/select_arrow-2.svg");
}

.customSelect.customSelect-v2 .jq-selectbox.opened .jq-selectbox__select {
  border: 3px solid #195589 !important;
}

.infoAboutPage {
  padding-bottom: 30px;
  border-bottom: 4px solid #195589;
  margin-bottom: 70px;
}

.infoAboutPage span {
  font-size: 1.375rem;
}

.infoAboutPage_linkBlock {
  padding: 25px 15px;
  padding-bottom: 0;
}

.infoAboutPage_help {
  line-height: 24px;
  color: #30243d;
}

.infoAboutPage_help a {
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 900;
  color: #195589;
}

.linkBlock_item {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  padding: 6px 15px;
  padding-top: 8px;
  margin-bottom: 5px;
  font-size: 0.625rem;
  border-radius: 20px;
  color: #195589;
  text-transform: uppercase;
  z-index: 5;
}

.linkBlock_item:hover {
  color: #fff;
  background-color: #195589;
}

.linkBlock_item.active {
  color: #fff;
  background-color: #195589;
}

.event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
}

.event-block:last-child {
  margin-bottom: 0;
}

.event-block .event_date {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #c21673;
  max-width: 115px;
  max-height: 115px;
  min-width: 115px;
  min-height: 115px;
  border-radius: 100%;
}

.event-block .event_date .date_day,
.event-block .event_date .date_month,
.event-block .event_date .date_time,
.event-block .event_date .date_city {
  position: relative;
  color: #c21673;
  text-transform: uppercase;
}

.event-block .event_date .date_day {
  top: 10px;
  font-size: 2.1875rem;
}

.event-block .event_date .date_month {
  text-transform: lowercase;
  top: -5px;
  font-size: 1.125rem;
}

.event-block .event_date .date_time {
  top: -12px;
  font-size: 1.375rem;
  font-weight: bold;
}

.event-block .event_date .date_city {
  top: -20px;
  font-size: 0.5rem;
  font-weight: bold;
}

.event-block .event_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 25px;
}

.event-block .event_text span {
  text-transform: uppercase;
  font-size: 0.625rem;
  font-weight: 900;
  margin-bottom: 5px;
}

.event-block .event_text a {
  color: #30243d;
  margin-top: 12px;
  line-height: 20px;
}

.event-block .link_text.link_text-bold {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
}

.social_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social_info .info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_info .info-social .info_view,
.social_info .info-social .info_like {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 300;
  color: #000;
  margin-right: 15px;
}

.social_info .info-social .info_view .view_icon {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.social_info .info-social .info_like .like_icon {
  position: relative;
  top: 1px;
  margin-right: 6px;
}

.social_info .info_date {
  font-weight: 300;
  color: #000;
  font-size: 0.75rem;
}

.article {
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  padding-right: 20px;
  min-height: 350px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 70px;
  border-left: 4px solid #ffa6d6;
  margin-right: 30px;
}

.article a {
  cursor: pointer;
}

.article:last-child {
  margin-right: 0;
}

.article-big {
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.article-big .article_image {
  max-width: 180px;
  max-height: 180px;
  min-width: 180px;
  min-height: 180px;
}

.article_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.article-big .article_title .title_text {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 44px;
}

.article-big .social_info {
  width: 50%;
}

.article-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article_link {
  font-size: 0.625rem;
  text-transform: uppercase;
  /* margin-bottom: 15px; */
  /* position: relative; */
  z-index: 5;
}

.article_link a {
  color: #c21673;
}

.article_image {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 15px;
  max-width: 90px;
  min-width: 90px;
  max-height: 90px;
  min-height: 90px;
}

.article_image-morePhoto {
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.31);
}

.article_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.article_title .title_text {
  font-size: 1.5rem;
  color: #4a4a4a;
  line-height: 30px;
  margin-bottom: 7px;
}

.article_title .title_description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inverse_header {
  min-height: 250px;
}
.inverse_header .wrap_article {
  display: flex;
}
.inverse_header .img-block {
  margin: 0 25px;
  position: relative;
}
.inverse_header .img-block .article_image {
  max-width: 250px;
  max-height: 250px;
  min-width: 250px;
  min-height: 250px;
  margin-bottom: 0;
}
.inverse_header .img-block:before {
  content: "";
  position: absolute;
  top: 17px;
  left: -19px;
  width: 80px;
  height: 80px;
  background-image: url("../image/inverse_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.inverse_header .article_title .title_text {
  font-size: 1.88rem;
  margin-bottom: 25px;
}
.inverse_header .article_title .title_description {
  margin-bottom: 25px;
  display: inline-block;
}

@media screen and (max-width: 1100px) {
  .inverse_header .img-block .article_image {
    max-width: 200px;
    max-height: 200px;
    min-width: 200px;
    min-height: 200px;
  }
  .inverse_header .img-block:before {
    top: 16px;
    left: -9px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 979px) {
  .inverse_header .wrap_article {
    flex-direction: column;
  }
  .inverse_header .wrap_article .article_title {
    margin-top: 10px;
  }
  .inverse_header .article_title .title_text {
    font-size: 1.25rem;
    margin-bottom: 10px;
    line-height: 29px;
  }
  .inverse_header .article_title .title_description {
    margin-bottom: 10px;
  }
  .inverse_header .img-block {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 350px) {
  .inverse_header .img-block .article_image {
    max-width: 180px;
    max-height: 180px;
    min-width: 180px;
    min-height: 180px;
  }
}

@media screen and (max-width: 337px) {
  .wrapper-link__article-content .btn-quest {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.article_info-step .col {
  width: 50%;
}

.article_info-step .stepItem {
  width: 100%;
}

.article_info-regulations .stepItem {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article_info-regulations .stepItem .item_num {
  margin-bottom: 0;
  margin-right: 30px;
}

.article_imgBlock {
  margin-bottom: 50px;
}

.article_card {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11999);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.11999);
  border-radius: 25px;
  margin-bottom: 50px;
}

.article_card.article_card-active .btn-understandably {
  background-color: #b8e986;
}

.article_card.article_card-active .btn-understandably:hover {
  background-color: #b8e986;
}

.article_card.article_card-active .btn-understandably:before {
  -webkit-transform: translate(-9px, -1px) rotate(-45deg);
  -ms-transform: translate(-9px, -1px) rotate(-45deg);
  transform: translate(-9px, -1px) rotate(-45deg);
}

.article_card.article_card-active .btn-understandably:after {
  -webkit-transform: translate(-18px, 1px) rotate(45deg);
  -ms-transform: translate(-18px, 1px) rotate(45deg);
  transform: translate(-18px, 1px) rotate(45deg);
  width: 10px;
}

.article_card.article_card-active .card_num {
  background-color: #b8e986;
}

.article_card.article_card-result {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 50px;
}

.article_card.article_card-result .leftSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article_card.article_card-result .leftSide .img-container {
  max-width: 114px;
  min-width: 114px;
  max-height: 114px;
  min-height: 114px;
  margin-right: 28px;
}

.article_card.article_card-result .rightSide .article_text {
  margin: 0;
}

.article_card.article_card-result .rightSide .article_text p {
  margin: 0;
}

.article_card .card_content {
  position: relative;
  padding: 0 40px;
  padding-top: 46px;
  padding-bottom: 50px;
}

.article_card .card_num {
  position: absolute;
  top: -20px;
  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;
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  border-radius: 100%;
  background-color: #c21673;
  color: #fff;
  font-weight: 900;
}

.article_card .card_text {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.31);
}

.article_card .img-container {
  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;
  max-height: 245px;
  overflow: hidden;
}

.formBlock {
  max-width: 640px;
  padding: 50px 40px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  margin-bottom: 70px;
}

.formBlock_title {
  font-size: 1.25rem;
  margin-bottom: 28px;
  font-weight: bold;
}

.formBlock_text {
  color: rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 12px;
  font-weight: 900;
}

.formBlock_form {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px;
}
.formBlock_form-active {
  display: flex;
}

.formBlock_form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* align-items: flex-start; */
  margin-bottom: 15px;
  cursor: pointer;
  /* padding-left: 35px; */
}

.formBlock_form label [type="radio"] {
  display: none;
}

.formBlock_form label [type="radio"]:checked + .form_radioButton {
  background-color: #c21673;
}

.formBlock_form label [type="checkbox"] {
  display: none;
}

.formBlock_form label [type="checkbox"] + .form_radioButton {
  border-radius: 0;
}

.formBlock_form label [type="checkbox"]:checked + .form_radioButton {
  background-color: #c21673;
}

.formBlock_form .btn-submit {
  margin-top: 25px;
  margin-bottom: 30px;
  width: 180px;
}

.formBlock .input:focus {
  border-color: #195589 !important;
}

.formBlock .input:valid {
  border-color: #195589 !important;
}

.formBlock .form_radioButton {
  /* position: absolute;
  left: 0;
  top: 3px; */
  max-width: 22px;
  max-height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin-right: 12px;
  background-color: #fff;
  border: 3px solid #c21673;
  border-radius: 100%;
}

.formBlock_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formBlock.subscribe .formBlock_form {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
}

.formBlock.subscribe .formBlock_form .customCheckbox {
  margin-bottom: 0;
}

.formBlock.subscribe .formBlock_form .top-text {
  margin-bottom: 20px;
}

.formBlock.subscribe-new .formBlock_form {
  display: block;
}

.formBlock.subscribe-new .formBlock_form label {
  margin-bottom: 0;
}

.formBlock.subscribe-new .formBlock_form .customCheckbox {
  margin-bottom: 10px;
}

.formBlock.subscribe-new .formBlock_form .btn-submit {
  margin-top: 10px;
  margin-left: 0;
}

.formBlock.subscribe-new .formBlock_form .top-text {
  margin-bottom: 25px;
}

.formBlock.subscribe .formBlock_form:after {
  position: absolute;
  content: "";
  bottom: -30px;
  width: 100%;
  left: 0;
  background-color: #f0f0f0;
  height: 1px;
}

.formBlock.subscribe .formBlock_form button {
  width: 164px;
  margin: 0;
  /* margin-left: 20px; */
  height: 45px;
}

.formBlock.subscribe .formBlock_form .top-text {
  width: 100%;
}

.formBlock.subscribe .formBlock_form input {
  padding-left: 20px;
  width: 100%;
}

.formBlock.subscribe .formBlock_social {
  margin-top: 20px;
}

.formBlock_info p {
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 300;
}

.formBlock_info .btn {
  margin-top: 30px;
}

.formBlock-up {
  margin-top: -25px;
}

.formBlock_p {
  margin-bottom: 20px;
}

.formBlock_moreInfo {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.formBlock_moreInfo .info_title {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 15px;
}

.formBlock_moreInfo .info_text {
  font-weight: bold;
  line-height: 28px;
}

.link-container {
  margin-top: 40px;
}

.link-container a {
  font-size: 0.75rem;
  color: #c21673;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 10px;
}

.link-container a:hover {
  color: #f085bb;
}

.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  padding-top: 103px;
  overflow: hidden;
}

.news {
  margin-top: 22px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 16px;
}

.news_type {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.31);
  margin-bottom: 5px;
}

.news_title {
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
  color: #2d2d2d;
}

.news_title:hover {
  color: #195589;
}

.news .info_date {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.more-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
}

.more-news a {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 10px;
  color: #c21673;
  cursor: pointer;
}

.more-news a:hover {
  color: #f085bb;
}

.link_text {
  font-weight: normal;
  font-size: 1rem;
  color: #30243d;
  cursor: pointer;
}

.link_text-bold {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
}

.link_text:hover {
  color: #195589 !important;
}

.sideBar {
  display: block;
  position: relative;
  min-width: 354px;
  max-width: 354px;
  background-color: #fff;
  -webkit-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.15);
}

.sideBar-container {
  z-index: 1;
}

.sideBar_block {
  padding: 30px 38px;
  border-top: 2px solid #dcdcdc;
}

.sideBar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sideBar_nav {
  display: none;
}

.sideBar_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
}

.sideBar_title .icon {
  position: absolute;
  left: -25px;
  display: block;
  width: 18px;
  height: 21px;
  margin-right: 10px;
}

.sideBar_title .icon img {
  width: 100%;
}

.sideBar_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sideBar_text p {
  margin-bottom: 20px;
}

.sideBar_list {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
}

.sideBar_link a {
  font-size: 0.75rem;
  color: #c21673;
  font-weight: bold;
}

.sideBar .link_text-bold {
  text-transform: none;
  font-size: 0.875rem;
  font-weight: bold;
}

.sideBar_allEvent {
  font-size: 14px;
  color: #30243d;
}

.sideBar .event-block {
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
}

.sideBar_specProject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .sideBar_specProject .img-container img {
  border-radius: 100%;
} */

.sideBar_specProject .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 115px;
  min-width: 115px;
  max-height: 115px;
  min-height: 115px;
  border-radius: 100%;
  overflow: hidden;
}

.sideBar_specProject .specProject_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 24px;
  width: 100%;
}

.sideBar_specProject .specProject_text .text_title {
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.3);
  font-weight: 900;
  text-transform: uppercase;
}

.sideBar_specProject .specProject_text .text_info {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1rem;
  text-transform: none;
}

.sideBar_specProject .specProject_text .text_date {
  margin-top: 5px;
  font-weight: 300;
  font-size: 0.75rem;
}

.sideBar .btn-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 45px;
}

.footer {
  padding: 35px 0;
  background-color: #f5f5f5;
  border: none;
}

.footer .container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* .popUp_text a {
  text-decoration: underline;
}

.popUp_text a:hover {
  color: #195589;
  text-decoration: none;
} */

.footer-mob {
  display: none;
}

.footer .col:nth-child(1) {
  position: relative;
  top: -20px;
}

.footer_text span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.footer_text p {
  display: block;
  font-size: 0.75rem;
  color: #919191;
  margin-bottom: 20px;
}

.footer_text a {
  text-decoration: underline;
}

.footer_text a:hover {
  text-decoration: none;
  color: #195589;
}

.footer_text-small {
  font-size: 9px;
  line-height: 13px;
}

.footer_text-bold {
  margin-top: 50px;
  font-size: 1rem;
  color: #000;
  font-weight: 900;
}

.footer_bottom {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  text-align: center;
  font-weight: 200;
  font-size: 1.6875rem;
  color: #9b9b9b;
  text-transform: uppercase;
  width: 100%;
}

.footer_bottom span:first-child {
  margin-bottom: 20px;
}

.footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_social .social-icon {
  margin-right: 7px;
}

.footer .img-container img {
  width: auto;
}

.col {
  width: 31%;
}

.col_title {
  font-size: 1rem;
  color: #000;
  font-weight: 900;
}

.col_list {
  display: block;
  font-size: 14px;
  margin: 10px 0;
  margin-bottom: 20px;
  color: #2d2d2d;
}

.col_list:hover {
  color: #195589;
}

.astra-title {
  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;
  background-color: #eafbfd;
  padding: 17px 0;
}

.astra-title span {
  text-align: center;
  display: block;
  font-size: 22px;
}

.astra-title p {
  text-align: center;
  font-size: 10px;
  color: #9b9b9b;
  font-weight: bold;
}

.astra-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.astra-wrapper .content {
  width: 100%;
}

.slider {
  margin-bottom: 50px;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card .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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% / 3);
  padding: 0 8px;
  padding-top: 25px;
  padding-bottom: 60px;
  border: 1px solid #eafbfd;
}

.card .item-text {
  color: #4a4a4a;
  font-size: 25px;
  text-align: center;
  margin-top: 15px;
}

.overlay_bg {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.375s ease-in-out;
  -o-transition: 0.375s ease-in-out;
  transition: 0.375s ease-in-out;
  background-color: rgba(2, 34, 61, 0.721);
  z-index: -1;
}

.overlay_bg-active {
  opacity: 1;
  z-index: 90;
}

.quest {
  width: 100%;
}

.quest .container {
  width: 100%;
  padding: 0 125px;
}

.quest_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.quest_header .header_text {
  margin-left: 48px;
}

.quest_header .header_text .text_title {
  font-size: 2.5rem;
  color: #4a4a4a;
  font-weight: 300;
}

.quest_header .header_text .text_info {
  font-size: 1.375rem;
  font-weight: 300;
}

.quest_questionnaire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 29px;
}

.quest_questionnaire-result {
  display: none !important;
}

.quest_questionnaire .rightSide {
  padding-top: 20px;
  padding-left: 48px;
}

.quest_questionnaire .quest_num {
  position: relative;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 92px;
  max-height: 92px;
  min-width: 92px;
  min-height: 92px;
  margin-bottom: 50px;
  border-radius: 100%;
  border: 2px solid #c21673;
  color: #c21673;
}

.quest_questionnaire .quest_num-notAfter:after {
  display: none;
}

.quest_questionnaire .quest_num:after {
  position: absolute;
  bottom: -50px;
  content: "";
  width: 2px;
  height: 46px;
  background-color: #e0e0e0;
}

.quest_questionnaire .quest_num-prev {
  border-color: #f085bb;
  color: #f085bb;
}

.quest_questionnaire .quest_num-prev:after {
  background-color: #f085bb;
}

.quest_questionnaire .quest_num-next {
  border-color: #e0e0e0;
  color: #e0e0e0;
}

.quest_questionnaire .quest_num-next:after {
  background-color: #e0e0e0;
}

.quest_questionnaire .quest_num-result {
  position: relative;
}

.quest_questionnaire .quest_num-result .percentValue {
  position: absolute;
  top: 22px;
  right: 15px;
  font-size: 2.5rem;
  color: #c21673;
  padding-right: 14px;
}

.quest_questionnaire .quest_num-result .percentValue:after {
  position: absolute;
  top: 4px;
  right: -1px;
  content: "%";
  font-size: 16px;
}

.quest_questionnaire .quest_num .num_number {
  font-size: 1.875rem;
}

.quest_questionnaire .quest_num .num_text {
  position: relative;
  top: -5px;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.quest_questionnaire .quest_block {
  display: none;
  margin-bottom: 53px;
}

.quest_questionnaire .quest_block-active {
  display: block;
}

.quest_questionnaire .quest_block .block_answer {
  display: none;
}

.quest_questionnaire .quest_block .block_answer .rightSide {
  display: flex;
  padding: 0;
}

.quest_questionnaire .quest_block .block_answer .leftSide .result_text {
  margin-bottom: 5px;
}

.quest_questionnaire
  .quest_block
  .block_answer
  .leftSide
  .result_text:last-child {
  margin-bottom: 0;
}

.quest_questionnaire .quest_block .block_answer .bodyMass_result {
  border-color: #e0e0e0;
}

.quest_questionnaire .quest_block-check .btn-quest {
  display: none;
}

.quest_questionnaire .quest_block-check .bodyMass {
  display: none;
}

.quest_questionnaire .quest_block-check .block_answer {
  display: flex;
}

.quest_questionnaire .quest_block:last-child {
  margin-bottom: 0;
}

.quest_questionnaire .quest_block-else .btn-quest {
  color: #c21673;
  background-color: #fff;
}

@media screen and (max-width: 979px) {
  .quest_questionnaire .quest_block.quest_block-check {
    display: none;
  }
}

.quest_block-else {
  display: none;
}

.quest_questionnaire .quest_block .block_title {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: bold;
}

.quest_questionnaire .quest_block-answer {
  height: 90px;
}

.quest_questionnaire .quest_block-answer .block_title {
  margin-bottom: 10px;
}

.quest_questionnaire .quest_block-answer .result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quest_questionnaire .quest_block-answer .result-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 4px solid #e0e0e0;
}

.quest_questionnaire .quest_block-answer .result-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
}

.quest_questionnaire .btn-skipTest {
  margin-top: 49px;
}

.ml100 {
  margin-left: 100px;
}

.header-pageInfo-mob {
  display: none;
}

.header_banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1400px;
  height: 350px;
  margin: 0 auto;
}

.header_banner .banner_info.text_right {
  align-self: flex-end;
}

.header_banner .banner_info.text_left {
  align-self: flex-start;
}

.header_banner .banner_info {
  max-width: 675px;
  width: 100%;
  margin: 0 77px;
  color: #fff;
}

.header_banner .banner_info .info_title {
  font-size: 2.5rem;
  line-height: 42px;
  font-weight: 300;
}

.header_banner .banner_info .info_text {
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 300;
}

.header_banner .banner_info .btn-whatIsThat {
  margin-top: 33px;
}

.img-container img {
  width: 100%;
}

.cardLife {
  background-color: #eafbfd;
  padding-top: 26px;
  padding-bottom: 75px;
}

.cardLife-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.cardLife_title {
  font-size: 1.375rem;
  margin-bottom: 20px;
}

.cardLife_item {
  background-color: #fff;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 30px 45px;
  width: 50%;
}

.cardLife_item:nth-child(odd) {
  width: calc(50% - 4px);
}

.cardLife_item:first-child {
  margin-left: 0;
}

.cardLife_item.cardLife_item-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.cardLife_item.cardLife_item-big .img-container {
  max-width: 288px;
  margin-right: 40px;
}

.cardLife_item.cardLife_item-big .img-container img {
  width: auto;
}

.cardLife_item.cardLife_item-big .item_title {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cardLife_item.cardLife_item-big {
  padding: 60px 90px;
}
.cardLife_item.cardLife_item-big .item_text {
  max-width: 100%;
  font-size: 1.3rem;
  flex-direction: column;
  align-items: flex-start;
}

.cardLife_item.cardLife_item-big .item_text .phone-title {
  color: #f8af17;
  margin-top: 15px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1;
}
.cardLife_item.cardLife_item-big .item_text .phone-num {
  color: #c21673;
  font-weight: 600;
}
.cardLife_item.cardLife_item-big .item_text .phone-num:hover {
  color: #f085bb;
}

.cardLife_item .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardLife_item .item_title span {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
}

.cardLife_item .item_text {
  display: flex;
  align-items: center;
  color: #4a4a4a;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 300;
  height: 100%;
}

.cardLife_item .item_text a img {
  width: 100%;
}

.cardLife_item .img-container {
  max-width: 96px;
}

.cardLife_item .img-container img {
  width: 100%;
}

.mainPage {
  background-color: #eafbfd;
  padding-left: 2px;
}

.input-search:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-search:focus:-moz-placeholder {
  color: transparent;
} /* FF 4-18 */
.input-search:focus::-moz-placeholder {
  color: transparent;
} /* FF 19+ */
.input-search:focus:-ms-input-placeholder {
  color: transparent;
} /* IE 10+ */

.mainPage_textBlock {
  padding: 15px 0;
  line-height: 28px;
}

.textBlock_title {
  text-align: center;
  font-size: 1.375rem;
}

.textBlock_text {
  text-align: center;
  color: #9b9b9b;
  font-weight: 900;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.mainPage_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.link_item {
  position: relative;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 25px 5px;
  width: calc((100% - 6px) / 3);
  min-height: 260px;
  color: #2d2d2d;
}

.link_item p {
  margin-bottom: 10px;
}
.link_item p:last-child {
  margin-bottom: 0;
}

.link_item .img-container img {
  width: auto;
}

.link_item:hover .item_overlay {
  opacity: 1;
  z-index: 0;
}

.link_item .item_text {
  font-size: 1.5625rem;
  color: #4a4a4a;
  text-align: center;
}

.link_item .item_overlay {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 20px 10px;
  padding-top: 31px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.link_item .item_overlay .item_text {
  margin-bottom: 10px;
}

.link_item .item_overlay .overlay_discription {
  font-size: 0.75rem;
  margin-bottom: 12px;
  text-align: center;
}

.link_item .item_overlay .overlay_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.link_item .item_overlay .overlay_link .link_icon {
  margin-right: 13px;
}

.link_item .item_overlay .overlay_link .link_text {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #2d2d2d;
}

.iconLink-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form_registEmail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_registEmail .row .top-text,
.form_registEmail .row select {
  margin-right: 20px;
  max-width: 290px;
  width: 100%;
}

.form_registEmail .row .top-text:last-child,
.form_registEmail .row select:last-child {
  margin-right: 0;
}

.form_registEmail .btn-container {
  margin-top: 30px;
}

.form_registCardLife .row,
.form_forgotPass .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form_registCardLife .row .top-text,
.form_registCardLife .row select,
.form_forgotPass .row .top-text,
.form_forgotPass .row select {
  margin-right: 20px;
  max-width: 420px;
  width: 100%;
}

.form_registCardLife .row .top-text:last-child,
.form_registCardLife .row select:last-child,
.form_forgotPass .row .top-text:last-child,
.form_forgotPass .row select:last-child {
  margin-right: 0;
}

.form_registCardLife .btn-container,
.form_forgotPass .btn-container {
  margin-top: 0;
}

.authorizationTab .loginStep_two .btn-container {
  margin-top: 0;
}

.authorizationTab .loginStep_two .loginStep_text {
  margin-bottom: 5px;
  margin-top: 25px;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 189px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 15px 70px;
}

.search-container-mob {
  display: none;
}

.search-disable {
  position: absolute;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-container {
  width: 100%;
}

.search .input-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.search .input-icon {
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.search .input-search {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  padding: 10px 25px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.search .input-search::-webkit-input-placeholder {
  font-weight: bold;
}

.search .input-search::-moz-placeholder {
  font-weight: bold;
}

.search .input-search:-moz-placeholder {
  font-weight: bold;
}

.search .input-search:-ms-input-placeholder {
  font-weight: bold;
}

.search .input-search:focus ~ .input-bar:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.search .input-search:focus ~ .input-icon path {
  fill: #e0e0e0;
}

.search .input-bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.search .input-bar:before,
.search .input-bar:after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e0e0e0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.search .input-bar:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #195589;
  z-index: 1;
}

.slider {
  position: relative;
}

.slider .navigation {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  width: 100%;
  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;
}

.slider .swiper-pagination {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 6px;
  margin: 0 10px;
  background-color: #fff;
  border-radius: 10px;
  opacity: 0.6;
}

.slider .swiper-pagination:hover {
  opacity: 1;
}

.slider .swiper-pagination-bullet {
  position: relative;
  max-width: 12px;
  min-width: 12px;
  max-height: 12px;
  min-height: 12px;
  margin-right: 14px;
  background-color: rgba(0, 0, 0, 0.31);
  opacity: 1;
}

.slider .swiper-pagination-bullet:hover {
  background-color: #f085bb;
}

.slider .swiper-pagination-bullet:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  max-width: 6px;
  min-width: 6px;
  max-height: 6px;
  min-height: 6px;
  border-radius: 100%;
  background-color: #fff;
}

.slider .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.slider .swiper-pagination-bullet-active:before {
  display: none;
}

.slider .swiper-button-prev,
.slider .swiper-button-next {
  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;
  background-image: none;
  max-width: 33px;
  min-width: 33px;
  max-height: 33px;
  min-height: 33px;
  background-color: #fff;
  position: static;
  border-radius: 100%;
  opacity: 0.6;
  margin: 0;
}

.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover {
  opacity: 1;
}

.slider .swiper-button-prev:hover svg,
.slider .swiper-button-next:hover svg {
  opacity: 1;
}

.slider .swiper-button-prev:hover svg path,
.slider .swiper-button-next:hover svg path {
  stroke: #f085bb;
}

.slider .swiper-button-prev svg,
.slider .swiper-button-next svg {
  width: 8px;
  opacity: 0.6;
}

.slider .swiper-button-prev svg path,
.slider .swiper-button-next svg path {
  stroke-width: 4px;
  stroke: #000;
}

.slider .slideInfo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 485px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 35px;
  padding-left: 75px;
}

.slider .slideInfo_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider .slideInfo_title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 25px;
}

.slider .slideInfo_item {
  font-size: 0.625rem;
  margin-right: 12px;
  padding: 5px 15px;
  padding-top: 7px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 20px;
  color: #c21673;
  text-transform: uppercase;
}

.slider .slideInfo_item:hover {
  background-color: #c21673;
  color: #fff;
}

.slider .pageIcon {
  position: absolute;
  bottom: 0;
  left: 75px;
  -webkit-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  z-index: 1;
}

.projectMission {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.projectMission h1 {
  display: block;
  font-size: 2.5rem;
  color: #4a4a4a;
  font-weight: 300;
  margin-top: 65px;
}

.projectMission_textBlock {
  margin-bottom: 25px;
}

.projectMission h4,
.projectMission span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 45px;
}

.textBlock_paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textBlock_paragraph img {
  display: inline-block;
  max-width: 85px;
  min-width: 85px;
  max-height: 85px;
  min-height: 85px;
  margin-right: 30px;
}

.projectMission p {
  margin-bottom: 15px;
}

.textBlock_info {
  margin: 25px 0;
  margin-top: 10px;
  padding: 30px 50px;
  border-top: 4px solid rgba(208, 225, 251, 0.5);
  border-bottom: 4px solid rgba(208, 225, 251, 0.5);
}

.textBlock_info p {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
}
.textBlock_info p:last-child {
  margin-bottom: 0;
}

.nav {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 18px;
  margin-bottom: 40px;
  padding-top: 37px;
}

.nav .navItem {
  position: relative;
  color: #c21673;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 50px;
}

.nav .navItem:last-child {
  margin-right: 0;
}

.nav .navItem.navItem-current {
  color: #000;
}

.nav .navItem.navItem-current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -19px;
  background-color: #c21673;
}

.nav .navItem.swiper-slide {
  width: auto;
}

.article-sideBar .nextContentItem:last-child {
  margin-bottom: 0;
}

.school,
.astrazenecaArticle {
  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;
  width: 100%;
}

.article .img-container img {
  width: auto;
  height: 100%;
}
.article .img-block .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.school_header,
.astrazenecaArticle_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  padding-top: 70px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  width: 100%;
}

.astrazenecaArticle_header .social_info .info_date {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.astrazenecaArticle_header .header_linkBlock .header_link {
  margin-right: 15px;
  padding: 8px 14px 6px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #c21673;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 5px;
}

.astrazenecaArticle_header .header_linkBlock .header_link:hover {
  background-color: #fff;
  color: #c21673;
}

.school_header .info_edition,
.astrazenecaArticle_header .info_edition {
  margin-top: 30px;
}

.school_header .header_title,
.astrazenecaArticle_header .header_title {
  position: relative;
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 15px;
}

.school_header .header_text,
.astrazenecaArticle_header .header_text {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 25px;
}

.school_header .header_linkBlock,
.astrazenecaArticle_header .header_linkBlock {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.school_header .header_linkBlock .header_link {
  margin-right: 15px;
  padding: 8px 14px 6px;
  border-radius: 20px;
  color: #c21673;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.school_header .header_linkBlock .header_link:hover {
  background-color: #c21673;
  color: #fff;
}

.school_header .header_info,
.astrazenecaArticle_header .header_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.school_header .header_info .info_link,
.astrazenecaArticle_header .header_info .info_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_link-2 {
  margin-left: 20px;
}

.school_header .header_info .info_link.info_link-goBack:before,
.astrazenecaArticle_header .header_info .info_link.info_link-goBack:before {
  content: "";
  background-image: url("../image/arrow-goBack.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 58px;
  width: 20px;
  margin-right: 5px;
}

.school_header .header_info .info_link.info_link-goBack:hover .link_text,
.astrazenecaArticle_header
  .header_info
  .info_link.info_link-goBack:hover
  .link_text {
  color: #195589;
}

.school_header .header_info .info_link.info_link-goBack .link_icon,
.astrazenecaArticle_header .header_info .info_link.info_link-goBack .link_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 58px;
  min-width: 58px;
  max-height: 58px;
  min-height: 58px;
  margin-right: 8px;
  overflow: hidden;
  background-color: #eee;
  border-radius: 100%;
}

.school_header .header_video,
.astrazenecaArticle_header .header_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.school_header .header_video .mobile_text-container,
.astrazenecaArticle_header .header_video .mobile_text-container {
  display: none;
}

.school_header .header_video .videoPlayer-container,
.astrazenecaArticle_header .header_video .videoPlayer-container {
  background-color: #eafbfd;
}

.astrazenecaArticle_header .header_video .videoPlayer-container .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.school_header .header_video .videoPlayer-container .img-container {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 850px;
  width: 100%;
  height: 480px;
  margin: 0 auto;
}

.videoPlayer-container {
  margin-bottom: 34px;
}

.videoPlayer-container .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.videoPlayer-container .container {
  max-width: 850px;
  width: 100%;
  height: 480px;
}

.btn-videoPlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 241, 249, 0.656) 100%
  );
  cursor: pointer;
}

.btn-videoPlay_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn-videoPlay_icon svg {
  width: 114px;
  height: 114px;
}

.btn-videoPlay_icon span {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 35px;
  color: #4a4a4a;
  display: block;
}

@media screen and (max-width: 440px) {
  .btn-videoPlay_icon svg {
    width: 80px;
    height: 80px;
  }
  .btn-videoPlay_icon span {
    font-size: 20px;
    line-height: 24px;
  }
}

.videoPlayer-container .img-container img {
  width: 100%;
}

.videoIframe {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  min-height: 480px;
  border: none;
}

.videoIframe-active {
  position: static;
  z-index: 1;
  opacity: 1;
}

.school_header .header_video .video_info .container:after,
.astrazenecaArticle_header .header_video .video_info .container:after {
  display: block;
  content: "";
  height: 4px;
  width: 100%;
  margin-top: 25px;
  background-color: rgba(144, 230, 237, 0.5);
}

.school_header .header_video .info_title,
.astrazenecaArticle_header .header_video .info_title {
  font-size: 3.125rem;
  font-weight: 300;
  margin-top: 34px;
}

.school_header .header_video .info_tag,
.astrazenecaArticle_header .header_video .info_tag {
  margin-bottom: 20px;
}

.school_header .header_video .info_tag .tag,
.astrazenecaArticle_header .header_video .info_tag .tag {
  font-size: 0.625rem;
  font-weight: 900;
  margin-right: 20px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.31);
}

.school_header .header_video .info_edition,
.astrazenecaArticle_header .header_video .info_edition {
  margin-bottom: 5px;
}

.school_header .header_video .info_code,
.astrazenecaArticle_header .header_video .info_code {
  font-size: 0.75rem;
  font-weight: 300;
  margin-left: 30px;
}

.school_header .social-container,
.astrazenecaArticle_header .social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.school .article_info,
.astrazenecaArticle .article_info {
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 40px;
}

/* p span {
  position: relative;
  top: -6px;
  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;
  text-transform: lowercase;
  float: left;
  font-size: 5.875rem;
  line-height: 1;
  height: 55px;
  width: 55px;
} */

.bigLetter:first-letter {
  float: left;
  font-size: 3.875rem;
  line-height: 46px;
  color: inherit;
}

.school .article_info-block,
.astrazenecaArticle .article_info-block {
  padding-top: 30px;
  padding-bottom: 12px;
  border-top: 4px solid rgba(254, 180, 220, 0.5);
  border-bottom: 4px solid rgba(254, 180, 220, 0.5);
}

.school .article_info-step,
.astrazenecaArticle .article_info-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 0;
}

.school .article-content,
.astrazenecaArticle .article-content {
  padding-bottom: 90px;
  border-bottom: 4px solid rgba(144, 230, 237, 0.5);
}

.school .article_text,
.astrazenecaArticle .article_text {
  line-height: 24px;
  margin-bottom: 35px;
}

.school .article_text p,
.astrazenecaArticle .article_text p {
  margin-bottom: 15px;
}

.school .article-sideBar,
.astrazenecaArticle .article-sideBar {
  max-width: 279px;
  min-width: 279px;
  width: 100%;
}

.school .article_title,
.astrazenecaArticle .article_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.school .article_nextContent,
.astrazenecaArticle .article_nextContent {
  margin-bottom: 50px;
}

.school .article_nextContent .nextContent_text,
.astrazenecaArticle .article_nextContent .nextContent_text {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.625rem;
  margin-bottom: 11px;
}

.school .article_form,
.astrazenecaArticle .article_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.formBlock.question,
.formBlock.question {
  padding: 50px 50px;
  border-radius: 0;
  background-color: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 50px;
}

.formBlock.question-result,
.formBlock.question-result {
  border-radius: 0;
  background-color: #f0f0f0;
  padding: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.formBlock.question-result .btn-submit,
.formBlock.question-result .btn-submit {
  max-width: 164px;
  margin-left: 20px;
}

.formBlock.question-result .input,
.formBlock.question-result .input {
  background-color: #fff;
  width: 100%;
  border: 3px solid #e0e0e0;
  padding: 0 20px;
  font-size: 1rem;
}

.formBlock.question .formBlock_text-info,
.formBlock.question .formBlock_text-info {
  font-size: 1.375rem;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 15px;
}

.formBlock.question .formBlock_form,
.formBlock.question .formBlock_form {
  padding-left: 0;
}

.formBlock.question .question_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.formBlock.question .formBlock_form .btn-submit {
  margin: 0;
  margin-top: 13px;
}

.formBlock.question .question_step .step {
  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;
  font-size: 0.75rem;
  font-weight: 900;
  max-width: 32px;
  min-width: 32px;
  max-height: 32px;
  min-height: 32px;
  margin-right: 8px;
  background-color: #fff;
  border-radius: 100%;
  border: 3px solid rgba(0, 0, 0, 0.31);
}

.datepicker--cell {
  color: #000;
  border-radius: 0;
}

.datepicker--cell.-focus- {
  background-color: #195589;
  color: #fff;
}

.datepicker--day-name {
  color: #c21673;
}

.datepicker--cell.-focus-.-current- {
  color: #fff;
}

.datepicker--cell.-current- {
  background-color: #195589;
  color: #fff;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  background-color: #195589;
}

.datepicker--nav-action {
  border-radius: 0;
}

.datepicker--nav-action path {
  stroke: #c21673;
}

.school .formBlock.question .question_step .step-current,
.astrazenecaArticle .formBlock.question .question_step .step-current {
  border-color: #c21673;
  background-color: #c21673;
  color: #fff;
}

.school .formBlock.question .question_step .step-succes,
.astrazenecaArticle .formBlock.question .question_step .step-succes {
  border-color: #81d739;
}

.school .formBlock.question .question_step .step-error,
.astrazenecaArticle .formBlock.question .question_step .step-error {
  border-color: #f66868;
}

.school .btn-like,
.astrazenecaArticle .btn-like {
  margin-bottom: 50px;
}

.social-container {
  max-width: 514px;
  width: 100%;
}

.stepItem {
  border-left: 6px solid rgba(254, 180, 220, 0.3);
  padding-left: 18px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.stepItem .item_num {
  font-weight: bold;
  font-size: 2.25rem;
  margin-bottom: 10px;
  color: #feb4dc;
}

.stepItem .item_text {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 20px;
}

.astrazenecaArticle_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  padding-top: 32px;
  padding-bottom: 38px;
  margin-bottom: 0;
}

.astrazenecaArticle_header .header_title {
  font-size: 3.125rem;
}

.astrazenecaArticle_header .header_info,
.astrazenecaArticle_header .header_textBlock {
  width: 100%;
}

.astrazenecaArticle_header .header_text {
  font-size: 1rem;
  max-width: 725px;
  line-height: 24px;
}

.astrazenecaArticle_header .header_textBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  border-bottom: 4px solid #fce7f0;
  padding-bottom: 28px;
}

.astrazenecaArticle_header .header_textBlock .img-container,
.astrazenecaArticle_header .header_textBlock .rightSide {
  width: 410px;
}

[data-scrollTopPage] {
  position: fixed;
  width: 58px;
  height: 58px;
  bottom: 100px;
  cursor: pointer;
  z-index: 10;
}

[data-scrollTopPage]:hover .svg_arrow {
  fill: transparent;
  stroke-width: 2.4px;
  stroke: #fff;
}

[data-scrollTopPage]:hover .svg_arrowHead {
  fill: transparent;
  stroke-width: 3px;
  stroke: #fff;
}

[data-scrollTopPage]:hover .svg_arrowBg {
  fill: rgb(194, 22, 115);
  opacity: 1;
}

.astrazenecaArticle_header .leftSide {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 34px;
  width: calc(100% - 410px);
}

.astrazenecaArticle_header .rightSide .img-container img {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  height: auto;
}

.astrazenecaArticle_header .rightSide .social-wrapper {
  display: none;
}

.astrazenecaArticle_header .inverse_header .rightSide {
  order: 1;
  width: 260px;
  overflow: hidden;
}

.astrazenecaArticle_header .inverse_header .leftSide {
  order: 2;
  width: calc(100% - 600px);
  padding-right: 0;
  padding-left: 34px;
}

.astrazenecaArticle_header .header_textBlock.inverse_header {
  justify-content: flex-start;
}

.astrazenecaArticle_header .header_textBlock.inverse_header .img-container {
  text-align: center;
  width: max-content;
  position: relative;
  left: -50%;
  top: 0;
  transform: translate(10%, 0);
}

.astrazenecaArticle_header .inverse_header .rightSide .social-wrapper {
  display: block;
}

.astrazenecaArticle_header .inverse_header .leftSide .social-wrapper {
  display: none;
}

.astrazenecaArticle_pageAnchor {
  position: relative;
}

.astrazenecaArticle .article_content {
  width: 100%;
}
.astrazenecaArticle .article_content p {
  margin-bottom: 15px;
}
.astrazenecaArticle .article_content h4 {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 45px;
}
.article_content ol {
  margin-left: 20px;
}
.article_content blockquote {
  margin: 0 auto;
  padding: 1em;
  border-left: 5px solid #c21673;
  background-color: #fff1f1;
}
.article_content blockquote:before {
  display: none;
}
.article_content blockquote:not(:first-of-type) {
  margin-top: 0.5em;
}
.article_content blockquote p {
  color: #555;
  font-size: 12pt;
  font-style: italic;
  line-height: 1.4;
  font-family: "PT Serif", Cambria, "Hoefler Text", Utopia, "Liberation Serif",
    "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
.article_content blockquote footer {
  margin-top: 0.5em;
  padding: 0;
  color: #777;
  font-size: 12pt;
  text-align: left;
  font-style: italic;
}
.article_content blockquote footer:before {
  content: "— ";
}

.astrazenecaArticle .article_info .info_text {
  padding-left: 115px;
  margin-bottom: 25px;
}

.astrazenecaArticle .article_info .info_text p {
  font-size: 1.125rem;
  line-height: 28px;
}

.astrazenecaArticle .article_info-withOutImage .info_text {
  padding-left: 80px;
}

.astrazenecaArticle .info_code {
  font-size: 0.75rem;
  font-weight: 300;
  margin-left: 30px;
}

.astrazenecaArticle .info_people .people_info {
  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;
}

.astrazenecaArticle .info_people .people_info .info_name {
  font-size: 1rem;
}

.astrazenecaArticle .info_people .people_info .info_text {
  font-weight: normal;
  padding-left: 0;
  margin-bottom: 0;
}

.astrazenecaArticle .info_people .people_img {
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  min-height: 100px;
}

/* .astrazenecaArticle ul {
  display: block;
  margin-top: 0;
  margin-bottom: 50px;
} */

.astrazenecaArticle .allContent-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.astrazenecaArticle .formBlock {
  margin-top: 40px;
}

.astrazenecaArticle .share {
  margin-bottom: 50px;
}

.astrazenecaArticle .allContent-wrapper {
  padding-bottom: 60px;
}

.astrazenecaArticle .article-sideBar {
  margin-left: 60px;
}

.astrazenecaArticle .nextContent_block {
  border-top: 4px solid rgba(144, 230, 237, 0.5);
  margin-top: 0;
  padding-top: 50px;
}

.slideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-top: -1px;
}

.article_link-hidden {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #000;
  cursor: pointer;
  z-index: 1;
}

.slideItem .info_moreInfo {
  margin-top: 0;
}

.slideItem .info_moreInfo li label {
  display: flex;
}

.slideItem ul li:before {
  display: none;
}

.slideItem:first-child {
  margin-top: 0;
}

.slideItem.slideItem-active .title_icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slideItem .btn-slideTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slideItem .info_moreInfo {
  display: none;
  margin-bottom: 0;
  padding-bottom: 30px;
}

.slideItem .info_moreInfo ol {
  margin-top: 10px;
  margin-bottom: 20px;
}

.slideItem .info_moreInfo ol li {
  margin-bottom: 14px;
}

.slideItem .info_moreInfo ul {
  list-style-type: none;
  margin-top: 10px;
}

.slideItem .info_moreInfo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.slideItem .info_moreInfo ul .ul_num {
  margin-right: 8px;
}

.slideItem_title {
  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;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  padding: 25px 0;
}

.slideItem_title .title_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.explanation {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-left: 5px;
  font-weight: bold;
  font-size: 1rem;
  color: #c21673;
  cursor: pointer;
}

.explanation:hover {
  color: #f085bb;
}

.explanation_block {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 16px;
  max-width: 415px;
  width: 100%;
  padding: 40px 30px;
  padding-right: 50px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.explanation_block-active {
  display: block;
}

.explanation_block .explanation_close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.explanation_block .explanation_close:hover rect {
  fill: #f085bb;
}

.explanation_block ol li {
  margin-bottom: 15px;
  padding-left: 6px;
}

.explanation_block ol li:last-child {
  margin-bottom: 0;
}

.moreInfoAboutArticle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.moreInfoAboutArticle_link {
  margin-right: 50px;
  color: #c21673;
  font-size: 0.625rem;
  text-transform: uppercase;
}

.header_icon .img-container {
  margin-right: 36px;
  max-width: 120px;
  min-width: 120px;
}

.header_icon .header_title {
  display: none;
}

.school-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bx-ie .school-container {
  display: block;
}

.school .allContent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.school_header {
  border-bottom: 2px solid #90e6ed;
}

.school_header .formBlock {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.school_header .formBlock.subscribe .formBlock_form {
  margin-bottom: 0;
}

.school_header .formBlock.subscribe .formBlock_form:after {
  display: none;
}

.school_content,
.school_event {
  width: 100%;
}

.school_content .event_title,
.school_content .content_title,
.school_event .event_title,
.school_event .content_title {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
}

.school_event .event_warning .customSelect .jq-selectbox__select {
  font-weight: normal;
}

.school_event .event_blockItem .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.school_event .event_blockItem .btn-allEvent {
  margin-bottom: 70px;
}

.school_event .event_item .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.school_event .event_item .item .item_date {
  margin-right: 30px;
}

.school_event .event_item .item .item_date .event_text {
  display: none;
}

.school_event .event_item .item .item_info {
  max-width: 695px;
}

.school_event .event_item .item .item_info .info_type {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.31);
}

.school_event .event_item .item .item_info .info_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.school_event .event_item .item .item_btn {
  margin-left: 60px;
  max-width: 168px;
  min-width: 168px;
}

.school_event .event_item .item .item_btn .btn-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  bottom: 42%;
  will-change: bottom;
  -webkit-transition: bottom 0.5s ease-in-out;
  -o-transition: bottom 0.5s ease-in-out;
  transition: bottom 0.5s ease-in-out;
}

.school_event .event_item .item .item_btn .btn-container-translate {
  bottom: 0;
}

.school_event .event_item .item .item_btn .btn-subscribe,
.school_event .event_item .item .item_btn .btn-slideTop {
  margin-top: 5px;
  padding: 15px 0;
}

.school_event .event_item .item .item_btn .btn-first {
  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;
  max-width: 168px;
  min-width: 168px;
  color: #fff;
  background: #c21673;
  padding: 15px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.school_event .event_item .item .item_btn .btn-first:hover {
  background-color: #f085bb;
}

.school_event .event_month {
  font-size: 1.5rem;
  padding-bottom: 19px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
}

.school_content .btn-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.school_content .btn-allEvent {
  margin-bottom: 70px;
}

.school_content .content_video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.school_content .content_video .video {
  width: 50%;
  margin-bottom: 53px;
}

.school-container {
  width: 100%;
}

.school_content .content_video .video:nth-child(odd) {
  padding-right: 39px;
}

.school_content .content_video .video:nth-child(even) {
  padding-right: 39px;
}

.school_pageAnchor {
  position: relative;
  max-width: 100px;
  min-width: 100px;
  margin-left: 41px;
}

.school.school-subPage .school_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  padding-top: 32px;
  padding-bottom: 40px;
}

.school.school-subPage .school_header .header_title {
  font-size: 3.125rem;
}

.school.school-subPage .school_header .header_info,
.school.school-subPage .school_header .header_textBlock {
  width: 100%;
}

.school.school-subPage .school_header .header_text {
  font-size: 1rem;
  max-width: 725px;
  line-height: 24px;
}

.school.school-singleVideo {
  padding-bottom: 140px;
}

.school.school-singleVideo .school_header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  padding-top: 32px;
  margin-bottom: 40px;
  border-bottom: none;
}

.school .search {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  width: 26px;
  background: #fff;
  height: auto;
  padding: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
}

.school .search-active {
  width: 100%;
}

.school .search .input-icon {
  cursor: pointer;
}

.school .search .input-search {
  padding: 5px 10px;
}

.school .search .input-bar {
  display: none;
}

.school_article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.school_article .author_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.school_article .author_item:last-child {
  margin-bottom: 45px;
}

.school_article .author_item .item_img {
  max-width: 90px;
  min-width: 90px;
  max-height: 90px;
  min-height: 90px;
  overflow: hidden;
  margin-right: 15px;
}

.school_article .author_item .item_img img {
  width: 100%;
}

.school_article .author_item .item_info .info_name {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 18px;
}

.school_article .author_item .item_info .info_text {
  font-size: 0.875rem;
  line-height: 21px;
}

.asideContent {
  margin-top: 40px;
}

.nextContent_block .nextContent_title.nextContent_title-mob {
  display: none;
}

.content_switcher {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content_switcher .switch {
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 10px;
  padding-bottom: 15px;
  color: #c21673;
  cursor: pointer;
}

.content_switcher .switch:hover {
  color: #f085bb;
}

.content_switcher .switch-active {
  color: #2d2d2d;
  border-bottom: 2px solid #c21673;
}

.content_switcher .switch-active:hover {
  color: #2d2d2d;
}

.nextContentItem {
  padding-top: 25px;
  margin-bottom: 22px;
  border-top: 1px solid #f0f0f0;
}

.nextContentItem .item_img {
  max-width: 110px;
  margin-bottom: 5px;
}

.nextContentItem .item_img img {
  width: 100%;
}

.formBlock_form-result.formBlock_form-active div:not(.semi-result) a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 175px;
  min-width: 157px;
  margin-top: 15px;
  padding: 15px;
  background-color: #c21673;
  color: #fff;
}

.formBlock_form-result.formBlock_form-active div:not(.semi-result) a:hover {
  background-color: #f085bb;
}

.nextContentItem .item_tag {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; */
  display: block;
  margin-bottom: 10px;
}

.nextContentItem .item_tag .tag {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.31);
  margin-right: 10px;
}

.nextContentItem .item_tag .tag:hover {
  color: rgba(0, 0, 0, 0.6);
}

.nextContentItem .item_title {
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 5px;
}

.nextContent_block {
  border-bottom: 4px solid rgba(144, 230, 237, 0.5);
  margin-top: 47px;
  padding-bottom: 25px;
  width: 100%;
}

.nextContent_block .nextContent-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nextContent_block .nextContent-container .rightSide img {
  border-radius: 12px;
}

.nextContent_block .nextContent_text {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.nextContent_block .nextContent_progressBar {
  position: relative;
  height: 2px;
  background-color: #fce7f0;
  max-width: 250px;
  width: 100%;
  margin-bottom: 16px;
}

.nextContent_block .nextContent_progressBar .progressBar_load {
  position: absolute;
  height: 2px;
  top: 0;
  left: 0;
  background-color: #c21673;
  width: 0;
  transition: 5s linear;
}

.nextContent_block .nextContent_progressBar .progressBar_load-load {
  width: 100%;
}

.nextContent_block .nextContent_delay .delay_text {
  margin-bottom: 20px;
}

.nextContent_block .nextContent_title {
  font-weight: 300;
  font-size: 3.125rem;
}

.share_text {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 15px;
}

.share_socialBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.share_socialBlock .social_icon {
  margin-right: 6px;
}

.share_socialBlock .social-info {
  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;
  max-width: 100px;
  min-width: 100px;
  padding: 19px 0;
  background-color: #eafbfd;
  margin-right: 1px;
}

.share_socialBlock .social-info.whatsapp,
.share_socialBlock .social-info.print {
  margin-left: 28px;
}

#search-result {
  padding-bottom: 100px;
}

#search-result .event_blockItem {
  margin-bottom: 70px;
}

#search-result .video {
  width: 50%;
  margin-bottom: 50px;
}

#search-result .video:nth-child(odd) {
  padding-right: 19px;
}

#search-result .video:nth-child(even) {
  padding-left: 19px;
}

#search-result .video-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pageAnchor {
  margin-bottom: 25px;
}

.pageAnchor_item {
  margin-bottom: 5px;
  background-color: #eafbfd;
  font-size: 0.875rem;
  line-height: 20px;
}

.pageAnchor_item-container {
  width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  padding-bottom: 70px;
}

.pageAnchor_item a {
  display: block;
  color: inherit;
  padding: 7px 15px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.pageAnchor_item:hover {
  color: #fff;
  background-color: #195589;
}

.warning_text-bold {
  font-weight: bold;
}

.video_item .item_tag .tag {
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.31);
  margin-right: 30px;
}

.video_item .item_title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #2d2d2d;
  position: relative;
}
.video_item .img-container .item_title {
  display: block;
}
.video_item .img-container .item_title .btn-videoPlay_icon svg {
  width: 94px;
  height: 94px;
}

.video_item .item_title:hover {
  color: #195589;
}

.video_item .item_author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}

.video_item .item_author .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.video_item .item_author .author:nth-child(odd) {
  padding-right: 19px;
}

.video_item .item_author .author:nth-child(even) {
  padding-left: 19px;
}

.video_item .item_author .author_img {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  margin-right: 10px;
}

.video_item .item_author .author_img img {
  width: 100%;
}

.video_item .item_author .author_name {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 18px;
}

.search-wrapper {
  max-width: 860px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.search-wrapper .search {
  padding: 0;
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 50px;
}

.search-wrapper .search_title {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 30px;
}

.search-wrapper .result_item {
  margin-bottom: 25px;
}

.search-wrapper .result_item .item_tag {
  display: flex;
}

.search-wrapper .result_item .item_tag .tag {
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.31);
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-wrapper .result_item .item_title {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #2d2d2d;
}

.search-wrapper .result_item .item_title:hover {
  color: #195589;
}

.search-wrapper .result_item .item_text p {
  line-height: 24px;
}

.search-wrapper .result_item .item_text p span {
  font-weight: bold;
}

.search-wrapper .result_item a span,
.search-wrapper .result_item .item_text p span {
  background-color: #ff0;
}

.search-wrapper {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 140px;
}

.paginationPage {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.paginationPage_num {
  color: #c21673;
  font-weight: 900;
  font-size: 0.75rem;
  padding: 0 10px;
  padding-bottom: 9px;
  cursor: pointer;
}

.paginationPage_num-active {
  border-bottom: 2px solid #c21673;
  color: #2d2d2d;
}

.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customCheckbox {
  margin-bottom: 0;
  font-size: 14px;
}

.customCheckbox label {
  display: inline-block;
  cursor: pointer;
}

.customCheckbox label:hover .jq-checkbox {
  border-color: #195589;
}

.jq-checkbox.checked {
  border-color: #195589 !important;
}

.customCheckbox label span {
  padding-left: 5px;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox {
  max-width: 80px;
  min-width: 80px;
  max-height: 39px;
  min-height: 39px;
  border-radius: 18px;
  background-color: #f0f0f0;
  -webkit-box-shadow: inset 0px 0px 0px 1px white;
  box-shadow: inset 0px 0px 0px 1px white;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox.checked .jq-checkbox__div {
  left: 43px;
  background: #195589;
}

.customCheckbox.customCheckbox-tumbler
  .jq-checkbox.checked
  .jq-checkbox__div:before {
  width: 6px;
  -webkit-transform: rotate(45deg) translate(1px, 1px);
  -ms-transform: rotate(45deg) translate(1px, 1px);
  transform: rotate(45deg) translate(1px, 1px);
}

.customCheckbox.customCheckbox-tumbler
  .jq-checkbox.checked
  .jq-checkbox__div:after {
  -webkit-transform: rotate(-45deg) translate(2px, 2px);
  -ms-transform: rotate(-45deg) translate(2px, 2px);
  transform: rotate(-45deg) translate(2px, 2px);
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox:before {
  display: none;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div {
  position: absolute;
  left: 2px;
  top: 2px;
  max-width: 30px;
  min-width: 30px;
  max-height: 30px;
  min-height: 30px;
  border-radius: 100%;
  background: #c21673;
  -webkit-transition: 0.375s ease-in-out;
  -o-transition: 0.375s ease-in-out;
  transition: 0.375s ease-in-out;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:before,
.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  top: 14px;
  left: 9px;
  background-color: #fff;
  -webkit-transition: 0.375s ease-in-out;
  -o-transition: 0.375s ease-in-out;
  transition: 0.375s ease-in-out;
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.customCheckbox.customCheckbox-tumbler .jq-checkbox__div:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.customCheckbox.customCheckbox-tumbler .checkbox_text {
  position: relative;
  top: -11px;
  color: #195589;
  font-size: 0.625rem;
  font-weight: 900;
  text-transform: uppercase;
}

.customCheckbox.customCheckbox-tumbler .checkbox_text:before {
  position: relative;
  display: inline-block;
  content: "";
  height: 15px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-right: 6px;
}

.customCheckbox.customCheckbox-tumbler .checkbox_text.fb:before {
  top: 2px;
  width: 8px;
  background-image: url("../image/fb_share.svg");
}

.customCheckbox.customCheckbox-tumbler .checkbox_text.vk:before {
  width: 16px;
  background-image: url("../image/vk_share.svg");
}

.customCheckbox.customCheckbox-tumbler .checkbox_text.ok:before {
  top: 2px;
  width: 11px;
  background-image: url("../image/ok_share.svg");
}

.customCheckbox .jq-checkbox {
  position: relative;
  top: 4px;
  max-width: 18px;
  min-width: 18px;
  max-height: 18px;
  min-height: 18px;
  border: 3px solid #e0e0e0;
  overflow: visible;
}

.customCheckbox .jq-checkbox.checked:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: -2px;
  right: -7px;
  background-image: url("../image/check.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.lk_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px;
  padding-top: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 50px;
  width: 100%;
}

.lk_header .img-container {
  margin-right: 36px;
  max-width: 120px;
  min-width: 120px;
}

.lk_header .header_title {
  font-size: 2.5rem;
  font-weight: 300;
}

.lk_header .header_text {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 25px;
}

.lk_header .header_textBlock {
  width: 100%;
}

.lk_header .header_row {
  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-bottom: 10px;
}

.lk .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lk_headText {
  max-width: 700px;
}

.lk_headText .customSelect {
  max-width: 380px;
  width: 100%;
  margin-right: 30px;
}

.lk_tab {
  display: none;
  padding-bottom: 100px;
}

.lk_tab-active {
  display: block;
}

.lk_tab .tab_title {
  font-weight: bold;
  font-size: 1.25rem;
}

.lk_tab .tab_text {
  margin-bottom: 25px;
}

.lk_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.progressBar {
  position: relative;
  width: 100%;
}

.progressBar-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progressBar-block .progressBar {
  margin-right: 50px;
  width: auto;
}

.progressBar_view {
  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;
}

.progressBar_view .view_arc {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 100%;
  height: auto;
}

.progressBar_view .veiw_meter,
.progressBar_view .veiw_value {
  stroke-width: 12px;
  fill: none;
}

.progressBar_view .veiw_meter {
  stroke: #e6e6e6;
}

.progressBar_view .veiw_value {
  stroke: #c21673;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  //stroke-dashoffset: 339.292;
  -webkit-transition: 1.5s ease-in-out;
  -o-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}

.progressBar_view .view_num {
  position: absolute;
  font-size: 3.75rem;
  font-weight: 300;
}

.progressBar_view .view_num:after {
  position: absolute;
  content: "%";
  font-size: 1.7rem;
  top: 4px;
  letter-spacing: -0.78px;
}

.progressBar_text {
  margin-top: 18px;
}

.progressBar-im .progressBar_view,
.progressBar-aschild .progressBar_view {
  width: 140px;
}

.progressBar-im .view_num,
.progressBar-aschild .view_num {
  left: 25px;
  top: 30px;
}

.progressBar-read .progressBar_view,
.progressBar-correct .progressBar_view {
  width: 162px;
}

.progressBar-read .progressBar_view .view_num,
.progressBar-correct .progressBar_view .view_num {
  top: 37px;
  left: 45px;
}

.progressBar-read .progressBar_text,
.progressBar-correct .progressBar_text {
  position: absolute;
  top: 84px;
  text-align: center;
  font-size: 0.75rem;
  width: 115px;
  left: 23px;
}

.contentManagement_info {
  margin-bottom: 70px;
}

.contentManagement_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info {
  padding-top: 36px;
}

.info_table {
  margin-top: -36px;
}

.info_table .table_row {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
}

.info_table .table_row .btn-delete {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info_table .table_title {
  font-weight: bold;
}

.info_table .table_data {
  margin-right: 60px;
  max-width: 130px;
  width: 100%;
}

.info_table .table_data:last-child {
  margin-right: 0;
}

.info_table .table_data:first-child {
  max-width: 460px;
}

.info_titleBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.info_titleBlock .btn {
  margin-right: 50px;
}

.info_titleBlock .btn:last-child {
  margin-right: 0;
}

.info_moreInfo {
  display: none;
  margin-top: 48px;
}

.info_moreInfo .moreInfo_title {
  font-weight: bold;
  margin-bottom: 10px;
}

.astrazenecaArticle ul {
  list-style-type: none;
  margin-bottom: 40px;
}

.astrazenecaArticle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.astrazenecaArticle ul li:before {
  position: relative;
  top: 4px;
  content: "";
  max-width: 12px;
  min-width: 12px;
  max-height: 12px;
  min-height: 12px;
  margin-right: 12px;
  background-color: rgba(254, 180, 220, 0.5);
  border-radius: 100%;
}

.info_people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_people .people_img {
  max-width: 60px;
  min-width: 60px;
  max-height: 60px;
  min-height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}

.info_people .people_img img {
  width: 100%;
}

.info_people .people_info .info_name {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 21px;
}

.info_people .people_info .info_text {
  font-size: 0.875rem;
  line-height: 21px;
}

.info_people .people_info .info_position {
  font-weight: 900;
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.31);
  text-transform: uppercase;
  line-height: 1.2;
}

.info_event {
  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;
}

[data-showShareBlock] {
  position: absolute;
  right: 25px;
  top: 45px;
  display: flex;
  align-items: center;
  height: 45px;
}
[data-showShareBlock] .share_socialBlock .ya-share2__badge {
  max-width: 60px;
  min-width: 60px;
  height: 45px;
  padding: 0;
}

.bannerShareBtn_article[data-showShareBlock] {
  position: static;
}
.bannerShareBtn_article .share_socialBlock {
  height: 45px;
}

.bannerShareBtn_article .btn-share-icon span {
  color: #c21673;
}

.share_socialBlock .ya-share2__badge {
  background-color: #eafbfd !important;
}
.share_socialBlock .ya-share2__badge:hover {
  background-color: #f8fdfe !important;
}

[data-showShareBlock] > .share_socialBlock {
  display: none;
}
[data-showShareBlock]:hover > .share_socialBlock {
  display: block;
}
.btn-share-icon {
  display: flex;
  align-items: center;
  margin-left: 25px;
  cursor: pointer;
}

.show-more-button {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 15px;
}

.hidden-text.is-open {
  height: auto;
}

.hidden-text {
  overflow: hidden;
  height: 0;
  margin-bottom: 20px;
}

.btn-share-icon span {
  font-weight: 900;
  margin-left: 10px;
  font-size: 15px;
  color: #fff;
}

.info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info-container .sideBar_title .icon {
  position: static;
}

.info-container .formBlock {
  margin-right: 76px;
}

.personalInformation .lk_form,
.mailing .lk_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.personalInformation .lk_form-wrapper,
.mailing .lk_form-wrapper {
  max-width: 700px;
}

.personalInformation .lk_form .top-text,
.personalInformation .lk_form .btn-container,
.mailing .lk_form .top-text,
.mailing .lk_form .btn-container {
  max-width: 380px;
}

.personalInformation .lk_form .btn-container,
.mailing .lk_form .btn-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.personalInformation .lk_form .btn-forgotPassword,
.mailing .lk_form .btn-forgotPassword {
  margin-top: -5px;
  margin-bottom: 20px;
}

.mailing .lk_form-wrapper {
  max-width: 100%;
  width: 100%;
}

.mailing .lk_form .btn-container {
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 28px;
  margin-top: 8px;
}

.mailing .customCheckbox label span {
  padding-left: 16px;
}

.mailing .customCheckbox .input-info {
  font-size: 0.875rem;
  padding-left: 38px;
}

.galleryThumb {
  max-width: 792px;
  margin-bottom: 40px;
}

.galleryThumb .thumb {
  position: relative;
  padding: 24px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.galleryThumb .thumb .swiper-button-prev,
.galleryThumb .thumb .swiper-button-next {
  width: auto;
  background: none;
  top: calc(50% - 5px);
}

.galleryThumb .thumb .swiper-button-prev {
  left: 107px;
}

.galleryThumb .thumb .swiper-button-next {
  right: 107px;
}

.galleryThumb .swiper-slide .slide_text {
  margin: 17px 0;
  font-weight: 300;
}

.galleryThumb .swiper-button-prev,
.galleryThumb .swiper-button-next {
  background: none;
  top: calc(50% - 22px);
}

.galleryThumb .gallery-thumbs {
  max-width: 495px;
}

.galleryThumb .gallery-thumbs .swiper-slide {
  position: relative;
  max-width: 74px;
  min-width: 74px;
  max-height: 74px;
  min-height: 74px;
  margin-right: 30px;
}

.galleryThumb .gallery-thumbs .swiper-slide:last-child {
  margin-right: 0;
}

.galleryThumb .gallery-thumbs .swiper-slide .img-container {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  z-index: -1;
}

.galleryThumb .gallery-thumbs .swiper-slide .img-container img {
  position: absolute;
  height: 100%;
  width: auto;
}

.galleryThumb .gallery-thumbs .swiper-slide-thumb-active {
  -webkit-box-shadow: inset 0px 0px 0px 4px #ffb212;
  box-shadow: inset 0px 0px 0px 4px #ffb212;
}

.galleryThumb .gallery-thumbs .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}

.settingWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.settingWrapper_icon {
  display: none;
}

.formBlock.quiz {
  position: relative;
  padding: 50px 40px;
  border-top: 4px solid #f0f0f0;
  border-bottom: 4px solid #f0f0f0;
  background: #fff;
  margin-bottom: 50px;
  max-width: 100%;
  box-shadow: none;
  border-radius: 0;
}

.quiz.quiz-result {
  border-bottom: none;
}

.formBlock.quiz .question_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-57%);
  -ms-transform: translateY(-57%);
  transform: translateY(-57%);
}

.formBlock.quiz.quiz .question_step .step {
  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;
  max-width: 30px;
  min-width: 30px;
  max-height: 30px;
  min-height: 30px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #f0f0f0;
  margin-right: 15px;
  font-size: 0.75rem;
  font-weight: bold;
}

.formBlock.quiz .question_step .step.step-prev {
  color: #fff;
  background-color: #f085bb;
}

.formBlock.quiz .question_step .step.step-current {
  color: #fff;
  background-color: #c21673;
}

.formBlock.quiz .question_step .step.step-next {
  background-color: #f0f0f0;
}

.quiz .quiz_text {
  font-size: 1.875rem;
  color: rgba(45, 45, 45, 0.9);
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 25px;
}

.quiz .quiz_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
}

.quiz .quiz_info span {
  font-weight: bold;
  margin-bottom: 5px;
}

.quiz .quiz_info p {
  line-height: 24px;
}

.quiz .quiz_formBlock {
  border-radius: 0;
  background-color: #f0f0f0;
  padding: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.quiz .quiz_formBlock .quiz_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quiz .quiz_formBlock .quiz_form .btn-submit {
  max-width: 164px;
  margin-left: 20px;
}

.quiz .quiz_formBlock .quiz_form .input {
  background-color: #fff;
  width: 100%;
  border: 3px solid #e0e0e0;
  padding: 0 20px;
  font-size: 1rem;
}

.bodyMass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quest_block .btn-container {
  margin-top: 20px;
  justify-content: flex-end;
}

.bodyMass_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 16px;
  border-left: 4px solid #c21673;
  margin-left: 20px;
}

.bodyMass_result-mob {
  display: none;
}

.bodyMass_result-mob input {
  width: 76px;
  height: 45px;
  background-color: #fff;
  border: 3px solid #e0e0e0;
  font-size: 1rem;
  padding: 0 12px;
  margin-right: 12px;
}

.bodyMass .jqUiSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.bodyMass .jqUiSlider:last-child {
  margin-bottom: 0;
}

.bodyMass .jqUiSlider-container {
  width: 368px;
}

.bodyMass .jqUiSlider input {
  width: 76px;
  height: 45px;
  background-color: #fff;
  border: 3px solid #e0e0e0;
  font-size: 1rem;
  padding: 0 12px;
  margin-right: 12px;
}

.bodyMass .jqUiSlider .jqUiSlider_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.bodyMass .jqUiSlider #slider-range-mass,
.bodyMass .jqUiSlider #slider-range-height {
  width: 100%;
  height: 4px;
  border: none;
  background-color: #c21673;
}

.bodyMass .jqUiSlider #slider-range-mass .ui-slider-handle,
.bodyMass .jqUiSlider #slider-range-height .ui-slider-handle {
  top: -8px;
  max-width: 20px;
  min-width: 20px;
  max-height: 20px;
  min-height: 20px;
  background: none;
  background-color: #fff;
  border: 3px solid #c21673;
  border-radius: 100%;
  outline: none;
}

.bodyMass .jqUiSlider #slider-range-mass .ui-slider-handle:active,
.bodyMass .jqUiSlider #slider-range-height .ui-slider-handle:active {
  background-color: #c21673;
}

/*Стили для яшаринга в навбаре*/
.navbar_social .ya-share2__container_size_m .ya-share2__item,
.footer_social .ya-share2__container_size_m .ya-share2__item {
  margin: 0;
  margin-right: 7px;
}

.navbar_social .ya-share2__container_size_m .ya-share2__item:last-child,
.footer_social .ya-share2__container_size_m .ya-share2__item:last-child {
  margin: 0;
}

.navbar_social .ya-share2__container_size_m .ya-share2__icon {
  max-width: 26px;
  min-width: 26px;
  max-height: 26px;
  min-height: 26px;
}

.navbar_social .ya-share2__item .ya-share2__badge {
  background: none;
}
.navbar_social .ya-share2__item_service_facebook .ya-share2__icon {
  background: url("../image/icon_fb_header.png");
}
.navbar_social .ya-share2__item:hover {
  opacity: 1;
}
.navbar_social .ya-share2__item_service_facebook:hover .ya-share2__icon {
  background: url("../image/icon_fb_header_hover.png");
}

.navbar_social .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url("../image/icon_vk_header.png");
}
.navbar_social .ya-share2__item_service_vkontakte:hover .ya-share2__icon {
  background: url("../image/icon_vk_header_hover.png");
}

.navbar_social .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: url("../image/icon_ok_header.png");
}
.navbar_social .ya-share2__item_service_odnoklassniki :hover .ya-share2__icon {
  background: url("../image/icon_ok_header_hover.png");
}

/*Стили для яшаринга в футере*/

.footer_social .ya-share2__container_size_m .ya-share2__icon {
  max-width: 31px;
  min-width: 31px;
  max-height: 31px;
  min-height: 31px;
}
.footer_social .ya-share2__item .ya-share2__badge {
  background: none;
}

.footer_social .ya-share2__item:hover {
  opacity: 1;
}

.footer_social .ya-share2__item_service_facebook .ya-share2__icon {
  background: url("../image/icon_fb_footer.svg");
  background-size: cover;
}
/* .footer_social .ya-share2__item_service_facebook:hover .ya-share2__icon {
  background: url('../image/icon_fb_header_hover.png');
} */

.footer_social .ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url("../image/icon_vk_footer.svg");
  background-size: cover;
}
/* .footer_social .ya-share2__item_service_vkontakte:hover .ya-share2__icon {
  background: url('../image/icon_vk_header_hover.png');
} */

.footer_social .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background: url("../image/icon_ok_footer.svg");
  background-size: cover;
}
/* .footer_social .ya-share2__item_service_odnoklassniki :hover .ya-share2__icon {
  background: url('../image/icon_ok_header_hover.png');
} */

/*Стили для яшаринга в конце статьи*/
.share_socialBlock .ya-share2__badge {
  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;
  max-width: 100px;
  min-width: 100px;
  padding: 19px 0;
  background-color: #eafbfd;
  margin-right: 1px;
}

.share_socialBlock .ya-share2__list {
  list-style-type: none;
  display: flex;
}
.share_socialBlock li:before {
  display: none !important;
}
.share_socialBlock .ya-share2__title {
  display: none;
}

.share_socialBlock .ya-share2__counter {
  margin-left: 6px;
}

.share_socialBlock .ya-share2__icon {
  height: 23px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.share_socialBlock .ya-share2__item_service_facebook .ya-share2__icon {
  width: 7px;
  background-image: url("../image/fb_share.svg");
}

.share_socialBlock .ya-share2__item_service_vkontakte .ya-share2__icon {
  width: 15px;
  background-image: url("../image/vk_share.svg");
}

.share_socialBlock .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  width: 10px;
  background-image: url("../image/ok_share.svg");
}

.share_socialBlock .ya-share2__item_service_twitter .ya-share2__icon {
  width: 16px;
  background-image: url("../image/twitter_share.svg");
}

.projectMission .textInfo {
  margin: 25px 0;
  margin-top: 10px;
  padding: 30px 50px;
  border-top: 4px solid rgba(208, 225, 251, 0.5);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 28px;
  border-bottom: 4px solid rgba(208, 225, 251, 0.5);
}

.projectMission .withImage {
  position: relative;
  padding-left: 115px;
}

.projectMission .withImage img {
  position: absolute;
  left: 0;
  top: 0;
}

.bodyMass .bodyMass_result .result_num {
  position: absolute;
  padding-left: 53px;
}

.cookieBoxWrapper {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  z-index: 100;
  overflow: hidden;
  display: none;
}
.cookieBoxWrapper .cookie_button {
  display: none;
}

.cookieBox {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookieBoxWrapper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #c21673;
}

.cookieBox__logo {
  max-width: 157px;
  padding-top: 20px;
}

.cookieBox__title {
  font-family: "Circe";
  font-size: 18px;
  color: #2d2d2d;
}

.cookieBox__text_mobile,
.cookieBox__text {
  font-family: "Circe";
  font-size: 14px;
  color: #2d2d2d;
  padding-top: 5px;
}

.cookieBox__text_mobile a,
.cookieBox__text a {
  text-decoration: underline;
}

.cookieBox__button {
  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;
  color: #fff;
  max-width: 160px;
  min-width: 160px;
  width: 100%;
  padding: 10px;
  background-color: #c21673;
  cursor: pointer;
  margin-top: 5px;
}
.cookieBoxWrapper_text {
  padding: 0 20px 0 0;
}
.cookieBoxWrapper .cookieBox__text_mobile {
  display: none;
}
@media screen and (max-width: 979px) {
  .cookieBox {
    padding-top: 20px !important;
    display: block;
  }
}
@media screen and (max-width: 660px) {
  .cookieBoxWrapper .cookieBox__title,
  .cookieBoxWrapper .cookieBox__text {
    display: none;
  }
  .cookieBoxWrapper .cookieBox__text_mobile {
    display: block;
  }
  .cookieBoxWrapper .cookie_button {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    height: 8px;
    width: 100%;
    z-index: 11;
    background: #fff;
    cursor: pointer;
  }
  .cookieBoxWrapper .cookie_button:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 7px;
    transform: translate(-50%, 0) rotate(135deg);
    width: 8px;
    height: 8px;
    border: 2px solid #c21673;
    border-top: none;
    border-right: none;
    z-index: 2;
  }
  .cookieBoxWrapper.cookie_button_top .cookieBox__title,
  .cookieBoxWrapper.cookie_button_top .cookieBox__text {
    display: block;
  }
  .cookieBoxWrapper.cookie_button_top .cookieBox__text_mobile {
    display: none;
  }
  .cookieBoxWrapper.cookie_button_top .cookie_button:before {
    top: 2px;
    transform: translate(-50%, 0) rotate(-45deg);
  }
  .cookieBox__title {
    font-size: 17px;
    line-height: 22px;
  }
  .cookieBox__text_mobile,
  .cookieBox__text {
    font-size: 13px;
    line-height: 18px;
  }

  .info_link-1 {
    padding-left: 20px !important;
    width: auto !important;
  }

  .info_link-2 {
    width: auto !important;
    margin-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .cookieBox__title {
    font-size: 16px;
    line-height: 20px;
  }
  .cookieBox__text_mobile,
  .cookieBox__text {
    font-size: 12px;
    line-height: 14px;
  }
  .cookieBox__button {
    max-width: 130px;
    min-width: 130px;
    padding: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .cookieBoxWrapper_text {
    padding: 0;
  }
}

.sideBar_nav a:nth-child(2):hover {
  background-color: #d0e1fb;
}

.sideBar_nav a:nth-child(3):hover {
  background-color: #90e6ed;
}

.sideBar_nav a:nth-child(5):hover {
  background-color: #ffc6c6;
}

.sideBar_nav a:nth-child(7):hover {
  background-color: #e3daf7;
}

/* /media/image/twitter_share.svg */

@media screen and (max-width: 1240px) {
  .galleryThumb {
    max-width: 600px;
  }

  .astrazenecaArticle_header .inverse_header .rightSide {
    width: 200px;
  }

  .astrazenecaArticle_header .inverse_header .leftSide {
    width: calc(100% - 540px);
  }

  .astrazenecaArticle_header .header_textBlock.inverse_header .img-container {
    transform: translate(-5%, 0);
  }
  .astrazenecaArticle .inverse_header .header_title {
    display: block;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 34px;
  }
}

@media screen and (max-width: 1024px) {
  .astrazenecaArticle_header .header_textBlock .img-container,
  .astrazenecaArticle_header .header_textBlock .rightSide {
    width: auto;
  }

  .astrazenecaArticle_header .leftSide {
    width: auto;
  }

  .astrazenecaArticle_header .inverse_header .rightSide {
    width: 200px;
  }
  .astrazenecaArticle_header .header_textBlock.inverse_header .img-container {
    width: max-content;
  }
}

@media screen and (max-width: 979px) {
  .share_socialBlock .ya-share2__list {
    flex-wrap: wrap;
  }

  .school-container,
  .school-container div {
    width: 100%;
  }

  .footer .col:nth-child(1) {
    position: relative;
    top: 0px;
  }

  .footer_row:nth-child(2) {
    padding-top: 20px;
  }

  .col_title {
    margin-top: 50px;
  }

  .footer_social {
    padding-top: 10px;
  }

  .footer_app .footer_text-bold {
    padding-bottom: 10px;
  }

  .galleryThumb {
    max-width: 100%;
  }

  .formBlock.subscribe .formBlock_form .top-text {
    margin-bottom: 20px;
  }

  .wrapper {
    padding-top: 63px;
  }

  .mainPage_textBlock {
    padding: 18px 16px;
  }

  .container {
    padding: 0 10px;
  }

  .navbar .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar .navbar_logo {
    display: none;
  }

  .navbar .navbar_logo-mobile {
    display: block;
  }

  .navbar .navbar_social,
  .navbar .navbar_store {
    display: none;
  }

  .navbar .btn-container {
    display: none;
  }

  .navbar .btn-search .search_text {
    display: none;
  }

  .navbar .btn-menu .menu_text {
    display: none;
  }

  .link_item .img-container img {
    width: 72px;
  }

  .link_item .item_text {
    font-size: 1.25rem;
  }

  #withSideBar {
    width: 100%;
    -webkit-transition: 0.375s ease-in-out;
    -o-transition: 0.375s ease-in-out;
    transition: 0.375s ease-in-out;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  #withSideBar .container {
    padding: 0 10px;
  }

  #withSideBar .sideBar,
  #withSideBar .content {
    height: calc(100vh - 63px);
    overflow-y: auto;
    z-index: 10;
  }

  #withSideBar .content {
    width: calc(100% - 70px);
  }

  .widthSideBar-translate {
    -webkit-transform: translateX(calc(-100% + 70px)) !important;
    -ms-transform: translateX(calc(-100% + 70px)) !important;
    transform: translateX(calc(-100% + 70px)) !important;
  }

  .widthSideBar-translate .nav_icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sideBar {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    min-width: auto;
  }

  .sideBar-container {
    position: fixed;
    width: 100%;
    -webkit-transform: translateX(calc(100% - 70px));
    -ms-transform: translateX(calc(100% - 70px));
    transform: translateX(calc(100% - 70px));
    z-index: 10;
    background: #fff;
  }

  .sideBar_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 63px);
    overflow: auto;
    max-width: 70px;
    min-width: 70px;
  }

  .sideBar_nav .nav_link,
  .sideBar_nav .nav_toggle {
    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;
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    min-height: 70px;
  }

  .sideBar_nav .nav_link .img-container {
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
    background-color: white;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
  }

  .sideBar_nav .nav_toggle .nav_icon {
    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;
    border: 1px solid #c21673;
    border-radius: 100%;
    max-width: 50px;
    min-width: 50px;
    max-height: 50px;
    min-height: 50px;
  }

  .sideBar_nav .nav_toggle .nav_icon:active {
    background-color: #c21673;
  }

  .sideBar_nav .nav_toggle .nav_icon:active path {
    stroke: #fff;
    stroke-width: 2px;
  }

  .sideBar .sideBar_block {
    padding: 30px 0;
    padding-left: 20px;
    padding-right: 10px;
  }

  .sideBar .sideBar_block p {
    font-size: 0.875rem;
    margin-top: 20px;
  }

  .sideBar .sideBar_title {
    font-size: 1.25rem;
  }

  .sideBar .sideBar_title .icon {
    position: static;
  }

  .sideBar .sideBar_text {
    font-size: 0.875rem;
  }

  .sideBar .event-block .event_text {
    margin-left: 0;
    margin-top: 15px;
  }

  .sideBar .event-block .event_text .link_text-bold {
    margin-top: 0;
  }

  .sideBar .event-block .event_date {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
  }

  .sideBar .event-block .event_date .date_day {
    font-size: 1.625rem;
  }

  .sideBar .event-block .event_date .date_month {
    font-size: 1rem;
  }

  .close-icon {
    top: 30px;
  }

  .footer {
    display: none;
  }

  .footer-mob {
    display: block;
  }

  .footer-mob .footer_bottom {
    font-size: 1.25rem;
  }

  .footer-mob .footer_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-mob .footer_row .col {
    width: 100%;
  }

  .footer-mob .footer_row .col:nth-child(odd) {
    padding-right: 10px;
  }

  .footer-mob .footer_row .col:nth-child(even) {
    padding-left: 10px;
  }

  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    margin-bottom: 45px;
  }

  .slider .pageIcon {
    left: 10px;
    width: 87px;
  }

  .slider .pageIcon img {
    width: 100%;
  }

  .slider .navigation {
    display: none;
  }

  .infoAboutPage span {
    font-size: 1rem;
  }

  .infoAboutPage_linkBlock {
    padding: 15px 0;
  }

  .linkBlock_item {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 6px 10px;
    padding-top: 8px;
  }

  .customSelect .jq-selectbox__select {
    font-size: 0.75rem;
  }

  .article {
    padding: 10px;
    min-height: auto;
    margin-right: 0;
  }

  .article-big .article_title .title_text {
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: normal;
  }

  .article-big .article_title .title_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article-big .article_title .title_description .article_image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .article-big .article_image {
    max-width: 90px;
    min-width: 90px;
    max-height: 90px;
    min-height: 90px;
  }

  .article-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bx-ie .article-container {
    display: block;
  }

  .article_bottom {
    margin-top: 15px;
  }

  .article_title .title_text {
    font-size: 1.25rem;
  }

  .article_title .title_description {
    font-size: 0.875rem;
  }

  .article_image {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .img-block .img-container {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 0;
  }

  .formBlock {
    padding: 30px 20px;
  }

  .formBlock_title {
    font-size: 1rem;
  }

  .formBlock_form {
    padding-left: 0;
  }

  .formBlock_form label {
    font-size: 0.875rem;
  }

  .formBlock .btn-submit {
    width: 100%;
  }

  .formBlock.subscribe .formBlock_form button {
    margin-left: 0;
    width: 100%;
  }

  .menu_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu_content-container {
    padding: 0 20px;
    padding-bottom: 40px;
  }

  .menu_content .content_col {
    max-width: 100%;
  }

  .menu_content span.menu_title {
    margin-top: 17px;
  }

  .popUp {
    top: 66px;
    max-height: calc(100vh - 66px);
  }

  .popUp .close-icon {
    right: 10px;
  }

  .popUp_content {
    padding-top: 70px;
  }

  .navbar {
    overflow: auto;
  }

  .navbar-header {
    padding: 15px 20px;
  }

  .navbar-header .navbar_logo {
    display: inherit;
  }

  .navbar .btn-registrEmail {
    text-align: center;
  }

  .navbar .search {
    height: 235px;
    padding: 15px 20px;
  }

  .navbar .search .input-container {
    margin-bottom: 20px;
  }

  .navbar .search .btn-searchStart {
    max-width: 100%;
    min-width: 100%;
    margin: 0 0 20px;
  }

  .navbar .search .btn-searchClose {
    margin: 0;
  }

  .navbar .search_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar .search .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-goRegistr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px 0;
    margin: 10px 20px;
    margin-top: 0;
    border-bottom: 1px solid #f0f0f0;
  }

  .navbar-goRegistr .btn {
    margin-right: 20px;
    color: #c21673;
  }

  .navbar .btn-search .search_label {
    margin-right: 0;
  }

  .navbar .btn-menu .menu_label {
    margin: 0;
  }

  .navbar .iconLink-container {
    display: none;
  }

  .quest_questionnaire .leftSide {
    padding-top: 20px;
  }

  .quest_questionnaire .quest_num {
    margin-bottom: 15px;
  }

  .navbar.navbar-menu-active,
  .navbar.navbar-login-active {
    max-height: 100%;
    border-bottom: 8px solid #c21673;
  }

  .navbar.navbar-menu-active:before,
  .navbar.navbar-login-active:before {
    display: none;
  }

  .navbar.navbar-login .content_switcher {
    margin-top: 15px;
  }

  .navbar.navbar-login .container {
    padding: 15px 20px;
    max-height: 100%;
    height: auto;
  }

  .navbar.navbar-login .navbar-header {
    padding: 0;
  }

  .registrationTab .loginStep-show,
  .authorizationTab .loginStep-show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .registrationTab .socialBlock,
  .authorizationTab .socialBlock {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .registrationTab .socialBlock .signIn-social,
  .authorizationTab .socialBlock .signIn-social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
  }

  .registrationTab .socialBlock .signIn-social:last-child,
  .authorizationTab .socialBlock .signIn-social:last-child {
    margin-right: 0;
  }

  .registrationTab .socialBlock .signIn-social .social_text,
  .authorizationTab .socialBlock .signIn-social .social_text {
    padding: 0;
  }

  .authorizationTab .from_authorization {
    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;
  }

  .whyDoIneed {
    margin: 0;
    max-width: 100%;
  }

  .form_registEmail .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form_registEmail .row .top-text,
  .form_registEmail .row .select {
    margin-right: 0;
    max-width: 100%;
  }

  .form_registEmail .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search-wrapper {
    padding: 0 10px;
    margin-bottom: 100px;
  }

  .search-wrapper .search-container .search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-wrapper .search-container .search_form .input-container {
    margin-bottom: 20px;
  }

  .search-wrapper .search-container .search_form .btn-searchStart {
    max-width: 100%;
    min-width: 100%;
    margin: 0;
  }

  .search-wrapper .search_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .search-wrapper .result_item .item_title {
    font-size: 1.375rem;
  }

  .search-wrapper .result_item .item_text {
    font-size: 0.875rem;
  }

  .info_edition {
    margin-bottom: 10px;
  }

  .social-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-container .social_info {
    width: 100%;
    margin-bottom: 5px;
  }

  .social-container .social_info .info_date {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .social-container .info_code {
    margin-left: 0;
  }

  .school_header .info_link-goBack .link_text,
  .astrazenecaArticle_header .info_link-goBack .link_text {
    font-size: 0.625rem;
    font-weight: 900;
    text-transform: uppercase;
  }

  .school_header .header_info,
  .astrazenecaArticle_header .header_info {
    margin-bottom: 22px;
  }

  .school_header .header_text,
  .astrazenecaArticle_header .header_text {
    font-size: 1rem;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .school_header .header_video .info_title,
  .astrazenecaArticle_header .header_video .info_title {
    display: none;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 34px;
  }

  .school_header .header_video .info_tag,
  .astrazenecaArticle_header .header_video .info_tag {
    display: none;
  }

  .school_header .header_video .mobile_text-container,
  .astrazenecaArticle_header .header_video .mobile_text-container {
    display: block;
    padding: 0 10px;
  }

  .school_header .header_video .mobile_text-container .info_title,
  .astrazenecaArticle_header .header_video .mobile_text-container .info_title {
    display: block;
    margin-bottom: 15px;
  }

  .astrazenecaArticle_header .inverse_header .leftSide {
    width: calc(100% - 250px);
  }
  .astrazenecaArticle_header .inverse_header .rightSide {
    width: 250px;
  }
  .astrazenecaArticle_header .header_textBlock.inverse_header .img-container {
    transform: translate(5%, 0);
  }
  .school .article_info,
  .astrazenecaArticle .article_info {
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 22px;
  }

  .school .article_info-step,
  .astrazenecaArticle .article_info-step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .school .article_info-step .col,
  .astrazenecaArticle .article_info-step .col {
    width: 100%;
  }

  .school .article_info p span,
  .astrazenecaArticle .article_info p span {
    font-size: 4.125rem;
    height: 44px;
    width: 48px;
  }

  .school .article_text,
  .astrazenecaArticle .article_text {
    margin-bottom: 22px;
  }

  .school .formBlock,
  .astrazenecaArticle .formBlock {
    padding: 30px 20px;
  }

  .school .formBlock.question,
  .astrazenecaArticle .formBlock.question {
    padding: 30px 20px;
  }

  .school .formBlock.question-result,
  .astrazenecaArticle .formBlock.question-result {
    padding: 30px 20px;
  }

  .school .formBlock.question .formBlock_text-info,
  .astrazenecaArticle .formBlock.question .formBlock_text-info {
    font-size: 1rem;
  }

  .school .formBlock .article_form,
  .astrazenecaArticle .formBlock .article_form {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .school .formBlock .article_form input,
  .astrazenecaArticle .formBlock .article_form input {
    height: 45px;
    margin-bottom: 20px;
  }

  .school .formBlock .article_form .btn,
  .astrazenecaArticle .formBlock .article_form .btn {
    margin-left: 0;
  }

  .header_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .header_icon .img-container {
    margin-right: 15px;
    max-width: 86px;
    min-width: 86px;
  }

  .header_icon .header_title {
    display: block;
    font-size: 1.5rem;
    margin: 0;
    padding-right: 20px;
    font-weight: 300;
  }

  .header_title {
    display: none;
  }

  .header_text .text_title {
    display: none;
  }

  .school_header {
    padding: 0;
    padding-top: 34px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .school_pageAnchor {
    display: none;
  }

  .school_event .event_item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .school_event .event_item .item .item_btn {
    margin-left: 0;
    max-width: 100%;
    min-width: 100%;
  }

  .school_event .event_item .item .item_btn .btn-container {
    margin-top: 14px;
    position: static;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .school_event .event_item .item .item_btn .btn-container .btn {
    margin: 0;
    padding: 0 13px;
    height: 30px;
    max-width: auto;
    min-width: 95px;
  }

  .school_event .event_item .item .item_info .info_type,
  .school_event .event_item .item .item_info .info_title {
    display: none;
  }

  .school_event .event_item .item .item_date {
    margin-bottom: 20px;
  }

  .school_event .event_item .item .item_date .event_text {
    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;
    margin-left: 12px;
  }

  .school_event .event_item .item .item_date .event_text .link_tag {
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.31);
  }

  .school_event .event_item .item .item_date .event_text span {
    font-size: 1rem;
    font-weight: bold;
    text-transform: none;
  }

  .school_event .event_title {
    padding-right: 30px;
  }

  .school_content .content_title {
    padding-right: 30px;
  }

  .school_content .content_video .video {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 40px;
  }

  .school_event,
  .school_content {
    position: relative;
  }

  .school .btn-allEvent {
    max-width: 100%;
    min-width: 100%;
  }

  .astrazenecaArticle .header_title {
    display: block;
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 34px;
  }

  .astrazenecaArticle .article-sideBar {
    display: none;
  }

  .astrazenecaArticle .article_info .info_people {
    margin-bottom: 18px;
  }

  .astrazenecaArticle .article_info .info_people .people_img {
    max-width: 60px;
    min-width: 60px;
    max-height: 60px;
    min-height: 60px;
  }

  .astrazenecaArticle .article_info .info_text {
    padding: 0 10px;
  }

  .astrazenecaArticle .leftSide {
    padding-right: 0;
  }

  .content_nav,
  .event_nav {
    left: -10px;
    width: calc(100% + 20px);
    padding-left: 10px;
  }

  .content_nav .search,
  .event_nav .search {
    display: none;
  }

  .search-container-mob {
    display: block;
  }

  .search-container-mob .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    width: 100%;
    border: none;
  }

  .search-container-mob .search-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .search-container-mob .search-container .input-icon-toggleSearch {
    position: absolute;
    top: 5px;
    right: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: right 0;
    background-image: url("../image/icon_search.svg");
  }

  .search-container-mob .search-container .input-icon-toggleSearch-active {
    background-position: 9px 0;
    background-image: url("../image/search_close.svg");
  }

  .search-container-mob .search_form {
    display: none;
  }

  .search-container-mob .search.search-active {
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
  }

  .search-container-mob .search.search-active .search_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .search-container-mob .search .input-search {
    padding-right: 60px;
    padding-left: 25px;
  }

  .search-container-mob .search .btn-searchStart {
    position: absolute;
    margin: 0;
    right: 0;
    margin-top: 6px;
    padding: 0;
    background-color: transparent;
    color: #c21673;
    max-width: 65px;
    min-width: auto;
  }

  .nav {
    position: relative;
  }

  .nav .navItem {
    background-color: #c21673;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
  }

  .nav .navItem.navItem-current {
    background-color: transparent;
  }

  .nav .navItem.navItem-current:before {
    width: calc(100% - 15px);
  }

  .video_item .item_author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video_item .item_author .author {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .video_item .social_info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .video_item .social_info .info-social {
    margin-right: 30px;
  }

  .article_card .card_num {
    top: -15px;
    max-width: 26px;
    min-width: 26px;
    max-height: 26px;
    min-height: 26px;
    font-size: 0.875rem;
  }

  .article_card .card_content {
    padding: 0 10px;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .article_card.article_card-active .btn-understandably:before {
    -webkit-transform: translate(-9px, -1px) rotate(-45deg);
    -ms-transform: translate(-9px, -1px) rotate(-45deg);
    transform: translate(-9px, -1px) rotate(-45deg);
  }

  .article_card.article_card-active .btn-understandably:after {
    -webkit-transform: translate(-15px, 1px) rotate(45deg);
    -ms-transform: translate(-15px, 1px) rotate(45deg);
    transform: translate(-15px, 1px) rotate(45deg);
    width: 6px;
  }

  .article_card.article_card-result {
    padding: 30px 10px;
  }

  .article_card.article_card-result .leftSide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article_card.article_card-result .leftSide .img-container {
    margin: 0;
    margin-bottom: 15px;
    max-width: 70px;
    min-width: 70px;
    max-height: 70px;
    min-height: 70px;
  }

  .article_card .btn-understandably {
    margin-bottom: 0;
    height: 30px;
    padding: 0 15px;
  }

  .article_card .btn-understandably:before,
  .article_card .btn-understandably:after {
    width: 8px;
  }

  .article_card .btn-understandably:before {
    -webkit-transform: translate(-9px, 2px) rotate(-45deg);
    -ms-transform: translate(-9px, 2px) rotate(-45deg);
    transform: translate(-9px, 2px) rotate(-45deg);
  }

  .article_card .btn-understandably:after {
    -webkit-transform: translate(-9px, -3px) rotate(45deg);
    -ms-transform: translate(-9px, -3px) rotate(45deg);
    transform: translate(-9px, -3px) rotate(45deg);
  }

  .share_socialBlock {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .share_socialBlock .social-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 70px;
    width: 100%;
    min-width: auto;
    margin-right: 7px;
    margin-bottom: 14px;
  }

  .moreInfoAboutArticle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .moreInfoAboutArticle_link {
    margin: 0;
    margin-bottom: 10px;
  }

  .slideItem_title {
    font-size: 1rem;
    padding: 15px 0;
  }

  .nextContent_block .nextContent-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nextContent_block .nextContent_delay .delay_text {
    margin-bottom: 0;
  }

  .nextContent_block .nextContent_delay .btn-loadNow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .nextContent_block .nextContent_title {
    display: none;
  }

  .nextContent_block .nextContent_title.nextContent_title-mob {
    display: block;
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-container .formBlock {
    margin-right: 0;
  }

  .header_banner {
    height: 220px;
    align-items: center;
    justify-content: flex-end;
  }

  .header_banner .banner_info {
    margin-right: 0;
    padding: 0 10px;
  }
  .header_banner .banner_info.text_right,
  .header_banner .banner_info.text_left {
    margin: 0;
    align-self: center;
  }
  .cardLife_item {
    margin-left: 0;
  }
  .cardLife_item:nth-child(odd) {
    width: 100%;
  }

  .header_banner .banner_info .btn-whatIsThat {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    width: 100%;
  }

  .header_banner .banner_info .info_title,
  .header_banner .banner_info .info_text {
    display: none;
  }

  .header-pageInfo-mob {
    display: block;
    padding: 15px 10px;
  }

  .header-pageInfo-mob .info_title {
    font-size: 1.75rem;
    line-height: 34px;
    margin-bottom: 8px;
  }

  .cardLife_title {
    font-size: 1rem;
  }

  .cardLife-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cardLife_item {
    width: 100%;
    padding: 20px;
  }

  .cardLife_item .img-container {
    max-width: 75px;
    margin-right: 18px;
  }

  .cardLife_item-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cardLife_item .item_text {
    font-size: 1rem;
    line-height: 22px;
  }

  .quest .container {
    padding: 0 10px;
  }

  .quest_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .quest_header .header_text {
    margin: 0;
  }

  .quest_header .header_text .text_info {
    font-size: 1rem;
  }

  .quest_questionnaire .quest_num {
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
  }

  .quest_questionnaire .quest_num .num_number {
    font-size: 1.25rem;
    font-weight: 300;
  }

  .quest_questionnaire .quest_num .num_text {
    font-size: 0.625rem;
  }

  .quest_questionnaire .quest_num:after {
    display: none;
  }

  .lk_header {
    padding: 0;
    padding-top: 34px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lk .nav .navItem {
    background-color: transparent;
    color: #c21673;
    text-align: center;
  }

  .lk .nav .navItem-current {
    color: #000;
  }

  .lk .nav .navItem-current:before {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .onboarding_item .img-container img {
    width: 30%;
  }
  .onboarding_item {
    margin-right: 15px;
  }
  .onboarding_item .item_title {
    font-size: 20px;
  }
  .onboarding_item .item_text {
    font-size: 15px;
  }
}

@media screen and (max-width: 777px) {
  .contentManagement_info .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .galleryThumb .thumb .swiper-button-prev {
    left: 80px;
  }

  .galleryThumb .thumb .swiper-button-next {
    right: 80px;
  }

  .progressBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .progressBar-read .progressBar_view,
  .progressBar-correct .progressBar_view {
    max-width: 130px;
    margin-right: 0;
  }

  .progressBar-read .progressBar_view .view_num,
  .progressBar-correct .progressBar_view .view_num {
    top: 22px;
    left: 27px;
  }

  .progressBar-read .progressBar_text,
  .progressBar-correct .progressBar_text {
    width: 86px;
    top: 65px;
  }

  .progressBar_view {
    margin-right: 32px;
  }

  .progressBar_view .view_num {
    font-size: 3.5rem;
  }

  .progressBar_view .view_num:after {
    font-size: 1rem;
  }

  .progressBar_text .text_info {
    margin-bottom: 5px;
  }

  .info_table {
    margin: 0;
  }

  .info_table .table_row {
    min-height: 90px;
    height: auto;
    padding-left: 0;
  }

  .info_table .table_row .btn-delete {
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url("../image/icon_delete.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .info_table .table_data:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 30px;
  }

  .settingWrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 30px;
    margin-right: 15px;
    z-index: 1;
  }

  .settingWrapper.settingWrapper-active .btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px solid #195589;
    background: #fff;
    padding: 15px;
    padding-top: 56px;
  }

  .settingWrapper.settingWrapper-active .settingWrapper_icon {
    z-index: 1;
  }

  .settingWrapper.settingWrapper-active .icon_active {
    background-image: url("../image/search_close.svg");
  }

  .settingWrapper.settingWrapper-active .icon_setting {
    opacity: 1;
  }

  .settingWrapper_icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 168px;
  }

  .settingWrapper_icon .icon_active,
  .settingWrapper_icon .icon_setting {
    background-repeat: no-repeat;
    background-position: center;
    max-width: 30px;
    min-width: 30px;
    max-height: 30px;
    min-height: 30px;
  }

  .settingWrapper_icon .icon_active {
    background-image: url("../image/icon_settings.svg");
  }

  .settingWrapper_icon .icon_setting {
    background-image: url("../image/icon_settings-blue.svg");
  }

  .settingWrapper .icon_setting {
    opacity: 0;
  }

  .settingWrapper .btn-container {
    position: absolute;
    display: none;
    width: 168px;
    margin-top: -15px;
    right: -15px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .info_titleBlock {
    padding-bottom: 5px;
  }

  .info_titleBlock .btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: 10px;
    color: #2d2d2d;
    font-size: 0.6875rem;
    font-weight: bold;
    z-index: 1;
  }

  .info_titleBlock .btn:active {
    color: #c21673;
  }

  .info_titleBlock .btn:last-child {
    margin-bottom: 0;
  }

  .lk_header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 730px) {
  .galleryThumb .thumb .swiper-button-prev {
    left: 40px;
  }

  .galleryThumb .thumb .swiper-button-next {
    right: 40px;
  }
}

@media screen and (max-width: 700px) {
  .onboarding_container {
    flex-wrap: wrap;
  }
  .onboarding_item {
    width: calc(100% / 2);
    margin-right: 0 !important;
  }
  .onboarding_item:nth-child(odd) {
    padding-right: 15px;
  }
}

@media screen and (max-width: 700px) {
  .slider .slideInfo_title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .link_item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 16px;
    min-height: 200px;
  }
}

@media screen and (max-width: 660px) {
  .galleryThumb .thumb .swiper-button-prev,
  .galleryThumb .thumb .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .quest_questionnaire .quest_block .block_answer .rightSide .bodyMass_result {
    display: flex;
  }

  .slider .slideInfo {
    display: none;
  }
  .bodyMass {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bodyMass .jqUiSlider-container {
    width: 100%;
  }

  .bodyMass .jqUiSlider .jqUiSlider_text {
    display: none;
  }

  .bodyMass_result {
    display: none;
  }

  .bodyMass_result-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .bodyMass_result-mob .resultInputBlock {
    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;
  }

  .bodyMass_result-mob .resultInputBlock input {
    margin: 0;
    text-align: center;
  }

  .bodyMass_result-mob .resultBlock {
    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;
  }
}

@media screen and (max-width: 630px) {
  .share_socialBlock .social-info.whatsapp,
  .share_socialBlock .social-info.print {
    margin-left: 0;
  }
}

@media screen and (max-width: 600px) {
  .astrazenecaArticle_header .inverse_header .leftSide {
    padding-left: 0;
    order: 1;
  }

  .astrazenecaArticle_header .inverse_header .rightSide {
    order: 2;
  }
  .astrazenecaArticle_header .header_textBlock.inverse_header .img-container {
    position: unset;
    margin: 0 auto;
    transform: translate(0);
    width: auto;
  }
  .astrazenecaArticle_header .inverse_header .rightSide,
  .astrazenecaArticle_header .inverse_header .leftSide {
    width: 100%;
  }
  .astrazenecaArticle_header .header_textBlock.inverse_header {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
  .nextContent_block .nextContent-container .rightSide img {
    width: 100% !important;
  }

  .galleryThumb .thumb {
    display: none;
  }

  .quest_questionnaire .rightSide {
    padding-left: 20px;
  }

  .btn-quest {
    width: 100%;
    margin-right: 0;
    padding: 5px 15px;
    text-align: center;
    height: auto;
    min-height: 45px;
  }

  .quiz {
    padding: 30px 10px;
  }

  .quiz .quiz_text {
    font-size: 1.625rem;
  }

  .quiz .quiz_formBlock .quiz_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quiz .quiz_formBlock .quiz_form input {
    height: 47px;
    margin-bottom: 20px;
  }

  .quiz .quiz_formBlock .quiz_form .btn-submit {
    margin: 0;
    max-width: 100%;
  }

  .astrazenecaArticle_header .header_textBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .astrazenecaArticle_header .header_linkBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .astrazenecaArticle_header .leftSide {
    width: auto;
  }

  .astrazenecaArticle_header .rightSide .social-wrapper {
    display: block;
  }

  .astrazenecaArticle_header .leftSide .social-wrapper {
    display: none;
  }

  .explanation_block {
    left: 0 !important;
    max-width: 100%;
  }

  .progressBar_text .text_info {
    font-size: 0.875rem;
  }

  .info_table .table_data {
    margin-right: 15px;
    max-width: 70px;
    font-size: 0.875rem;
  }

  .lk .nav .navItem {
    margin: 0;
  }

  .lk_header .header_text {
    font-size: 1rem;
  }

  .lk_tab {
    padding-bottom: 50px;
  }

  .lk_tab .tab_title {
    font-size: 1rem;
  }

  .lk_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lk_form .customSelect {
    margin: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .lk_form .btn-save {
    max-width: 100%;
  }

  .lk_form .btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lk_form .warning-info {
    margin-bottom: 20px;
  }

  .personalInformation .lk_form .top-text {
    max-width: 100%;
  }

  .personalInformation .lk_form .btn-container {
    max-width: 100%;
  }

  .btn-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
    padding: 15px 0;
    width: 100%;
  }

  .btn-social:after {
    margin-left: 0 !important;
  }

  .textBlock_info {
    padding: 30px 10px;
  }
}

@media screen and (max-width: 500px) {
  .textBlock_paragraph img {
    display: none;
  }
}

@media screen and (max-width: 437px) {
  .onboarding_item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .onboarding_item .img-container img {
    width: auto;
  }
}

/*Стили версии для печати*/
#printBody .bigLetter:first-letter {
  color: black !important;
}

#printBody .astrazenecaArticle_header .header_textBlock {
  border-color: black !important;
}

#printBody .astrazenecaArticle .article_info-block {
  border-color: gray !important;
}

#printBody .navbar:before {
  background-color: black !important;
}

#printBody .footer .container .col:nth-child(2) {
  display: none !important;
}

#printBody .footer .container .col:nth-child(3) {
  display: none !important;
}

#printBody .footer .container .footer_row:nth-child(2) {
  display: none !important;
}

#printBody .explanation {
  display: none !important;
}

#printBody .footer {
  border-top: 3px solid black !important;
  background-color: white !important;
}

#printBody .astrazenecaArticle ul li:before {
  background-color: black !important;
}

#printBody .btn-search {
  display: none !important;
}

#printBody .social-wrapper {
  display: none !important;
}

.ya-share2__item_service_print {
  background-image: url("../image/print-share.svg");
  max-width: 60px;
  min-width: 60px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eafbfd;
  display: none;
  cursor: pointer;
}

.ya-share2__item_service_print:hover {
  background-color: #f8fdfe;
}

.ya-share2__item_service_print a {
  width: 100%;
}

.bannerShareBtn_article:hover .ya-share2__item_service_print {
  display: flex;
}

.socialWrap {
  display: flex;
}

.socialWrap .ya-share2__item_service_print {
  background-image: url("../image/print-share.svg");
  max-width: 101px;
  min-width: 61px;
  height: 61px;
  width: 101px;
  display: flex;
  margin-left: 30px;
}

.result_container {
  padding: 0 0 100px;
}
.article:hover {
  background-color: #ffd988;
}

/*Стили для яшаринга в конце статьи*/
.share_socialBlock .ya-share2__badge {
  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;
  max-width: 100px;
  min-width: 100px;
  padding: 19px 0;
  background-color: #eafbfd;
  margin-right: 1px;
}

.share_socialBlock .ya-share2__list {
  list-style-type: none;
  display: flex;
}
.share_socialBlock li:before {
  display: none !important;
}
.share_socialBlock .ya-share2__title {
  display: none;
}

.share_socialBlock .ya-share2__counter {
  margin-left: 6px;
}

.share_socialBlock .ya-share2__icon {
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
}

.share_socialBlock .ya-share2__item_service_facebook .ya-share2__icon {
  width: 7px;
  background-image: url("../image/fb_share.svg");
}

.share_socialBlock .ya-share2__item_service_vkontakte .ya-share2__icon {
  width: 15px;
  background-image: url("../image/vk_share.svg");
}

.share_socialBlock .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  width: 10px;
  background-image: url("../image/ok_share.svg");
}

.share_socialBlock .ya-share2__item_service_twitter .ya-share2__icon {
  width: 16px;
  background-image: url("../image/twitter_share.svg");
}

.social_info {
  position: relative;
  z-index: 10;
}
.social_info .info_like {
  cursor: pointer;
}

/* Разный цвет ховеров для разных разделов статей */
#infarkt-miokarda .article {
  border-color: #ffc6c6;
}
#infarkt-miokarda .article:hover {
  background-color: #ffc6c6;
}

#astma-u-detej .article {
  border-color: #ffd988;
}
#astma-u-detej .article:hover {
  background-color: #ffd988;
}

#saharnyj-diabet .article {
  border-color: #ffa6d6;
}
#saharnyj-diabet .article:hover {
  background-color: #ffa6d6;
}

#astma-u-vzroslyh-i-podrostkov .article {
  border-color: #fce7f0;
}
#astma-u-vzroslyh-i-podrostkov .article:hover {
  background-color: #fce7f0;
}

#ateroskleroz .article {
  border-color: #fff481;
}
#ateroskleroz .article:hover {
  background-color: #fff481;
}
#izhoga .article {
  border-color: #9dd5d8;
}
#izhoga .article:hover {
  background-color: #9dd5d8;
}
@media screen and (max-width: 768px) {
  .link_item .item_text {
    flex: 1;
    text-align: left;
    padding-left: 10px;
    line-height: 17px;
    margin-top: 0px;
  }
}
#video .nav .navItem.swiper-slide {
  height: initial;
}
#video .swiper-wrapper {
  align-items: flex-start;
}

.important {
  padding: 10px 10px 10px 40px;
  background-color: #fce4d3;
  border-left: 4px solid #f17c14;
}

p.important:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 12;
  width: 15px;
  margin-left: -27px;
  margin-top: 3px;
  height: 15px;
  background-size: 15px;
  background-image: url(/local/templates/karta/image/warning.png);
}

.formBlock_form label#active-wrong {
  background-color: #efb7b7;
  border: 8px solid #efb7b7;
  border-radius: 19px;
  margin-left: -8px;
}

.formBlock_form label#active-correct {
  background-color: #b7dec9;
  border: 8px solid #b7dec9;
  border-radius: 19px;
  margin-left: -8px;
}

.answer-percent {
  white-space: nowrap;
  align-self: flex-end;
  margin-right: 7px;
  padding-left: 20px;
  margin-left: auto;
}

.semi-result {
  border-top: 2px solid #c21673;
  padding-top: 5px;
  margin-bottom: 5px;
  display: none;
}

.client-number-text {
  margin: 10px 0 0 0;
  font-size: 0.7rem;
  font-weight: normal;
}

.test-again {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 175px;
  min-width: 157px;
  margin-top: 15px;
  padding: 15px;
  background-color: #c21673;
  color: #fff;
}

.test-again:hover {
  background-color: #f085bb;
}

.formBlock_form-active sup {
  display: none;
}

#active-correct sup {
  display: inline;
}

.snoska {
  margin-left: 3px;
  display: none;
  white-space: nowrap;
}

:-ms-lang(x),
.school_content,
.school_event {
  width: 100%;
}

:-ms-lang(x),
.btn-searchStart {
  margin-left: 94px;
}

:-ms-lang(x),
.school_content,
.school_event {
  width: 100%;
}

:-ms-lang(x),
.btn-searchStart {
  margin-left: 94px;
}

.search .input-icon {
  position: absolute;
  bottom: 10px;
  left: 0px;
}

.school-container {
  width: 100%;
}

.footer_bottom {
  width: 100%;
}

.article_content p img {
  /*width:100%!important;*/
  height: 100% !important;
}

/* .article_content p.article-img img {
  width: 100%;
  height: auto;
} */

@media screen and (max-width: 900px) {
  .school_header .header_video .videoPlayer-container .img-container {
    height: 52vw;
  }
  .videoIframe {
    min-height: 52vw;
  }
}

.recommends_block {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
#izhoga .recommends_block {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
}
.small_article {
  min-width: 250px;
  max-width: 33%;
}
@media screen and (max-width: 1256px) {
  .small_article {
    max-width: 50%;
  }
}
@media screen and (max-width: 1006px) {
  .small_article {
    max-width: 100%;
  }
}
.small_article .article {
  padding: 5px 10px;
  height: auto;
  min-height: auto;
  margin-bottom: 40px;
}
.small_article .article_top {
  display: flex;
}
.small_article .img-block {
  margin-right: 10px;
}
.small_article .article_title .title_text {
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 7px;
}
.small_article .article_title .title_description {
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
  line-height: 18px;
}
.small_article .article_title .title_more {
  color: #c21673;
  font-size: 1.15rem;
  line-height: 15px;
}
.small_article .article_title .title_more:hover {
  opacity: 0.6;
}
.small_article .linkBlock_item {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  margin-bottom: 0;
  font-size: 0.53rem;
  line-height: 10px;
}
.small_article .article_link {
  margin-bottom: 10px;
}

.mainPage_link .link_item .img-container {
  width: 100px;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.mainPage_link .link_item .img-container img {
  width: auto;
  max-width: 100%;
}
.mainPage_link .link_item .item_text {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.mainPage_link .link_item .item_overlay .item_text {
  position: relative;
  top: 0;
}
@media screen and (max-width: 979px) {
  .mainPage_link .link_item .img-container {
    width: 70px;
    top: 40px;
  }
  .mainPage_link .link_item .img-container img {
    width: auto;
    max-width: 70px;
  }
  .mainPage_link .link_item .item_text {
    top: 120px;
  }
  .mainPage_link .link_item .item_overlay .item_text {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mainPage_link .link_item .item_text {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .mainPage_link .link_item .img-container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .mainPage_link .link_item .item_text {
    text-align: left;
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }
  .mainPage_link .link_item .item_overlay .item_text {
    text-align: center;
    position: relative;
    top: 0;
  }
}

.announce {
  background: #cd0068;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.navbar .announce .container {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.announce .announce_paragraff {
  font-family: Circe;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.wrapper {
  padding-top: 103px;
  overflow: hidden;
}

.announce .announce_button {
  display: none;
}

@media screen and (max-width: 1105px) {
  .announce .announce_paragraff {
    font-size: 14px;
    line-height: 15px;
  }
}

@media screen and (max-width: 680px) {
  .navbar .announce .container {
    padding-top: 5px;
  }
}

@media screen and (max-width: 660px) {
  .wrapper {
    padding-top: 25px;
    overflow: hidden;
  }

  .announce {
    height: 70px;
  }

  .announce .announce_paragraff {
    font-size: 15px;
    line-height: 20px;
  }

  .announce .announce_button:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0) rotate(-45deg);
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    z-index: 2;
  }

  .announce .announce_button.announce_button_top:before {
    bottom: 2px;
    transform: translate(-50%, 0) rotate(135deg);
  }

  .announce .announce_button {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 25px;
    width: 100%;
    z-index: 1;
    background: #cd0068;
    cursor: pointer;
  }
  .school_header .header_info,
  .astrazenecaArticle_header .header_info {
    position: fixed;
    top: 133px;
    left: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
  .astrazenecaArticle_header .header_info {
    position: fixed;
    top: 58px;
    left: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
  .school_header .header_info .info_link,
  .astrazenecaArticle_header .header_info .info_link {
    width: 100%;
    height: 53px;
    padding-left: 10px;
  }
  .navbar .container {
    padding: 5px 20px;
  }
  .school_header .header_info .info_link.info_link-goBack .link_icon,
  .astrazenecaArticle_header
    .header_info
    .info_link.info_link-goBack
    .link_icon {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
  }

  .school_header .header_info .info_link.info_link-goBack .link_icon img,
  .astrazenecaArticle_header
    .header_info
    .info_link.info_link-goBack
    .link_icon
    img {
    width: 100%;
  }

  .astrazenecaArticle_header {
    padding-top: 40px;
    padding-bottom: 10px;
    min-height: 60px;
  }

  .school_header .header_info,
  .astrazenecaArticle_header .header_info {
    margin-bottom: -20px;
    margin-top: -15px;
  }

  .school_header {
    padding-top: 45px;
  }

  .school.school-singleVideo .school_header {
    padding-top: 5px;
  }

  .school_header .header_video,
  .astrazenecaArticle_header .header_video {
    padding-top: 20px;
  }

  .astrazenecaArticle .header_title {
    margin-bottom: 10px;
  }

  .header_icon .img-container {
    max-width: 50px;
    min-width: 50px;
  }

  .btn-menu .menu_label {
    width: 27px;
    height: 3px;
  }
  .btn-menu .menu_label:before,
  .btn-menu .menu_label:after {
    height: 3px;
  }
  .btn-menu .menu_label:before {
    top: -7px;
  }
  .btn-menu .menu_label:after {
    bottom: -7px;
  }
}
.my_list {
  background-color: #fdc700;
  padding: 2em;
  border-radius: 10px;
}
.my_list ol li {
  margin-top: 10px;
}
.my_list_style ol li {
  list-style: none;
  margin: 15px 0;
  padding-left: 10px;
  position: relative;
  counter-increment: my-awesome-counter;
}
.my_list_style ol li:before {
  content: counter(my-awesome-counter);
  left: -22px;
  top: -3px;
  font-size: 50px;
  position: absolute;
  line-height: 1;
  font-family: serif;
  color: rgba(194, 22, 115, 0.62);
}
.article_phone {
  background: #c11672;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
}
.article_phone a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .detskaa-astma-nelegkaa-problema-malenkih-legkih .header_banner {
    background-image: url("/assets/images/c6b8876b2fe22f52ee621df1356f8620.jpg") !important;
    background-position: right;
  }
}

.zs_banner {
  display: none;
}

@media screen and (max-width: 600px) {
  .zs_banner {
    display: block;
    width: 100%;
  }
}
