@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Segoe UI", "Segoe UI Bold";
  src: url("../fonts/SegoeUI.ttf");
  src: url("../fonts/SegoeUIBold.ttf");
  src: url("../fonts/SegoeUI.ttf") format("woff"), url("../fonts/SegoeUIBold.ttf") format("woff"), url("../fonts/SegoeUI.ttf") format("truetype"), url("../fonts/SegoeUIBold.ttf") format("truetype"), url("../fonts/SegoeUI.ttf#Segoe UI") format("svg");
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: Segoe UI, Noto Sans, sans-serif;
  color: #000;
  scroll-behavior: smooth;
  color: rgba(0, 0, 0, 0.8509803922);
  position: relative;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 38px;
  margin-top: 20px;
  padding: 5px auto;
}

h1 {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 7px;
}

h2 {
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 20px;
}

.regular-text {
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .regular-text {
    font-size: 15px;
  }
}
.regular-text .regular-text__img {
  margin: 0 10px -5px 0;
}
.regular-text strong {
  font-weight: 700;
}
.regular-text-red {
  color: red;
}

.regular-text--italic {
  font-style: italic;
}

.regular-href {
  display: block;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 35px;
  background-color: #0ec15c;
  padding: 14px 30px 10px;
  text-align: center;
  width: 100%;
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
@media (max-width: 768px) {
  .regular-href {
    font-size: 15px;
    padding: 14px 30px 10px;
    margin-top: 15px;
  }
}

.special-offert {
  font-size: 16px;
  line-height: 24px;
  color: red;
  margin: 20px 0;
}

.font-1 {
  font-family: roboto;
}

.page-container {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f3;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-container .container {
  max-width: 1075px;
  min-height: 100vh;
  width: 100%;
  background-color: #ffffff;
  padding: 0 0 20px;
  margin: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .page-container .container {
    border-radius: 17px;
    padding: 0 0 100px;
    margin: 25px 0;
  }
}

.header-desktop {
  display: none;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  font-size: 13px;
}
.header-desktop .header-desktop-date {
  padding: 10px;
  border-left: 1px solid black;
}
.header-desktop .header-desktop-banner {
  padding: 1rem 0;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 19px 18px 8px;
}
.header-desktop .header-desktop-banner .header-desktop-right-side {
  max-width: 320px;
}
.header-desktop .header-desktop-banner .header-desktop-inner {
  display: flex;
  align-items: center;
}
.header-desktop .header-desktop-banner .header-desktop-weather {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.header-desktop .header-desktop-banner .header-desktop-title-wrapper p {
  gap: 9px;
  color: #b90e0c;
  font-size: 40px;
  font-weight: 600;
}
.header-desktop .header-desktop-banner .header-desktop-title-wrapper p .font-2 {
  color: #00828f;
}
.header-desktop .header-desktop-banner .header-desktop-title-wrapper .title-wrapper__subtittle {
  font-size: 25px;
  font-style: italic;
}
.header-desktop .header-desktop-banner .header-desktop-image-wrapper {
  margin-left: auto;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper {
  border: 1px solid #707070;
  height: 30px;
  max-width: 290px;
  width: 100%;
  display: flex;
  padding-right: 10px;
  align-items: center;
  margin-top: 10px;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper input {
  border: none;
  outline: none;
  padding-left: 10px;
}
.header-desktop .header-desktop-banner .header-desktop-searcher-wrapper .header_input-search {
  height: 15px;
  width: 15px;
  background: url("../img/search.png") no-repeat;
  background-position: center 80%;
  background-size: 100% 100%;
}
.header-desktop .header-desktop-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #00828f;
  padding: 7px 0;
}
.header-desktop .header-desktop-bar .header-destkop-bar-image-wrapper {
  max-width: 120px;
}
.header-desktop .header-desktop-bar .header-destkop-bar-image-wrapper img {
  max-width: 100%;
  margin: 10px;
  max-height: 50px;
}
.header-desktop .nav-menu {
  border-bottom: 1px solid black;
}
.header-desktop .nav-menu .nav-wrapper .nav-list {
  display: flex;
  justify-content: space-around;
}
.header-desktop .nav-menu .nav-wrapper .nav-list li {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.header-desktop .nav-menu .nav-wrapper .nav-list li a {
  text-decoration: none;
  color: #1c1c1c;
  font-weight: 500;
}
@media (min-width: 768px) {
  .header-desktop {
    display: block;
  }
}

.header-mobile {
  padding: 27px 20px 0;
  display: flex;
  flex-direction: column;
}
.header-mobile-title {
  font-size: 33px;
  line-height: 35px;
}
.header-mobile-subtitle {
  font-size: 12px;
  font-style: italic;
}
.header-mobile-image {
  width: 75px;
  height: 66px;
}
.header-mobile-top {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.header-mobile-press {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 12px;
  font-family: "Roboto", sans-serif;
}
.header-mobile-info {
  background-color: #af0000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 6px;
  margin: 0 -20px 14px;
}
.header-mobile-details {
  color: #5a5858;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.header-mobile-publication {
  font-weight: bold;
}
.header-mobile-publication span {
  font-weight: 500;
}
@media (min-width: 768px) {
  .header-mobile {
    display: none;
  }
}

.header-mobile-subpages {
  border-bottom: 4px solid #c7b785;
}

.header-mobile-content {
  display: flex;
  align-items: center;
  color: #b90e0c;
  font-weight: 600;
  font-size: 26px;
}
.header-mobile-content .font-2 {
  color: #00828f;
}

.social-icons {
  position: absolute;
  left: -65px;
  top: 0;
  display: none;
}
@media (min-width: 1200px) {
  .social-icons {
    display: block;
  }
}
.social-icons .social-icons-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  position: fixed;
  top: 300px;
}
.social-icons .social-icon {
  width: 34px;
  height: auto;
}

.br {
  display: block;
  margin: 20px 0;
  line-height: 22px;
  content: " ";
}

.container-wrapper {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.container-wrapper .x-CTA-medical {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: #fff;
  border-top: 2px solid #0000ff;
  display: none;
  z-index: 1;
  max-height: 100px;
  font-size: 18px;
  font-family: "Roboto";
  line-height: 1.4em;
  text-decoration: underline;
}
.container-wrapper .x-CTA-medical a {
  color: #0000ff !important;
  font-weight: 700;
}
@media (min-width: 525px) {
  .container-wrapper .x-CTA-medical {
    display: none !important;
  }
}
.container-wrapper .left-area {
  width: 100%;
  max-width: 661px;
  display: flex;
  flex-direction: column;
}
.container-wrapper .left-area .main-top-link {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .container-wrapper .left-area .main-top-link {
    margin-bottom: 25px;
  }
}
.container-wrapper .left-area .main-top-link a {
  text-decoration: none;
  color: #004b67;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}
.container-wrapper .left-area .main-image-wrapper {
  display: flex;
  flex-direction: column;
}
.container-wrapper .left-area .main__subTitle {
  color: #d063a5;
  font-weight: 700;
  font-size: 35px;
  text-decoration: underline;
  margin: 0;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__subTitle {
    font-size: 15px;
  }
}
.container-wrapper .left-area .main__title {
  margin: 0 0 28px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__title {
    font-size: 25px;
  }
}
.container-wrapper .left-area .main__specialText {
  display: grid;
  grid-template-columns: 0.5fr 1.3fr 0.5fr;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 18px;
  color: #00828f;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 37px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__specialText {
    font-size: 14px;
    grid-template-columns: 0.5fr 2fr 0.5fr;
  }
}
.container-wrapper .left-area .main__specialText::before {
  content: "";
  display: block;
  border-bottom: 1px solid #707070;
  width: 100%;
}
.container-wrapper .left-area .main__specialText::after {
  content: "";
  display: block;
  border-bottom: 1px solid #707070;
  width: 100%;
}
.container-wrapper .left-area .main__article {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__article {
    margin-bottom: 15px;
  }
}
.container-wrapper .left-area .main__article h2 {
  color: #d063a5;
  margin: 0 0 16px;
  font-size: 30px;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__article h2 {
    font-size: 20px;
  }
}
.container-wrapper .left-area .main__article p {
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__article p {
    font-size: 14px;
  }
}
.container-wrapper .left-area .main__article .article__specialBox {
  background-color: #eed3e8;
  display: grid;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  max-width: 466px;
  width: 100%;
  gap: 10px 20px;
  padding: 20px 11px 13px;
  margin: 10px auto 22px;
}
.container-wrapper .left-area .main__article .article__specialBox img {
  margin: auto;
  width: 100%;
}
.container-wrapper .left-area .main__article .article__specialBox p {
  grid-row: 2;
  grid-column: span 2;
  font-weight: 800;
  line-height: 1.4;
  font-size: 18px;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__article .article__specialBox p {
    font-size: 14px;
  }
}
.container-wrapper .left-area .main__article .article__specialBox2 {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  width: 100%;
  gap: 0 15px;
  margin: 10px auto 12px;
  max-width: 606px;
}
.container-wrapper .left-area .main__article .article__specialBox2 img {
  width: 100%;
  height: auto;
}
.container-wrapper .left-area .main__article .article__specialBox2 p {
  grid-row: 2;
  grid-column: span 2;
  line-height: 1.4;
  background-color: #00828f;
  color: #fff;
  padding: 11px 10px 9px;
  margin-top: -2px;
}
.container-wrapper .left-area .main__article .article__details {
  display: grid;
  grid-template-columns: 1fr 130px;
  background-color: rgba(238, 211, 232, 0.4784313725);
  margin: 33px 0 0;
  padding: 17px 14px 15px;
  position: relative;
}
@media (max-width: 500px) {
  .container-wrapper .left-area .main__article .article__details {
    grid-template-columns: 1fr;
  }
}
.container-wrapper .left-area .main__article .article__details .details__content {
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 13px;
}
.container-wrapper .left-area .main__article .article__details .details__content .content__firstImg {
  filter: brightness(50%) grayscale(1);
  margin: 0 8px -6px 0;
}
.container-wrapper .left-area .main__article .article__details .details__topLine {
  grid-row: 2;
  padding-top: 10px;
  line-height: 1.4;
  border-top: 2px solid #707070;
  margin-right: 50px;
}
@media (max-width: 500px) {
  .container-wrapper .left-area .main__article .article__details .details__topLine {
    margin-bottom: 125px;
  }
}
.container-wrapper .left-area .main__article .article__details .details__img {
  position: absolute;
  grid-column: 2;
  grid-row: span 2;
  margin: auto;
  right: 0;
  bottom: 0;
}
@media (max-width: 500px) {
  .container-wrapper .left-area .main__article .article__details .details__img {
    height: 150px;
    width: auto;
  }
}
.container-wrapper .left-area .main__opinion {
  margin: 20px 0 58px;
}
.container-wrapper .left-area .main__opinion .opinion__header {
  position: relative;
  background-color: #00828f;
  color: #fff;
  border-radius: 20% 0 0 20%;
}
.container-wrapper .left-area .main__opinion .opinion__header .header__img {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -1.5em;
}
@media (max-width: 768px) {
  .container-wrapper .left-area .main__opinion .opinion__header .header__img {
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.container-wrapper .left-area .main__opinion .opinion__header .header__paragraph {
  margin-left: 125px;
  padding: 15px;
  font-weight: 600;
}
.container-wrapper .left-area .main__opinion .opinion__content {
  background-color: rgba(0, 130, 143, 0.0784313725);
  padding: 34px 22px 22px;
}
.container-wrapper .left-area .main__opinion .opinion__content .content__title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 12px;
}
.container-wrapper .left-area .main__opinion .opinion__content .content__paragraph {
  font-size: 17px;
  line-height: 1.4;
  margin: 0;
}
.container-wrapper .left-area .article__ul {
  margin: 12px 0 26px;
  padding-left: 10px;
}
.container-wrapper .left-area .article__ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.4;
}
.container-wrapper .left-area .article__ul li strong {
  color: rgba(0, 0, 0, 0.8509803922);
}
@media (max-width: 768px) {
  .container-wrapper .left-area .article__ul li {
    font-size: 14px;
  }
}
.container-wrapper .left-area li::before {
  content: url("../images/check.svg");
  padding-right: 13px;
  margin-top: 6px;
}

.main__article--withoutBorder {
  border: none;
  margin-top: 10px;
}

.x-article-medical {
  margin: 0 auto;
}
.x-article-medical a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-article-medical a .article-text {
  color: #000000;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.float-img-text .float-img-wrapper {
  display: flex;
  justify-content: center;
}
.float-img-text .float-img-wrapper img {
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
}
.float-img-text .float-img-text .regular-text {
  margin-top: 0;
}

.ul-list {
  margin-top: 10px;
  padding-left: 30px;
  list-style: decimal;
}
.ul-list .list-item {
  margin-bottom: 15px;
  line-height: 21px;
}
.ul-list .list-item b {
  font-weight: bold;
}
.ul-list .list-item:last-child {
  margin-bottom: 0;
}

.chart {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}
.chart .chart-row1 {
  max-width: 545px;
  width: 100%;
  display: flex;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
}
.chart .chart-row1 .chart-column {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.chart .chart-row1 .chart-column .chart-text {
  font-size: 13px;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
}
.chart .chart-row1 .chart-column .chart-post {
  background-color: #33665f;
  width: 40%;
}
.chart .chart-row1 .chart-column-1 {
  background-color: #f4f9fb;
}
.chart .chart-row1 .chart-column-1 .chart-post {
  height: 150px;
}
.chart .chart-row1 .chart-column-2 {
  background-color: #e3eef2;
}
.chart .chart-row1 .chart-column-2 .chart-post {
  height: 175px;
}
.chart .chart-row1 .chart-column-3 {
  background-color: #d3e4e8;
}
.chart .chart-row1 .chart-column-3 .chart-post {
  height: 200px;
}
.chart .chart-row1 .chart-column-4 {
  background-color: #c2dae1;
}
.chart .chart-row1 .chart-column-4 .chart-post {
  height: 250px;
}
.chart .chart-row2 {
  max-width: 545px;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.chart .chart-row2 .chart-signature {
  width: 25%;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 5px 0;
}

.right-area-sidebar {
  display: none;
}
.right-area-sidebar h4 {
  font-size: 30px;
}

@media (min-width: 992px) {
  .left-area {
    width: 65%;
    padding-right: 20px;
  }
  .right-area-sidebar {
    width: 100%;
    max-width: 310px;
  }
  .right-area-sidebar .booked-wzs-160-275_in .booked-wzs-160-275-data {
    position: relative !important;
    width: 100% !important;
    height: 85px !important;
    overflow: hidden !important;
  }
  .right-area-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .right-area-sidebar .weather-container {
    width: 100%;
  }
  .right-area-sidebar .weather-container #m-booked-bl-simple-week-vertical-16435 {
    display: flex;
  }
  .right-area-sidebar .weather-container #m-booked-bl-simple-week-vertical-16435 .weather-customize {
    border: 1px solid red;
    width: 100% !important;
  }
  .right-area-sidebar h4 {
    margin: 20px 0;
    padding: 5px 20px;
    text-align: center;
  }
  .right-area-sidebar .most-popular-articles .single-article {
    margin-bottom: 20px;
  }
  .right-area-sidebar .most-popular-articles .single-article a {
    display: flex;
  }
  .right-area-sidebar .most-popular-articles .single-article a p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
  }
  .right-area-sidebar .most-popular-articles .single-article a img {
    margin: 0 20px;
    width: 68px;
    height: 68px;
  }
  .right-area-sidebar .special-offer-wrapper {
    width: 100%;
    margin: 0 20px;
    padding: 20px 0;
    background: linear-gradient(to bottom, #ebd50c 0%, #795e8e 100%);
  }
  .right-area-sidebar .special-offer-wrapper a {
    display: flex;
    flex-direction: column;
    align-self: center;
    justify-content: center;
  }
  .right-area-sidebar .special-offer-wrapper .special-offer-row {
    width: 100%;
  }
  .right-area-sidebar .special-offer-wrapper .special-offer-text {
    padding: 15px;
    background-color: #3454b9;
  }
  .right-area-sidebar .special-offer-wrapper .special-offer-text p {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
  .right-area-sidebar .special-offer-wrapper .special-offer-image {
    display: flex;
    margin-top: 10px;
  }
  .right-area-sidebar .special-offer-wrapper .special-offer-image img {
    max-height: 300px;
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .right-area-sidebar .special-offer-wrapper .special-offer-btn p {
    max-width: 200px;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    border-radius: 10px;
    background: linear-gradient(0deg, #0056ba 0%, #4494f1 100%);
    box-shadow: 0 1px 6.96px 1.04px rgb(0, 0, 0);
    padding: 10px 0;
    margin: 10px auto 0;
  }
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.hide-on-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .hide-on-desktop {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .center-on-mobile {
    text-align: center;
  }
}

.x-testimonial_mobile-medical {
  margin: 10px auto;
  font-family: "Roboto";
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 40px;
  background-image: url("../../src/images/quote.png");
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-color: #125b7d;
}
.x-testimonial_mobile-medical .testimonial-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 0 15px 15px;
}
@media only screen and (max-width: 415px) {
  .x-testimonial_mobile-medical .x-testimonial_mobile-medical {
    max-width: 100%;
    width: auto;
    margin: 0 20px;
  }
}
.x-testimonial_mobile-medical .testimonial__header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0076cd;
  margin: 0 0 15px;
}
.x-testimonial_mobile-medical .testimonial__header .testimonial__header--img {
  max-width: 125px;
  width: 100%;
  height: auto;
}
.x-testimonial_mobile-medical .testimonial__header article {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0;
  padding: 10px;
  position: relative;
}
.x-testimonial_mobile-medical .testimonial__header article .testimonial__header--signature {
  font-weight: 700;
}
.x-testimonial_mobile-medical .testimonial__header article .info {
  position: absolute;
  border-radius: 50%;
  background-color: #ffc000;
  width: 18px;
  height: 18px;
  font-size: 14px;
  right: 10px;
  top: 10px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  font-weight: 900;
  font-family: serif;
}

.comment {
  padding: 3rem 4.5rem;
  border: 2px solid black;
  margin-top: 24px;
}
.comment-title {
  font-weight: bold;
  margin-bottom: 20px;
}
.comment-content {
  margin-bottom: 13px;
  font-size: 17px;
  font-style: italic;
  line-height: 23px;
}
.comment-author {
  font-weight: bold;
  text-align: right;
}

.medical-examination {
  margin-top: 30px;
  padding: 3rem 4.5rem;
  background-color: #f0fff3;
  border: 2px solid #108124;
}
.medical-examination b {
  font-weight: bold;
}
.medical-examination p {
  font-size: 17px;
  margin-bottom: 13px;
  line-height: 24px;
}

.booked-wzs-160-275_in .booked-wzs-160-275-data {
  position: relative !important;
  width: 100% !important;
  height: 85px !important;
  overflow: hidden !important;
}

.summary-wrapper {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.summary-wrapper h2 {
  font-size: 57px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #0c9e11;
  background: none;
}
@media (max-width: 991px) {
  .summary-wrapper h2 {
    font-size: 35px;
  }
}
.summary-wrapper .green {
  background-color: yellow;
  color: red;
  padding: 0 5px;
}
.summary-wrapper .text-center {
  text-align: center;
}
.summary-wrapper .text-through {
  text-decoration: line-through;
}
.summary-wrapper .link-green {
  font-size: 28px;
  font-weight: bold;
  background-color: #0c9e11;
  color: white;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .summary-wrapper .link-green {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .summary-wrapper .link-green {
    font-size: 12px;
  }
}
.summary-wrapper .phone-link {
  padding: 15px 0;
  font-size: 45px;
  font-weight: bold;
  border: 3px solid #bd261b;
  max-width: 445px;
  width: 100%;
  text-align: center;
  margin: 30px 0 30px;
  color: black;
}
.summary-wrapper .hr {
  width: 100%;
  height: 2px;
  background-color: #d6d7d8;
  margin-bottom: 25px;
}
.summary-wrapper .calls .paragraph-small {
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
.summary-wrapper .attention {
  margin-bottom: 25px;
  color: red;
  text-align: center;
}

.scrollBtn {
  position: fixed;
  bottom: 80px;
  right: 30px;
  width: 40px;
  display: none;
  z-index: 3;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 1400px) {
  .scrollBtn {
    right: 25%;
  }
}

.scrollBtn:hover {
  cursor: pointer;
}

.main__storyTitle {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 29px;
}

.main__story {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .main__story {
    grid-template-columns: 1fr;
  }
}
.main__story .story__avatar {
  width: 114px;
  height: 114px;
  grid-row: span 3;
}
.main__story .story__title {
  grid-column: 2;
  font-size: 20px;
  margin: 10px 0 20px;
}
@media (max-width: 768px) {
  .main__story .story__title {
    grid-column: 1;
  }
}
.main__story .story__paragraph {
  margin: 0;
  font-size: 17px;
  line-height: 1.4;
  grid-column: 2;
}
@media (max-width: 768px) {
  .main__story .story__paragraph {
    grid-column: 1;
  }
}
.main__story .story__author {
  margin: 0;
  grid-column: 2;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main__story .story__author {
    grid-column: 1;
  }
}

.main__story--last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.main__discount {
  display: flex;
  align-items: flex-start;
}
.main__discount .discount__img {
  margin-right: 7px;
  margin-top: 20px;
}
.main__discount .discount__paragraph {
  padding-left: 18px;
  margin-left: 7px;
  border-left: 1px solid #707070;
  font-size: 18px;
  color: red;
}
.main__discount .discount__paragraph b {
  color: #000;
}

.comments-title {
  font-size: 30px;
  margin: 90px 0 16px;
}

#page-footer {
  margin: 130px auto 60px;
  padding: 0 20px;
}
#page-footer .text-gray {
  font-size: 12px;
  color: gray;
  text-align: center;
}
#page-footer .copyright {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}
#page-footer .attachments {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 12px;
}
#page-footer .attachments a {
  text-decoration: underline;
}/*# sourceMappingURL=phone.css.map */