@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff2') format('woff2'),
        url('../fonts/fontello.woff') format('woff'),
        url('../fonts/fontello.ttf') format('truetype'),
        url('../fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
  box-sizing: border-box;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.logo a {
  display: inline-block;
  vertical-align: middle;
  color: #a5a5a5;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.logo a:hover {
  text-decoration: none;
  color: #a5a5a5;
}

.comment_img {
  width: 300px;
  max-width: 100%;
}

.logo img {
  display: inline-block;
  vertical-align: middle;
}

.header ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
  width: calc(100% - 193px);
  text-align: right;
}

.header .content {
  border-bottom: 1px solid #ccc;
}

.header ul li {
  display: inline-block;
  vertical-align: middle;
}

.header ul li a {
  text-decoration: none;
  color: #565656;
  padding: 5px 15px;
  transition: all 0.3s ease;
  font-size: 16px;
  text-align: center;
}

.header ul li a:hover {
  color: #2981b7;
}

.cenz-image img {
  width: auto;
  max-width: 100%;
}

h1 {
  display: block;
  width: auto;
  line-height: 1.2;
  color: rgb(10, 10, 10);
  font-size: 23px;
}

h2 {
  display: block;
  line-height: 1.2;
  color: rgb(10, 10, 10);
  font-size: 19px;
  margin-top: 25px;
}

h2::after {
  content: "";
  margin-top: 12px;
  border-bottom: 4px solid rgb(22, 141, 226);
  display: block;
}

a {
  color: rgb(35, 82, 124);
  text-decoration: underline;
}

a:hover {
  color: rgb(176, 73, 59);
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-width: 1px 0px 0px;
  border-style: solid none none;
  border-color: rgb(238, 238, 238) currentcolor currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

body {
  display: block;
  font-family: "Open Sans", sans-serif;
  background: rgb(250, 250, 250) none repeat scroll 0% 0%;
  height: auto;
  color: rgb(68, 68, 68);
  line-height: 1.35em;
  overflow-x: hidden;
  margin: 0;
}

.header {
  display: block;
  width: 100%;
  background: transparent none repeat scroll 0% 0%;
  margin: 0px auto;
}

.content {
  display: block;
  width: 97%;
  max-width: 1000px;
  margin: 0px auto;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  padding: 25px 1.5%;
  position: relative;
}

.content-left {
  display: block;
}

.content-left-social {
  display: block;
  width: 100%;
  background: rgb(238, 238, 238) none repeat scroll 0% 0%;
  padding: 1% 2%;
}

.content-left-social-comments {
  display: block;
  float: right;
  width: 50%;
  text-align: right;
  font-size: 13px;
}

.content-left-social-comments a {
  margin-left: 1%;
}

.content-left-social::after {
  content: "";
  display: block;
  clear: both;
}

.content-left-doctor {
  display: block;
  width: 100%;
  background-color: rgb(226, 226, 226);
  padding: 2%;
  margin-top: 25px;
}

.content-left-doctor-foto {
  display: block;
  width: 48%;
  float: left;
  margin-right: 2%;
}

.content-left-doctor-foto img {
  width: 100%;
  display: block;
}

.content-left-doctor-text {
  display: block;
  width: 50%;
  float: right;
}

.content-left-doctor::after {
  content: "";
  display: block;
  clear: both;
}

.content-important {
  display: block;
  width: auto;
  text-align: left;
  font-weight: bold;
  font-style: italic;
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: black;
  text-decoration: none;
}

.vk-header {
  background: rgb(218, 226, 232) none repeat scroll 0% 0%;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px;
}

.vk-logo {
  background: transparent none no-repeat scroll 0% 0%;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px;
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: rgb(69, 104, 142);
  font-weight: bold;
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid rgb(218, 225, 232);
  padding-bottom: 15px;
}

.vk-avatar img {
  float: left;
  margin-right: 10px;
}

.vk-comment-name {
  color: rgb(43, 88, 122);
  font-weight: bold;
  font-size: 12px;
}

.vk-comment-text {
  margin-left: 60px;
}

.vk-comment-date {
  margin-left: 60px;
  color: rgb(153, 153, 153);
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 1199px) {
  .content-left {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 989px) {
  .content {
    max-width: 750px;
    padding: 3% 3%;
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .content-left-social-comments {
    font-size: 2.8vw;
  }
}

@media screen and (max-width: 599px) {
  .content-left-doctor-foto {
    float: none;
    width: 100%;
  }

  .content-left-doctor-text {
    float: none;
    width: 100%;
    margin-top: 3%;
  }
}

#popup-coment {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: auto;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  border: 1px solid rgb(218, 226, 232);
  padding: 10px;
  z-index: 100;
  max-width: 375px;
}

#popup-coment .vk-comment-load {
  margin-bottom: 0px;
  border-bottom: 0px none;
  padding-bottom: 0px;
  position: relative;
}

#popup-coment .vk-comment-text {
  margin-bottom: 20px;
  margin-top: 5px;
}

