* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  outline: none;
}

html,
body,
div,
span,
p,
a,
img,
b,
center,
ul,
li,
footer,
nav {
  margin: 0;
  padding: 0;

  font: inherit;
  font-size: 100%;
  vertical-align: baseline;

  border: 0;
}

html {
  line-height: 1;
}

ul {
  list-style: none;
}

a {
  color: #3c7de6;
  text-decoration: none;

  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

body {
  overflow-x: hidden;

  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}

img {
  max-width: 100%;
}

.wrapperheader {
  box-sizing: border-box;
  width: 100%;
}

.wrapperheader .header {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 32px 0;
}

.wrapperheader .header a {
  text-decoration: none;
}

.wrapperheader .menu ul li a {
  text-decoration: none;
}

.wrapperheader .menu2 a {
  text-decoration: none;
}

.logoimg {
  align-self: flex-end;
}

.logo {
  display: flex;
  justify-content: space-between;
}

.social {
  display: flex;
  align-items: center;
  padding-top: 14px;
}

.social ul li {
  position: relative;

  display: inline-block;
  width: 41px;
  height: 41px;
  margin-left: 10px;

  text-align: right;

  background: #ec008c;
  border-radius: 100%;
  cursor: pointer;
}

.social ul li i {
  position: absolute;
  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);
}

.social ul {
  display: inline-block;
}

.fa {
  color: white;

  background: #ec008c;
  border-radius: 100%;
}

.search {
  display: flex;
  padding-left: 15px;
}

.search input {
  padding: 12px 10px;

  border: 1px solid rgba(162, 162, 162, 1);
}

.search1 {
  cursor: pointer;
}

.search1 i {
  display: inline-block;
  height: 100%;

  vertical-align: middle;
}

.fa-search {
  margin-left: -5px;
  padding: 14px 12px;

  color: white;

  background: rgba(48, 48, 48, 1);
  border: 1px solid rgba(48, 48, 48, 1);
  border-radius: 0;
}

.main-menu {
  width: 100%;

  background-color: rgb(48, 48, 48, 1);
}

.menu {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.menu ul li {
  display: inline-block;
  padding-right: 60px;
}

.menu ul li a {
  color: white;
}

.menu2 {
  width: 100%;

  background-color: white;
  border-bottom: 2px solid #371608;
}

.homemenu2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 15px 15px 10px;

  font-size: 14px;
}

.menu2 .homemenu2 a {
  color: #7d7d7d;
}

.menu2 .homemenu2 .bold {
  font-size: 14px;
  color: rgb(104, 104, 104);
}

.wrappercontent {
  box-sizing: border-box;
  width: 100%;
  max-width: 1232px;
  margin: 0 auto;
}

.wrappercontent .content {
  display: inline-block;
  box-sizing: border-box;
  max-width: 66%;
  padding: 10px 10px;
  padding-top: 20px;
}

.wrappercontent .content h1 {
  padding: 10px;

  font-size: 2rem;
  line-height: 1.2;
}

.wrappercontent .content h2 {
  padding-bottom: 10px;

  font-size: 22px;
  color: #373c3aad;
}

.wrappercontent .content h3 {
  padding: 10px 0;

  font-size: 1.5rem;
}

.wrappercontent .content p {
  padding: 6px 0;

  font-size: 1.2rem;
  line-height: 27px;
}

.wrappercontent .content .quote {
  margin: 10px 0 15px 0;
  padding: 0 0 0 15px;

  font-size: 1.2rem;

  border-left: 4px solid #ec008c;
}

td .price_main {
  border-bottom: 0;
}

.comment__time {
  font-size: 0.8rem !important;
  color: #919191;
}

.comm_content img {
  margin-top: 10px;
}

td .new_price .price_main_value,
td .new_price .price_main_currency {
  max-width: 200px;

  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: left;

  border-bottom: 0;
}

.wrappercontent .content .ph1 {
  display: block;
  width: 85%;
  margin: 5px auto 10px;

  font-size: 0;
  text-align: center;
}

.clearfix {
  clear: both;
}

.wrappercontent .content .ph1 div {
  display: inline-block;
  width: 50%;
  padding: 0 3px;

  vertical-align: top;
}

.wrappercontent .content .ph1 div img {
  width: 100%;
}

.wrappercontent .content .ph1 div span {
  margin: 0;
}

.wrappercontent .content .ph1 span {
  display: block;
  margin: 0 3px;
  padding: 10px 5px;

  font-size: 15px;
  line-height: 18px;
  text-align: left;

  background-color: #ffd4ec;
}

.wrappercontent .content .substrate {
  padding: 8px;

  background-color: #ffd4ec;
}

.prod {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 15px auto 15px;
}

.wrappercontent .sidebar {
  display: inline-block;
  max-width: 29%;
  padding-top: 20px;
  padding-left: 20px;

  vertical-align: top;
}

.navSecondary {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  padding-top: 6px;

  font-size: 14px;
  line-height: 1.85714;

  border-bottom: 0;
}

