

/* Start:/awards/styles.css?176613432228559*/
.adaptive-width {
  max-width: 1264px;
  width: 100%;
}
@media (width < 1280px) {
  .adaptive-width {
    max-width: 720px;
    width: 100%;
  }
}
@media (width <= 767px) {
  .adaptive-width {
    max-width: 328px;
    width: 100%;
  }
}

@media (width >= 1280px) {
  .page-footer-wrap {
    padding-bottom: 50px;
  }
}

.awards-page {
  font-family: "Roboto", "Arial", sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.awards-page_content * {
  transition: var(--lab4u-transition__fast);
  box-sizing: border-box;
  font-family: Roboto;
}

.awards-page .page-header2 {
  background: #1d4c5c;
}
.awards-page .page-header2.page-header2--type_on-content {
  background: #ffffff;
}

.awards-page .page-header2 .page-header2__logo div {
  display: flex !important;
  max-width: 160px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.awards-page .page-header2--type_on-content .page-header2__logo div svg path {
  fill: #1d4c5c;
}

#townsModalOpenBtn3 {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.page-header2--type_on-content #townsModalOpenBtn3 {
  color: var(--lab4u__text_primary) !important;
  background: #f4f5f5 !important;
}

.page-header2__nav li a {
  color: #fff !important;
}
.page-header2--type_on-content .page-header2__nav li a {
  color: #1d4c5c !important;
}

.account-btn__info,
.basket-btn__info,
.account-btn__icon,
.basket-btn__inner,
.burger-btn__icon,
.page-header2--type_on-content2:not(.page-header2--type_on-content)
  .burger-btn__icon
  svg
  path {
  stroke: #ffffff !important;
  color: #ffffff !important;
}
@media (width < 1280px) {
  .page-header2--type_on-content2:not(.page-header2--type_on-content)
    #header_search_placeholder
    svg
    path {
    stroke: #ffffff !important;
    color: #ffffff !important;
  }
}
@media (width <= 1280px) {
  .page-header2.page-header2--type_on-search.page-header2--type_on-content
    #header_search_placeholder
    svg
    path {
    stroke: #1d4c5c !important;
    color: #1d4c5c !important;
  }
}

.awards-page .page-header2--type_on-content .account-btn__info,
.awards-page .page-header2--type_on-content .basket-btn__info,
.awards-page .page-header2--type_on-content .account-btn__icon,
.awards-page .page-header2--type_on-content .basket-btn__inner,
.awards-page .page-header2--type_on-content .burger-btn__icon {
  stroke: #1d4c5c !important;
  color: #1d4c5c !important;
}
.awards-page .page-header2--type_on-content .account-btn--icon_new svg path,
.awards-page .page-header2--type_on-content .basket-btn--icon_new svg path {
  stroke: #1d4c5c !important;
}
.awards-page .page-header2--type_on-content .search-btn {
  color: #1d4c5c !important;
}

#headerOverlay {
  min-height: 100vh !important;
}
#nav {
  height: 100vh !important;
  padding-bottom: 0;
}

.page-header2--type_on-content2 .account-btn--icon_new svg path {
  stroke: #ffffff !important;
}
.page-header2--type_on-content2 .basket-btn--icon_new svg path {
  stroke: #ffffff !important;
}
.page-header2--type_on-content2 .search-btn {
  color: #ffffff !important;
}

.page-header2--type_on-content2 .search--is-disabled .search__input {
  background-color: #848484 !important;
}
@media (hover: hover) {
  .page-header2--type_on-content2 .search--is-disabled .search__input:hover {
    border: 1px solid #848484 !important;
  }
}
.page-header2--type_on-content2
  .search--is-disabled
  .search__input::placeholder {
  color: #ffffff !important;
}

.page-header2--type_on-content2
  .search--is-disabled
  .search__input-wrap::before {
  color: #ffffff !important;
}

.awards_container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
@media (width < 1280px) {
  .awards_container {
    overflow-x: hidden;
  }
}