#popup-coment .vk-comment-date {
  padding-bottom: 5px;
}

.vk-comment-read {
  display: block;
  width: auto;
  background: rgb(69, 104, 142) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  font-size: 15px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  text-align: center;
  padding: 5px 15px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.6s ease 0s;
  text-decoration: none;
  font-style: normal;
}

.vk-comment-read:hover {
  opacity: 0.7;
  color: rgb(255, 255, 255);
  background: rgb(69, 104, 142) none repeat scroll 0% 0%;
}

.vk-comment-close {
  display: block;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 7%;
  cursor: pointer;
}

.vk-comment-close img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  #popup-coment {
    bottom: 10px;
    left: 10px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(218, 226, 232);
    padding: 10px;
    z-index: 100;
    max-width: 315px;
    width: 86%;
  }

  #popup-coment .vk-comment-text {
    position: relative;
    margin-bottom: 5px;
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px;
  }

  .vk-comment-read {
    right: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 468px) {
  #popup-coment .vk-comment-text {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin-bottom: 5px;
  }

  #popup-coment .vk-comment-text::after {
    content: "...";
    display: block;
    position: absolute;
    right: 5px;
    bottom: 6px;
    font-size: 15px;
  }

  #popup-coment .vk-comment-date {
    padding-bottom: 40px;
  }

  .vk-comment-read {
    right: 20px;
  }
}

.rub-ramka {
  margin-top: 22px;
  margin-bottom: 18px;
  background: rgba(189, 61, 77, 0.04);
  padding: 12px 15px !important;
  color: rgb(8, 8, 8);
  font-size: 18px;
  font-family: roboto condensed, arial;
  border: 2px solid;
  border-radius: 4px;
  border-color: #bd3d4d;
  text-shadow: 0 0 0 #616161;
  text-indent: 0 !important;
  text-align: left;
}

.pic {
  display: block;

  margin: 0 auto;
}

.pic .product {
  max-width: 100%;
}

@media all and (max-width: 1023px) {
  .header ul,
  .content-left-social {
    display: none;
  }

  .logo {
    width: 100%;
    text-align: center;
  }
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot");
  src: url("../fonts/fontello.eot#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2") format("woff2"),
    url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"),
    url("../fonts/fontello.svg#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cloud:before {
  content: "\e800";
}

/* '' */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* '' */
.icon-medkit:before {
  content: "\f0fa";
}

.dk {
  background-color: rgb(241, 243, 245);
  border-radius: 10px;
  padding: 7px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}

.dk p:first-child {
  margin-top: 0;
}

.dk p:last-child {
  margin-bottom: 0;
}

/* 
.dk.doc b:first-child {
    color: red;
}  */

.dk.doc b.name {
  color: red;
}

.dk.kor b.name {
  color: blue;
}

.dk.doc:before {
  content: "";

  padding: 47px;
  margin-right: 10px;
}

.dk.kor:before {
  content: "";

  padding: 47px;
  margin-right: 10px;
}

.comments {
  display: flex;
  flex-direction: column-reverse;
}

#comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

.comments #comment_num {
  display: none;
}

.no-wht {
  color: #fff;
  margin: 20px auto;
  text-align: center;
  max-width: 500px;
  line-height: 1.3;
}

.whatsappinfo {
  margin-top: 100px;
  border: 2px solid red;
  width: 90%;
  padding: 10px;
  border-radius: 5px;

  animation: 1s pulse infinite alternate ease-in-out, 1s shadow infinite alternate ease-in-out;
  color: rgb(60, 168, 76);
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.95);
  }
}

@keyframes shadow {
  0% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0);
  }

  70% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.5);
  }

  100% {
    box-shadow: 0px 0px 5px rgba(255, 0, 0, 1);
  }
}

.comment h2:after {
  display: none;
}

#comment-component-text {
  display: flex;
  flex-direction: column;
}

.form-comment {
  order: 5;
}

.firstComment {
  order: 3;
}

.newComment {
  order: 4;
}

.comment__text a {
  color: red;
}

.timer_wrap {
  display: inline-block;
}

.submit-form:after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 1.5s infinite;
  animation: dotty steps(1, end) 1.5s infinite;
  content: "";
  position: absolute;
  margin-left: 10px;
}

@-webkit-keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ">";
  }
  50% {
    content: ">>";
  }
  75% {
    content: ">>>";
  }
  100% {
    content: "";
  }
}

@keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ">";
  }
  50% {
    content: ">>";
  }
  75% {
    content: ">>>";
  }
  100% {
    content: "";
  }
}

#comment-component-text .comment .comment__text img {
  max-width: 300px;
}

.green_text {
  color: green;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
}

.small_text {
  margin-top: 20px !important;
  font-size: 90% !important;
  line-height: 1.4 !important;
  text-align: center !important;
}

.content-important2 {
  display: block;
  width: auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
}

.content-important2-1 {
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  margin: 15px auto 5px auto;
}