.navSecondary h4 {
  padding-left: 13px;

  font-weight: 600;
  color: #ffffff;

  background-color: #ec008c;
}

.navSecondary li {
  margin: 0;

  list-style: none;

  border-top: 1px solid #e5e5e5;
}

.navSecondary li a {
  display: inline-block;
  padding: 6.5px 13px;

  color: #0078bf;
}

.navSecondary ul ul a {
  position: relative;

  padding: 0 13px 0 19.5px;

  line-height: 1.4;
  color: #979797;
}

.navSecondary ul ul {
  display: block;
  margin: 0 0 13px 13px;

  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2;
}

.navSecondary ul ul li {
  border: none;
}

.navSecondary ul ul a:before {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0;

  display: block;
  width: 9px;
  height: 9px;
  margin-right: 0.7em;

  vertical-align: middle;

  background-color: #979797;
}

.zipcode {
  margin-top: 20px;
  padding: 10px 10px 34px 10px;

  text-align: center;

  background: #303030;
}

.sear {
  font-size: 20px !important;

  background: none;
}

.zipcodetext {
  display: inline-block;

  font-size: 18px;
  color: white;
  text-transform: uppercase;
}

.wrappercontent .sidebar .zipcode a {
  text-decoration: none;
}

.zipcode .formText {
  width: 85%;
  margin: 0 !important;
  padding: 12px 10px;

  color: black;

  background: white;
  border: 1px solid rgba(162, 162, 162, 1);
}

.buttonzipcode {
  width: 85%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 14px 10px 14px 10px;

  color: white;
  text-transform: uppercase;

  background: #ec008c;
  cursor: pointer;
}

.img_left {
  float: left;
  width: 220px;
  margin: 10px 10px 10px 0;
}

.red {
  font-weight: 700;
  color: #980000;
}

.list {
  display: block;
  margin-bottom: 0.5em;
  padding-left: 40px;

  list-style: disc;
  font-size: 1.2rem;
  line-height: 27px;
}

.ph2 {
  display: block;
  width: 60%;
  margin: 15px auto;
}

.ph3 {
  display: block;
  width: 60%;
  margin: 15px auto;

  font-size: 0;
}

.ph3 img {
  width: 100%;
  padding: 2px;
}

.ph3 span {
  display: block;
  margin: -2px 2px 2px 2px;
  padding: 10px 5px;

  font-size: 15px;
  line-height: 18px;
  text-align: left;

  background-color: #ffd4ec;
}

.count_doctor {
  margin: 10px 0;
  padding: 10px;

  font-size: 0;

  background-color: #ffd4ec;
}

.count_doctor img {
  display: inline-block;
  width: 230px;
  margin-right: 10px;

  line-height: 1.2;
  vertical-align: top;
}

.count_doctor .info {
  display: inline-block;
  width: calc(100% - 240px);

  font-size: 16px;
  vertical-align: top;
}

.count_doctor .info p {
  padding: 0;
}

.comments {
  margin: 20px 0 0 0;
}

.comments .review {
  font-weight: 600;

  border-bottom: 1px solid #dddddd;
}

.comm {
  padding: 15px 0;

  border-bottom: 1px solid #dddddd;
}

/*@media (max-width: 991px) {
  .comm:not(.comm-mobile) {
    display: none;
  }
}*/

.reply {
  margin-left: 75px;
}
@media (max-width: 991px) {
  .reply {
    margin-left: 20px;
  }
}

.wrappercontent .content .comm p {
  padding: 0;
}

.comm .ava {
  display: inline-block;
  width: 60px;
  margin: 0 10px 0 0;

  vertical-align: top;
}

.comm .comm_content {
  display: inline-block;
  width: calc(100% - 75px);

  vertical-align: top;
}

.comm .comm_content img {
  display: block;
}

.comm .namecomm {
  font-weight: 700;
  color: #4a86e8;
}

.comm .namecomm {
  padding: 0 !important;
}

footer {
  clear: both;
  padding: 25px 20px;

  text-align: center;

  background: #e5e5e5;
}

.footertext {
  display: inline-block;
  width: 31%;

  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  color: #919191;
}

.btn {
  display: inline-block;
  max-width: 100%;
  margin-top: 25px;
  padding: 16px 21px 16px 21px;

  font-weight: 500;
  font-weight: 600;
  font-size: 24px;
  font-size: 26px;
  line-height: 30px;
  font-family: Arial;
  font-family: roboto condensed;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-shadow: 0 1px 0 rgb(129 14 5);

  background: rgb(242, 69, 55);
  border: 1px solid rgb(208, 39, 24);
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgb(245 151 142) inset;
  cursor: pointer;

  transition: 0.2s;
}

.btn:hover {
  text-decoration: none;

  background-color: #f5882d;
}