.awards_button {
  display: flex;
  padding: 20px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: none;
  box-sizing: border-box;
  gap: 8px;

  color: var(--lab4u__text_primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;

  transition: var(--lab4u-transition__fast);

  text-decoration: none;
}
.awards_button:visited {
  color: var(--lab4u__text_primary);
}

.awards_button.white {
  background: var(--lab4u__bg-primary_default);
}
.awards_button.white:active {
  background: var(--lab4u__bg-primary_pressed);
}
@media (hover: hover) {
  .awards_button.white:hover {
    cursor: pointer;
    background: var(--lab4u__bg-primary_hover);
  }
}

.awards_button.outline {
  background: transparent;
  border: 2px solid var(--lab4u__bg-primary_default);
  color: var(--lab4u__text_invert);
}
.awards_button.outline:active {
  background: rgba(255, 255, 255, 0.1);
}
@media (hover: hover) {
  .awards_button.outline:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
  }
}

.awards_button.yellow {
  background: #fed258;
}
.awards_button.yellow:active {
  background: #ffdd7e;
}
@media (hover: hover) {
  .awards_button.yellow:hover {
    cursor: pointer;
    background: #ffc935;
  }
}

.awards_intro {
  --desktop-height: 600px;
  --tablet-height: 684px;
  --mobile-height: 651px;

  background: #0a3d4e;
  width: 100%;
  height: var(--desktop-height);

  display: flex;
  justify-content: center;
  align-items: center;

  overflow: hidden;

  position: relative;
}
@media (width < 1280px) {
  .awards_intro {
    max-height: var(--tablet-height);
    height: var(--tablet-height);
  }
}
@media (width <= 767px) {
  .awards_intro {
    max-height: var(--mobile-height);
    height: var(--mobile-height);
  }
}

.intro_wrapper {
  width: 1264px;

  position: relative;
}
@media (width < 1280px) {
  .intro_wrapper {
    max-width: calc(100vw - 2 * 24px);
    width: 100%;
    margin-top: 50px;
  }
}
@media (width <= 767px) {
  .intro_wrapper {
    max-width: calc(100vw - 2 * 16px);
  }
}