.left_count {
  display: table;
  text-align: center;
  padding: 15px 30px;
  background: red;
  margin: 10px auto;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000,
    -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000,
    -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 180% !important;
  border-radius: 5px;
}

@media (max-width: 600px) {
  .toform.ad {
    position: relative;
    top: 130px;
  }
}

form {
  position: relative;
}

#loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}

#loader img {
  position: absolute;
  width: 10%;
  bottom: 50%;
  left: 50%;
  transform: translateY(50%);
  transform: translateX(-50%);
}

.message0,
.message0e,
.message1,
.message2,
.errorMessage {
  position: relative;
  display: none;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  padding-bottom: 10px;
}

.message2,
.errorMessage {
  margin-bottom: 10px;
}

.whatsapp {
  margin-bottom: 1em;
}
#comment-component-text {
  color: #000;
  line-height: 1.3;
  font-size: 14px;
  font-family: "Tahoma", sans-serif;
}

#comment-component-text * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#comment-component-text #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
}

#comment-component-text img {
  max-width: 100%;
  line-height: 1;
  display: inline-block;
  border-radius: 50%;
}

#comment-component-text .comment {
  transition: height, opacity 1000ms ease-in-out;
  overflow: hidden;
}

#comment-component-text .firstComment,
#comment-component-text .newComment {
  display: none;
  opacity: 0;
  max-height: 0;
}

#comment-component-text .txt-content {
  width: 100%;
  min-height: 40px;
  display: block;
  margin: 15px 0;
  padding: 10px;
  resize: none;
  border: 1px solid #ddd;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

#comment-component-text .txt-cmt {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  margin: 0 -5px;
}

#comment-component-text .txt-cmt .form-comment__img {
  padding: 0 5px;
  width: 80px;
}

#comment-component-text .your-name {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: auto !important;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
}

#comment-component-text .form-comment__content {
  width: 100%;
  padding: 0 5px;
}

#comment-component-text .comment {
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  margin: 0 -10px;
}

#comment-component-text .comment__content {
  padding: 0 10px;
  width: 100%;
}

#comment-component-text .comment__content .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 14px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}
.comment__name a{
  color: inherit;
  text-decoration: none;
}

#comment-component-text .comment__image {
  flex-grow: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#comment-component-text .comm__content__img {
  display: flex;
  align-items: center;
}

#comment-component-text .comment .comment__text {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.4;
}

#comment-component-text .comment .comment__text img {
  display: block;
  margin: 8px 0 0;
  width: 100%;
  border-radius: 0 !important;
}

#comment-component-text .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 1.4;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}
#comment-component-text .comment__details span{
  cursor: initial;
}

#comment-component-text .comment__details img {
  width: 13px;
}

#comment-component-text .comment__time {
  color: rgb(158, 158, 158);
  font-size: 11px;
  line-height: 1.4;
  cursor: normal;
}

#comment-component-text .add-comment-button {
  background-color: #4267b2;
  border-color: 1px solid #4267b2;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  padding: 0 8px;
  line-height: 22px;
  cursor: pointer;
  font-weight: bold;
}

#comment-component-text .reply {
  padding-left: 65px;
}

/* RTL */

#comment-component-text.rtl {
  direction: rtl;
  text-align: right;
}

#comment-component-text.rtl .comment__content .comment__name {
  text-align: right;
  text-align-last: right;
}

#comment-component-text.rtl .reply {
  padding-right: 65px;
  padding-left: 0;
}

.comments__like {
  cursor: pointer;
}

.comment-img img,
.comment__details img {
  border-radius: 0 !important;
}
#standardfooter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  text-align: center;
}

.footerlinks {
  display: flex;
  justify-content: center;
}

.footerborder {
  margin: 0 10px;
}

#standardfooter a {
  color: inherit;
}

/* yengo fix */
[src^="//code.yengo.com/track/"]
{
  position: absolute;
}
.comeback_layout {
  display: none;
  position: fixed;
  color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20000000;
  background: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.comeback_layout::-webkit-scrollbar {
  width: 0;
}

.comeback_wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.comeback_container {
  background: #fff;
  padding: 25px;
  margin-top: 2%;
  text-align: center;
}

.comeback_container h1 {
  font-size: 23px;
}

.comeback_container .form-group {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}

.comeback_container .btn {
  display: block;
  width: 240px;
  color: #fff;
  background: #f82a5e;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  margin: 0 auto;
  text-decoration: none;
}

.comeback_img {
  width: 80%;
  margin: 10px auto;
  max-width: 200px;
}

.form-horizontal span {
  display: block;
  margin: 20px 0;
}

.comeback_close {
  float: right;
  cursor: pointer;
}

#comeback p {
  font-size: 16px;
}

@media (max-width: 700px) {
  .comeback_container h1 {
    line-height: 18px;
    font-size: 16px;
  }

  .comeback_img {
    margin: 5px auto;
  }

  .comeback_container p {
    line-height: 14px;
    font-size: 15px;
  }

  .comeback_container {
    padding: 5px;
  }
}

body.comebackerhidden #comeback {
  display: block;
}