.pulse {
  -webkit-animation: 1s pulse infinite alternate ease-in-out;
          animation: 1s pulse infinite alternate ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

footer .footertext span:nth-child(1) {
  color: rgb(0, 120, 191);
}

.burger {
  display: none;
}

@media screen and (max-width: 1024px) {
  .menu ul li {
    padding-right: 21px;
  }
  .zipcodetext {
    font-size: 18px;
  }
}

@media screen and (max-width: 989px) {
  .social {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .footertext {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .wrappercontent .content {
    display: inline-block;
    max-width: 100%;
  }
  .wrappercontent .sidebar {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .menu ul {
    display: none;
  }
  .burger {
    display: block;
    margin: 0 auto;

    text-align: center;
  }
  .burger ul {
    display: none;
  }
  .burger1 {
    width: 30px;
  }
  .img_left {
    float: none;
    width: 100%;
  }
  .menu2 .homemenu2 .mobnone {
    display: none;
  }
  .logo {
    justify-content: center;
  }
  .wrapperheader .header {
    height: 100px;
  }
  .logoimg {
    width: 90%;
  }
  footer {
    text-align: center;
  }
  .footertext {
    width: 100%;
  }
  .wrappercontent .content .ph1 {
    width: 100%;
  }
  .ph3,
  .ph2 {
    width: 100%;
  }
  .count_doctor img {
    width: 125px;
  }
  .count_doctor .info {
    width: calc(100% - 135px);

    font-size: 15px;
  }
  .count_doctor .info p {
    line-height: 21px;
  }
  .wrappercontent .content .ph1 div {
    width: 100%;
    margin: 5px 0 0 0;
  }
}

@media screen and (max-width: 360px) {
  .logoimg {
    width: 90%;
  }
}


/*table*/

.statistic {
  position: relative;

  height: 100%;
  min-height: 1px;
  margin-bottom: 1em;
  padding: 0.2em;
  overflow: hidden;

  background-color: #ffffff;
  border-radius: 1em 1em 0 0;
  -webkit-box-shadow: 0 0 10px rgb(0 78 114 / 10%);
          box-shadow: 0 0 10px rgb(0 78 114 / 10%);
}

.statistic__inner {
  width: 100%;
  height: 100%;
  overflow: auto;

  scrollbar-color: #004e72 #e8ecee;
  scrollbar-width: thin;
}

.statistic__table {
  width: 100%;
  padding: 0.5em;
}

.statistic__table-head {
  -webkit-box-shadow: 5px 5px 15px rgb(0 78 114 / 10%);
          box-shadow: 5px 5px 15px rgb(0 78 114 / 10%);
}

.statistic__table-head th {
  z-index: 3;

  width: auto;
  min-width: 6rem;
  padding: 1.1em 1.1em 1.1em 0.3em;

  font-weight: 600;
  font-size: 0.7em;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;

  background: #ffffff;
  -webkit-box-shadow: 5px 5px 15px rgb(0 78 114 / 10%);
          box-shadow: 5px 5px 15px rgb(0 78 114 / 10%);
  cursor: pointer;
}

.statistic__table-footer td {
  position: -webkit-sticky;
  position:         sticky;
  bottom: 0;
  z-index: 2;

  font-weight: 600;

  background-color: #e8f8fa;
}

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

a,
input,
button,
textarea,
optgroup,
select,
fieldset,
figure,
legend,
address {
  margin: 0;
  padding: 0;

  font: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: inherit;
  text-shadow: inherit;

  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

td,
th {
  padding: 0;

  text-align: center;

  border: 2px solid white;
}

input {
  text-overflow: ellipsis;
}

input,
textarea {
  width: 100%;
}

.right {
  max-width: 200px;
  padding: 1.1em 1.1em 1.1em 0.3em;

  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  text-align: center;
}

.table__bottom--text {
  margin-top: 10px;

  font-weight: 700;
  font-size: 1rem;
}

.num {
  white-space: nowrap;
}

.grey {
  background-color: #d9d9d9 !important;
}

.red-bg {
  background-color: #ff4444;
}

.yellow-bg {
  background-color: #ffde59;
}

.green-bg {
  background-color: #7ed957;
}

.scroll__font {
  font-weight: 700;
  font-size: 1.2rem;
  color: #4a86e8;
}

.img__medium {
  max-width: 200px !important;
}

.table__img {
  display: none;
}

.table__modal {
  position: fixed;
  top: 0;
  z-index: 100;

  display: block !important;
  width: 96%;
  height: 100vh;
}

@media (max-width: 530px) {
  .statistic {
    display: none;
  }
  .table-popup__close {
    position: absolute;
    top: -1px;
    left: 2px;
    z-index: 11111;

    width: 25px;
    height: 25px;

    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 55%;
  }
  .table-popup__close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .table-popup__close::after {
    transform: translate(-50%, -50%) rotate( -45deg);
  }
  .table-popup__close::before,
  .table-popup__close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;

    display: block;
    width: 20px;
    height: 2px;

    background-color: #000000;
  }
  .table__img {
    display: block;
    width: 100%;
  }
}