.intro_title {
  color: var(--lab4u__text_invert);

  font-style: normal;
  line-height: 88px;
  font-size: 80px;
  font-weight: 900;

  z-index: 1;
  position: relative;
}
@media (width <= 767px) {
  .intro_title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (width > 767px) and (width < 1280px) {
  .intro_title {
    display: inline-block;
    max-width: 80%;
  }
}

.intro_description {
  color: var(--lab4u__text_invert);

  font-size: 32px;
  font-weight: 300;
  line-height: 40px;

  z-index: 1;
  position: relative;
}
@media (width < 1280px) {
  .intro_description {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (width <= 767px) {
  .intro_description {
    font-size: 20px;
    line-height: 24px;
  }
}

.intro_text {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: var(--lab4u__text_invert);

  display: inline-block;
  max-width: 770px;
}
@media (width <= 767px) {
  .intro_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
}

.intro_buttons_wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-start;

  z-index: 1;
  position: relative;
}
@media (width <= 767px) {
  .intro_buttons_wrapper {
    flex-direction: column;
    gap: 8px;
  }
}

.awards_slider {
  display: flex;
  flex-direction: row;
  gap: 16px;

  margin-top: 40px;
}
@media (width < 1280px) {
  .awards_slider {
    max-width: 100%;
    width: 100%;

    padding: 0 16px;
    margin-top: 48px;

    overflow: auto;

    scrollbar-width: none;
  }
}
@media (width <= 767px) {
  .awards_slider {
    margin-top: 32px;
    flex-direction: column;
    gap: 8px;
  }
}
.slider_card {
  border-radius: 24px;
  border: 2px solid #0f0802;
  background: #ffffff;

  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
}
.card_title {
  color: var(--lab4u__text_primary);

  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.card_text {
  color: var(--lab4u__text_primary);

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (width >= 768px) {
  .card_1 {
    width: 314px;
  }
  .card_2 {
    width: 320px;
  }
  .card_3 {
    width: 314px;
  }
  .card_4 {
    width: 268px;
  }
}

.awards_title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;

  margin-top: 60px;

  text-align: center;
}
@media (width <= 767px) {
  .awards_title {
    margin-top: 40px;
  }
}
.medical_title {
  color: var(--lab4u__text_primary);

  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
}
@media (width <= 767px) {
  .medical_title {
    font-size: 32px;
    line-height: 38px;
  }
}
.medical_description {
  color: var(--lab4u__text_secondary);
}

.medcenters_buttons_wrapper {
  display: flex;
  gap: 8px;
  flex-direction: row;

  margin-top: 24px;
}
@media (width < 1280px) {
  .medcenters_buttons_wrapper {
    width: 100%;
    padding: 0 16px;
    overflow: auto;

    scrollbar-width: none;
  }
}
.pick_medcenters {
  padding: 14px 24px;

  display: flex;
  justify-content: center;
  align-items: center;

  color: var(--lab4u__text_primary);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;

  border-radius: 12px;
  border: 2px solid #e4e6e9;
  background: #ffffff;

  flex-shrink: 0;
  transition: var(--lab4u-transition__fast);
}
.pick_medcenters.active {
  border-color: #fed258;
  background: #fed258;
  border-width: 2px;
}
@media (hover: hover) {
  .pick_medcenters:not(.active):hover {
    cursor: pointer;
    border: 2px solid #c5c6c7;
  }
}
@media (width <= 767px) {
  .pick_medcenters {
    font-size: 16px;
    line-height: 20px;
  }
}

.medcenters_list_wrapper {
  margin-top: 40px;
  width: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (width >= 1280px) {
  .medcenters_list_wrapper {
    width: 1128px;
  }
}
@media (width < 1280px) {
  .medcenters_list_wrapper {
    padding: 0 16px;
  }
}
@media (width <= 767px) {
  .medcenters_list_wrapper {
    gap: 16px;
  }
}
.medcenters_list_title {
  color: var(--lab4u__text_primary);
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 38px;
}
.medcenters_list {
  display: flex;
  flex-direction: column;
  gap: 2px;

  overflow-y: hidden;
  max-height: 198px;
  transition: max-height var(--lab4u-transition__fast);

  width: 100%;
}
@media (width >= 1280px) {
  .medcenters_list {
    padding: 0 64px;
  }
}
.medcenters_list_wrapper.open .medcenters_list {
  max-height: none !important;
}
.medcenter_entity {
  display: flex;
  padding: 8px 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  flex-grow: 1;
  flex-shrink: 0;
  min-height: 64px;
  position: relative;

  transition: var(--lab4u-transition__fast);

  text-decoration: none;
}
@media (width <= 767px) {
  .medcenter_entity {
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 4px;
  }
}
.arrow_current_left {
  position: absolute;
  top: 0;
  left: -64px;
}
.arrow_current_right {
  position: absolute;
  top: 0;
  right: -64px;
}
@media (width < 1280px) {
  .arrow_current_left,
  .arrow_current_right {
    display: none;
  }
}
.entity_name {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;

  max-height: 32px;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (width >= 768px) {
  .entity_name {
    flex-grow: 1;
  }
}
@media (width <= 767px) {
  .entity_name {
    font-size: 20px;
    line-height: 24px;

    max-height: 48px;
    -webkit-line-clamp: 2;
    line-clamp: 2;

    --size: 65%;
    max-width: var(--size);
    min-width: var(--size);
  }
}
.entity_button {
  padding: 12px 24px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: none;
  border-radius: 24px;

  text-decoration: none;
}
@media (hover: hover) {
  .entity_button:hover {
    cursor: pointer;
  }
}
@media (width <= 767px) {
  .entity_button {
    order: 3;
    flex-grow: 1;
  }
}

.entity_rating_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (width <= 767px) {
  .entity_rating_wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.entity_rating {
  display: flex;
  height: 32px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;

  border-radius: 28px;
  border-width: 2px;
  border-style: solid;

  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

@media (width <= 767px) {
  .entity_rating {
    z-index: 2;
    padding: 0 8px;
  }
}
.entity_old_rating {
  display: flex;
  height: 28px;
  padding: 0px 8px;
  justify-content: center;
  align-items: center;

  border-radius: 28px;
  border-width: 2px;
  border-style: solid;

  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}
@media (width >= 768px) {
  .entity_old_rating {
    margin-right: -10px;
  }
}
@media (width <= 767px) {
  .entity_old_rating {
    padding: 0 4px;
    margin-top: -4px;
    z-index: 1;
  }
}

.medcenters_list_wrapper[data-medcenters-type="premium"] .medcenter_entity {
  background: #0a3d4e;
}
@media (hover: hover) {
  .medcenters_list_wrapper[data-medcenters-type="premium"]
    .medcenter_entity:hover {
    background: #12546a;
  }
}
.medcenters_list_wrapper[data-medcenters-type="premium"] .entity_name {
  color: var(--lab4u__text_invert);
}
.medcenters_list_wrapper[data-medcenters-type="premium"] .entity_rating {
  border-color: #fed258;
  color: var(--lab4u__text_invert);
  background: #0a3d4e;
}
.medcenters_list_wrapper[data-medcenters-type="premium"] .entity_old_rating {
  border-color: #667085;
  color: #b1b7c3;
}
.medcenters_list_wrapper[data-medcenters-type="premium"] .entity_button {
  background: var(--lab4u__bg-primary_default);
  color: var(--lab4u__text_primary);
}
.medcenters_list_wrapper[data-medcenters-type="premium"]
  .entity_button:visited {
  color: var(--lab4u__text_primary);
}
.medcenters_list_wrapper[data-medcenters-type="premium"] svg.rating_arrow path {
  fill: #ffffff;
}
.medcenters_list_wrapper[data-medcenters-type="premium"]
  svg.arrow_current_right
  path,
.medcenters_list_wrapper[data-medcenters-type="premium"]
  svg.arrow_current_left
  path {
  fill: #fed258;
}

.medcenters_list_wrapper[data-medcenters-type="gold"] .medcenter_entity {
  background: #fed258;
}
@media (hover: hover) {
  .medcenters_list_wrapper[data-medcenters-type="gold"]
    .medcenter_entity:hover {
    background: #efc653;
  }
}
.medcenters_list_wrapper[data-medcenters-type="gold"] .entity_name {
  color: var(--lab4u__text_primary);
}
.medcenters_list_wrapper[data-medcenters-type="gold"] .entity_rating {
  border-color: #1e1e1e;
  color: var(--lab4u__text_primary);
  background: #fed258;
}
.medcenters_list_wrapper[data-medcenters-type="gold"] .entity_old_rating {
  border-color: #6f5f33;
  color: #6f5f33;
}
.medcenters_list_wrapper[data-medcenters-type="gold"] .entity_button {
  background: #1e1e1e;
  color: var(--lab4u__text_invert);
}
.medcenters_list_wrapper[data-medcenters-type="gold"] .entity_button:visited {
  color: var(--lab4u__text_invert);
}
.medcenters_list_wrapper[data-medcenters-type="gold"] svg.rating_arrow path {
  fill: #1b1d23;
}
.medcenters_list_wrapper[data-medcenters-type="gold"]
  svg.arrow_current_right
  path,
.medcenters_list_wrapper[data-medcenters-type="gold"]
  svg.arrow_current_left
  path {
  fill: #fed258;
}
.medcenters_list_wrapper[data-medcenters-type="gold"]
  .medcenters_list_toggler
  span {
  color: #ffa500;
}
.medcenters_list_wrapper[data-medcenters-type="gold"]
  .medcenters_list_toggler
  svg
  path {
  stroke: #ffa500;
}

.medcenters_list_wrapper[data-medcenters-type="silver"] .medcenter_entity {
  background: #8c94a6;
}
@media (hover: hover) {
  .medcenters_list_wrapper[data-medcenters-type="silver"]
    .medcenter_entity:hover {
    background: #778197;
  }
}
.medcenters_list_wrapper[data-medcenters-type="silver"] .entity_name {
  color: var(--lab4u__text_invert);
}
.medcenters_list_wrapper[data-medcenters-type="silver"] .entity_rating {
  border-color: var(--lab4u__border_invert);
  color: var(--lab4u__text_invert);
  background: var(--lab4u__text_placeholder);
}
.medcenters_list_wrapper[data-medcenters-type="silver"] .entity_old_rating {
  border-color: #d6d8df;
  color: #d6d8df;
}
.medcenters_list_wrapper[data-medcenters-type="silver"] .entity_button {
  background: var(--lab4u__bg-primary_default);
  color: var(--lab4u__text_primary);
}
.medcenters_list_wrapper[data-medcenters-type="silver"] .entity_button:visited {
  color: var(--lab4u__text_primary);
}
.medcenters_list_wrapper[data-medcenters-type="silver"] svg.rating_arrow path {
  fill: #ffffff;
}
.medcenters_list_wrapper[data-medcenters-type="silver"]
  svg.arrow_current_right
  path,
.medcenters_list_wrapper[data-medcenters-type="silver"]
  svg.arrow_current_left
  path {
  fill: #8c94a6;
}
.medcenters_list_wrapper[data-medcenters-type="silver"]
  .medcenters_list_toggler
  span {
  color: #778197;
}
.medcenters_list_wrapper[data-medcenters-type="silver"]
  .medcenters_list_toggler
  svg
  path {
  stroke: #778197;
}

.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  .medcenter_entity {
  background: #a2d6e3;
}
@media (hover: hover) {
  .medcenters_list_wrapper[data-medcenters-type="high_potential"]
    .medcenter_entity:hover {
    background: #7dc3d5;
  }
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"] .entity_name {
  color: #1e1e1e;
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"] .entity_rating {
  border-color: #1e1e1e;
  color: #1e1e1e;
  background: var(--lab4u__bg-secondary_default);
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  .entity_old_rating {
  border-color: #6a6a6b;
  color: #6a6a6b;
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"] .entity_button {
  background: #1e1e1e;
  color: var(--lab4u__text_invert);
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  .entity_button:visited {
  color: var(--lab4u__text_invert);
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  svg.rating_arrow
  path {
  fill: #1b1d23;
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  svg.arrow_current_right
  path,
.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  svg.arrow_current_left
  path {
  fill: #a2d6e3;
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  .medcenters_list_toggler
  span {
  color: #7dc3d5;
}
.medcenters_list_wrapper[data-medcenters-type="high_potential"]
  .medcenters_list_toggler
  svg
  path {
  stroke: #7dc3d5;
}

.medcenters_list_toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
@media (hover: hover) {
  .medcenters_list_toggler:hover {
    cursor: pointer;
  }
}
.medcenters_list_toggler span {
  color: #ffa500;
}
.medcenters_list_wrapper.open .medcenters_list_toggler svg {
  transform: rotate(-0.5turn);
}

.faq_wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  margin-top: 60px;
}
@media (width <= 767px) {
  .faq_wrapper {
    margin-top: 40px;
  }
}
.faq_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.faq_title {
  color: var(--lab4u__text_primary);
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;

  text-align: center;
}
@media (width <= 767px) {
  .faq_title {
    font-size: 32px;
    line-height: 38px;
  }
}
.faq_description {
  color: var(--lab4u__text_secondary);
}
.faq_link,
.q_body_link {
  color: #ffa500;
  text-decoration: none;
}
.faq_link:visited,
.q_body_link:visited {
  color: #ffa500;
}
.questions_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
@media (width >= 1280px) {
  .questions_list {
    width: 1000px;
  }
}
@media (width < 1280px) {
  .questions_list {
    padding: 0 16px;
  }
}
.q_entiry {
  flex-grow: 1;
  padding: 16px 52px 16px 16px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;

  border-radius: 16px;
  border: 1px solid var(--lab4u__border_base);

  background: var(--lab4u__bg-primary_default);

  position: relative;

  overflow: hidden;
  transition: 1s all;
}
@media (hover: hover) {
  .q_entiry:hover {
    cursor: pointer;
  }
}
.q_entiry.open {
  max-height: none !important;
}
.q_chevron {
  position: absolute;
  top: 16px;
  right: 16px;
}
.q_entiry .q_chevron {
  transform: rotate(-0.5turn);
}
.q_entiry.open .q_chevron {
  transform: rotate(0turn);
}
.q_title {
  color: #1e1e1e;

  font-size: 18px;
  font-weight: 700;
  line-height: 24px;

  text-align: left;
}
.q_body {
  color: #1e1e1e;
  text-align: left;
  display: inline-block;

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.q_body b {
  font-weight: 500;
}
.faq_documents {
  color: #ffa500;
}
.faq_documents:visited {
  color: #ffa500;
}

.tab_list_wrapper {
  display: none;
  opacity: 0;
  transition: opacity 300ms;
}
.tab_list_wrapper.current_tab {
  opacity: 1;
  display: block;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_list_wrapper.fading-in {
  animation: fade-in 300ms;
}

.detail_back {
  text-decoration: none;

  color: var(--lab4u__text_invert);

  font-size: 28px;
  font-weight: 300;
  line-height: 40px;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;

  position: relative;
  z-index: 1;
}
@media (width <= 767px) {
  .detail_back {
    color: var(--lab4u__text_invert);

    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
  }
}
.awards-page_content_detail .intro_wrapper {
  width: 1264px;

  position: relative;
}
@media (width < 1280px) {
  .awards-page_content_detail .intro_wrapper {
    max-width: calc(100vw - 2 * 24px);
    width: 100%;
    margin-top: 50px;
  }
}
@media (width <= 767px) {
  .awards-page_content_detail .intro_wrapper {
    max-width: calc(100vw - 2 * 16px);
    margin-top: 80px;
  }
}
.awards-page_content_detail .awards_intro {
  --desktop-height: 1014px;
  --tablet-height: 990px;
  --mobile-height: 651px;

  height: var(--desktop-height);
}
@media (width >= 1280px) {
  .awards-page_content_detail .awards_intro {
    padding-top: 40px;
  }
}
@media (width < 1280px) {
  .awards-page_content_detail .awards_intro {
    max-height: var(--tablet-height);
    height: var(--tablet-height);
  }
}
@media (width <= 767px) {
  .awards-page_content_detail .awards_intro {
    max-height: none;
    height: fit-content;

    padding-bottom: 16px;
  }
}

.awards-page_content_detail .intro_title {
  display: inline-block;
  max-width: 62%;
  margin-top: 8px;
  font-size: 50px;
  line-height: unset;
}
.intro_detail_description {
  color: var(--lab4u__text_invert);

  font-size: 36px;
  font-weight: 700;
  line-height: 60px;

  margin-top: 40px;
}
@media (width < 1280px) {
  .intro_detail_description {
    font-size: 40px;
  }
}
@media (width <= 767px) {
  .intro_detail_description {
    font-size: 26px;
    line-height: 40px;
  }
}
.detail_wrapper {
  display: flex;
  flex-direction: column;
  max-width: 771px;

  position: relative;
  z-index: 1;
}

.awards_chips {
  display: flex;
  flex-direction: row;
  gap: 8px;

  margin-top: 24px;
}
@media (width <= 767px) {
  .awards_chips {
    flex-direction: column;
    align-items: flex-start;
  }
}
.awards_chip {
  display: flex;
  padding: 8px 16px 6px;
  justify-content: center;
  align-items: center;

  border-radius: 28px;
  border: 2px solid #fed258;

  color: var(--lab4u__text_invert);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;

  flex-grow: 0;
}
@media (width <= 767px) {
  .awards_chip {
    color: var(--lab4u__text_invert);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
  }
}

.criteries_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;

  margin-top: 16px;
}
.criterii {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  flex-grow: 1;
  padding: 16px;
  border-radius: 16px;
  background: rgba(30, 30, 30, 0.38);
  border: 2px solid #fed258;

  box-sizing: border-box;

  gap: 8px;
}
.criterii_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  width: 100%;
}
.criterii_title span {
  color: var(--lab4u__text_invert);

  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}
.criterii_title .entity_rating {
  border-color: #fed258;
  color: var(--lab4u__text_invert);
  flex-grow: 0;
  z-index: 2;
  background: rgba(30, 30, 30);
}
.criterii p {
  color: var(--lab4u__text_invert);

  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.detail_title_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.criterii_title .entity_old_rating {
  border-color: #667085;
  color: #b1b7c3;
  flex-grow: 0;
  z-index: 1;
}

.awards-page_content_detail .intro_buttons_wrapper {
  margin-top: 40px;
}

@media (width < 1280px) {
  .awards-page_content_detail .awards_container {
    padding-bottom: 0;
  }
}

.intro_text_wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;

  margin: 40px 0 56px;

  z-index: 1;
  position: relative;
}
@media (width <= 767px) {
  .intro_text_wrapper {
    margin: 24px 0;
  }
}

.star_container {
  width: fit-content;
  height: fit-content;

  display: flex;

  position: absolute;
  right: 0;
  top: 0;
}
.star_container .star {
  position: absolute;
  top: -10px;
  left: 0;
  transform: translateX(-80%);

  animation: pulsate 3s infinite;
}
@media (width < 1280px) {
  .star_container .star {
    top: -70px;
    transform: translateX(-60%);
  }
}
@media (width < 768px) {
  .star_container .star {
    top: -15px;
    transform: translateX(-40%);
  }
}
@media (width >= 1280px) {
  .star_container .star.desktop_star {
    display: unset;
  }
  .star_container .star.tablet_star,
  .star_container .star.mobile_star {
    display: none;
  }
}
@media (width >= 768px) and (width < 1280px) {
  .star_container .star.desktop_star,
  .star_container .star.mobile_star {
    display: none;
  }
  .star_container .star.tablet_star {
    display: unset;
  }
}
@media (width < 768px) {
  .star_container .star.desktop_star,
  .star_container .star.tablet_star {
    display: none;
  }
  .star_container .star.mobile_star {
    display: unset;
  }
}
@keyframes pulsate {
  0% {
    filter: drop-shadow(0 0 60px #e68a24cc) drop-shadow(0 0 60px #e68a24cc);
  }
  50% {
    filter: drop-shadow(0 0 30px #e68a24cc) drop-shadow(0 0 30px #e68a24cc);
  }
  100% {
    filter: drop-shadow(0 0 60px #e68a24cc) drop-shadow(0 0 60px #e68a24cc);
  }
}
@media (width < 1280px) {
  @keyframes pulsate {
    0% {
      filter: drop-shadow(0 0 40px #e68a24cc) drop-shadow(0 0 40px #e68a24cc);
    }
    50% {
      filter: drop-shadow(0 0 20px #e68a24cc) drop-shadow(0 0 20px #e68a24cc);
    }
    100% {
      filter: drop-shadow(0 0 40px #e68a24cc) drop-shadow(0 0 40px #e68a24cc);
    }
  }
}

.star_bg_container {
  width: fit-content;
  height: var(--desktop-height);

  display: flex;

  position: absolute;
  top: -109px;
  right: 0;
  transform: translateX(37%);
}
@media (width < 1280px) {
  .star_bg_container {
    max-height: var(--tablet-height);
    height: var(--tablet-height);

    top: -114px;
  }
}
@media (width < 768px) {
  .star_bg_container {
    max-height: var(--mobile-height);
    height: var(--mobile-height);

    top: -118px;
  }
}

.star_bg_container .bg_item {
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.01) -20%,
    rgba(40, 40, 40, 0.09) 75.76%,
    rgba(255, 255, 255, 0.01) 123.64%
  );

  height: 100%;
  width: 46px;
}

.awards-page_content_detail .star_bg_container {
  top: -139px;
  right: 0;
  transform: translateX(37%);
}
@media (width < 1280px) {
  .awards-page_content_detail .star_bg_container {
    top: -114px;
  }
}
@media (width < 768px) {
  .awards-page_content_detail .star_bg_container {
    top: -80px;
  }
}

.awards-page_content_detail .star_container .star {
  top: 140px;
  transform: translateX(-74%);
}
@media (width < 1280px) {
  .awards-page_content_detail .star_container .star {
    top: 0;
    transform: translate(-42%, 20%);
  }
}
@media (width < 768px) {
  .awards-page_content_detail .star_container .star {
    top: 130px;
    transform: translateX(-51%);
  }
}

/* End */
/* /awards/styles.css?176613432228559 */
