@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/open-sans-v34-latin_latin-ext-600.woff2) format("woff2"), url(../fonts/open-sans-v34-latin_latin-ext-600.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/open-sans-v34-latin_latin-ext-800.woff2) format("woff2"), url(../fonts/open-sans-v34-latin_latin-ext-800.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto-v30-latin_latin-ext-300.woff2) format("woff2"), url(../fonts/roboto-v30-latin_latin-ext-300.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/roboto-v30-latin_latin-ext-italic.woff2) format("woff2"), url(../fonts/roboto-v30-latin_latin-ext-italic.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-v30-latin_latin-ext-700.woff2) format("woff2"), url(../fonts/roboto-v30-latin_latin-ext-700.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Roboto;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/roboto-v30-latin_latin-ext-900italic.woff2) format("woff2"), url(../fonts/roboto-v30-latin_latin-ext-900italic.woff) format("woff");
}
.blueOtherMobile .header_desktop .header_bar,
.blueOtherMobile .header_desktop .header_mobile-headline,
.blueOtherMobile .header_mobile .header_bar,
.blueOtherMobile .header_mobile .header_mobile-headline {
  background-color: #1b478a !important;
}
@media only screen and (max-width: 768px) {
  .blueOtherMobile .header_desktop .header_bar,
  .blueOtherMobile .header_desktop .header_mobile-headline,
  .blueOtherMobile .header_mobile .header_bar,
  .blueOtherMobile .header_mobile .header_mobile-headline {
      background-color: #125b7d !important;
  }
}
.x-header-medical {
  border-bottom: 2px solid #b8b8b8;
  margin: 0 20px 40px;
  font-family: Roboto;
}
.x-header-medical .header_mobile {
  display: none;
}
.x-header-medical .header_data {
  padding: 10px 0;
  color: #1c1c1c;
  font-size: 13px;
  font-weight: 400;
  text-align: right;
  margin: 0;
}
.x-header-medical .header_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #707070;
  height: 35px;
  max-width: 210px;
  width: 100%;
}
.x-header-medical .header_input .header_input-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}
.x-header-medical .header_input .header_input-anchor .header_input-search {
  height: 20px;
  width: 35px;
  border-left: 1px solid #b8b8b8;
  background: url(../images/search.png.pagespeed.ce.tiok7W64YV.png) no-repeat center center;
}
.x-header-medical .header_content {
  background: #fff;
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.x-header-medical .header_content .header_content_text-holder .header_content-title {
  color: #1b478a;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-family: Roboto;
}
.x-header-medical .header_content .header_content_text-holder .header_content-text {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
}
.x-header-medical .header_content .header_content_text-holder .desktop-to-mobile-img {
  display: none;
}
.x-header-medical .header_content .header_content-img {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.x-header-medical .header_bar {
  width: 100%;
  background-color: #ff8096;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.x-header-medical .header_bar div {
  max-width: 120px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}
.x-header-medical .header_bar div img {
  max-width: 100%;
  margin: 10px;
}
.x-header-medical .header_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.x-header-medical .header_menu ul li a {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}
.x-header-medical .header_menu ul li a p {
  padding: 10px 20px;
}
.x-header-medical .header_menu ul li a:hover {
  color: #1b478a;
}
.x-header-medical .header_mobile .header_mobile-headline {
  width: 100%;
  min-height: 80px;
  background: #ff8096;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
.x-header-medical .header_mobile .header_mobile-headline h1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: Roboto;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  padding-left: 10px;
}
.x-header-medical .header_mobile .header_mobile-promotion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.x-header-medical .header_mobile .header_mobile-promotion span {
  height: 1px;
  width: 100%;
  background: #ccc;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.x-header-medical .header_mobile .header_mobile-promotion p {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.x-header-medical .header_mobile .header_mobile-press {
  max-width: 348px;
  width: 100%;
}
.x-header-medical .header_mobile .header_mobile-report {
  width: 100%;
  background: #ad0000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin: 10px 0 20px;
}
.x-header-medical .header_mobile .header_mobile-publication {
  color: #767676;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.x-header-medical .header_mobile .header_mobile-publication span {
  font-weight: 400;
}
.x-header-medical .header_mobile .header_mobile-publication span:nth-child(2) {
  padding-left: 25px;
  margin-left: 10px;
  background-image: url(../images/people.png);
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .x-header-medical .header_menu ul li a {
      font-size: 16px;
  }
}
@media only screen and (max-width: 1000px) {
  .x-header-medical .header_content {
      background-position: 100% bottom;
  }
  .x-header-medical .header_menu ul li {
      padding: 5px;
  }
  .x-header-medical .header_menu ul li a {
      font-size: 12px;
  }
}
@media only screen and (max-width: 810px) {
  .x-header-medical .header_content .header_content-title {
      font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .x-header-medical {
      border: none;
      margin: 0;
  }
  .x-header-medical .header_content {
      background-position: center bottom;
      padding: 25px 0 150px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .x-header-medical .header_content h1,
  .x-header-medical .header_content h2 {
      text-align: center;
  }
  .x-header-medical .header_menu {
      display: none;
  }
  .x-header-medical .header_desktop {
      display: none;
  }
  .x-header-medical .header_mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .x-header-medical .header_content h1 {
      font-size: 28px;
  }
  .x-header-medical .header_content h2 {
      font-size: 18px;
  }
  .x-header-medical .header_bar div:nth-child(3),
  .x-header-medical .header_bar div:nth-child(4) {
      display: none;
  }
}
@media only screen and (min-width: 769px) {
  .x-header-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-header-medical.hide-mobile {
      display: none;
  }
}
.x-path-medical {
  font-family: Roboto;
  text-decoration: none !important;
  color: #000dc3;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  margin: 0;
}
.x-path-medical p {
  padding: 0 20px;
}
@media only screen and (min-width: 769px) {
  .x-path-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-path-medical.hide-mobile {
      display: none;
  }
}
.x-h2-medical {
  font-family: Roboto;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin: 20px 0;
  padding: 5px 20px;
}
.x-h2-medical.left {
  text-align: left;
}
.x-h2-medical.center {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .x-h2-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-h2-medical.hide-mobile {
      display: none;
  }
}
.x-article-medical {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto;
}
.x-article-medical .article-link {
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.x-article-medical .article-link .article-text {
  width: 100%;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 0 10px;
}
@media only screen and (min-width: 769px) {
  .x-article-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-article-medical.hide-mobile {
      display: none;
  }
}
.x-image-medical {
  font-family: Roboto;
  margin: 10px 20px;
  display: flex;
  flex-direction: column;
}
.x-image-medical.position-left {
  align-items: flex-start;
}
.x-image-medical.position-center {
  align-items: center;
}
.x-image-medical .image-img {
  max-width: 100%;
  width: auto;
  padding: 0 20px;
}
.x-image-medical div.text-container p {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: inherit;
  background-color: #ddd;
  margin: 0 20px;
  padding: 0 5px;
}
.x-image-medical div {
  text-align: left;
  width: 100%;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .x-image-medical {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  .x-image-medical .image-img {
      max-width: 100%;
      width: auto;
  }
  .x-image-medical div.text-container {
      justify-content: center !important;
  }
  .x-image-medical div.text-container p {
      font-style: normal;
      display: inline-block;
      background-color: #ffc000;
      font-size: 24px;
      font-weight: 700;
      padding: 15px;
      margin: -20px 20px 0;
  }
}
@media only screen and (min-width: 769px) {
  .x-image-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-image-medical.hide-mobile {
      display: none;
  }
}
.x-h6-medical {
  font-family: Roboto;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  margin: 20px 0;
  padding: 5px 20px;
}
.x-h6-medical.left {
  text-align: left;
}
.x-h6-medical.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .x-h6-medical {
      font-size: 18px;
      line-height: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .x-h6-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-h6-medical.hide-mobile {
      display: none;
  }
}
.x-p-medical {
  font-family: Roboto;
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  margin: 20px;
}
.x-p-medical.left {
  text-align: left;
}
.x-p-medical.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .x-p-medical {
      font-size: 16px;
      line-height: 24px;
  }
}
@media only screen and (min-width: 769px) {
  .x-p-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-p-medical.hide-mobile {
      display: none;
  }
}
.x-h4-medical {
  font-family: Roboto;
  color: #000;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  margin: 20px 0;
  padding: 5px 20px;
}
.x-h4-medical.left {
  text-align: left;
}
.x-h4-medical.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .x-h4-medical {
      font-size: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .x-h4-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-h4-medical.hide-mobile {
      display: none;
  }
}
.x-float_img_text-medical {
  font-family: Roboto;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 0 20px;
}
.x-float_img_text-medical .float_img_text-img {
  max-width: 230px;
  width: auto;
  float: left;
  margin: 0 20px 20px 20px;
}
.x-float_img_text-medical .float_img_text-img.float_left {
  float: left !important;
}
.x-float_img_text-medical .float_img_text-img img {
  width: 100%;
}
.x-float_img_text-medical .float_img_text-list {
  margin: 0 !important;
}
@media only screen and (max-width: 500px) {
  .x-float_img_text-medical {
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .x-float_img_text-medical {
      text-align: center;
  }
  .x-float_img_text-medical .float_img_text-img {
      max-width: 100%;
      margin: 0 20px 20px 20px;
      float: none;
      margin-bottom: 10px;
  }
  .x-float_img_text-medical .float_img_text-text {
      font-size: 16px;
  }
  .x-float_img_text-medical .float_img_text-list {
      font-size: 16px;
      margin-left: 20px !important;
  }
}
@media only screen and (min-width: 769px) {
  .x-float_img_text-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-float_img_text-medical.hide-mobile {
      display: none;
  }
}
.x-ul_list-medical {
  font-family: Roboto;
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 20px 0;
  padding: 0 20px 0 40px;
}
.x-ul_list-medical li {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  .x-ul_list-medical {
      font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .x-ul_list-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-ul_list-medical.hide-mobile {
      display: none;
  }
}
.x-chart_new-medical {
  width: 100%;
  max-width: 545px;
  margin: 25px auto;
  font-family: Roboto;
}
.x-chart_new-medical.dark-green .chart-row1 .chart-column .chart-post {
  background-color: #33665f;
}
.x-chart_new-medical.dark-green .chart-row1 .chart-column:nth-child(1) {
  background-color: #f4f9fb;
}
.x-chart_new-medical.dark-green .chart-row1 .chart-column:nth-child(2) {
  background-color: #e3eef2;
}
.x-chart_new-medical.dark-green .chart-row1 .chart-column:nth-child(3) {
  background-color: #d3e4e8;
}
.x-chart_new-medical.dark-green .chart-row1 .chart-column:nth-child(4) {
  background-color: #c2dae1;
}
.x-chart_new-medical .chart-row1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  border-top: none;
  border-right: none;
}
.x-chart_new-medical .chart-row1 .chart-column {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.x-chart_new-medical .chart-row1 .chart-column .chart-text {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
  padding: 10px;
  max-width: 135px;
}
@media only screen and (max-width: 500px) {
  .x-chart_new-medical .chart-row1 .chart-column .chart-text {
      font-size: 10px;
      max-width: 100px;
  }
}
@media only screen and (max-width: 420px) {
  .x-chart_new-medical .chart-row1 .chart-column .chart-text {
      font-size: 8px;
      max-width: 90px;
  }
}
@media only screen and (max-width: 360px) {
  .x-chart_new-medical .chart-row1 .chart-column .chart-text {
      font-size: 6px;
      max-width: 85px;
  }
}
.x-chart_new-medical .chart-row1 .chart-column .chart-post {
  background-color: #33665f;
  width: 40%;
  height: 100px;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(1) {
  background-color: #f4f9fb;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(1) .chart-post {
  height: 150px;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(2) {
  background-color: #e3eef2;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(2) .chart-post {
  height: 175px;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(3) {
  background-color: #d3e4e8;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(3) .chart-post {
  height: 200px;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(4) {
  background-color: #c2dae1;
}
.x-chart_new-medical .chart-row1 .asc:nth-child(4) .chart-post {
  height: 250px;
}
.x-chart_new-medical .chart-row2 {
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.x-chart_new-medical .chart-row2 .chart-signature {
  width: 25%;
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0;
}
@media only screen and (max-width: 500px) {
  .x-chart_new-medical .chart-row2 .chart-signature {
      font-size: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .x-chart_new-medical .chart-row2 .chart-signature {
      font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .x-chart_new-medical .chart-row2 .chart-signature {
      font-size: 9px;
  }
}
@media only screen and (max-width: 585px) {
  .x-chart_new-medical {
      max-width: 100%;
      width: auto;
      margin: 25px 20px;
  }
}
@media only screen and (min-width: 769px) {
  .x-chart_new-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-chart_new-medical.hide-mobile {
      display: none;
  }
}
.x-testimonial_mobile-medical {
  font-family: Roboto;
  max-width: 375px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 40px;
  background: url(../images/quote.png);
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
  background-color: #125b7d;
}
.x-testimonial_mobile-medical a {
  color: white !important;
}
.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;
  margin-right: 10px;
}
.x-testimonial_mobile-medical .testimonial-text {
  color: #fff;
  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 {
      max-width: 100%;
      width: auto;
      margin: 0 20px;
  }
}
@media only screen and (min-width: 769px) {
  .x-testimonial_mobile-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-testimonial_mobile-medical.hide-mobile {
      display: none;
  }
}
.x-h5-medical {
  font-family: Roboto;
  color: #000;
  font-size: 22px;
  line-height: 1.4em;
  text-align: left;
  margin: 20px 0;
  padding: 5px 20px;
}
.x-h5-medical.left {
  text-align: left;
}
.x-h5-medical.center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .x-h5-medical {
      line-height: 28px;
  }
}
@media only screen and (min-width: 769px) {
  .x-h5-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-h5-medical.hide-mobile {
      display: none;
  }
}
.x-banner-medical {
  font-family: Roboto;
  background: -webkit-linear-gradient(top, #ebd50c 0, #795e8e 100%);
  background: linear-gradient(to bottom, #ebd50c 0, #795e8e 100%);
  padding: 20px 0;
  border: 1px solid #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}
.x-banner-medical a {
  width: 100%;
}
.x-banner-medical a .banner-text {
  width: 100%;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  background-color: #3454b9;
  padding: 15px;
}
.x-banner-medical a .banner-img {
  display: block;
  max-width: 128px;
  width: 100%;
  margin: 0 auto;
}
.x-banner-medical a .banner-button {
  max-width: 200px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  border-radius: 10px;
  background: -webkit-linear-gradient(90deg, #0056ba 0, #4494f1 100%);
  background: -webkit-linear-gradient(bottom, #0056ba 0, #4494f1 100%);
  background: linear-gradient(0deg, #0056ba 0, #4494f1 100%);
  box-shadow: 0 1px 6.96px 1.04px rgba(0, 0, 0, 0.63);
  padding: 10px 0;
  margin: 10px auto 0;
}
@media only screen and (min-width: 769px) {
  .x-banner-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-banner-medical.hide-mobile {
      display: none;
  }
}
.x-comment-medical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 2px solid #dedede;
  font-family: Roboto;
}
.x-comment-medical .comment-img {
  width: 41px;
  height: 41px;
  margin-right: 15px;
  margin-left: 15px;
}
.x-comment-medical .comment-box {
  width: 100%;
}
.x-comment-medical .comment-box .comment-signature {
  color: #000;
  font-size: 15px;
  font-weight: 900;
  font-style: italic;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.x-comment-medical .comment-box .comment-signature .comment-date {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}
.x-comment-medical .comment-box .comment-signature .comment-text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .x-comment-medical {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 0 20px;
  }
  .x-comment-medical .comment-img {
      display: none;
  }
  .x-comment-medical .comment-box .comment-text {
      font-size: 18px;
  }
}
@media only screen and (min-width: 769px) {
  .x-comment-medical.hide-desktop {
      display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-comment-medical.hide-mobile {
      display: none;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
}
.template_index {
  width: 100%;
  min-height: 100vh;
  background-color: #b8b8b8;
  display: flex;
  justify-content: center;
}
.template_index.ltr {
  direction: ltr;
}
.template_index .container {
  max-width: 1075px;
  width: 100%;
  background-color: #fff;
  margin: 25px 0;
  padding: 0 0 10px;
}
.header-link {
  color: inherit;
  text-decoration: none;
}
.template_index .container .container__header {
  width: 100%;
}
.template_index .container .container__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.template_index .container .container__wrapper .container__wrapper--main {
  width: 64.977%;
}
.template_index .container .container__wrapper .container__wrapper--sidebar {
  width: 32%;
}
.template_index .container .container__wrapper--comments {
  max-width: 800px;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .template_index .container {
      padding: 0 0 10px;
      margin: 0;
  }
  .template_index .container .container__wrapper .container__wrapper--main {
      width: 100%;
      padding: 0;
  }
  .template_index .container .container__wrapper .container__wrapper--sidebar {
      display: none;
  }
  .template_index .container .container__wrapper--comments {
      padding: 0;
  }
}
.countdown-block {
  text-align: center;
  background: #a9ff99;
  color: #fff;
  padding: 10px 0;
  font-family: Roboto;
}
.countdown-block > h3 {
  font-weight: 800;
  font-size: 36px;
  padding-top: 5px;
  margin: 0;
}
.countdown-container {
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}
.countdown-container h3 {
  color: #000;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
}
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}
.countdown-item {
  color: red;
  width: 5rem;
  font-weight: 800;
}
.countdown-divider {
  color: #000;
  width: 1rem;
}
.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  width: 90%;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.countdown-text span {
  width: 4rem;
  margin-right: 2rem;
}
.countdown-text span:last-child {
  margin-right: 0;
}
.best-form {
  font-size: 16px;
  line-height: 1.2;
  padding: 16px;
  color: #fff;
  background-color: #fff6ff;
  font-family: Roboto;
}
.best-form > .wrap {
  max-width: 350px;
  margin: 0 auto;
}
.product {
  display: flex;
}
.product .left {
  width: 60%;
}
.product .right {
  width: 40%;
  text-align: center;
}
.product .price {
  display: flex;
  justify-content: center;
  color: #fd0101;
  font-size: 4.5rem;
}
.product .discount-text {
  color: #000;
  font-size: 18px;
  margin-right: 10px;
}
.product .price span {
  font-weight: 300;
  font-size: 50%;
  /* margin-left: 5px; */
}
.product .price-old {
  margin-top: 2.5rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.product .price-old span {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  position: relative;
}
.product .price-old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid #ed1b24;
  transform: rotate(-10deg);
}
.name-input, .phone-input, select {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.15s ease-in-out;
}
.name-input label,
.phone-input label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.name-input input, .phone-input input, select {
  border: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  min-width: 0;
  background: #fff;
  border: 1px solid #6d93a4;
}
#name-input:focus,
#phone-input:focus,
.button-submit:focus {
  outline: 0;
  box-shadow: 0 0 0 4px #bdab3c;
}
.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border: 1px solid #12680a;
  padding: 14px 0;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font: 18px/1.4 "Open Sans", sans-serif;
  font-weight: 800;
}
.button-submit-text {
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 600;
}
.best-form ::placeholder {
  color: #000;
  opacity: 1;
  font-weight: 700;
}
.x_country_select {
  display: none !important;
}
.comm__img {
  max-width: 350px;
  width: 100%;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }

  50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
  }

  100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
  }
}

.delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.delivery span {
  flex: 0 0 50px;
  margin-right: 10px;
}
.delivery p {
  font-size: 16px;
  line-height: 1.4;
  color: #2f3d57;
  font-weight: bold;
  font-style: italic;
}
