@charset "utf-8";

@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('../fonts/Comfortaa-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 24pt';
    src: url('../fonts/Inter24pt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter 28pt';
    src: url('../fonts/Inter28pt-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

:root {
  --main-gray-color: #737B8A;
  --main-blue-color: #293853;
  --blue-color: #283C58;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  font-size: 8px;
  color: var(--main-blue-color);
  font-family: 'Inter 18pt';
  background: rgba(183, 239, 255, 1.0);
}
html.is-lock body {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none
}
img {
  pointer-events: none;
}
.no_highlights,
.orange_button,
.source_title,
img,
button,
a {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a *,
button * {
  pointer-events: none;
}
.cg_main {
  width: 100%;
  position: relative;
}
.cg_section {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.cg_section_wrapper {
  width: 116rem;
  margin: 0 auto;
  position: relative;
}
.kv_section {
  z-index: 3;
}
.kv_section:before {
  content: '';
  display: block;
  width: 100%;
  height: 105vw;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: -20vw;
  left: 0;
  z-index: 1;
}
.location_1 {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 2;
  bottom: 0;
}
.logo_haleon {
  display: block;
  width: 7.8rem;
  position: absolute;
  top: 2rem;
  right: 11.7rem;
  z-index: 2;
  cursor: pointer;
}
.logo_haleon_image {
  display: block;
  width: 100%;
}
.kv_section .cg_section_wrapper {
  padding: 14em 0 0;
}
.kv_section_wrapper {
  position: relative;
  z-index: 2;
}
.logo {
  display: block;
  width: 24rem;
  position: relative;
  z-index: 2;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  transform: translateX(-4rem);
  opacity: 0;
}
.active_dynamic_elem .logo {
  opacity: 1;
  transform: none;
}
.kv_section_title {
  display: block;
  font-size: 7rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
  margin: .5em 0 0;
  position: relative;
  z-index: 2;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  transform: translateX(-4rem);
  opacity: 0;
}
.active_dynamic_elem .kv_section_title {
  opacity: 1;
  transform: none;
}
.kv_description {
  display: block;
  font-size: 3.1rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: .4em;
  color: var(--main-gray-color);
  position: relative;
  z-index: 2;
  transition: transform .6s ease .6s, opacity .6s ease .6s;
  transform: translateX(-4rem);
  opacity: 0;
}
.active_dynamic_elem .kv_description {
  opacity: 1;
  transform: none;
}
.kv_info_block {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  padding: 3rem;
  padding-right: 14rem;
  border-radius: 2.4rem;
  position: relative;
  z-index: 2;
  margin-top: 6.6rem;
}
.kv_info_block:before {
  content: '';
  display: block;
  width: 50rem;
  height: 49.4rem;
  position: absolute;
  bottom: 100%;
  right: 3rem;
  background-image: url(../img/person_1_new.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  transition: max-height .6s ease .2s;
  max-height: 0;
}
.active_dynamic_elem .kv_info_block:before {
  max-height: 49.4rem;
}
.kv_info_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: .4em;
  color: var(--main-gray-color);
  position: relative;
  z-index: 2;
  transition: transform .6s ease .8s, opacity .6s ease .8s;
  transform: translateX(4rem);
  opacity: 0;
}
.active_dynamic_elem .kv_info_text {
  opacity: 1;
  transform: none;
}
.teeth_section_container {
  padding: 6.3rem 0 28.3em;
  height: auto;
  position: relative;
  z-index: 2;
}
.teeth_section_container:after {
  content: '';
  display: block;
  width: 21.8em;
  height: 47.5em;
  position: absolute;
  z-index: 1;
  background-image: url(../img/person_2.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 100%;
  bottom: 11em;
  right: 0;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  transform: translateX(-4rem);
  opacity: 0;
}
.active_dynamic_elem.teeth_section_container:after {
  opacity: 1;
  transform: none;
}
.teeth_section_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 86.6rem;
  border-radius: 2rem;
  background: linear-gradient(360deg, #E4FFFA 0%, #B9FFF2 100%);
  border: 4px solid #FFFFFF;
  box-shadow: 0px 1rem 0px #05A3B0;
  padding: 0 0 0 3rem;
  position: relative;
  z-index: 2;
}
.patient_data_box {
  width: 52.4rem;
  padding: 2.8rem 0;
}
.patient_data_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  transform: translateX(-4rem);
  opacity: 0;
}
.active_dynamic_elem .patient_data_container {
  opacity: 1;
  transform: none;
}
.person_3 {
  display: block;
  width: 10rem;
  margin-right: 1.8rem;
}
.patient_data_text {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2em;
  color: var(--main-gray-color);
}
.patient_data_info {
  display: block;
  font-size: 4.5rem;
  line-height: 1.2em;
  font-weight: 700;
  color: var(--blue-color);
}
.teeth_map_full {
  display: block;
  width: 29.3rem;
  position: relative;
  z-index: 1;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  transform: translateY(4rem);
  opacity: 0;
}
.active_dynamic_elem .teeth_map_full {
  opacity: 1;
  transform: none;
}
.patient_data_list {
  display: block;
  margin-top: 2rem;
  list-style-type: none;
  width: 100%;
}
.patient_data_item {
  display: block;
  padding-left: 3.2rem;
  position: relative;
  width: 100%;
  transition: transform .6s ease, opacity .6s ease;
  transform: translateY(2rem);
  opacity: 0;
  margin-top: .5rem;
}
.patient_data_item:nth-child(1) {
  transition-delay: .4s;
  margin-top: 0;
}
.patient_data_item:nth-child(2) {
  transition-delay: .6s;
}
.patient_data_item:nth-child(3) {
  transition-delay: .8s;
}
.patient_data_item:nth-child(4) {
  transition-delay: 1s;
}
.active_dynamic_elem .patient_data_item {
  opacity: 1;
  transform: none;
}
.patient_data_item:before {
  content: '';
  display: block;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background-color: var(--main-gray-color);
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.patient_data_item_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  font-weight: 400;
  color: var(--main-gray-color);
}
.patient_teeth_box {
  display: block;
  width: 24.4rem;
  width: 29.3rem;
  position: relative;
}
.recommendation_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86.6rem;
  height: auto;
  border-radius: 2rem;
  background: linear-gradient(360deg, #E4FFFA 0%, #B9FFF2 100%);
  border: 4px solid #FFFFFF;
  box-shadow: 0px 1rem 0px #05A3B0;
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  padding: 2rem 3rem;
}
.recommendation_text {
  display: block;
  font-size: 2.8rem;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  font-family: 'Comfortaa';
  color: #293853;
}
.person_4 {
  display: block;
  width: 22vw;
  transition: transform .6s ease, opacity .6s ease;
  transform: translateX(-10rem);
  opacity: 0;
  position: relative;
  z-index: 2;
}
.active_dynamic_elem .person_4 {
  opacity: 1;
  transform: none;
}
.support_section {
  margin-top: -4vw;
}
.support_section .cg_section_wrapper {
  position: relative;
  padding-bottom: 0vw;
  padding-top: 13vw;
}
.support_section:before {
  content: '';
  display: block;
  width: 100%;
  height: 50vw;
  background-image: url('../img/location_2.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.support_section:after {
  content: '';
  display: block;
  width: 100%;
  height: 34vw;
  background-image: url('../img/location_3.webp');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  position: absolute;
  bottom: -13vw;
  left: 0;
  z-index: 4;
}
.support_container {
  width: 62.2rem;
  width: 30.3vw;
  padding: 3rem;
  padding: 1.4vw;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  transform: translateY(-10rem);
  opacity: 0;
  z-index: 2;
  position: absolute;
  bottom: 36.3rem;
  left: 43.6rem;
  left: 21vw;
  bottom: 20vw;
}
.support_container:before {
  content: '';
  display: block;
  width: 16.3rem;
  width: 8vw;
  height: 9.2rem;
  height: 4.5vw;
  position: absolute;
  top: 5.5rem;
  top: 2.6vw;
  left: -15rem;
  left: -7vw;
  background-image: url(../img/bg_support_text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  z-index: 1;
}
.support_container:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  border-width: 3px 3px 6px 3px;
  border-style: solid;
  border-color: #05A3B0;
  border-radius: 2.4rem;
  z-index: 2;
}
.active_dynamic_elem .support_container {
  opacity: 1;
  transform: none;
}
.support_title {
  display: block;
  font-size: 3.6rem;
  font-size: 1.7vw;
  line-height: 1.1em;
  font-weight: 700;
  font-family: 'Comfortaa';
  position: relative;
  z-index: 3;
}
.support_text {
  display: block;
  font-size: 2.2rem;
  font-size: 1.1vw;
  line-height: 1.4em;
  font-weight: 400;
  margin-top: 1.6rem;
  position: relative;
  z-index: 3;
}
.support_block {
  display: block;
  width: 32.7rem;
  height: 15.8rem;
  background-image: url(../img/bg_support_block.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 17rem;
  bottom: 8vw;
  left: 58.4rem;
  left: 28vw;
  transition: transform .6s ease 1s, opacity .6s ease 1s;
  transform: translateY(-10rem);
  opacity: 0;
  z-index: 2;
  padding: 3.4rem 5rem 1rem;
}
.active_dynamic_elem .support_block {
  opacity: 1;
  transform: none;
}
.support_block_title {
  display: block;
  font-size: 2.9rem;
  line-height: 1.1em;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  font-family: 'Comfortaa';
  text-shadow: 2.87805px 0px 0px rgba(0, 0, 0, 0.25);
}
.start_section {
  background-color: #B7EFFF;
  background-image: url(../img/location_4.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
  z-index: 3;
}
.start_section .cg_section_wrapper {
  padding-top: 13vw;
  padding-bottom: 3vw;
}
.info_message_block {
  display: block;
  background: #FFFFFF;
  border-width: 3px 3px 6px 3px;
  border-style: solid;
  border-color: #05A3B0;
  border-radius: 2.4rem;
  padding: 2rem 3rem;
  position: relative;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
}
.start_section .info_message_block {
  width: 96.1rem;
  width: 47vw;
  margin: 0 auto;
  padding-left: 28.8rem;
  transform: translateY(4rem);
  transition-delay: .2s;
  padding: 1vw 1.5vw;
  padding-left: 14vw;
}
.active_dynamic_elem .info_message_block,
.active_dynamic_elem.info_message_block {
  opacity: 1;
  transform: none;
}
.info_message_image {
  display: block;
  position: absolute;
  bottom: 0;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
}
.start_section .info_message_text {
  font-size: 1.1vw;
}
.start_section .info_message_image {
  width: 24.4rem;
  width: 11.4vw;
  left: 3rem;
  left: 1.4vw;
  transition-delay: .4s;
  transform: translateX(-6rem);
}
.person_20 {
  display: none;
}
.active_dynamic_elem .info_message_image {
  opacity: 1 !important;
  transform: none !important;
}
.info_message_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
  text-align: left;
}
.sign {
  width: 33.6rem;
  position: relative;
  margin: 8vw auto 0;
  perspective: 60rem;
}
.sign_board {
  width: 33.6rem;
  height: 14rem;
  background-image: url(../img/sign_board.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 3rem;
  padding-left: 4.2rem;
  position: absolute;
  top: 1.6rem;
  left: 0;
  animation: sign_board 10s linear infinite;
  transform-origin: 15rem 0;
}
@keyframes sign_board {
  0%, 100% {
    transform: rotateZ(2deg) rotateY(-10deg);
    filter: grayscale(0);
  }
  50% {
    transform: rotateZ(-7deg) rotateY(20deg);
    filter: grayscale(0.3);
  }
}
.sing_text {
  display: block;
  font-size: 2.9rem;
  line-height: 1.1em;
  text-align: left;
  font-weight: 700;
  color: #FFFFFF;
  font-family: 'Comfortaa';
  text-shadow: 2.87805px 0px 0px rgba(0, 0, 0, 0.25);
}
.sing_post {
  display: block;
  width: 2.8rem;
  margin: 0 auto;
}
.first_experience_section {
  background-color: #283953;
}
.first_experience_section .cg_section_wrapper {
  padding-top: 4.8rem;
  padding-bottom: 8.4rem;
}
.experience_title {
  display: block;
  font-size: 4.6rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
  color: #FFFFFF;
}
.experience_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.2rem;
  list-style: none;
}
.experience_list_item {
  width: 36rem;
  height: 47rem;
  background-color: #FFFFFF;
  border-radius: 2.4rem;
  padding: 3rem 2.4rem 0;
  position: relative;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateY(4rem);
}
.experience_list_item:nth-child(1) {
  transition-delay: .2s;
}
.experience_list_item:nth-child(2) {
  transition-delay: .4s;
}
.experience_list_item:nth-child(3) {
  transition-delay: .6s;
}
.active_dynamic_elem .experience_list_item {
  opacity: 1;
  transform: none;
}
.experience_list_item_title {
  display: block;
  font-size: 2.8rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
}
.experience_list_item_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  position: relative;
  padding-left: 3.2rem;
  margin-top: 1.6rem;
}
.experience_list_item_text:before {
  content: '';
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.experience_list_item_text.good:before {
  background-image: url(../img/icon_good.webp);
}
.experience_list_item_text.bad:before {
  background-image: url(../img/icon_bad.webp);
}
.experience_list_item_text.fear:before {
  background-image: url(../img/icon_fear.webp);
}
.experience_list_item_text.not_good:before {
  background-image: url(../img/icon_not_good.webp);
}
.experience_list_item_person {
  display: block;
  position: absolute;
  right: 2.4rem;
  bottom: 0;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateX(4rem);
}
.experience_list_item:nth-child(1) .experience_list_item_person {
  width: 22.6rem;
  transition-delay: .4s;
}
.experience_list_item:nth-child(2) .experience_list_item_person {
  width: 20.4rem;
  transition-delay: .6s;
}
.experience_list_item:nth-child(3) .experience_list_item_person {
  width: 21.4rem;
  transition-delay: .8s;
}
.active_dynamic_elem .experience_list_item_person {
  opacity: 1;
  transform: none;
}
.bold_text {
  font-weight: 700;
}
.patients_review_container {
  background-color: #43597A;
  margin-top: 3.2rem;
  border-radius: 2.4rem;
  padding: 3.2rem;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  opacity: 0;
  transform: translateX(-4rem);
}
.active_dynamic_elem.patients_review_container {
  opacity: 1;
  transform: none;
}
.patients_review_title {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
  color: #FFFFFF;
}
.patients_review_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.2rem;
  list-style: none;
}
.patient_review_item {
  width: 33.8rem;
  position: relative;
  padding-left: 6rem;
}
.patient_review_item:before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  background-image: url(../img/icon_review.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.patient_review_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #FFFFFF;
}
.patient_info {
  display: block;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #FFFFFF;
  text-align: right;
  opacity: .6;
  font-style: italic;
  margin-top: 2rem;
}
.comfort_experience_section {
  background-color: #283953;
}
.comfort_experience_section .cg_section_wrapper {
  padding-bottom: 8rem;
}
.comfort_experience_section .experience_list_item {
  width: 56rem;
}
.comfort_experience_section .patients_review_list {
  flex-wrap: wrap;
}
.patient_review_item {
  width: 52.8rem;
}
.doubt_and_fear_section {
  overflow: hidden;
}
.doubt_and_fear_section .cg_section_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3vw;
  padding-bottom: 60vw;
}
.doubt_and_fear_section_title {
  display: block;
  width: 48rem;
  font-size: 7rem;
  line-height: 1.1em;
  font-weight: 700;
  font-family: 'Comfortaa';
  padding-top: 3.1rem;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateX(-4rem);
}
.active_dynamic_elem.doubt_and_fear_section_title {
  transform: none;
  opacity: 1;
}
.doubt_and_fear_section .info_message_text {
  font-size: 1.03vw;
}
.doubt_and_fear_info_block {
  width: 68rem;
  padding: 3rem;
  border-radius: 2.4rem;
  background: #FFFFFF;
  border-width: 3px 3px 6px 3px;
  border-style: solid;
  border-color: #05A3B0;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateX(4rem);
}
.active_dynamic_elem.doubt_and_fear_info_block {
  transform: none;
  opacity: 1;
}
.doubt_and_fear_info_text {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4em;
}
.gradient_button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  border-radius: 4rem;
  background: linear-gradient(180deg, rgba(0, 64, 125, 0) 0%, rgba(0, 64, 125, 0.5) 100%), #17C2C6;
  border: none;
  outline: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform .4s ease;
  font-size: 1rem;
  font-family: 'Comfortaa';
  color: #FFFFFF !important;
  position: relative;
}
.gradient_button:hover {
  transform: scale(1.05);
}
.gradient_button span {
  font-size: 2.8rem;
  line-height: 1.1em;
}
.ym-btn-nodoubt-link {
  width: 100%;
  margin-top: 3rem;
}
.location_5 {
  display: block;
  width: 100vw;
  position: absolute;
  top: -15.3vw;
  left: 0;
  filter: grayscale(.3);
  transition: filter .6s ease;
}
.location_5.active_location_5 {
  filter: grayscale(0);
}
.person_9 {
  display: block;
  width: 9.7rem;
  width: 6vw;
  position: absolute;
  top: 27vw;
  left: 9vw;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  opacity: 0;
  transform: translateX(-4rem);
}
.person_9.active_dynamic_elem {
  opacity: 1;
  transform: none;
}
.person_10 {
  display: block;
  width: 6.4vw;
  position: absolute;
  top: 26.2vw;
  left: 15.4vw;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  opacity: 0;
  transform: translateX(-4rem);
}
.person_10.active_dynamic_elem {
  opacity: 1;
  transform: none;
}
.location_5_bridge {
  display: block;
  position: absolute;
  width: 69vw;
  top: 33.3vw;
  left: 24.7vw;
  opacity: 0; 
  transition: opacity .6s ease;
}
.active_bridge {
  opacity: 1;
}
.bird {
  display: block;
  position: absolute;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateY(1rem);
}
.bird_1 {
  transition-delay: .6s;
  width: 3vw;
  top: 22vw;
  left: 33vw;
}
.bird_2 {
  transition-delay: .8s;
  width: 4.2vw;
  top: 27vw;
  left: 28vw;
}
.bird_3 {
  transition-delay: 1s;
  width: 5.2vw;
  top: 26vw;
  left: 34vw;
}
.bird.active_dynamic_elem {
  opacity: 1;
  transform: none;
}
.doubt_and_fear_section .info_message_block {
  position: absolute;
}
.doubt_and_fear_section .info_message_block_1 {
  left: 0;
  top: 49vw;
  width: 80.8rem;
  width: 38vw;
  padding-left: 34rem;
  padding-left: 16vw;
  transform: translateX(6rem);
}
.doubt_and_fear_section .info_message_block_2 {
  right: 0;
  top: 62vw;
  width: 94.5rem;
  width: 44.4vw;
  padding-right: 36rem;
  padding-right: 17vw;
  transform: translateX(-6rem);
  transition-delay: .6s;
}
.doubt_and_fear_section .info_message_block_1.active_dynamic_elem,
.doubt_and_fear_section .info_message_block_2.active_dynamic_elem {
  opacity: 1;
  transform: none;
}
.doubt_and_fear_section .info_message_block_1 .info_message_image {
  width: 28rem;
  width: 13.2vw;
  left: 3rem;
  left: 1.4vw;
  transform: translateX(6rem);
}
.doubt_and_fear_section .info_message_block_2 .info_message_image {
  width: 31.8rem;
  width: 15vw;
  right: 3rem;
  right: 1.4vw;
  transform: translateX(-6rem);
  transition-delay: .6s;
}
.doubt_and_fear_section .person_4,
.doubt_and_fear_section .person_21 {
  display: none;
}
.doubt_and_fear_section .info_message_text {
  font-size: 1.03vw;
}
.prosthesis_section .cg_section_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.corega_block {
  width: 56rem;
  height: 59.8rem;
  border-radius: 2.4rem;
  overflow: hidden;
  background-image: url(../img/bg_corega.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 36.8rem;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateX(-4rem);
}
.corega_block.active_dynamic_elem {
  transform: none;
  opacity: 1;
}
.img_corega {
  display: block;
  width: 48rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  opacity: 0;
  transform: translateY(-2rem);
}
.active_dynamic_elem .img_corega {
  transform: none;
  opacity: 1;
}
.corega_title {
  display: block;
  font-size: 3.3rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  opacity: 0;
  transform: translateY(2rem);
}
.active_dynamic_elem .corega_title {
  transform: none;
  opacity: 1;
}
.corega_text {
  display: block;
  font-size: 2.4rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  text-align: center;
  font-weight: 700;
  margin-top: 1rem;
  color: #FFFFFF;
  transition: transform .6s ease .6s, opacity .6s ease .6s;
  opacity: 0;
  transform: translateY(2rem);
}
.active_dynamic_elem .corega_text {
  transform: none;
  opacity: 1;
}
.prosthesis_block {
  width: 56rem;
  height: 59.8rem;
  border-radius: 2.4rem;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  padding: 2.4rem 2.4rem 0;
  transition: transform .6s ease, opacity .6s ease;
  opacity: 0;
  transform: translateX(4rem);
}
.prosthesis_block.active_dynamic_elem {
  transform: none;
  opacity: 1;
}
.prosthesis_title {
  display: block;
  font-size: 3.5rem;
  line-height: 1.1em;
  font-family: 'Comfortaa';
  font-weight: 700;
  transition: transform .6s ease .2s, opacity .6s ease .2s;
  opacity: 0;
  transform: translateY(-2rem);
}
.active_dynamic_elem .prosthesis_title {
  transform: none;
  opacity: 1;
}
.img_prosthesis {
  display: block;
  width: 32.8rem;
  margin: 2.4rem auto 3.2rem;
  transition: transform .6s ease .4s, opacity .6s ease .4s;
  opacity: 0;
  transform: translateX(4rem);
}
.active_dynamic_elem .img_prosthesis {
  transform: none;
  opacity: 1;
}
.ym-btn-functionality,
.ym-btn-patient-important {
  width: 100%;
}
.ym-btn-functionality {
  transition: transform .6s ease .6s, opacity .6s ease .6s;
  opacity: 0;
  transform: translateY(2rem);
}
.ym-btn-patient-important {
  margin-top: 1rem;
  transition: transform .6s ease .8s, opacity .6s ease .8s;
  opacity: 0;
  transform: translateY(2rem);
}
.active_dynamic_elem .ym-btn-functionality,
.active_dynamic_elem .ym-btn-patient-important {
  transform: none;
  opacity: 1;
}
.cg_footer {
  width: 116rem;
  margin: 2rem auto 0;
  padding-bottom: 3rem;
}
.sources_section {
  width: 100%;
  padding: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
}
.sources_title {
  display: block;
  width: 100%;
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.sources_title:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../img/icon_arrow_bottom.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform .6s ease;
}
.open_sources.sources_title:before {
  transform: rotate(180deg);
}
.sources_container {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: height .6s ease;
}
.sources_wrapper {
  display: block;
  width: 100%;
}
.sources {
  display: block;
  padding-top: 3.2rem;
}
.source {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4em;
  color: #626262;
}
.haleon_section {
  width: 100%;
  padding: 2.4rem;
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  margin-top: 1.2rem;
  position: relative;
  z-index: 2;
}
.logo_haleon_footer {
  display: block;
  width: 35.4rem;
}
.haleon_section_text {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-family: Verdana;
  margin-top: 2rem;
  color: #444444;
}
.haleon_section_text_bottom_line {
  padding-bottom: 2rem;
  border-bottom: 1px solid #000000;
}
.haleon_section_text a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.haleon_section_text a:hover {
  text-decoration: none;
}
.haleon_section_black {
  width: 100%;
  padding: 4.4rem 2.4rem 2.4rem;
  background-color: #000000;
  border-radius: 0 0 1.6rem 1.6rem;
  margin-top: -2rem;
}
.haleon_section_black_title {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 700;
  font-family: Verdana;
}
.haleon_section_black_text {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #FFFFFF;
  font-weight: 400;
  font-family: Verdana;
  margin-top: 2rem;
}

.popups_container {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  pointer-events: none;
  opacity: 0;
  transition: opacity .4s ease;
  background-color: rgba(0, 15, 38, 0.6);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}
.popups_container_active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.popups_container_wrapper {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.popup_items_container {
  width: 100%;
  padding: 10rem 0;
}
.popup_item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity .4s ease, transform .4 ease;
  opacity: 0;
  transform: translateY(-4em);
  pointer-events: none;
  width: 126rem;
  border-radius: 2rem;
  border: .8rem solid #FFFFFF;
  background: linear-gradient(234.1deg, #B8F9ED 8.01%, #E4FFFA 91.99%);
  padding: 4.8rem 9.2rem;
}
.popup_item:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/bg_popup.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  z-index: 1;
  pointer-events: none;
}
.popup_item_active {
  opacity: 1;
  transform: none;
  pointer-events: auto;
  position: relative;
  z-index: 2;
}
.popup_title {
  display: block;
  font-size: 6rem;
  line-height: 1.1em;
  font-weight: 700;
  font-family: 'Comfortaa';
  position: relative;
  z-index: 2;
}
.popup_messages_container {
  width: 108rem;
  margin: 6.4rem auto 0;
  position: relative;
  z-index: 2;
}
.popup_messages_container .info_message_block {
  margin-top: 3rem;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(1) {
  width: 81.7rem;
  transition-delay: .4s;
  margin-top: 0;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26.6rem;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(2) {
  width: 82.3rem;
  transition-delay: .6s;
  transform: translateX(-4rem);
  padding-left: 27.3rem;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(3) {
  width: 81.7rem;
  transition-delay: .8s;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26.6rem;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(4) {
  width: 80.8rem;
  transition-delay: 1s;
  transform: translateX(-4rem);
  padding-left: 27.3rem;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(5) {
  width: 94.5rem;
  transition-delay: 1.2s;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26.6rem;
}
.popup_item_active .info_message_block {
  opacity: 1 !important;
  transform: none !important;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: .4s;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
  width: 21.3rem;
  left: 3rem;
  transform: translateX(-4rem);
  transition-delay: .6s;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(3) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: .8s;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(4) .info_message_image {
  width: 21.3rem;
  left: 3rem;
  transform: translateX(-4rem);
  transition-delay: 1s;
}
.popup_reading .popup_messages_container .info_message_block:nth-child(5) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: 1.2s;
}
.popup_item_active .info_message_block .info_message_image {
  opacity: 1 !important;
  transform: none !important;
}
.popup_footnote {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2em;
  color: #000000;
  margin-top: 2.4rem;
  position: relative;
  z-index: 2;
}
.ym-btn-popup-reading {
  width: 62rem;
  margin: 8rem auto 0;
  position: relative;
  z-index: 2;
}
.close_popup_button {
  display: block;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(40, 60, 88, 0.5);
  border-radius: 1rem;
  position: absolute;
  outline: none;
  cursor: pointer;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 2;
  transition: transform .6s ease;
}
.close_popup_button:hover {
  transform: scale(1.05);
}
.close_popup_button:before,
.close_popup_button:after {
  content: '';
  display: block;
  width: 80%;
  height: 4px;
  background-color: #283C58;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.close_popup_button:before {
  transform: rotate(45deg);
}
.close_popup_button:after {
  transform: rotate(-45deg);
}

.popup_chewing .popup_messages_container .info_message_block:nth-child(1) {
  width: 75.5rem;
  transition-delay: .4s;
  margin-top: 0;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26.6rem;
}
.popup_chewing .popup_messages_container .info_message_block:nth-child(2) {
  width: 70.5rem;
  transition-delay: .6s;
  transform: translateX(-4rem);
  padding-left: 27.3rem;
}
.popup_chewing .popup_messages_container .info_message_block:nth-child(3) {
  width: 77.4rem;
  transition-delay: .8s;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26rem;
}
.popup_chewing .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: .4s;
}
.popup_chewing .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
  width: 21.3rem;
  left: 3rem;
  transform: translateX(-4rem);
  transition-delay: .6s;
}
.popup_chewing .popup_messages_container .info_message_block:nth-child(3) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: .8s;
}
sup {
  font-size: .5em;
  line-height: .1em;
}
.table_1 {
  display: block;
  width: 100%;
  margin-top: 6rem;
  position: relative;
  z-index: 2;
}
.popup_text {
  display: block;
  font-size: 2.8rem;
  line-height: 1.4em;
  text-align: center;
  margin-top: 1.6rem;
  font-weight: 400;
}
.popup_buttons_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8rem;
  position: relative;
  z-index: 2;
}
.back_popup_button {
  width: 9.5rem;
  margin-right: 2px;
}
.back_popup_button:before {
  content: '';
  display: block;
  width: 2.7rem;
  height: 3.1rem;
  background-image: url(../img/arrow_left_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.ym-btn-popup-chewing-close {
  width: 62rem;
}
.corega_tablets {
  display: block;
  width: 78.5rem;
  position: relative;
  z-index: 2;
  margin: 6rem auto 0;
}
.popup_care .popup_messages_container .info_message_block:nth-child(1) {
  width: 69.2rem;
  transition-delay: .4s;
  margin-top: 0;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26.6rem;
}
.popup_care .popup_messages_container .info_message_block:nth-child(2) {
  width: 80.8rem;
  transition-delay: .6s;
  transform: translateX(-4rem);
  padding-left: 27.3rem;
}
.popup_care .popup_messages_container .info_message_block:nth-child(3) {
  width: 104.4rem;
  transition-delay: .8s;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26.6rem;
}
.popup_care .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: .4s;
}
.popup_care .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
  width: 21.3rem;
  left: 3rem;
  transform: translateX(-4rem);
  transition-delay: .6s;
}
.popup_care .popup_messages_container .info_message_block:nth-child(3) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: .8s;
}
.ym-btn-popup-care {
  width: 62rem;
  margin: 2rem auto 0;
  position: relative;
  z-index: 2;
}
.popup_time_text .popup_messages_container .info_message_block:nth-child(2) {
  width: 80.8rem;
  transition-delay: .4s;
  transform: translateX(4rem);
  margin-left: auto;
  padding-right: 26.6rem;
}
.popup_time_text .popup_messages_container .info_message_block:nth-child(1) {
  width: 84.1rem;
  transition-delay: .6s;
  transform: translateX(-4rem);
  padding-left: 27.3rem;
  margin-top: 0;
}
.popup_time_text .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
  width: 20.6rem;
  right: 3rem;
  transform: translateX(4rem);
  transition-delay: .4s;
}
.popup_time_text .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
  width: 21.3rem;
  left: 3rem;
  transform: translateX(-4rem);
  transition-delay: .6s;
}
.popup_info_block {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
  background-color: #A8F9E9;
  border: 6px solid #FFFFFF;
  box-shadow: 0 3px 0 0 #05A3B0;
  padding: 5rem 43rem 4rem 4.6rem;
  background-image: url(../img/bg_popup.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  position: relative;
  z-index: 2;
}
.popup_info_block_1{
  margin-top: 9rem;
}
.popup_info_block_2 {
  margin-top: 3rem;
}
.popup_title_mini {
  display: block;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Comfortaa';
}
.prosthesis_2 {
  display: block;
  width: 40rem;
  margin-left: 4.4rem;
  margin-top: 2.8rem;
}
.popup_block_text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C8FBF1;
  border: 1px solid #05A3B0;
  border-radius: 1.7rem;
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}
.popup_info_block_1 .popup_block_text {
  width: 51.8rem;
  height: 12rem;
  margin-top: 1.5rem;
}
.popup_info_block_2 .popup_block_text {
  width: 57.6rem;
  height: 15.6rem;
  margin-top: 2rem;
}
.popup_info_block_person_text {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  position: absolute;
  background: #FFFFFF;
  border-width: 3px 3px 6px 3px;
  border-style: solid;
  border-color: #05A3B0;
  border-radius: 2.4rem;
  font-size: 2.2rem;
  line-height: 1.4em;
}
.popup_info_block_person_text:before {
  content: '';
  display: block;
  width: 1.7rem;
  height: 2.4rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/icon_message.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
}
.popup_info_block_1 .popup_info_block_person_text {
  padding: 2rem 3rem;
  width: 39.2rem;
  top: 4rem;
  right: 4.3rem;
}
.popup_info_block_2 .popup_info_block_person_text {
  padding: 2rem 3rem;
  width: 36.8rem;
  top: 5rem;
  right: 2.4rem;
}
.popup_info_block_person {
  display: block;
  width: 30.8rem;
  position: absolute;
  transform: scaleX(-1);
}
.popup_info_block_1 .popup_info_block_person {
  right: 9.9rem;
  top: 19.4rem;
}
.popup_info_block_2 .popup_info_block_person {
  right: 6.7rem;
  top: 23rem;
}
.table_2_text {
  display: block;
  font-size: 2.3rem;
  line-height: 1.3em;
  text-align: center;
  margin-top: 7.2rem;
  font-weight: 500;
}
.table_2 {
  display: block;
  width: 38.2rem;
  margin-left: 9rem;
  margin-top: 1.9rem;
}
.ym-btn-popup-time-test-close {
  width: 62rem;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 8px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: .7vw;
  }
}

@media screen and (min-width: 2000px) {
  html {
    font-size: .52vw;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  html {
    font-size: .8vw;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  html {
    font-size: 1vw;
  }
  .cg_section_wrapper {
    width: 100%;
    margin: 0;
  }
  .kv_section:before {
    width: 100%;
    height: 50%;
    top: -40vw;
  }
  .location_1 {
    bottom: auto;
    top: 172em;
  }
  .logo_haleon {
    width: 19rem;
    top: 8rem;
    right: 4rem;
  }
  .kv_section .cg_section_wrapper {
    padding: 0;
    padding-bottom: 4rem;
  }
  .kv_section_wrapper {
    padding-top: 25rem;
    padding-bottom: 0rem;
  }
  .logo {
    width: 23rem;
    position: absolute;
    top: 5rem;
    left: 4rem;
  }
  .kv_section_title {
    font-size: 10rem;
    margin: 0;
    text-align: center;
  }
  .kv_description {
    font-size: 5rem;
    margin-top: 3rem;
    text-align: center;
  }
  .kv_info_block {
    padding: 4rem;
    border-radius: 4rem;
    margin-top: 52rem;
  }
  .kv_info_block:before {
    width: 41rem;
    height: 41rem;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .kv_info_text {
    font-size: 3.7rem;
    margin-top: 0;
  }
  .teeth_section_container {
    padding: 0;
    margin-top: 45rem;
  }
  .teeth_section_container:after {
    width: 35em;
    height: 78em;
    bottom: auto;
    top: -39em;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .teeth_section_wrapper {
    display: block;
    width: 100%;
    border-radius: 4rem;
    background: linear-gradient(360deg, #E4FFFA 0%, #B9FFF2 100%);
    border: 4px solid #FFFFFF;
    box-shadow: 0px 2rem 0px #05A3B0;
    padding: 4rem 2rem 2rem;
  }
  .patient_data_box {
    width: 100%;
    padding: 0;
  }
  .person_3 {
    width: 15rem;
    margin-right: 4.5rem;
  }
  .patient_data_text {
    font-size: 3.8rem;
    padding-right: 16rem;
  }
  .patient_data_info {
    font-size: 6.5rem;
  }
  .teeth_map_full {
    width: 73rem;
    margin: 0 auto;
  }
  .patient_data_list {
    margin-top: 3rem;
  }
  .patient_data_item {
    padding-left: 5rem;
    margin-top: 1rem;
  }
  .patient_data_item:nth-child(1) {
    margin-top: 0;
  }
  .patient_data_item:before {
    width: 1rem;
    height: 1rem;
    left: 2rem;
    top: 2rem;
  }
  .patient_data_item_text {
    font-size: 3.8rem;
  }
  .patient_teeth_box {
    width: 100%;
    margin-top: 6rem;
  }
  .recommendation_block {
    width: 100%;
    border-radius: 4rem;
    background: linear-gradient(360deg, #E4FFFA 0%, #B9FFF2 100%);
    border: 4px solid #FFFFFF;
    box-shadow: 0px 2rem 0px #05A3B0;
    margin-top: 5rem;
    padding: 4rem 2rem;
  }
  .recommendation_text {
    font-size: 5rem;
    text-align: center;
  }
  .person_4 {
    width: 30rem;
    margin: 0 auto;
  }
  .support_section .cg_section_wrapper {
    padding-bottom: 0em;
    padding-top: 61rem;
    background-color: #8DE5FF;
  }
  .support_section:before {
    height: 90rem;
  }
  .support_section:after {
    height: 63rem;
    background-size: 195% auto;
    background-position: 100% 100%;
    bottom: -26rem;
  }
  .support_container {
    width: 100%;
    padding: 4rem;
    top: 8rem;
    left: 0;
    bottom: auto;
  }
  .support_container:before {
    width: 6rem;
    height: 11rem;
    top: 100%;
    left: 49rem;
    background-image: url(../img/bg_support_text_mobile.svg);
  }
  .support_container:after {
    border-width: 2px;
    border-style: solid;
    border-color: #05A3B0;
    border-radius: 4rem;
  }
  .support_title {
    font-size: 5.5rem;
  }
  .support_text {
    font-size: 3.8rem;
    margin-top: 2rem;
  }
  .support_block {
    display: none;
  }
.start_section {
  background-color: #B7EFFF;
  background-image: url(../img/location_4.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 100%;
}
  .start_section .cg_section_wrapper {
    padding-top: 5rem;
    padding-bottom: 0em;
  }
  .info_message_block {
    width: 100%;
    border-radius: 6rem;
    padding: 5rem 4rem;
  }
  .start_section .info_message_block {
    width: 100%;
    margin: 0;
    padding-left: 30rem;
    padding: 2rem 3rem;
    padding-left: 30rem;
  }
  .start_section .info_message_image {
    width: 28rem;
    left: 0;
  }
  .start_section .info_message_text {
    font-size: 3.8rem;
  }
  .person_5 {
    display: none;
  }
  .person_20 {
    display: block;
  }
  .info_message_text {
    font-size: 3.8rem;
  }
  .sign {
    width: 41rem;
    margin: 22rem 0 0;
    perspective: 60rem;
    margin-left: 18rem;
  }
  .sign_board {
    width: 41rem;
    height: 17rem;
    padding-top: 3.7rem;
    padding-left: 4.2rem;
    position: absolute;
    top: 3rem;
    left: 0;
    animation: sign_board 10s linear infinite;
    transform-origin: 22rem 0;
  }
  .sing_text {
    font-size: 3.6rem;
  }
  .sing_post {
    width: 3.4rem;
  }
  .first_experience_section .cg_section_wrapper {
    padding-top: 10rem;
    padding-bottom: 21rem;
    padding: 10rem 4rem 21rem;
  }
  .experience_title {
    font-size: 6.5rem;
  }
  .experience_list {
    display: block;
    margin-top: 6rem;
  }
  .experience_list_item {
    width: 100%;
    height: auto;
    border-radius: 4rem;
    padding: 6rem 4rem 36rem;
    margin-top: 6rem;
  }
  .experience_list_item:nth-child(1) {
    margin-top: 0;
  }
  .experience_list_item_title {
    font-size: 5rem;
  }
  .experience_list_item_text {
    font-size: 3.8rem;
    padding-left: 8rem;
    margin-top: 2rem;
  }
  .experience_list_item_text:before {
    width: 6rem;
    height: 6rem;
  }
  .experience_list_item_person {
    right: 4rem;
  }
  .experience_list_item:nth-child(1) .experience_list_item_person {
    width: 50rem;
  }
  .experience_list_item:nth-child(2) .experience_list_item_person {
    width: 39rem;
  }
  .experience_list_item:nth-child(3) .experience_list_item_person {
    width: 42rem;
  }
  .patients_review_container {
    margin-top: 8rem;
    border-radius: 4rem;
    padding: 6rem 4rem;
  }
  .patients_review_title {
    font-size: 5rem;
  }
  .patients_review_list {
    margin-top: 8rem;
    display: block;
  }
  .patient_review_item {
    width: 100%;
    padding-left: 13rem;
    margin-top: 10rem;
  }
  .patient_review_item:before {
    width: 8rem;
    height: 8rem;
  }
  .patient_review_text {
    font-size: 3.8rem;
  }
  .patient_info {
    font-size: 3.8rem;
    margin-top: 5rem;
  }
  .comfort_experience_section .cg_section_wrapper {
    padding: 0 4rem 10rem;
  }
  .comfort_experience_section .experience_list_item {
    width: 100%;
    padding-bottom: 6rem;
  }
  .doubt_and_fear_section .cg_section_wrapper {
    display: block;
    padding-top: 15rem;
    padding-bottom: 10rem;
  }
  .doubt_and_fear_section_title {
    width: 100%;
    font-size: 10rem;
    padding-top: 0;
    text-align: center;
  }
  .doubt_and_fear_section .info_message_text {
    font-size: 3.8rem;
  }
  .doubt_and_fear_info_block {
    width: 100%;
    padding: 6rem 4rem;
    border-radius: 4rem;
    border-width: 3px 3px 3px 3px;
    margin-top: 34rem;
  }
  .doubt_and_fear_info_text {
    font-size: 3.8rem;
  }
  .gradient_button {
    height: 16rem;
    border-radius: 8rem;
  }
  .gradient_button span {
    font-size: 5rem;
  }
  .ym-btn-nodoubt-link {
    width: 100%;
    margin-top: 5rem;
  }
  .location_5 {
    width: 100%;
    top: 13.7vw;
  }
  .person_9 {
    width: 9.7rem;
    width: 7vw;
    top: 54vw;
    left: 6vw;
  }
  .person_10 {
    width: 7.4vw;
    top: 53.2vw;
    left: 14.4vw;
  }
  .location_5_bridge {
    width: 71vw;
    top: 62.3vw;
    left: 22.7vw;
    opacity: 1;
  }
  .active_bridge {
    opacity: 1;
  }
  .bird_1 {
    transition-delay: .6s;
    width: 4vw;
    top: 49vw;
    left: 33vw;
  }
  .bird_2 {
    transition-delay: .8s;
    width: 6vw;
    top: 55vw;
    left: 26vw;
  }
  .bird_3 {
    transition-delay: 1s;
    width: 7vw;
    top: 54vw;
    left: 35vw;
  }
  .doubt_and_fear_section .info_message_block {
    position: relative;
  }
  .doubt_and_fear_section .info_message_block_1 {
    left: auto;
    top: auto;
    width: 100%;
    padding-left: 30rem;
    margin-top: 15rem;
  }
  .doubt_and_fear_section .info_message_block_2 {
    right: auto;
    top: auto;
    width: 100%;
    padding-right: 30rem;
    margin-top: 4rem;
  }
  .doubt_and_fear_section .info_message_block_1 .info_message_image {
    width: 28rem;
    left: 0;
  }
  .doubt_and_fear_section .info_message_block_2 .info_message_image {
    width: 28rem;
    right: 0;
  }
  .doubt_and_fear_section .person_4,
  .doubt_and_fear_section .person_21 {
    display: block;
  }
  .doubt_and_fear_section .person_11,
  .doubt_and_fear_section .person_12 {
    display: none;
  }
  .prosthesis_section .cg_section_wrapper {
    display: block;
  }
  .corega_block {
    width: 100%;
    height: auto;
    border-radius: 4rem;
    overflow: hidden;
    background-image: url(../img/bg_corega.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 65rem;
    padding-bottom: 4rem;
  }
  .img_corega {
    width: 88rem;
  }
  .corega_title {
    font-size: 6rem;
  }
  .corega_text {
    font-size: 4.5rem;
    margin-top: 2rem;
  }
  .prosthesis_block {
    width: 100%;
    border-radius: 4rem;
    padding: 4rem;
    height: auto;
    margin-top: 5rem;
  }
  .prosthesis_title {
    font-size: 6rem;
  }
  .img_prosthesis {
    display: block;
    width: 58rem;
    margin: 4rem auto 6rem;
  }
  .ym-btn-patient-important {
    margin-top: 2rem;
  }

  .cg_footer {
    width: 100%;
    margin-top: 25rem;
    padding-bottom: 0;
  }
  .sources_section {
    padding: 6rem 4rem;
    border-radius: 4rem;
  }
  .sources_title {
    font-size: 6.5rem;
  }
  .sources {
    padding-top: 8rem;
  }
  .source {
    font-size: 3rem;
  }
  .haleon_section {
    width: 100%;
    padding: 6rem 4rem;
    border-radius: 4rem;
    margin-top: 3rem;
  }
  .logo_haleon_footer {
    width: 100%
  }
  .haleon_section_text {
    font-size: 4rem;
    margin-top: 5rem;
  }
  .haleon_section_text_bottom_line {
    padding-bottom: 5rem;
  }
  .haleon_section_black {
    padding: 11rem 4rem 10rem;
    background-color: #000000;
    border-radius: 0 0 4rem 4rem;
    margin-top: -4rem;
  }
  .haleon_section_black_title {
    font-size: 4rem;
  }
  .haleon_section_black_text {
    font-size: 4rem;
    margin-top: 5rem;
  }

  .popup_items_container {
    padding: 10rem 0;
  }
  .popup_item {
    width: 96em;
    border-radius: 5rem;
    border: 4px solid #FFFFFF;
    padding: 19rem 4rem 8rem;
  }
  .popup_title {
    font-size: 10rem;
  }
  .popup_messages_container {
    width: 100%;
    margin: 6rem 0 0;
  }
  .popup_messages_container .info_message_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 26rem;
    overflow: hidden;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(1) {
    width: 100%;
    padding-right: 27rem;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(2) {
    width: 100%;
    padding-left: 27rem;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(3) {
    width: 100%;
    padding-right: 27rem;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(4) {
    width: 100%;
    padding-left: 27rem;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(5) {
    width: 100%;
    padding-right: 27rem;
  }

  .popup_reading .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
    width: 25rem;
    left: 0;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(3) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(4) .info_message_image {
    width: 25rem;
    left: 0;
  }
  .popup_reading .popup_messages_container .info_message_block:nth-child(5) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .popup_footnote {
    font-size: 3rem;
    margin-top: 6rem;
  }
  .ym-btn-popup-reading {
    width: 100%;
    margin: 10rem 0 0;
  }
  .close_popup_button {
    width: 15rem;
    height: 15rem;
    border-radius: 2.5rem;
    top: 4rem;
    right: 4rem;
  }
  .close_popup_button:before,
  .close_popup_button:after {
    height: 4px;
    border-radius: 2px;
  }
  .popup_chewing .popup_title {
    padding-right: 10rem;
  }
  .popup_chewing .popup_messages_container .info_message_block:nth-child(1) {
    width: 100%;
    padding-right: 27rem;
  }
  .popup_chewing .popup_messages_container .info_message_block:nth-child(2) {
    width: 100%;
    padding-left: 27rem;
  }
  .popup_chewing .popup_messages_container .info_message_block:nth-child(3) {
    width: 100%;
    padding-right: 27rem;
  }
  .popup_chewing .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .popup_chewing .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
    width: 25rem;
    left: 0;
  }
  .popup_chewing .popup_messages_container .info_message_block:nth-child(3) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .table_1 {
    margin-top: 8rem;
  }
  .popup_text {
    font-size: 4rem;
    margin-top: 4rem;
  }
  .popup_buttons_container {
    margin-top: 10rem;
    position: relative;
  }
  .back_popup_button {
    width: 20rem;
    margin-right: 2px;
  }
  .back_popup_button:before {
    width: 5rem;
    height: 5rem;
  }
  .ym-btn-popup-chewing-close {
    width: 71rem;
  }
  .corega_tablets {
    width: 100%;
    margin: 8rem 0 0;
  }
  .popup_care .popup_messages_container .info_message_block:nth-child(1) {
    width: 100%;
    padding-right: 27rem;
  }
  .popup_care .popup_messages_container .info_message_block:nth-child(2) {
    width: 100%;
    padding-left: 27rem;
  }
  .popup_care .popup_messages_container .info_message_block:nth-child(3) {
    width: 100%;
    padding-right: 27rem;
  }
  .popup_care .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .popup_care .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
    width: 25rem;
    left: 0;
  }
  .popup_care .popup_messages_container .info_message_block:nth-child(3) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .ym-btn-popup-care {
    width: 100%;
    margin: 10rem 0 0;
  }
  .popup_time_text .popup_messages_container .info_message_block:nth-child(2) {
    width: 100%;
    padding-right: 27rem;
  }
  .popup_time_text .popup_messages_container .info_message_block:nth-child(1) {
    width: 100%;
    padding-left: 27rem;
  }
  .popup_time_text .popup_messages_container .info_message_block:nth-child(2) .info_message_image {
    width: 25rem;
    right: 0;
  }
  .popup_time_text .popup_messages_container .info_message_block:nth-child(1) .info_message_image {
    width: 25rem;
    left: 0;
  }
  .popup_info_block {
    width: 100%;
    border-radius: 5rem;
    border: 4px solid #FFFFFF;
    box-shadow: 0 3px 0 0 #05A3B0;
    padding: 4rem 5rem 58rem;
  }
  .popup_info_block_1{
    margin-top: 10rem;
  }
  .popup_info_block_2 {
    margin-top: 6rem;
  }
  .popup_title_mini {
    font-size: 5.5rem;
    text-align: center;
  }
  .prosthesis_2 {
    width: 56rem;
    margin: 4rem auto 0;
  }
  .popup_block_text {
    border-radius: 4rem;
    font-size: 3.5rem;
  }
  .popup_info_block_1 .popup_block_text {
    width: 100%;
    height: 21rem;
    margin-top: 4rem;
  }
  .popup_info_block_2 .popup_block_text {
    width: 100%;
    height: 32rem;
    margin-top: 4rem;
  }
  .popup_info_block_person_text {
    border-radius: 4rem;
    font-size: 4rem;
    position: relative;
    margin-top: 10rem;
  }
  .popup_info_block_person_text:before {
    width: 4.4rem;
    height: 6rem;
  }
  .popup_info_block_1 .popup_info_block_person_text {
    padding: 1rem 4rem 0;
    width: 100%;
    height: 15rem;
    top: auto;
    right: auto;
  }
  .popup_info_block_2 .popup_info_block_person_text {
    padding: 1rem 4rem 0;
    width: 100%;
    height: 15rem;
    top: auto;
    right: auto;
    font-size: 3.5rem;
  }
  .popup_info_block_person {
    width: 55rem;
  }
  .popup_info_block_1 .popup_info_block_person,
  .popup_info_block_2 .popup_info_block_person {
    right: 16.7rem;
    top: auto;
    bottom: -34rem;
  }
  .table_2_text {
    font-size: 4rem;
    line-height: 1.4em;
    margin-top: 6rem;
  }
  .table_2 {
    width: 72rem;
    margin: 4rem auto 0;
  }
  .ym-btn-popup-time-test-close {
    width: 71rem;
  }
}

/*dialog code*/

.doctor-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

.doctor-dialog[open] {
    visibility: visible;
    z-index: 1009;
}

.doctor-dialog__container {
    width: 100%;
    max-width: 530px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 10px;
    display: flex;
    justify-content: center;
}

.doctor-dialog__inner {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.doctor-dialog__text {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 8px;
}

.doctor-dialog__button {
  border: none;
  margin: 0;
  overflow: visible;
  outline: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background-color: #000000;
    border-radius: 6px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    padding: 10px;
    cursor: pointer;
}

.doctor-dialog__button * {
    display: block;
    pointer-events: none;
}

@media screen and (max-width: 480px) {
  .doctor-dialog__text,
  .doctor-dialog__button {
    font-size: 9px;
  }
}

.no-doctor-dialog {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.no-doctor-dialog[open] {
    visibility: visible;
    z-index: 1010;
}

.no-doctor-dialog__container {
    width: 100%;
    max-width: 530px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 24px 10px;
    display: flex;
    justify-content: center;
}

.no-doctor-dialog__inner {
    width: 100%;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.no-doctor-dialog__title,
.no-doctor-dialog__text {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.no-doctor-dialog__title {
    font-weight: 700;
}

.no-doctor-dialog__buttons {
    display: flex;
    column-gap: 4px;
}

.no-doctor-dialog__button {
  border: none;
  margin: 0;
  overflow: visible;
  outline: none;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    background-color: #000000;
    border-radius: 6px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    padding: 10px;
    cursor: pointer;


}
.no-doctor-dialog__button * {
  display: block;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .no-doctor-dialog__text,
  .no-doctor-dialog__button {
    font-size: 9px;
  }
}

.cookie {
    position: fixed;
    left: clamp(1.25em,1.0336538462em + .9615384615vw,1.875em);
    bottom: clamp(1.25em,1.0336538462em + .9615384615vw,1.875em);
    right: auto;
    top: auto;
    z-index: -1;
    border: none;
    padding: 0;
    display: none;
    background: none;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
}

.cookie[open] {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1010;
}

@media (max-width: 35.999em) {
    .cookie {
        width:100%;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.cookie__container {
    width: 100%;
    max-width: 37.5em;
    padding: 1em;
    display: grid;
    grid-template-columns: 1fr 10.8125em;
    grid-gap: 1em;
    gap: 1em;
    background-color: #ffffff;
    border-bottom-right-radius: 1em;
    align-items: center;
    box-shadow: 0 .25em 1.875em 0 rgba(35, 53, 104, .15);
}

@media (max-width: 35.999em) {
    .cookie__container {
        grid-template-columns:1fr;
        grid-auto-rows: auto;
        border-bottom-right-radius: 0
    }
}

.cookie__text {
    font-size: clamp(.75em,.6397058824em + .4901960784vw,.875em);
    line-height: 1;
    color: #001B70
}

.cookie__text a {
    color: #001B70;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-weight: 500
}

.cookie__buttons {
    display: flex;
    flex-direction: column;
    row-gap: .25em
}

@media (max-width: 35.999em) {
    .cookie__buttons {
        flex-direction:row;
        justify-content: space-between
    }
}

.cookie__button {
    background: linear-gradient(225deg, var(--main-blue-color) 0%, var(--blue-color) 100%);
    color: #ffffff;
    height: 2.5em;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(.75em,.5294117647em + .9803921569vw,1em);
    line-height: 1;
    font-weight: 600
}

.cookie__button--white {
    background: #ffffff;
    color: #001B70;
    border: .125em solid #293853;
}

@media (max-width: 47.999em) {
    .cookie__button {
        width:clamp(9.375em,8.1066176471em + 5.637254902vw,10.8125em)
    }
}

@media screen and (min-width: 2000px) {
  .doctor-dialog__container {
    max-width: 1060px;
    border-radius: 16px;
    padding: 48px 20px;
  }
  .doctor-dialog__inner {
    max-width: 900px;
    row-gap: 8px;
  }
  .doctor-dialog__text {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .doctor-dialog__button {
    column-gap: 20px;
    border-radius: 12px;
    font-size: 24px;
    padding: 20px;
  }
  .no-doctor-dialog__container {
    max-width: 1060px;
    border-radius: 16px;
    padding: 48px 20px;
  }
  .no-doctor-dialog__inner {
    max-width: 900px;
    row-gap: 24px;
  }
  .no-doctor-dialog__title,
  .no-doctor-dialog__text {
    font-size: 24px;
  }
  .no-doctor-dialog__buttons {
    display: flex;
    column-gap: 8px;
  }
  .no-doctor-dialog__button {
    column-gap: 20px;
    border-radius: 12px;
    font-size: 24px;
    padding: 20px;
  }
  .cookie {
    left: clamp(1.25em,1.0336538462em + .9615384615vw,1.875em);
    bottom: clamp(1.25em,1.0336538462em + .9615384615vw,1.875em);
    font-size: 32px;
  }
}