a{
cursor:pointer;
}


.contact__menu .dropdown__wrapper {
  position: absolute;
  right: 0px;
  top: 35px;
  z-index: 3;
  min-width: 290px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px -2px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.contact__menu .dropdown__wrapper:before {
  width: 12px;
  height: 12px;
  background: url("../img/rectwhite.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  content: "";
  top: -7px;
  right: 12px;
}
.contact__menu .dropdown__wrapper ul {
  max-height: 380px;
  overflow-y: auto;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 20px 12px;
}
.contact__menu .dropdown__wrapper ul::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.contact__menu .dropdown__wrapper ul::-webkit-scrollbar-thumb {
  background-color: #D9D9D9;
  border-radius: 5px;
}
.contact__menu .dropdown__wrapper ul > li {
  margin-bottom: 15px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact__menu .dropdown__wrapper ul > li:last-child {
  margin-bottom: 0px;
}
.contact__menu .dropdown__wrapper ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.contact__menu .dropdown__wrapper ul > li > a.mail {
  word-break: break-all;
}
.contact__menu .dropdown__wrapper ul > li > a:hover {
  color: #0270BA;
}
.contact__menu .dropdown__wrapper ul > li > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3px;
}
.contact__menu .dropdown__wrapper ul > li > a span img {
  max-width: 22px;
}
.contact__menu .dropdown__wrapper ul > li > p {
  margin: 0px;
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 500;
}


body, html {
  margin: 0px;
  padding: 0px; }

body * {
  box-sizing: border-box;
  font-family: "Poppins" ,sans-serif; }

.container {
  max-width: 1470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

footer {
  padding-top: 68px;
  padding-bottom: 56px;
  background-color: #F0F4F7;
  border-top: 1px solid #EEEEEE; }
  footer .top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    footer .top .column.main {
      max-width: 375px; }
      footer .top .column.main .socials {
        margin-top: 24px; }
        footer .top .column.main .socials > ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          footer .top .column.main .socials > ul > li {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 12px; }
            footer .top .column.main .socials > ul > li:last-child {
              margin-right: 0px; }
            footer .top .column.main .socials > ul > li > a {
              transition: .3s ease all;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              min-width: 50px;
              max-width: 50px;
              min-height: 50px;
              max-height: 50px;
              border-radius: 250px;
              background-color: #FFFFFF; }
              footer .top .column.main .socials > ul > li > a:hover {
                opacity: .7; }
      footer .top .column.main > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px; }
      footer .top .column.main > p {
        margin: 0px;
        font-size: 18px;
        line-height: 170%;
        color: #47494B;
        font-weight: 300; }
    footer .top .column .plates > .elem {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 24px; }
      footer .top .column .plates > .elem:last-child {
        margin-bottom: 0px; }
      footer .top .column .plates > .elem > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 24px; }
      footer .top .column .plates > .elem .desc {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        footer .top .column .plates > .elem .desc > p {
          margin-top: 0px;
          margin-bottom: 4px;
          font-size: 16px;
          line-height: 170%;
          font-weight: 300;
          color: #47494B; }
        footer .top .column .plates > .elem .desc > span {
          font-size: 20px;
          line-height: 140%;
          font-weight: 600;
          color: #47494B; }
    footer .top .column > p {
      margin-top: 0px;
      margin-bottom: 22px;
      font-size: 20px;
      line-height: 140%;
      font-weight: 600;
      color: #47494B; }
    footer .top .double {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
      footer .top .double .column {
        max-width: 220px;
        margin-right: 20px; }
        footer .top .double .column > p {
          margin-top: 0px;
          margin-bottom: 22px;
          font-size: 20px;
          line-height: 140%;
          font-weight: 600;
          color: #47494B; }
        footer .top .double .column > ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          footer .top .double .column > ul > li {
            margin-bottom: 16px; }
            footer .top .double .column > ul > li > a {
              text-decoration: none;
              font-size: 18px;
              line-height: 170%;
              color: #47494B;
              font-weight: 300;
              transition: .3s ease all; }
              footer .top .double .column > ul > li > a:hover {
                opacity: .7; }
            footer .top .double .column > ul > li:last-child {
              margin-bottom: 0px; }
        footer .top .double .column:last-child {
          margin-right: 0px; }
  footer .bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding-top: 48px;
    border-top: 1.5px solid #E2E9EF;
    margin-top: 60px; }
    footer .bottom > p {
      margin: 0px;
      text-align: center;
      font-size: 18px;
      line-height: 170%;
      color: #47494B;
      font-weight: 300; }
    footer .bottom > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      footer .bottom > ul > li {
        margin-right: 32px; }
        footer .bottom > ul > li > a {
          text-decoration: none;
          font-size: 18px;
          line-height: 170%;
          color: #47494B;
          transition: .3s ease all;
          font-weight: 300; }
          footer .bottom > ul > li > a:hover {
            opacity: .7; }
        footer .bottom > ul > li:last-child {
          margin-right: 0px; }

.faq__wrapper {
  padding-top: 100px;
  padding-bottom: 100px; }
  .faq__wrapper .outer__faq .wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .faq__wrapper .outer__faq .wrapper .list {
      width: 100%; }
      .faq__wrapper .outer__faq .wrapper .list > .elem {
        padding: 20px 24px;
        cursor: pointer;
        border: 1.5px solid #EEEEEE;
        border-radius: 12px;
        margin-bottom: 24px; }
        .faq__wrapper .outer__faq .wrapper .list > .elem.opened {
          border-color: #386D95; }
          .faq__wrapper .outer__faq .wrapper .list > .elem.opened > .head > p {
            color: #386D95; }
        .faq__wrapper .outer__faq .wrapper .list > .elem .content {
          margin-top: 12px; }
          .faq__wrapper .outer__faq .wrapper .list > .elem .content > h6 {
            margin-top: 40px;
            margin-bottom: 35px;
            font-size: 24px;
            line-height: 32px;
            color: #47494B;
            font-family: "Roboto" ,sans-serif;
            font-weight: 400; }
          .faq__wrapper .outer__faq .wrapper .list > .elem .content > p {
            font-size: 18px;
            line-height: 170%;
            color: #47494B;
            font-weight: 300;
            margin-top: 0px;
            margin-bottom: 20px; }
            .faq__wrapper .outer__faq .wrapper .list > .elem .content > p:last-child {
              margin-bottom: 0px; }
        .faq__wrapper .outer__faq .wrapper .list > .elem > .head {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .faq__wrapper .outer__faq .wrapper .list > .elem > .head > p {
            margin: 0px;
            font-size: 24px;
            line-height: 140%;
            color: #47494B;
            font-weight: 600; }
          .faq__wrapper .outer__faq .wrapper .list > .elem > .head > span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-left: 15px;
            font-size: 24px;
            line-height: 140%;
            font-weight: 600;
            color: #386D95; }
        .faq__wrapper .outer__faq .wrapper .list > .elem:last-child {
          margin-bottom: 0px; }
    .faq__wrapper .outer__faq .wrapper .questions {
      min-width: 400px;
      max-width: 400px;
      margin-left: 75px;
      padding: 42px 38px;
      background-color: #F0F4F7;
      border-radius: 12px; }
      .faq__wrapper .outer__faq .wrapper .questions .btn {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 24px; }
        .faq__wrapper .outer__faq .wrapper .questions .btn > a {
          transition: .3s ease all;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 60px;
          padding-left: 40px;
          padding-right: 40px;
          text-decoration: none;
          background-color: #386D95;
          border-radius: 12px;
          font-size: 18px;
          line-height: 170%;
          font-weight: bold;
          color: #FFFFFF; }
          .faq__wrapper .outer__faq .wrapper .questions .btn > a:hover {
            opacity: .7; }
      .faq__wrapper .outer__faq .wrapper .questions > span {
        display: block;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 140%;
        font-weight: 600;
        color: #47494B; }
      .faq__wrapper .outer__faq .wrapper .questions > p {
        margin: 0px;
        font-size: 18px;
        line-height: 170%;
        color: #47494B;
        font-weight: 300; }
  .faq__wrapper .outer__faq > h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 48px;
    line-height: 120%;
    color: #47494B;
    font-weight: 600; }

.article__wrapper {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative; }
  .article__wrapper .outer__article .media {
    position: absolute;
    left: 0px;
    top: 50%;
    height: calc(100% - 240px);
    transform: translateY(-50%); }
    .article__wrapper .outer__article .media img {
      max-height: 100%; }
  .article__wrapper .outer__article .desc {
    max-width: 660px;
    width: 100%;
    margin-left: auto; }
    .article__wrapper .outer__article .desc .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      margin-top: 56px;
      grid-column-gap: 56px;
      grid-row-gap: 48px; }
      .article__wrapper .outer__article .desc .grid .elem > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 36px; }
      .article__wrapper .outer__article .desc .grid .elem > h2 {
        margin-top: 0px;
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 140%;
        font-weight: 600;
        color: #386D95; }
      .article__wrapper .outer__article .desc .grid .elem > p {
        margin: 0px;
        font-size: 18px;
        line-height: 170%;
        font-weight: 300;
        color: #47494B; }
    .article__wrapper .outer__article .desc > p {
      margin: 0px;
      min-width: 780px;
      max-width: 780px;
      font-size: 28px;
      line-height: 36px;
      color: #47494B;
      font-weight: 500;
      font-family: "Roboto" ,sans-serif; }
    .article__wrapper .outer__article .desc > h2 {
      margin-top: 0px;
      font-size: 48px;
      line-height: 120%;
      font-weight: 600;
      color: #47494B; }
      .article__wrapper .outer__article .desc > h2 span {
        color: #386D95; }

.prescription__wrapper {
  padding-top: 60px;
  background: url("../img/prescriptionback.webp");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #000000;
  background-position: center; }
  .prescription__wrapper .desc {
    margin-left: auto;
    margin-right: auto;
    padding-top: 48px;
    padding-left: 72px;
    padding-right: 64px;
    border-top-right-radius: 15px;
    padding-bottom: 40px;
    background-color: #386D95;
    border-top-left-radius: 70px;
    max-width: 575px; }
    .prescription__wrapper .desc > span {
      display: block;
      margin-bottom: 13px;
      font-size: 17px;
      line-height: 24px;
      color: #77C7E6;
      text-transform: uppercase;
      font-weight: bold; }
    .prescription__wrapper .desc > h2 {
      margin: 0px;
      margin-bottom: 15px;
      font-size: 48px;
      line-height: 64px;
      color: #FFFFFF; }
    .prescription__wrapper .desc > p {
      margin: 0px;
      font-size: 20px;
      line-height: 170%;
      color: #FFFFFF; }
    .prescription__wrapper .desc .btn {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 25px; }
      .prescription__wrapper .desc .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        padding-left: 40px;
        padding-right: 40px;
        text-decoration: none;
        border-radius: 12px;
        background-color: #77C7E6;
        font-size: 18px;
        line-height: 170%;
        color: #fff;
        font-weight: bold;
        transition: .3s ease all; }
        .prescription__wrapper .desc .btn > a:hover {
          opacity: .7; }

.grid__wrapper {
  padding-top: 185px;
  padding-bottom: 145px; }
  .grid__wrapper .outer__grid .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 80px; }
    .grid__wrapper .outer__grid .grid > .elem .desc > p {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 12px;
      font-size: 24px;
      line-height: 140%;
      color: #386D95;
      font-weight: 600; }
    .grid__wrapper .outer__grid .grid > .elem .desc > span {
      font-size: 18px;
      line-height: 170%;
      font-weight: 300;
      color: #47494B;
      text-align: center;
      display: block; }
    .grid__wrapper .outer__grid .grid > .elem .media {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px; }
      .grid__wrapper .outer__grid .grid > .elem .media img {
        max-width: 100%; }
    .grid__wrapper .outer__grid .grid > .elem > span {
      display: block;
      margin-bottom: 40px;
      text-align: center;
      color: #59C9E9;
      font-size: 20px;
      line-height: 26px;
      font-weight: 600; }
  .grid__wrapper .outer__grid > .top {
    text-align: center;
    margin-bottom: 70px; }
    .grid__wrapper .outer__grid > .top > h2 {
      margin: 0px;
      color: #47494B;
      font-size: 48px;
      line-height: 56px; }
    .grid__wrapper .outer__grid > .top > span {
      display: block;
      color: #59C9E9;
      font-size: 20px;
      margin-bottom: 20px;
      line-height: 26px;
      font-weight: 600; }

.hero__section {
  padding-top: 135px;
  padding-bottom: 235px;
  position: relative;
  position: relative;
  border-bottom: 1px solid #000000; }
  .hero__section > .left {
    position: absolute;
    left: 0px;
    top: 200px; }
  .hero__section > .bottom {
    position: absolute;
    left: 25%;
    bottom: 0px; }
  .hero__section .media {
    position: absolute;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    right: 0px;
    bottom: 0px;
    height: 100%; }
    .hero__section .media img {
      height: calc(100% - 100px); }
  .hero__section .outer__hero .desc {
    max-width: 660px;
    width: 100%; }
    .hero__section .outer__hero .desc > p {
      margin: 0px;
      margin-bottom: 20px;
      max-width: 540px;
      font-size: 20px;
      line-height: 25px;
      color: #47494B;
      font-weight: 400; }
    .hero__section .outer__hero .desc .btns {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-top: 50px; }
      .hero__section .outer__hero .desc .btns > .get__started {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        padding-left: 30px;
        padding-right: 30px;
        background-color: #9EC9AB;
        border-radius: 15px;
        text-decoration: none;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        font-weight: 500;
        transition: .3s ease all; }
        .hero__section .outer__hero .desc .btns > .get__started:hover {
          opacity: .7; }
      .hero__section .outer__hero .desc .btns > .login {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 45px;
        min-height: 60px;
        min-width: 165px;
        background-color: #77C7E6;
        border-radius: 15px;
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        font-weight: 500;
        transition: .3s ease all;
        text-decoration: none; }
        .hero__section .outer__hero .desc .btns > .login:hover {
          opacity: .7; }
    .hero__section .outer__hero .desc > h1 {
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 57px;
      line-height: 64px;
      color: #47494B;
      font-family: "Roboto" ,sans-serif;
      font-weight: 500; }
      .hero__section .outer__hero .desc > h1 span {
        font-family: "Roboto" ,sans-serif;
        color: #386D95;
        font-weight: 500; }

header {
  border-bottom: 1.5px solid #386D95; }
  header .container {
    max-width: 1740px; }
  header .outer__header {
    display: flex;
    align-items: center;
    padding: 18px 0px;
    justify-content: space-between; }
    header .outer__header .right {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-left: 65px;
      width: 100%; }
      header .outer__header .right .right__part {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        header .outer__header .right .right__part .switcher {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          header .outer__header .right .right__part .switcher > a {
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 16px;
            line-height: 22px;
            color: #47494B;
            font-weight: bold;
            text-decoration: none; }
            header .outer__header .right .right__part .switcher > a > img {
              margin-left: 13px;
              transition: .3s ease all; }
            header .outer__header .right .right__part .switcher > a > span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 13px; }
        header .outer__header .right .right__part .login {
          display: inline-flex;
          align-items: center;
          margin-left: 35px;
          justify-content: center; }
          header .outer__header .right .right__part .login > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 165px;
            min-height: 60px;
            background-color: #77C7E6;
            border-radius: 12px;
            text-decoration: none;
            font-size: 18px;
            line-height: 26px;
            font-weight: 500;
            color: #FFFFFF;
            transition: .3s ease all; }
            header .outer__header .right .right__part .login > a:hover {
              opacity: .7; }
      header .outer__header .right > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        header .outer__header .right > ul > li {
          margin-right: 50px;
          padding: 12px 0px;
          position: relative; }
          header .outer__header .right > ul > li:hover .dropdown {
            opacity: 1;
            pointer-events: initial; }
          header .outer__header .right > ul > li .dropdown {
            position: absolute;
            left: 0px;
            top: 40px;
            min-width: 180px;
            border: 1px solid #386D95;
            background-color: #fff;
            z-index: 3;
            border-radius: 5px;
            padding: 15px;
            opacity: 0;
            pointer-events: none;
            transition: .3s ease all; }
            header .outer__header .right > ul > li .dropdown ul {
              padding: 0px;
              list-style-type: none;
              margin: 0px; }
              header .outer__header .right > ul > li .dropdown ul > li {
                margin-bottom: 5px; }
                header .outer__header .right > ul > li .dropdown ul > li > a {
                  white-space: nowrap;
                  text-decoration: none;
                  font-size: 17px;
                  line-height: 24px;
                  color: #47494B;
                  transition: .3s ease all; }
                  header .outer__header .right > ul > li .dropdown ul > li > a:hover {
                    color: #77C7E6; }
                header .outer__header .right > ul > li .dropdown ul > li:last-child {
                  margin-bottom: 0px; }
          header .outer__header .right > ul > li:hover > a {
            color: #77C7E6; }
            header .outer__header .right > ul > li:hover > a span svg path {
              stroke: #77C7E6; }
          header .outer__header .right > ul > li > a {
            text-decoration: none;
            color: #47494B;
            font-size: 17px;
            line-height: 24px;
            transition: .3s ease all; }
            header .outer__header .right > ul > li > a:hover {
              color: #77C7E6; }
              header .outer__header .right > ul > li > a:hover span svg path {
                stroke: #77C7E6; }
            header .outer__header .right > ul > li > a span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-left: 13px;
              position: relative;
              top: -2px; }
              header .outer__header .right > ul > li > a span svg path {
                transition: .3s ease all; }
          header .outer__header .right > ul > li:last-child {
            margin-right: 0px; }
    header .outer__header > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      header .outer__header > a img {
        max-width: 178px; }

.terms__head {
  background: url("../img/termsimage.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 165px; }
  .terms__head .desc {
    max-width: 660px;
    width: 100%;
    padding: 72px 60px;
    background-color: #77C7E6;
    border-top-right-radius: 80px;
    border-top-left-radius: 16px; }
    .terms__head .desc > span {
      display: block;
      margin-bottom: 12px;
      font-size: 20px;
      line-height: 120%;
      font-weight: 600;
      color: #FFFFFF; }
    .terms__head .desc > h2 {
      margin: 0px;
      font-size: 48px;
      line-height: 120%;
      font-weight: 600;
      color: #FFFFFF; }

.breadcrumbs {
  padding: 15px 0px;
  border-bottom: 1px solid #E5E5E5; }
  .breadcrumbs ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start; }
    .breadcrumbs ul > li.current {
      font-size: 18px;
      line-height: 170%;
      color: #47494B;
      font-weight: 300; }
    .breadcrumbs ul > li > a {
      text-decoration: none;
      font-size: 18px;
      line-height: 170%;
      color: #47494B;
      font-weight: 300;
      opacity: .5;
      transition: .3s ease all; }
      .breadcrumbs ul > li > a:hover {
        opacity: 1; }
    .breadcrumbs ul > li.spacer {
      margin: 0px 24px;
      font-size: 18px;
      line-height: 170%;
      color: #47494B;
      font-weight: 300; }

.faq__wrapper.smaller {
  padding-top: 60px;
  padding-bottom: 70px; }
  .faq__wrapper.smaller .desc__top .after {
    margin-top: 45px;
    margin-bottom: 48px; }
    .faq__wrapper.smaller .desc__top .after > span {
      display: block;
      font-size: 28px;
      line-height: 36px;
      color: #47494B;
      font-family: "Roboto" ,sans-serif;
      font-weight: 500;
      margin-bottom: 10px; }
    .faq__wrapper.smaller .desc__top .after > p {
      margin: 0px;
      font-size: 24px;
      line-height: 32px;
      color: #47494B;
      font-family: "Roboto" ,sans-serif;
      font-weight: 400; }
  .faq__wrapper.smaller .desc__top > p {
    margin-top: 0px;
    font-size: 24px;
    line-height: 32px;
    color: #47494B;
    font-family: "Roboto" ,sans-serif;
    font-weight: 400;
    margin-bottom: 30px; }
  .faq__wrapper.smaller .desc__top > h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 120%;
    font-weight: 600;
    color: #47494B; }

.create__account {
  padding-top: 112px;
  padding-bottom: 30px;
  position: relative; }
  .create__account .outer__account {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .create__account .outer__account .expect {
      background-color: rgba(71, 73, 75, 0.04);
      padding: 84px 110px;
      border-top-left-radius: 45px;
      position: absolute;
      right: 0px;
      bottom: 0px; }
      .create__account .outer__account .expect .list {
        position: relative; }
        .create__account .outer__account .expect .list:before {
          content: "";
          position: absolute;
          left: 70px;
          width: 45px;
          height: calc(100% - 100px);
          top: 50px;
          background-color: #E6E7E8; }
        .create__account .outer__account .expect .list > .elem {
          position: relative;
          z-index: 5;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-bottom: 27px; }
          .create__account .outer__account .expect .list > .elem.green .desc > p {
            color: #9EC9AB; }
          .create__account .outer__account .expect .list > .elem:last-child {
            margin-bottom: 0px; }
          .create__account .outer__account .expect .list > .elem .desc {
            max-width: 350px; }
            .create__account .outer__account .expect .list > .elem .desc > span {
              display: block;
              font-size: 19px;
              line-height: 25px;
              color: #47494B;
              font-weight: 400; }
            .create__account .outer__account .expect .list > .elem .desc > p {
              margin-top: 0px;
              margin-bottom: 4px;
              font-size: 25px;
              line-height: 34px;
              color: #386D95;
              font-weight: 600; }
          .create__account .outer__account .expect .list > .elem > span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 100px; }
      .create__account .outer__account .expect > h6 {
        margin-top: 0px;
        margin-bottom: 80px;
        font-size: 36px;
        color: #386D95;
        font-weight: 600;
        line-height: 54px; }
    .create__account .outer__account .desc {
      max-width: 540px;
      width: 100%;
      position: relative;
      z-index: 4; }
      .create__account .outer__account .desc form {
        margin-top: 45px;
        width: 100%; }
        .create__account .outer__account .desc form > .group__input {
          margin-bottom: 15px; }
          .create__account .outer__account .desc form > .group__input:last-child {
            margin-bottom: 0px; }
        .create__account .outer__account .desc form .double {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-column-gap: 12px;
          margin-bottom: 15px; }
        .create__account .outer__account .desc form .support {
          margin-top: 38px; }
          .create__account .outer__account .desc form .support > a {
            display: inline-flex;
            font-size: 16px;
            line-height: 24px;
            color: #47494B;
            text-decoration: underline; }
        .create__account .outer__account .desc form .group__submit {
          display: flex;
          justify-content: flex-start;
          margin-top: 30px; }
          .create__account .outer__account .desc form .group__submit > button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 142px;
            min-height: 60px;
            border-radius: 12px;
            background-color: #9EC9AB;
            cursor: pointer;
            outline: none;
            border: 0px;
            font-size: 18px;
            line-height: 25px;
            color: #FFFFFF;
            font-weight: 400;
            transition: .3s ease all; }
            .create__account .outer__account .desc form .group__submit > button:hover {
              opacity: .7; }
        .create__account .outer__account .desc form .group__input {
          width: 100%; }
          .create__account .outer__account .desc form .group__input > input {
            width: 100%;
            height: 45px;
            border-radius: 5px;
            outline: none;
            border: 1px solid #CCCCCC;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 16px;
            line-height: 22px; }
          .create__account .outer__account .desc form .group__input > select {
            width: 100%;
            height: 45px;
            border-radius: 5px;
            outline: none;
            border: 1px solid #CCCCCC;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 16px;
            line-height: 22px;
            background: url("../img/selectdropdown.png");
            background-repeat: no-repeat;
            background-size: 15px;
            background-position: calc(100% - 10px) center;
            -webkit-appearance: none;
            -moz-appearance: none;
            text-indent: 1px;
            text-overflow: ''; }
          .create__account .outer__account .desc form .group__input > p {
            margin-top: 0px;
            margin-bottom: 12px;
            color: #47494B;
            font-size: 16px;
            line-height: 24px;
            font-weight: 600; }
      .create__account .outer__account .desc > h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 43px;
        line-height: 53px;
        color: #47494B;
        font-weight: 600; }
      .create__account .outer__account .desc > p {
        margin: 0px;
        font-size: 20px;
        line-height: 27px;
        color: #47494B; }
  .create__account .bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    pointer-events: none; }

.top__part {
  padding-top: 30px; }
  .top__part .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px; }
    .top__part .inner .right {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .top__part .inner .right .patient {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .top__part .inner .right .patient > p {
          margin: 0px;
          font-size: 18px;
          line-height: 25px;
          color: #386D95;
          font-weight: 500;
          text-transform: uppercase; }
        .top__part .inner .right .patient span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 15px; }
          .top__part .inner .right .patient span img {
            min-width: 47px;
            max-width: 47px;
            min-height: 47px;
            max-height: 47px;
            border-radius: 250px; }
      .top__part .inner .right .cart {
        margin-right: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .top__part .inner .right .cart > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          position: relative; }
          .top__part .inner .right .cart > a span {
            position: absolute;
            top: -3px;
            right: -5px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 12px;
            max-width: 12px;
            min-height: 12px;
            max-height: 12px;
            border-radius: 250px;
            background-color: #000;
            font-size: 10px;
            color: #fff; }
          .top__part .inner .right .cart > a > img {
            max-width: 28px;
            min-width: 28px; }
    .top__part .inner > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .top__part .inner > a img {
        max-width: 170px; }
  .top__part .outer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px; }
    .top__part .outer__top > p {
      margin: 0px;
      font-size: 15px;
      line-height: 22px;
      color: #2C3B3C;
      font-weight: 500; }
    .top__part .outer__top ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .top__part .outer__top ul > li {
        margin-right: 25px; }
        .top__part .outer__top ul > li > a {
          font-size: 15px;
          line-height: 22px;
          color: #2C3B3c;
          text-decoration: none;
          transition: .3s ease all; }
          .top__part .outer__top ul > li > a:hover {
            opacity: .7; }
        .top__part .outer__top ul > li:last-child {
          margin-right: 0px; }

.banner__wrapper {
  margin-bottom: 30px; }
  .banner__wrapper .outer__banner {
    padding: 100px 90px;
    background: url("../img/joincommunity.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 16px; }
    .banner__wrapper .outer__banner > p {
      margin: 0px;
      font-size: 18px;
      line-height: 25px;
      color: #fff; }
    .banner__wrapper .outer__banner .btn {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-top: 40px; }
      .banner__wrapper .outer__banner .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 60px;
        background-color: #386D95;
        border-radius: 15px;
        font-size: 18px;
        line-height: 25px;
        color: #fff;
        font-weight: bold;
        min-width: 160px;
        text-decoration: none;
        transition: .3s ease all; }
        .banner__wrapper .outer__banner .btn > a:hover {
          opacity: .7; }
    .banner__wrapper .outer__banner > h2 {
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 48px;
      line-height: 56px;
      color: #fff;
      font-weight: bold; }

.head__header .outer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background-color: #386D95;
  border-radius: 15px; }
  .head__header .outer__head .search {
    width: 220px;
    position: relative; }
    .head__header .outer__head .search button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 10px;
      background-color: transparent;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      border: 0px;
      outline: none; }
    .head__header .outer__head .search > input {
      width: 100%;
      height: 36px;
      outline: none;
      border: 0px;
      padding-left: 15px;
      padding-right: 42px;
      background-color: #FFFFFF;
      border-radius: 8px; }
      .head__header .outer__head .search > input::-webkit-input-placeholder {
        color: #cecece; }
      .head__header .outer__head .search > input::-moz-placeholder {
        color: #cecece; }
      .head__header .outer__head .search > input:-ms-input-placeholder {
        color: #cecece; }
      .head__header .outer__head .search > input:-moz-placeholder {
        color: #cecece; }
  .head__header .outer__head > a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
    text-decoration: none;
    transition: .3s ease all; }
    .head__header .outer__head > a:hover {
      opacity: .7; }
    .head__header .outer__head > a span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-right: 12px; }

.dashboard__content .outer__dashboard {
  display: flex;
  justify-content: space-between; }
  .dashboard__content .outer__dashboard .content__dashboard {
    width: 100%;
    padding: 45px 30px; }
    .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form {
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 25px; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__submit {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 25px; }
        .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__submit > button {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 60px;
          min-width: 165px;
          border-radius: 12px;
          background-color: #77C7E6;
          cursor: pointer;
          outline: none;
          border: 0px;
          font-size: 18px;
          line-height: 26px;
          font-weight: 500;
          color: #FFFFFF;
          transition: .3s ease all; }
          .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__submit > button:hover {
            opacity: .7; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .triple {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 15px;
        margin-bottom: 15px; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form > .group__input {
        margin-bottom: 15px; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .four {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 15px; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input select {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #cecece;
        outline: none;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        padding-left: 15px;
        padding-right: 15px;
        background: url(../img/selectdropdown.png);
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: calc(100% - 10px) center;
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
        padding-right: 25px; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input > input {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #cecece;
        outline: none;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        padding-left: 15px;
        padding-right: 15px; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input > p {
        margin-top: 0px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: #000;
        margin-bottom: 7px; }
    .dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head {
      border-radius: 10px;
      background-color: #EBECEF;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px 25px;
      cursor: pointer; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head > p {
        margin: 0px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        color: #386D95; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head > span {
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head > span img {
          max-width: 19px; }
    .dashboard__content .outer__dashboard .content__dashboard .personal__info .top {
      padding-left: 20px;
      margin-bottom: 60px; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .top > p {
        margin-top: 0px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 24px;
        color: #2C3B3C;
        font-weight: 500; }
      .dashboard__content .outer__dashboard .content__dashboard .personal__info .top > h2 {
        margin-top: 0px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 24px;
        color: #386D95;
        font-weight: 600; }
    .dashboard__content .outer__dashboard .content__dashboard .purchase__history {
      padding: 50px 0px;
      padding-left: 60px; }
      .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem {
        border-bottom: 2px solid #EBECEF;
        padding-bottom: 40px;
        margin-bottom: 40px; }
        .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom {
          margin-top: 60px;
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom .total > p {
            margin: 0px;
            font-size: 20px;
            line-height: 26px;
            color: #2C3B3C;
            font-weight: 500; }
          .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom .total > span {
            font-size: 16px;
            line-height: 22px;
            color: #386D95;
            font-weight: 500; }
          .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom > a {
            display: inline-flex;
            text-decoration: none;
            font-size: 20px;
            line-height: 26px;
            color: #386D95;
            font-weight: 600;
            transition: .3s ease all; }
            .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom > a:hover {
              opacity: .7; }
        .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details {
          display: flex;
          align-items: flex-start;
          justify-content: space-between; }
          .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left {
            display: flex;
            flex-direction: column;
            margin-right: 15px;
            align-items: flex-start; }
            .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left > span {
              margin-bottom: 4px;
              display: inline-flex;
              font-size: 16px;
              line-height: 22px;
              color: #386D95;
              font-weight: 500; }
            .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left > p {
              margin: 0px;
              font-size: 20px;
              line-height: 26px;
              color: #2C3B3C;
              font-weight: 500; }
          .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem {
            margin-bottom: 20px; }
            .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem > span {
              font-size: 16px;
              line-height: 24px;
              white-space: nowrap;
              color: #386D95;
              font-weight: 500; }
            .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem > p {
              margin: 0px;
              white-space: nowrap;
              font-size: 20px;
              line-height: 25px;
              color: #2C3B3C;
              font-weight: 500; }
            .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem:last-child {
              margin-bottom: 0px; }
        .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem > .status {
          margin-bottom: 15px; }
          .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem > .status > p {
            margin: 0px;
            font-size: 20px;
            line-height: 26px;
            font-weight: 600;
            color: #386D95; }
        .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem:last-child {
          margin-bottom: 0px; }
    .dashboard__content .outer__dashboard .content__dashboard .table__welcome {
      width: 100%; }
      .dashboard__content .outer__dashboard .content__dashboard .table__welcome table {
        width: 100%;
        border-spacing: 0px; }
        .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td {
          text-align: center;
          padding-left: 15px;
          padding-top: 20px;
          padding-bottom: 20px;
          border-bottom: 2px solid #EBECEF;
          padding-right: 15px; }
          .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td > p {
            margin: 0px;
            font-size: 16px;
            line-height: 21px;
            color: #2C3B3C; }
          .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td > a {
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td > a img {
              max-width: 21px; }
          .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td:nth-child(1) {
            text-align: left; }
        .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr:nth-child(1) th {
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 25px;
          padding-bottom: 25px;
          background-color: #EBECEF;
          font-size: 16px;
          line-height: 21px;
          color: #386D95;
          font-weight: 600;
          text-align: center; }
          .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr:nth-child(1) th:nth-child(1) {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px; }
          .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr:nth-child(1) th:last-child {
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px; }
          .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr:nth-child(1) th span {
            display: inline-flex;
            margin-left: -4px;
            position: relative;
            top: -8px; }
          .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr:nth-child(1) th:nth-child(1) {
            text-align: left; }
    .dashboard__content .outer__dashboard .content__dashboard > .head {
      margin-bottom: 25px; }
      .dashboard__content .outer__dashboard .content__dashboard > .head > h2 {
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 32px;
        line-height: 40px;
        color: #386D95;
        font-weight: 600; }
      .dashboard__content .outer__dashboard .content__dashboard > .head > p {
        margin: 0px;
        font-size: 18px;
        line-height: 26px;
        color: #2C3B3C;
        font-weight: 400; }
  .dashboard__content .outer__dashboard > .side {
    min-width: 290px;
    padding: 35px 0px;
    padding-top: 50px;
    padding-right: 35px;
    max-width: 290px;
    border-right: 2px solid #EBECEF;
    min-height: 100vh; }
    .dashboard__content .outer__dashboard > .side > .elem {
      width: 100%;
      margin-bottom: 20px; }
      .dashboard__content .outer__dashboard > .side > .elem:last-child {
        margin-bottom: 0px; }
      .dashboard__content .outer__dashboard > .side > .elem.opened > .head > span > img {
        transform: rotate(180deg); }
      .dashboard__content .outer__dashboard > .side > .elem > .content {
        margin-top: 15px;
        display: none; }
        .dashboard__content .outer__dashboard > .side > .elem > .content form > .group__input {
          width: 100%;
          margin-bottom: 12px; }
          .dashboard__content .outer__dashboard > .side > .elem > .content form > .group__input > input {
            width: 100%;
            height: 40px;
            border-radius: 6px;
            border: 1px solid #cecece;
            font-size: 16px;
            line-height: 22px;
            padding-left: 15px;
            padding-right: 15px;
            outline: none; }
        .dashboard__content .outer__dashboard > .side > .elem > .content form .group__submit > button {
          width: 100%;
          cursor: pointer;
          outline: none;
          border: 0px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 45px;
          background-color: #386D95;
          border-radius: 12px;
          text-decoration: none;
          font-size: 18px;
          line-height: 170%;
          font-weight: 300;
          color: #FFFFFF;
          padding-left: 20px;
          padding-right: 20px;
          transition: .3s ease all; }
          .dashboard__content .outer__dashboard > .side > .elem > .content form .group__submit > button:hover {
            opacity: .7; }
        .dashboard__content .outer__dashboard > .side > .elem > .content .contact__info > p {
          margin-top: 0px;
          margin-bottom: 24px;
          color: #47494B;
          font-size: 14px;
          line-height: 20px;
          font-family: "Roboto" ,sans-serif;
          font-weight: 400; }
        .dashboard__content .outer__dashboard > .side > .elem > .content .contact__info .btn > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          min-height: 45px;
          background-color: #386D95;
          border-radius: 12px;
          text-decoration: none;
          font-size: 18px;
          line-height: 170%;
          font-weight: 300;
          color: #FFFFFF;
          padding-left: 20px;
          padding-right: 20px;
          transition: .3s ease all; }
          .dashboard__content .outer__dashboard > .side > .elem > .content .contact__info .btn > a:hover {
            opacity: .7; }
        .dashboard__content .outer__dashboard > .side > .elem > .content > ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px; }
          .dashboard__content .outer__dashboard > .side > .elem > .content > ul > li {
            margin-bottom: 5px; }
            .dashboard__content .outer__dashboard > .side > .elem > .content > ul > li:last-child {
              margin-bottom: 0px; }
            .dashboard__content .outer__dashboard > .side > .elem > .content > ul > li > a {
              display: flex;
              align-items: center;
              justify-content: flex-start;
              padding: 10px 15px;
              text-decoration: none;
              font-size: 15px;
              line-height: 22px;
              color: #2C3B3C;
              font-weight: 500;
              min-height: 50px;
              border-radius: 10px;
              text-decoration: none;
              transition: .3s ease all; }
              .dashboard__content .outer__dashboard > .side > .elem > .content > ul > li > a:hover {
                background-color: #EBECEF; }
              .dashboard__content .outer__dashboard > .side > .elem > .content > ul > li > a.current {
                background-color: #EBECEF; }
              .dashboard__content .outer__dashboard > .side > .elem > .content > ul > li > a > span {
                display: inline-flex;
                align-items: center;
                min-width: 34px;
                max-width: 34px;
                min-height: 34px;
                max-height: 34px;
                justify-content: center;
                margin-right: 12px; }
                .dashboard__content .outer__dashboard > .side > .elem > .content > ul > li > a > span img {
                  min-width: 24px;
                  max-width: 24px; }
      .dashboard__content .outer__dashboard > .side > .elem > .head {
        width: 100%;
        cursor: pointer;
        padding: 4px 12px;
        border-bottom: 2px solid #386D95;
        display: flex;
        justify-content: center;
        align-items: center; }
        .dashboard__content .outer__dashboard > .side > .elem > .head > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-left: 10px; }
          .dashboard__content .outer__dashboard > .side > .elem > .head > span img {
            min-width: 20px;
            max-width: 20px;
            transition: .3s ease all; }
        .dashboard__content .outer__dashboard > .side > .elem > .head > p {
          margin: 0px;
          font-size: 18px;
          line-height: 24px;
          color: #386D95;
          font-weight: 600;
          text-transform: uppercase; }

.container.longer {
  max-width: 1420px; }

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 20px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #386D95; }

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.float__popup {
  position: absolute;
  min-width: 252px;
  max-width: 252px;
  border-radius: 18px;
  overflow: hidden;
  display: none; }
  .float__popup .content {
    background-color: #EBECEF;
    padding: 12px 8px; }
    .float__popup .content > p {
      margin: 0px;
      font-size: 11px;
      line-height: 14px;
      color: #2C3B3C;
      font-weight: 400; }
  .float__popup .head {
    background-color: #386D95;
    padding: 8px 8px; }
    .float__popup .head > p {
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      font-size: 12px;
      line-height: 16px;
      font-weight: 600;
      color: #FFFFFF; }
      .float__popup .head > p > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }

.dashboard__content .navigation {
  display: none; 
 }
 /**/
 
.password__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(56, 109, 149, 0.7);
}
  .password__wrapper .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px; 
    }
    .password__wrapper .inner .box{
      max-height: 100%;
      overflow-y: auto;
      width: 100%;
      max-width: 750px;
      padding: 60px 40px;
      background-color: #fff;
      border-radius: 25px;
      display: flex;
      align-items: center;
      position: relative;
      justify-content: space-between; 
      }
      .password__wrapper .inner .box > .close__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 12px;
        right: 12px;
        opacity: .6;
        transition: .3s ease all; }
        .password__wrapper .inner .box > .close__button:hover {
          opacity: 1; }
        .password__wrapper .inner .box > .close__button img {
          max-width: 30px; }
      .password__wrapper .inner .box .desc {
        width: 100%; }
        .password__wrapper .inner .box .desc form {
          width: 100%; }
          .password__wrapper .inner .box .desc form .bottom {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .password__wrapper .inner .box .desc form .bottom > p {
              font-size: 14px;
              line-height: 18px;
              color: #000; }
              .password__wrapper .inner .box .desc form .bottom > p a {
                color: #77C7E6;
                font-weight: 600;
                text-decoration: none; }
            .password__wrapper .inner .box .desc form .bottom > a {
              color: #000;
              font-size: 14px;
              line-height: 18px; }
          .password__wrapper .inner .box .desc form .group__submit {
            display: flex;
            align-items: center;
            justify-content: center; }
            .password__wrapper .inner .box .desc form .group__submit > button {
              width: 100%;
              height: 60px;
              background-color: #77C7E6;
              border-radius: 12px;
              cursor: pointer;
              outline: none;
              border: 0px;
              font-size: 20px;
              line-height: 24px;
              color: #fff;
              font-weight: 500;
              transition: .3s ease all; }
              .password__wrapper .inner .box .desc form .group__submit > button:hover {
                opacity: .7; }
          .password__wrapper .inner .box .desc form .group__input {
            width: 100%;
            margin-bottom: 15px;
            position: relative; }
            .password__wrapper .inner .box .desc form .group__input .eye {
              display: inline-flex;
              position: absolute;
              right: 10px;
              bottom: 9px; }
              .password__wrapper .inner .box .desc form .group__input .eye.active svg path {
                stroke: #77C7E6; }
              .password__wrapper .inner .box .desc form .group__input .eye svg path {
                transition: .3s ease all; }
            .password__wrapper .inner .box .desc form .group__input > input {
              width: 100%;
              height: 50px;
              border-radius: 6px;
              border: 1px solid #cecece;
              font-size: 16px;
              padding-left: 15px;
              padding-right: 15px;
              outline: none; }
              .password__wrapper .inner .box .desc form .group__input > input[type="password"] {
                padding-right: 45px; }
            .password__wrapper .inner .box .desc form .group__input > p {
              margin-top: 0px;
              margin-bottom: 10px;
              font-size: 20px;
              line-height: 24px;
              color: #000; }
        .password__wrapper .inner .box .desc > h2 {
          margin-top: 0px;
          text-align: center;
          margin-bottom: 25px;
          font-size: 30px;
          line-height: 36px;
          font-weight: 600;
          color: #000; }
      .password__wrapper .inner .box .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 300px;
        margin-right: 40px;
        max-width: 300px; }
        .password__wrapper .inner .box .logo img {
          min-width: 240px;
          max-width: 240px; }
 
 
 /**/

.login__wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: rgba(56, 109, 149, 0.7); }
  .login__wrapper .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px; }
    .login__wrapper .inner .box {
      max-height: 100%;
      overflow-y: auto;
      width: 100%;
      max-width: 850px;
      padding: 60px 40px;
      background-color: #fff;
      border-radius: 25px;
      display: flex;
      align-items: center;
      position: relative;
      justify-content: space-between; }
      .login__wrapper .inner .box > .close__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 12px;
        right: 12px;
        opacity: .6;
        transition: .3s ease all; }
        .login__wrapper .inner .box > .close__button:hover {
          opacity: 1; }
        .login__wrapper .inner .box > .close__button img {
          max-width: 30px; }
      .login__wrapper .inner .box .desc {
        width: 100%; }
        .login__wrapper .inner .box .desc form {
          width: 100%; }
          .login__wrapper .inner .box .desc form .bottom {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .login__wrapper .inner .box .desc form .bottom > p {
              font-size: 14px;
              line-height: 18px;
              color: #000; }
              .login__wrapper .inner .box .desc form .bottom > p a {
                color: #77C7E6;
                font-weight: 600;
                text-decoration: none; }
            .login__wrapper .inner .box .desc form .bottom > a {
              color: #000;
              font-size: 14px;
              line-height: 18px; }
          .login__wrapper .inner .box .desc form .group__submit {
            display: flex;
            align-items: center;
            justify-content: center; }
            .login__wrapper .inner .box .desc form .group__submit > button {
              width: 100%;
              height: 60px;
              background-color: #77C7E6;
              border-radius: 12px;
              cursor: pointer;
              outline: none;
              border: 0px;
              font-size: 20px;
              line-height: 24px;
              color: #fff;
              font-weight: 500;
              transition: .3s ease all; }
              .login__wrapper .inner .box .desc form .group__submit > button:hover {
                opacity: .7; }
          .login__wrapper .inner .box .desc form .group__input {
            width: 100%;
            margin-bottom: 15px;
            position: relative; }
            .login__wrapper .inner .box .desc form .group__input .eye {
              display: inline-flex;
              position: absolute;
              right: 10px;
              bottom: 9px; }
              .login__wrapper .inner .box .desc form .group__input .eye.active svg path {
                stroke: #77C7E6; }
              .login__wrapper .inner .box .desc form .group__input .eye svg path {
                transition: .3s ease all; }
            .login__wrapper .inner .box .desc form .group__input > input {
              width: 100%;
              height: 50px;
              border-radius: 6px;
              border: 1px solid #cecece;
              font-size: 16px;
              padding-left: 15px;
              padding-right: 15px;
              outline: none; }
              .login__wrapper .inner .box .desc form .group__input > input[type="password"] {
                padding-right: 45px; }
            .login__wrapper .inner .box .desc form .group__input > p {
              margin-top: 0px;
              margin-bottom: 10px;
              font-size: 20px;
              line-height: 24px;
              color: #000; }
        .login__wrapper .inner .box .desc > h2 {
          margin-top: 0px;
          text-align: center;
          margin-bottom: 25px;
          font-size: 30px;
          line-height: 36px;
          font-weight: 600;
          color: #000; }
      .login__wrapper .inner .box .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 300px;
        margin-right: 40px;
        max-width: 300px; }
        .login__wrapper .inner .box .logo img {
          min-width: 240px;
          max-width: 240px; }

.personal__info {
  padding: 0px 60px; }

.patient__info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  .patient__info .table__wrapper {
    width: 100%; }
    .patient__info .table__wrapper .pagination {
      margin-top: 25px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .patient__info .table__wrapper .pagination > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        max-width: 30px;
        min-height: 30px;
        max-height: 30px;
        border: 1px solid #cecece;
        border-radius: 4px;
        transition: .3s ease all; }
        .patient__info .table__wrapper .pagination > a:last-child {
          transform: scaleX(-1); }
        .patient__info .table__wrapper .pagination > a:hover {
          border-color: #0284D2; }
        .patient__info .table__wrapper .pagination > a img {
          max-width: 16px; }
      .patient__info .table__wrapper .pagination ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px 15px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .patient__info .table__wrapper .pagination ul > li {
          margin-right: 12px; }
          .patient__info .table__wrapper .pagination ul > li:last-child {
            margin-right: 0px; }
          .patient__info .table__wrapper .pagination ul > li > a {
            transition: .3s ease all;
            font-size: 20px;
            line-height: 24px;
            color: #2C3B3C;
            text-decoration: none; }
            .patient__info .table__wrapper .pagination ul > li > a.current {
              color: #0284D2; }
            .patient__info .table__wrapper .pagination ul > li > a:hover {
              color: #0284D2; }
    .patient__info .table__wrapper .patient__table {
      width: 100%;
      border-spacing: 0px;
      text-align: center; }
      .patient__info .table__wrapper .patient__table tr td {
        padding: 15px;
        border-bottom: 1px solid #EBECEF; }
        .patient__info .table__wrapper .patient__table tr td:nth-child(1) {
          text-align: left; }
        .patient__info .table__wrapper .patient__table tr td > p {
          margin: 0px;
          font-size: 20px;
          line-height: 24px;
          color: #2C3B3C; }
        .patient__info .table__wrapper .patient__table tr td > a {
          display: inline-flex;
          text-align: center;
          padding: 0px 15px;
          padding-bottom: 5px;
          border-bottom: 1px solid #58C9EA;
          font-size: 20px;
          line-height: 24px;
          color: #59C9E9;
          font-weight: 400;
          text-decoration: none; }
      .patient__info .table__wrapper .patient__table tr:nth-child(1) {
        background-color: #EBECEF; }
        .patient__info .table__wrapper .patient__table tr:nth-child(1) > th {
          padding: 15px;
          font-size: 20px;
          line-height: 26px;
          color: #386D95;
          font-weight: 600; }
          .patient__info .table__wrapper .patient__table tr:nth-child(1) > th:nth-child(1) {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            text-align: left; }
          .patient__info .table__wrapper .patient__table tr:nth-child(1) > th:last-child {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px; }
  .patient__info .side__info {
    min-width: 400px;
    max-width: 400px;
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .patient__info .side__info .question {
      margin-top: 55px;
      width: 100%;
      padding: 42px 36px;
      background-color: #F0F4F7;
      border-radius: 12px; }
      .patient__info .side__info .question > p {
        margin-top: 0px;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 140%;
        font-weight: 600;
        color: #47494B; }
      .patient__info .side__info .question > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 180px;
        min-height: 60px;
        background-color: #386D95;
        border-radius: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 170%;
        color: #FFFFFF;
        font-weight: 300;
        transition: .3s ease all; }
        .patient__info .side__info .question > a:hover {
          opacity: .7; }
      .patient__info .side__info .question > span {
        display: block;
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 170%;
        font-weight: 300;
        color: #47494B; }
    .patient__info .side__info > .prescription {
      min-height: 68px;
      margin-bottom: 25px;
      background-color: #58C9EA;
      border-radius: 15px;
      text-decoration: none;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      color: #FFFFFF;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-decoration: none;
      transition: .3s ease all; }
      .patient__info .side__info > .prescription:hover {
        opacity: .7; }
    .patient__info .side__info > .documents {
      min-height: 68px;
      background-color: #386D95;
      border-radius: 15px;
      text-decoration: none;
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      color: #FFFFFF;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      text-decoration: none;
      transition: .3s ease all; }
      .patient__info .side__info > .documents:hover {
        opacity: .7; }

.container {
  max-width: 1330px; }

header .container {
  max-width: 1330px; }

header .outer__header .right {
  margin-left: 45px; }

header .outer__header > a img {
  max-width: 140px; }

header .outer__header .right .right__part .login > a {
  min-width: 120px;
  min-height: 50px;
  font-size: 16px;
  line-height: 24px; }

header .outer__header .right .right__part .login {
  margin-left: 25px; }

header .outer__header .right > ul > li > a {
  font-size: 15px;
  line-height: 22px; }

.create__account {
  padding-top: 60px; }

.create__account .outer__account .desc > h2 {
  font-size: 24px;
  line-height: 34px; }

.create__account .outer__account .desc > p {
  font-size: 15px;
  line-height: 22px; }

.create__account .outer__account .desc form {
  margin-top: 25px; }

header .outer__header .right > ul > li {
  margin-right: 35px; }

.create__account .outer__account .expect > h6 {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 30px; }

.create__account .outer__account .desc form .double > .group__input {
  margin-bottom: 0px; }

.create__account .outer__account .desc form .group__submit > button {
  min-width: 120px;
  min-height: 50px;
  font-size: 16px;
  line-height: 23px; }

.create__account .outer__account .desc form .support > a {
  font-size: 14px;
  line-height: 22px; }

.create__account .outer__account .desc form .support {
  margin-top: 20px; }

.create__account .outer__account .desc form .group__submit {
  margin-top: 20px; }

.create__account .outer__account .desc form .group__input > select {
  background-color: #fff; }

.create__account .outer__account .expect .list > .elem .desc > span {
  font-size: 16px;
  line-height: 22px; }

.create__account .outer__account .expect .list > .elem .desc > p {
  font-size: 18px;
  line-height: 23px; }

.create__account .outer__account .desc form .group__input > p {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 23px; }

.create__account .outer__account .desc form .group__input {
  margin-bottom: 12px; }

.create__account .outer__account .expect .list > .elem > span {
  margin-right: 40px; }

.create__account .outer__account .expect .list > .elem > span img {
  min-width: 160px;
  max-width: 160px; }

.create__account .outer__account .expect .list:before {
  left: 62px;
  width: 25px; }

.top__part {
  padding-top: 15px; }

.top__part .outer__top {
  padding-bottom: 10px; }

.top__part .inner {
  padding: 15px 0px; }

.top__part .inner > a img {
  max-width: 140px; }

.top__part .inner .right .patient span img {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px; }

.top__part .inner .right .patient span {
  margin-right: 8px; }

.top__part .inner .right .cart {
  margin-right: 15px; }

.top__part .inner .right .patient > p {
  font-size: 15px;
  line-height: 22px; }

.banner__wrapper .outer__banner {
  padding: 70px 50px; }

.banner__wrapper .outer__banner > h2 {
  font-size: 40px;
  line-height: 48px; }

.banner__wrapper .outer__banner > p {
  font-size: 16px;
  line-height: 22px; }

.banner__wrapper .outer__banner .btn {
  margin-top: 25px; }

.banner__wrapper .outer__banner .btn > a {
  min-height: 45px;
  font-size: 16px;
  line-height: 23px;
  min-width: 140px;
  border-radius: 8px; }

.banner__wrapper {
  margin-bottom: 15px; }

.head__header .outer__head {
  padding: 7px 12px; }

.head__header .outer__head > a {
  font-size: 16px;
  line-height: 22px; }
  .head__header .outer__head > a span {
    margin-right: 7px; }

.head__header .outer__head .search > input {
  height: 33px; }

.dashboard__content .outer__dashboard .content__dashboard > .head > h2 {
  font-size: 24px;
  line-height: 28px; }

.dashboard__content .outer__dashboard .content__dashboard > .head > p {
  font-size: 16px;
  line-height: 22px; }

.dashboard__content .outer__dashboard .content__dashboard {
  padding: 25px 15px; }

.dashboard__content .outer__dashboard > .side {
  padding-right: 15px;
  padding-top: 25px; }

.dashboard__content .outer__dashboard > .side > .elem > .head > p {
  font-size: 15px;
  line-height: 19px; }

.dashboard__content .outer__dashboard > .side > .elem > .head > span img {
  min-width: 16px;
  max-width: 16px; }

.dashboard__content .outer__dashboard > .side > .elem > .head > span {
  margin-left: 5px; }

.dashboard__content .outer__dashboard > .side > .elem {
  margin-bottom: 12px; }

.dashboard__content .outer__dashboard > .side > .elem > .content > ul > li > a {
  padding: 5px 10px; }

.dashboard__content .outer__dashboard > .side > .elem > .content .contact__info .btn > a {
  min-height: 40px;
  font-size: 16px; }

.dashboard__content .outer__dashboard > .side > .elem > .content .contact__info > p {
  margin-bottom: 12px; }

.dashboard__content .outer__dashboard > .side > .elem > .content {
  margin-top: 10px; }

.dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td {
  padding: 12px 10px; }

.dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td > p {
  font-size: 14px;
  line-height: 18px; }

.dashboard__content .outer__dashboard > .side {
  min-height: calc(100vh - 300px); }

.dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr:nth-child(1) th {
  padding: 12px 10px;
  font-size: 14px;
  line-height: 18px; }

.dashboard__content .outer__dashboard > .side > .elem > .content form .group__submit > button {
  height: 40px;
  min-height: 40px;
  font-size: 16px; }

.head__header .outer__head .search {
  width: 160px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history {
  padding: 25px 0px;
  padding-left: 25px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem > .status > p {
  font-size: 16px;
  line-height: 20px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left > span {
  font-size: 14px;
  line-height: 18px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left > p {
  font-size: 16px;
  line-height: 20px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom .total > span {
  font-size: 14px;
  line-height: 18px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom .total > p {
  font-size: 18px;
  line-height: 25px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem > span {
  font-size: 14px;
  line-height: 18px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem > p {
  font-size: 16px;
  line-height: 20px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom > a {
  font-size: 18px;
  line-height: 24px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom {
  margin-top: 10px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem {
  margin-bottom: 12px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem {
  padding-bottom: 20px; }

.dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem {
  margin-bottom: 20px; }

.personal__info {
  padding: 0px 0px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .top {
  padding-left: 0px;
  margin-bottom: 22px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .top > p {
  font-size: 14px;
  line-height: 20px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head {
  padding: 10px 12px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head > p {
  font-size: 16px;
  line-height: 22px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input > p {
  font-size: 15px;
  line-height: 20px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__submit > button {
  min-height: 45px;
  min-width: 120px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 8px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input > input, .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input select {
  height: 40px;
  font-size: 16px;
  line-height: 22px; }

.dashboard__content .outer__dashboard .content__dashboard .personal__info .top > h2 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 12px; }

.change__password {
  padding: 0px 60px; }
  .change__password .group__submit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px; }
    .change__password .group__submit > button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 60px;
      min-width: 165px;
      border-radius: 12px;
      background-color: #77C7E6;
      cursor: pointer;
      outline: none;
      border: 0px;
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
      color: #FFFFFF;
      transition: .3s ease all; }
      .change__password .group__submit > button:hover {
        opacity: .7; }
  .change__password .fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px; }
    .change__password .fields .group__input {
      position: relative; }
      .change__password .fields .group__input > .eye {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 10px;
        bottom: 9px; }
      .change__password .fields .group__input > input {
        width: 100%;
        height: 50px;
        border-radius: 5px;
        border: 1px solid #cecece;
        outline: none;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        padding-left: 15px;
        padding-right: 45px; }
      .change__password .fields .group__input > p {
        margin-top: 0px;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: #000;
        margin-bottom: 7px; }
  .change__password > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 500; }

.change__password {
  padding: 0px; }

.change__password > p {
  font-size: 17px;
  line-height: 24px; }

.change__password .fields .group__input > p {
  font-size: 15px;
  line-height: 20px; }

.change__password .fields .group__input > input {
  height: 40px;
  font-size: 16px;
  line-height: 24px; }

.change__password .fields .group__input > .eye {
  bottom: 4px; }

.change__password .group__submit > button {
  min-height: 40px;
  min-width: 120px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px; }

.patient__info .side__info {
  min-width: 300px;
  max-width: 300px;
  margin-left: 30px; }

.patient__info .side__info .question {
  margin-top: 0px;
  padding: 25px 15px; }

.patient__info .side__info .question > p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px; }

.patient__info .table__wrapper .patient__table tr:nth-child(1) > th {
  font-size: 14px;
  line-height: 20px;
  padding: 12px 10px; }

.patient__info .table__wrapper .patient__table tr td > p {
  font-size: 14px;
  line-height: 20px; }

.patient__info .table__wrapper .patient__table tr td > a {
  font-size: 14px;
  line-height: 20px; }

.patient__info .table__wrapper .pagination ul > li > a {
  font-size: 14px;
  line-height: 20px; }

.patient__info .table__wrapper .pagination > a {
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px; }
  .patient__info .table__wrapper .pagination > a img {
    max-width: 12px;
    min-width: 12px; }

.patient__info .side__info .question > span {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px; }

.patient__info .side__info .question > a {
  min-width: 120px;
  min-height: 45px;
  font-size: 16px;
  border-radius: 8px; }

.patient__info .side__info > .prescription, .patient__info .side__info > .documents {
  min-height: 45px;
  font-size: 15px;
  line-height: 22px;
  border-radius: 8px;
  margin-bottom: 15px; }

.products__small {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start;
  margin-bottom: 40px; }
  .products__small > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease all; }
    .products__small > a:hover {
      opacity: .7; }
    .products__small > a > p {
      margin: 0px;
      margin-top: 24px;
      font-size: 20px;
      line-height: 26px;
      font-weight: 400;
      color: #386D95;
      font-weight: 500; }
    .products__small > a .media {
      position: relative;
      padding-bottom: 100%;
      width: 100%; }
      .products__small > a .media img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px; }

.products__big {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start; }
  .products__big > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: .3s ease all; }
    .products__big > a:hover {
      opacity: .7; }
    .products__big > a > p {
      margin: 0px;
      margin-top: 15px;
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      color: #386D95;
      font-weight: 600; }
    .products__big > a .media {
      position: relative;
      padding-bottom: 100%;
      width: 100%; }
      .products__big > a .media img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px; }

.products__small > a > p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px; }

.login__wrapper .inner .box {
  padding: 30px 20px; }

.login__wrapper .inner .box .logo {
  min-width: 240px;
  max-width: 240px;
  margin-right: 25px; }
  .login__wrapper .inner .box .logo img {
    min-width: 200px;
    max-width: 200px; }

.login__wrapper .inner .box {
  max-width: 740px; }

.login__wrapper .inner .box .desc form .group__input > p {
  font-size: 16px;
  line-height: 24px; }

.login__wrapper .inner .box .desc form .group__input > input {
  height: 45px; }

.login__wrapper .inner .box .desc form .group__input .eye {
  bottom: 8px; }

.login__wrapper .inner .box .desc form .group__submit > button {
  height: 50px;
  font-size: 16px;
  line-height: 22px; }

.login__wrapper .inner .box .desc > h2 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px; }

.hero__section .outer__hero .desc > h1 {
  font-size: 43px;
  line-height: 52px; }

.hero__section .outer__hero .desc > p {
  font-size: 16px;
  line-height: 22px; }

.hero__section .outer__hero .desc .btns {
  margin-top: 25px; }

.hero__section > .left {
  max-width: 140px; }

.hero__section > .bottom {
  max-width: 200px; }

.hero__section {
  padding-top: 65px;
  padding-bottom: 140px; }

.hero__section .outer__hero .desc .btns > .get__started {
  min-height: 45px;
  min-width: 120px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 15px; }

.hero__section .media img {
  height: calc(100% - 40px); }

.hero__section .outer__hero .desc .btns > .login {
  min-height: 45px;
  min-width: 120px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 22px;
  margin-right: 15px; }

.grid__wrapper {
  padding: 80px 0px; }

.grid__wrapper .outer__grid > .top > span {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px; }

.grid__wrapper .outer__grid > .top > h2 {
  font-size: 38px;
  line-height: 44px; }

.grid__wrapper .outer__grid > .top {
  margin-bottom: 40px; }

.grid__wrapper .outer__grid .grid > .elem > span {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px; }

.grid__wrapper .outer__grid .grid > .elem .desc > p {
  font-size: 20px;
  line-height: 24px; }

.grid__wrapper .outer__grid .grid > .elem .desc > span {
  font-size: 15px; }

.prescription__wrapper .desc > h2 {
  font-size: 38px;
  line-height: 44px; }

.prescription__wrapper .desc > span {
  font-size: 15px;
  line-height: 22px; }

.prescription__wrapper .desc > p {
  font-size: 16px; }

.prescription__wrapper .desc {
  padding-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 30px;
  max-width: 480px; }

.prescription__wrapper .desc .btn > a {
  min-height: 45px;
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px; }

.article__wrapper .outer__article .desc > h2 {
  font-size: 40px;
  margin-bottom: 20px; }

.article__wrapper .outer__article .desc > p {
  font-size: 22px;
  line-height: 26px; }

.article__wrapper .outer__article .desc .grid {
  margin-top: 25px; }

.article__wrapper .outer__article .desc .grid .elem > span {
  margin-bottom: 15px; }

.article__wrapper .outer__article .desc .grid .elem > h2 {
  font-size: 20px;
  margin-bottom: 7px; }

.article__wrapper .outer__article .desc .grid .elem > p {
  font-size: 15px; }

.article__wrapper {
  padding: 65px 0px; }

.article__wrapper .outer__article .media {
  height: calc(100% - 80px); }

.faq__wrapper {
  padding: 55px 0px; }

.faq__wrapper .outer__faq > h2 {
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 40px; }

.faq__wrapper .outer__faq .wrapper .questions {
  padding: 25px; }

.faq__wrapper .outer__faq .wrapper .questions > p {
  font-size: 16px; }

.faq__wrapper .outer__faq .wrapper .questions > span {
  font-size: 20px; }

.faq__wrapper .outer__faq .wrapper .questions .btn {
  margin-top: 15px; }

.faq__wrapper .outer__faq .wrapper .questions .btn > a {
  min-height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  border-radius: 8px; }

.faq__wrapper .outer__faq .wrapper .list > .elem > .head > p {
  font-size: 20px; }

.faq__wrapper .outer__faq .wrapper .list > .elem .content > p {
  font-size: 16px; }

.faq__wrapper .outer__faq .wrapper .list > .elem {
  padding: 15px;
  margin-bottom: 15px; }

footer .top .double .column > ul > li > a {
  font-size: 16px; }

footer .top .double .column > ul > li {
  margin-bottom: 10px; }

footer .top .double .column > p {
  font-size: 18px;
  margin-bottom: 14px; }

footer .top .column.main > p {
  font-size: 16px; }

footer {
  padding: 35px 0px; }

footer .bottom {
  margin-top: 30px;
  padding-top: 30px; }

footer .bottom > p {
  font-size: 16px; }

footer .bottom > ul > li > a {
  font-size: 16px; }

footer .top .column .plates > .elem > span {
  margin-right: 15px; }

footer .top .column .plates > .elem .desc > span {
  font-size: 16px; }

footer .top .column .plates > .elem .desc > p {
  font-size: 14px; }

.terms__head .desc {
  padding: 45px 35px; }

.terms__head .desc > h2 {
  font-size: 40px; }

.terms__head .desc > span {
  font-size: 16px; }

.faq__wrapper.smaller .desc__top > h2 {
  font-size: 40px; }

.faq__wrapper.smaller .desc__top > p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px; }

.faq__wrapper.smaller .desc__top .after > span {
  font-size: 22px;
  line-height: 28px; }

.faq__wrapper.smaller .desc__top .after > p {
  font-size: 20px;
  line-height: 26px; }

.faq__wrapper.smaller .desc__top .after {
  margin: 25px 0px; }

.shopping__cart {
  padding: 15px; }
  .shopping__cart .after {
    margin-top: 25px;
    margin-left: auto; }
    .shopping__cart .after .back {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      width: 205px;
      margin-top: 12px;
      margin-left: auto; }
      .shopping__cart .after .back > a {
        transition: .3s ease all;
        display: inline-flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 14px;
        line-height: 18px;
        color: #D1D5DB;
        text-decoration: none; }
        .shopping__cart .after .back > a:hover {
          opacity: .7; }
        .shopping__cart .after .back > a span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 5px; }
    .shopping__cart .after .btns {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .shopping__cart .after .btns > .continue {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 17px;
        line-height: 23px;
        color: #FFFFFF;
        font-weight: 500;
        background-color: #77C7E6;
        border-radius: 6px;
        padding: 5px 12px;
        margin-right: 12px;
        transition: .3s ease all; }
        .shopping__cart .after .btns > .continue:hover {
          opacity: .7; }
      .shopping__cart .after .btns > .checkout {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 17px;
        line-height: 23px;
        color: #FFFFFF;
        font-weight: 500;
        background-color: #92CBA8;
        border-radius: 6px;
        padding: 5px 12px;
        transition: .3s ease all; }
        .shopping__cart .after .btns > .checkout.longer {
          min-width: 205px; }
        .shopping__cart .after .btns > .checkout:hover {
          opacity: .7; }
    .shopping__cart .after .top__after {
      max-width: 320px;
      margin-left: auto;
      width: 100%;
      margin-right: 20px;
      margin-bottom: 15px; }
      .shopping__cart .after .top__after > .el {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6px; }
        .shopping__cart .after .top__after > .el:last-child {
          margin-bottom: 0px; }
        .shopping__cart .after .top__after > .el > span {
          display: block;
          font-size: 15px;
          line-height: 19px;
          color: #386D95;
          font-weight: 500; }
        .shopping__cart .after .top__after > .el > p {
          margin: 0px;
          font-size: 15px;
          line-height: 19px;
          color: #2C3B3C; }
  .shopping__cart .content__area {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 25px; }
    .shopping__cart .content__area .four {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 20px;
      grid-row-gap: 20px; }
      .shopping__cart .content__area .four > .elem {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 2px solid #386D95;
        border-radius: 14px;
        padding: 12px;
        position: relative;
        cursor: pointer; }
        .shopping__cart .content__area .four > .elem.current:before {
          content: "";
          position: absolute;
          width: 14px;
          height: 10px;
          line-height: 12px;
          top: 7px;
          right: 7px;
          background: url("../img/checkblue.svg");
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center; }
        .shopping__cart .content__area .four > .elem .right > p {
          margin: 0px;
          font-size: 12px;
          line-height: 16px;
          color: #000; }
        .shopping__cart .content__area .four > .elem .left {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin-right: 7px; }
          .shopping__cart .content__area .four > .elem .left > span {
            font-size: 12px;
            line-height: 16px;
            color: grey; }
            .shopping__cart .content__area .four > .elem .left > span.small {
              font-size: 10px;
              line-height: 14px; }
          .shopping__cart .content__area .four > .elem .left > p {
            margin: 5px 0px;
            font-size: 14px;
            line-height: 16px; }
    .shopping__cart .content__area > p {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 24px;
      color: #386D95;
      font-weight: 600; }
  .shopping__cart .head {
    border-radius: 10px;
    background-color: #EBECEF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px;
    cursor: pointer;
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    .shopping__cart .head > span {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .shopping__cart .head > span img {
        max-width: 19px; }
    .shopping__cart .head > p {
      margin: 0px;
      font-weight: 600;
      color: #386D95;
      font-size: 16px;
      line-height: 22px; }
  .shopping__cart .form__wrapper {
    margin-top: 35px;
    padding-left: 15px;
    padding-right: 15px; }
    .shopping__cart .form__wrapper > form .fields {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 15px;
      margin-bottom: 12px; }
    .shopping__cart .form__wrapper > form .four {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 15px; }
    .shopping__cart .form__wrapper > form > .group__input {
      margin-bottom: 12px; }
    .shopping__cart .form__wrapper > form .group__input > p {
      margin: 0px;
      margin-bottom: 7px;
      font-size: 15px;
      line-height: 19px;
      font-weight: 500;
      color: #000;
      margin-bottom: 7px; }
    .shopping__cart .form__wrapper > form .group__input > select {
      width: 100%;
      height: 40px;
      border-radius: 5px;
      border: 1px solid #cecece;
      outline: none;
      font-size: 16px;
      line-height: 20px;
      color: #000;
      padding-left: 15px;
      padding-right: 15px;
      background: url(../img/selectdropdown.png);
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: calc(100% - 10px) center;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      padding-right: 25px; }
    .shopping__cart .form__wrapper > form .group__input > input {
      width: 100%;
      height: 40px;
      border-radius: 5px;
      border: 1px solid #cecece;
      outline: none;
      font-size: 16px;
      line-height: 20px;
      color: #000;
      padding-left: 15px;
      padding-right: 15px; }
    .shopping__cart .form__wrapper > form > p {
      margin-top: 0px;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 24px;
      color: #386D95;
      font-weight: 600; }
  .shopping__cart .shopping__cart--elements {
    margin-top: 34px; }
    .shopping__cart .shopping__cart--elements > .elem {
      padding: 20px;
      border: 2px solid #EBECEF;
      border-radius: 23px;
      margin-bottom: 20px; }
      .shopping__cart .shopping__cart--elements > .elem:last-child {
        margin-bottom: 0px; }
      .shopping__cart .shopping__cart--elements > .elem .bottom {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .shopping__cart .shopping__cart--elements > .elem .bottom .field {
          position: relative;
          display: flex;
          align-items: center; }
          .shopping__cart .shopping__cart--elements > .elem .bottom .field .prev {
            position: absolute;
            left: 10px;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            font-weight: 500;
            text-decoration: none; }
          .shopping__cart .shopping__cart--elements > .elem .bottom .field .next {
            position: absolute;
            right: 10px;
            font-size: 16px;
            line-height: 22px;
            color: #FFFFFF;
            font-weight: 500;
            text-decoration: none; }
          .shopping__cart .shopping__cart--elements > .elem .bottom .field > input {
            width: 90px;
            height: 41px;
            border-radius: 12px;
            background-color: #77C7E6;
            text-align: center;
            outline: none;
            font-size: 18px;
            line-height: 23px;
            color: #FFFFFF;
            font-weight: 500;
            border: 0px; }
          .shopping__cart .shopping__cart--elements > .elem .bottom .field > {
            display: inline-flex;
            align-items: center;
            justify-content: center; }
        .shopping__cart .shopping__cart--elements > .elem .bottom > .left {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .shopping__cart .shopping__cart--elements > .elem .bottom > .left > p {
            margin-top: 0px;
            margin-bottom: 4px;
            font-size: 15px;
            line-height: 22px;
            color: #386D95; }
          .shopping__cart .shopping__cart--elements > .elem .bottom > .left > span {
            font-size: 13px;
            line-height: 16px;
            color: #2C3B3C;
            font-weight: 500; }
      .shopping__cart .shopping__cart--elements > .elem > span {
        display: block;
        color: #2C3B3C;
        font-size: 14px; }
      .shopping__cart .shopping__cart--elements > .elem > p {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 22px;
        color: #2C3B3C;
        font-weight: 500; }
  .shopping__cart .shopping__progress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    .shopping__cart .shopping__progress:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 10px;
      width: calc(100% - 120px);
      height: 3px;
      background-color: #386D95; }
    .shopping__cart .shopping__progress > .elem {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2; }
      .shopping__cart .shopping__progress > .elem.filled > span {
        background-color: #386D95; }
        .shopping__cart .shopping__progress > .elem.filled > span img {
          max-width: 12px; }
      .shopping__cart .shopping__progress > .elem.current > p {
        color: #386D95; }
      .shopping__cart .shopping__progress > .elem.current > span {
        background-color: #386D95; }
      .shopping__cart .shopping__progress > .elem > p {
        margin: 0px;
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
        color: #D1D5DB;
        font-weight: 500; }
      .shopping__cart .shopping__progress > .elem > span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px;
        border: 3px solid #386D95;
        border-radius: 250px;
        background-color: #fff; }
  .shopping__cart > h2 {
    margin-top: 0px;
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 26px;
    color: #386D95;
    font-weight: 600; }

.delivery {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 25px; }
  .delivery > .switcher {
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .delivery > .switcher > a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 12px;
      border: 2px solid #386D95;
      border-radius: 12px;
      margin-right: 35px;
      min-width: 180px;
      text-decoration: none;
      font-size: 16px;
      line-height: 22px;
      color: #386D95;
      font-weight: 500; }
      .delivery > .switcher > a.current > span:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 16px;
        height: 16px;
        border-radius: 250px;
        line-height: 20px;
        background-color: #386D95; }
      .delivery > .switcher > a span {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 24px;
        max-width: 24px;
        min-height: 24px;
        max-height: 24px;
        border-radius: 250px;
        border: 2px solid #386D95;
        margin-right: 15px; }
        .delivery > .switcher > a span:before {
          content: "";
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 16px;
          height: 16px;
          border-radius: 250px;
          line-height: 20px;
          background-color: #EBECEF; }
      .delivery > .switcher > a:last-child {
        margin-right: 0px; }
  .delivery > p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    color: #386D95;
    font-weight: 600; }

.search__pharmacy {
  width: 100%; }
  .search__pharmacy .field {
    width: 100%;
    border-radius: 15px;
    border: 2px solid #386D95;
    position: relative;
    padding: 12px;
    cursor: pointer; }
    .search__pharmacy .field > input {
      outline: none;
      border: 0px;
      font-size: 16px;
      line-height: 18px;
      width: calc(100% - 30px); }
    .search__pharmacy .field > p {
      margin: 0px;
      font-size: 12px;
      line-height: 16px;
      color: grey; }
    .search__pharmacy .field button {
      position: absolute;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 8px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      background-color: transparent;
      border: 0px;
      outline: none; }
      .search__pharmacy .field button img {
        max-width: 24px; }

.card__info {
  margin-top: 25px;
  margin-bottom: 35px; }
  .card__info > .group__input {
    margin-bottom: 12px; }
  .card__info .triple {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 15px; }
  .card__info .group__input {
    width: 100%; }
    .card__info .group__input > p {
      margin-top: 0px;
      font-size: 15px;
      line-height: 18px;
      color: grey;
      font-weight: 500;
      margin-bottom: 4px; }
    .card__info .group__input > input {
      width: 100%;
      height: 40px;
      border: 1px solid #cecece;
      border-radius: 250px; }
  .card__info > p {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #386D95;
    font-weight: 600; }

.quick__buttons {
  max-width: 640px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px; }
  .quick__buttons > a {
    width: 100%;
    border: 2px solid #cecece;
    border-radius: 8px;
    display: flex;
    align-items: center;
    transition: .3s ease all;
    justify-content: center; }
    .quick__buttons > a:hover {
      opacity: .7; }
    .quick__buttons > a img {
      max-width: 100px; }

.thank {
  padding: 80px 0px;
  text-align: center; }
  .thank > p {
    margin: 0px;
    font-size: 28px;
    line-height: 34px;
    color: #386D95;
    font-weight: 600; }

@media (max-width: 1840px) {
  .hero__section > .left {
    display: none; }

  .hero__section > .bottom {
    left: 15%; }

  .hero__section .media {
    max-width: 55%; }
    .hero__section .media img {
      max-width: 100%;
      width: auto;
      object-fit: contain;
      object-position: bottom;
      max-height: calc(100% - 100px); }

  .hero__section {
    padding-top: 80px; } }
@media (max-width: 1740px) {
  .create__account .bottom img {
    max-width: 340px; }

  header .outer__header .right > ul > li {
    margin-right: 35px; }

  .article__wrapper .outer__article .media {
    left: -200px; }

  .article__wrapper .outer__article .desc > p {
    min-width: 0px;
    max-width: 100%; } }
@media (max-width: 1640px) {
  .products__small {
    grid-column-gap: 15px; }

  .products__big {
    grid-column-gap: 25px; }

  .products__small > a > p {
    margin-top: 15px;
    font-size: 17px;
    line-height: 21px; }

  .products__big > a > p {
    font-size: 17px;
    line-height: 21px;
    margin-top: 15px; }

  .create__account .outer__account .expect {
    padding: 40px 50px; }

  .create__account .outer__account .expect > h6 {
    margin-bottom: 35px; } }
@media (max-width: 1440px) {
  .change__password {
    padding-left: 30px;
    padding-right: 30px; }

  .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr:nth-child(1) th, .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td {
    padding-left: 10px;
    padding-right: 10px; }

  .create__account .outer__account .expect .list > .elem > span {
    margin-right: 40px; }

  .create__account .outer__account .expect {
    max-width: 660px; }

  header .outer__header .right .right__part .login > a {
    min-width: 120px; }

  header .outer__header .right > ul > li {
    margin-right: 25px; }

  header .outer__header .right {
    margin-left: 35px; } }
.menu__btn {
  display: none; }

.close {
  display: none; }

@media (max-width: 1360px) {
  header .outer__header .right > ul > li {
    padding: 0px; }

  header .outer__header .right > ul > li .dropdown {
    top: 25px; }

  .overlay {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.6); }

  .close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 8px;
    right: 8px; }
    .close > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .close > a img {
        max-width: 24px;
        min-width: 24px; }

  header .outer__header > a img {
    max-width: 150px; }

  .menu__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .menu__btn > a {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      min-width: 30px;
      max-width: 30px;
      min-height: 30px;
      max-height: 30px; }
      .menu__btn > a > span {
        margin-bottom: 4px;
        min-width: 28px;
        min-height: 4px;
        background-color: #386D95; }
        .menu__btn > a > span:last-child {
          margin-bottom: 0px; }

  header .outer__header .right {
    position: fixed;
    top: 0px;
    border: 1.5px solid #386D95;
    right: 0px;
    z-index: 3;
    width: 100%;
    max-width: 290px;
    height: 100%;
    background-color: #fff;
    flex-direction: column;
    padding: 25px;
    right: -290px;
    transition: .5s ease all; }

  header .outer__header .right > ul {
    width: 100%; }

  header .outer__header .right .right__part {
    flex-direction: column;
    width: 100%; }

  header .outer__header .right .right__part .switcher {
    margin-bottom: 15px;
    width: 100%; }

  header .outer__header .right .right__part .login {
    margin-left: 0px;
    width: 100%; }
    header .outer__header .right .right__part .login > a {
      width: 100%; }

  header .outer__header .right > ul > li {
    margin-right: 0px;
    margin-bottom: 15px; }
    header .outer__header .right > ul > li:last-child {
      margin-bottom: 0px; }

  header .outer__header .right > ul {
    flex-direction: column;
    align-items: flex-start; } }
.patient__info .question {
  margin-top: 55px;
  width: 100%;
  padding: 42px 36px;
  background-color: #F0F4F7;
  border-radius: 12px; }
  .patient__info .question > p {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
    color: #47494B; }
  .patient__info .question > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 60px;
    background-color: #386D95;
    border-radius: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 170%;
    color: #FFFFFF;
    font-weight: 300;
    transition: .3s ease all; }
    .patient__info .question > a:hover {
      opacity: .7; }
  .patient__info .question > span {
    display: block;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 170%;
    font-weight: 300;
    color: #47494B; }

.patient__info > .question {
  display: none; }

@media (max-width: 1280px) {
  .patient__info .table__wrapper .pagination ul > li > a {
    font-size: 16px;
    line-height: 22px; }

  .patient__info .side__info {
    margin-bottom: 0px !important; }

  .patient__info .side__info > .prescription, .patient__info .side__info > .documents {
    min-height: 45px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 20px; }

  .patient__info .side__info > .prescription {
    margin-bottom: 10px; }

  .patient__info > .question {
    margin-top: 25px; }

  .patient__info > .question {
    display: block; }

  .patient__info .question > a {
    min-width: 135px;
    min-height: 45px;
    font-size: 14px; }

  .patient__info .question {
    padding: 30px 25px; }

  .patient__info .question > p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 8px; }

  .patient__info .question > span {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px; }

  .patient__info {
    flex-direction: column-reverse; }

  .patient__info .side__info {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px; }

  .patient__info .side__info .question {
    display: none; }

  .create__account {
    padding-top: 40px;
    padding-bottom: 0px; }

  .create__account .bottom {
    display: none; }

  .create__account .outer__account .expect {
    position: static;
    max-width: 100%; }

  .create__account .outer__account {
    flex-direction: column; }

  .create__account .outer__account .desc {
    max-width: 100%; }

  .create__account .outer__account .expect {
    margin-top: 35px;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
    border-top-left-radius: 0px; }

  .create__account .outer__account .desc > h2 {
    font-size: 34px;
    line-height: 44px; }

  .create__account .outer__account .desc > p {
    font-size: 16px;
    line-height: 24px; }

  .create__account .outer__account .desc form {
    margin-top: 25px; }

  .create__account .outer__account .expect .list > .elem .desc {
    max-width: 100%; }

  footer .bottom > ul {
    margin-bottom: 4px; }

  footer .top {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  footer .top .column.main {
    text-align: center;
    margin-bottom: 48px; }

  footer .top .column.main .socials {
    margin-top: 12px; }

  footer .bottom {
    margin-top: 40px;
    padding-top: 15px;
    grid-template-columns: 1fr; }

  footer .bottom > ul {
    justify-content: center; }

  footer {
    padding-bottom: 15px; }

  footer .top .double {
    margin-bottom: 48px;
    width: 100%;
    justify-content: center; }
    footer .top .double > .column {
      margin-right: 45px; }
      footer .top .double > .column:last-child {
        margin-right: 0px; }

  footer .top .column.main .socials ul {
    justify-content: center; }

  .article__wrapper {
    padding-top: 25px;
    padding-bottom: 25px; }

  .article__wrapper .outer__article .desc {
    max-width: 100%;
    width: 100%; }

  .article__wrapper .outer__article .desc > h2 {
    text-align: center;
    font-size: 36px;
    line-height: 44px; }

  .article__wrapper .outer__article .desc > p {
    display: none; }

  .article__wrapper .outer__article .desc .grid .elem > span {
    margin-bottom: 20px; }

  .article__wrapper .outer__article .desc .grid .elem > h2 {
    font-size: 22px; }

  .article__wrapper .outer__article .desc .grid .elem > p {
    font-size: 16px; }

  .article__wrapper .outer__article .media {
    position: static;
    transform: none;
    margin-left: -15px;
    margin-bottom: 35px;
    width: calc(100% - 15px); }
    .article__wrapper .outer__article .media img {
      max-width: 100%; }

  .hero__section .media {
    max-width: 50%; } }
.table__welcome .title {
  display: none; }

@media (max-width: 1200px) {
  .products__small {
    display: none; }

  .change__password {
    padding: 0px; }

  .change__password > p {
    font-size: 16px;
    line-height: 20px; }

  .change__password .fields .group__input > p {
    font-size: 15px;
    line-height: 19px; }

  .change__password .fields .group__input > input {
    font-size: 14px;
    line-height: 18px;
    height: 45px; }

  .change__password .fields .group__input > .eye {
    bottom: 7px; }

  .change__password .group__submit > button {
    min-height: 50px;
    min-width: 120px;
    font-size: 15px;
    line-height: 22px; }

  .change__password .fields {
    grid-template-columns: 1fr;
    grid-row-gap: 15px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__submit > button {
    min-height: 50px;
    min-width: 120px;
    font-size: 15px;
    line-height: 22px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .top > h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .top > p {
    font-size: 14px;
    line-height: 18px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head > p {
    font-size: 16px;
    line-height: 20px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input > p {
    font-size: 15px;
    line-height: 19px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input > input {
    font-size: 14px;
    line-height: 18px;
    height: 45px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .group__input select {
    height: 45px;
    font-size: 14px;
    line-height: 18px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update > .head > p {
    margin-right: 15px; }

  .personal__info {
    padding: 0px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history {
    padding-left: 0px; }

  .dashboard__content .navigation {
    margin-top: 15px;
    display: flex; }
    .dashboard__content .navigation ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .dashboard__content .navigation ul > li {
        font-size: 10px;
        line-height: 14px;
        color: #D1D5DB; }
        .dashboard__content .navigation ul > li > a {
          text-decoration: none;
          color: #D1D5DB; }
        .dashboard__content .navigation ul > li.spacer {
          margin: 0px 5px; }

  .dashboard__content .outer__dashboard .content__dashboard .table__welcome tr:nth-child(1) {
    display: none; }

  .dashboard__content .outer__dashboard .content__dashboard > .head {
    margin-bottom: 15px; }

  .dashboard__content .outer__dashboard .content__dashboard .table__welcome tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #EBECEF;
    border-radius: 15px;
    position: relative;
    margin-bottom: 20px; }
    .dashboard__content .outer__dashboard .content__dashboard .table__welcome tr:last-child {
      margin-bottom: 0px; }

  .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td {
    padding: 0px;
    width: 100%;
    border-bottom: 0px;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px; }
    .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td:last-child {
      position: absolute;
      right: 15px;
      bottom: 15px;
      width: auto;
      padding: 0px;
      margin: 0px; }
    .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td:nth-child(3) {
      padding-top: 15px !important; }
    .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td > p {
      font-size: 12px;
      line-height: 16px;
      font-weight: 500;
      color: #2C3B3C; }
    .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td .title {
      text-align: left;
      display: block;
      min-width: 105px;
      max-width: 105px;
      margin-right: 10px;
      font-size: 12px;
      line-height: 16px;
      color: #386D95;
      font-weight: 500; }

  .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td:nth-child(2) {
    position: absolute;
    top: 15px;
    padding: 0px;
    width: auto;
    right: 15px; }

  .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td:nth-child(1) {
    width: 100%;
    background-color: #EBECEF;
    border-radius: 15px;
    margin-bottom: 0px;
    padding: 15px;
    padding-right: 70px; }
    .dashboard__content .outer__dashboard .content__dashboard .table__welcome table tr td:nth-child(1) > p {
      font-size: 14px;
      line-height: 18px;
      color: #386D95;
      font-weight: 600; }

  .dashboard__content .outer__dashboard .content__dashboard {
    padding: 15px 0px; }

  .dashboard__content .outer__dashboard .content__dashboard > .head > h2 {
    font-size: 16px;
    line-height: 24px; }

  .dashboard__content .outer__dashboard .content__dashboard > .head > p {
    font-size: 12px;
    line-height: 16px; }

  .dashboard__content .outer__dashboard > .side > .elem > .head > p {
    font-size: 12px;
    line-height: 16px; }

  .dashboard__content .outer__dashboard > .side > .elem > .head > span {
    margin-left: 5px; }
    .dashboard__content .outer__dashboard > .side > .elem > .head > span img {
      min-width: 12px;
      max-width: 12px; }

  .dashboard__content .outer__dashboard {
    flex-direction: column; }

  .dashboard__content .outer__dashboard > .side > .elem > .content {
    display: none; }

  .dashboard__content .outer__dashboard > .side {
    min-width: 0px;
    max-width: 100%;
    padding-right: 0px;
    padding: 15px 0px;
    width: 100%;
    min-height: 0px; }

  .banner__wrapper .outer__banner {
    padding: 60px 40px; }

  .terms__head .desc {
    max-width: 480px; }

  .terms__head .desc > h2 {
    font-size: 40px; }

  .terms__head .desc > span {
    font-size: 18px; }

  .faq__wrapper.smaller {
    padding: 50px 0px; }

  .faq__wrapper.smaller .desc__top > h2 {
    font-size: 40px; }

  .faq__wrapper.smaller .desc__top > p {
    font-size: 20px;
    line-height: 28px; }

  .faq__wrapper.smaller .desc__top .after > span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 5px; }

  .faq__wrapper.smaller .desc__top .after > p {
    font-size: 20px;
    line-height: 28px; }

  .faq__wrapper {
    padding: 50px 0px; }

  .faq__wrapper .outer__faq > h2 {
    font-size: 40px;
    margin-bottom: 40px; }

  .faq__wrapper .outer__faq .wrapper .questions {
    margin-left: 40px; }

  .grid__wrapper .outer__grid .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 50px; }

  .hero__section .outer__hero .desc > h1 {
    margin-bottom: 35px;
    padding-left: 20px; }

  .hero__section .outer__hero .desc > p {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .hero__section .outer__hero .desc .btns {
    justify-content: center; }

  .hero__section .media {
    margin-bottom: 25px; }

  .hero__section .media {
    position: static;
    max-width: calc(100% - 30px);
    width: 100%;
    padding-left: 20px; }

  .hero__section .outer__hero .desc {
    max-width: 100%; }

  .hero__section {
    padding-bottom: 40px; }

  .hero__section > .bottom {
    transform: rotate(90deg);
    left: -65px;
    max-width: 200px;
    top: 30%;
    bottom: auto; }

  .hero__section .media {
    margin-left: 45px; } }
.hero__section .media__small {
  display: none; }

.shopping__cart .head > span {
  transition: .3s ease all; }

.shopping__cart .head.opened > span {
  transform: rotate(180deg); }

@media (max-width: 991px) {
  .thank {
    padding: 50px 0px; }

  .thank > p {
    font-size: 24px;
    line-height: 30px; }

  .delivery {
    padding-left: 0px;
    padding-right: 0px; }

  .shopping__cart .form__wrapper {
    padding-left: 0px;
    padding-right: 0px; }

  .shopping__cart .head {
    width: 100%; }

  .shopping__cart .content__area {
    padding-left: 0px;
    padding-right: 0px; }

  .shopping__cart .form__wrapper {
    margin-top: 25px; }

  .shopping__cart .content__area > p {
    margin-bottom: 12px; }

  .shopping__cart .content__area {
    margin-top: 15px; }

  .shopping__cart .head {
    margin-top: 25px; }

  .shopping__cart .content__area .four {
    grid-template-columns: repeat(2, 1fr); }

  .shopping__cart .form__wrapper > form .fields {
    grid-template-columns: 1fr;
    grid-row-gap: 12px; }

  .shopping__cart .form__wrapper > form .four {
    grid-template-columns: 1fr;
    grid-row-gap: 12px; }

  .shopping__cart {
    padding: 0px; }

  .shopping__cart > h2 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 20px; }

  .shopping__cart .shopping__progress > .elem > p {
    font-size: 14px;
    line-height: 20px; }

  .products__big {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px; }

  .products__big > a > p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history {
    padding: 0px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details {
    flex-direction: column;
    align-items: flex-start; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left {
    margin-right: 0px;
    margin-bottom: 10px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem {
    margin-bottom: 10px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom {
    margin-top: 10px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem {
    padding: 16px;
    border: 2px solid #EBECEF;
    border-radius: 15px;
    margin-bottom: 25px;
    padding-bottom: 0px;
    padding-bottom: 12px; }
    .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem:last-child {
      margin-bottom: 0px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem > .status > p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left > span {
    font-size: 12px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .left > p {
    font-size: 16px;
    line-height: 22px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem > span {
    font-size: 12px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .product__details .right .elem > p {
    font-size: 16px;
    line-height: 22px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom .total > span {
    font-size: 12px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom .total > p {
    font-size: 16px;
    line-height: 22px; }

  .dashboard__content .outer__dashboard .content__dashboard .purchase__history > .elem .bottom > a {
    font-size: 12px;
    line-height: 16px; }

  .login__wrapper .inner .box .desc > h2 {
    font-size: 24px;
    line-height: 30px; }

  .login__wrapper .inner .box {
    flex-direction: column;
    align-items: center; }

  .login__wrapper .inner .box .logo {
    min-width: 0px;
    margin-right: 0px;
    margin-bottom: 35px; }

  .terms__head .desc {
    max-width: 400px; }

  .terms__head {
    background-position: 70% center; }

  .terms__head .desc {
    padding: 40px 30px; }

  .terms__head .desc > h2 {
    font-size: 32px;
    line-height: 40px; }

  .terms__head .desc > span {
    font-size: 16px; }

  .faq__wrapper .outer__faq .wrapper {
    flex-direction: column; }

  .faq__wrapper .outer__faq .wrapper .questions {
    margin-left: 0px;
    margin-top: 35px;
    text-align: center;
    min-width: 0px;
    width: 100%;
    max-width: 100%; }

  .faq__wrapper .outer__faq > h2 {
    font-size: 32px;
    margin-bottom: 30px; }

  .faq__wrapper .outer__faq .wrapper .list > .elem > .head > p {
    font-size: 20px;
    line-height: 24px; }

  .faq__wrapper .outer__faq .wrapper .list > .elem .content > p {
    font-size: 16px; }

  .faq__wrapper .outer__faq .wrapper .questions .btn {
    justify-content: center; }

  .prescription__wrapper .desc {
    max-width: calc(100% + 26px);
    width: calc(100% + 26px);
    margin-left: -13px;
    padding: 31px 42px; }

  .prescription__wrapper .desc > span {
    font-size: 16px;
    line-height: 18px; }

  .prescription__wrapper .desc > h2 {
    font-size: 30px;
    line-height: 36px; }

  .prescription__wrapper .desc > p {
    font-size: 16px; }

  .prescription__wrapper .desc > h2 br {
    display: none; }

  .prescription__wrapper {
    background: none;
    padding-top: 0px; }

  .grid__wrapper .outer__grid > .top {
    margin-bottom: 45px; }

  .grid__wrapper .outer__grid > .top > h2 {
    font-size: 32px;
    line-height: 40px; }

  .grid__wrapper .outer__grid .grid > .elem > span {
    margin-bottom: 20px; }

  .hero__section .media__small {
    display: block;
    padding-left: 20px;
    margin-left: auto; }
    .hero__section .media__small img {
      width: 100%; }

  .hero__section .outer__hero .desc > h1 {
    max-width: 450px;
    margin-bottom: -120px; }

  .hero__section .media {
    display: none; }

  .hero__section .outer__hero .desc > h1 {
    font-size: 40px;
    line-height: 48px; }

  .hero__section .media__small {
    margin-right: -15px; } }
.menu__btn--dashboard {
  display: none; }

.patient__table tr td > span {
  display: none; }

@media (max-width: 767px) {
  .shopping__cart .content__area > p, .card__info > p {
    font-size: 16px;
    line-height: 22px; }

  .card__info {
    margin-bottom: 25px; }

  .card__info .triple {
    grid-template-columns: 1fr;
    grid-row-gap: 12px; }

  .patient__table tr td > span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #386D95; }

  .patient__info .table__wrapper .patient__table tr:nth-child(1) {
    display: none; }

  .patient__info .table__wrapper .patient__table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #EBECEF;
    border-radius: 8px;
    margin-bottom: 15px; }
    .patient__info .table__wrapper .patient__table tr:last-child {
      margin-bottom: 0px; }
    .patient__info .table__wrapper .patient__table tr > td {
      padding: 0px;
      border-bottom: 0px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .patient__info .table__wrapper .patient__table tr > td > span {
        margin-right: 12px; }
      .patient__info .table__wrapper .patient__table tr > td > a {
        width: 100%;
        align-items: center;
        justify-content: center;
        background-color: #59C9E9;
        color: #fff;
        border-radius: 5px;
        padding: 5px 0px !important; }

  .patient__info .table__wrapper .patient__table tr td > p {
    font-size: 11px;
    line-height: 14px; }

  .patient__info .table__wrapper .patient__table tr td > a {
    padding: 0px 8px;
    font-size: 11px;
    line-height: 14px; }

  .patient__info .table__wrapper .patient__table tr td {
    padding: 10px 8px; }

  .patient__info .table__wrapper .patient__table tr:nth-child(1) > th {
    padding: 10px 8px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .triple {
    grid-template-columns: 1fr;
    grid-row-gap: 15px; }

  .dashboard__content .outer__dashboard .content__dashboard .personal__info .update form .four {
    grid-template-columns: 1fr;
    grid-row-gap: 15px; }

  .banner__wrapper {
    display: none; }

  .top__part .inner .right .cart {
    margin-right: 15px; }

  .menu__btn--dashboard {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px; }
    .menu__btn--dashboard > a {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .menu__btn--dashboard > a > span {
        min-width: 24px;
        min-height: 3px;
        background-color: #386D95;
        border-radius: 4px;
        margin-bottom: 4px; }
        .menu__btn--dashboard > a > span:last-child {
          margin-bottom: 0px; }

  .top__part .inner > a img {
    max-width: 140px; }

  .top__part .inner {
    padding: 15px 0px; }

  .top__part .outer__top > p {
    display: none; }

  .top__part .outer__top ul {
    margin-left: auto; }

  .top__part {
    padding-top: 15px; }

  .top__part .inner .right .patient > p {
    display: none; }

  .top__part .inner .right .patient span {
    margin-right: 0px; }

  .create__account .outer__account .desc > h2 {
    font-size: 24px;
    line-height: 30px; }

  .create__account .outer__account .desc form .group__submit > button {
    width: 100%;
    min-height: 50px;
    font-size: 14px;
    line-height: 20px; }

  .create__account .outer__account .desc form .support {
    margin-top: 15px; }

  .create__account .outer__account .desc > p {
    font-size: 14px;
    line-height: 20px; }

  .create__account .outer__account .expect > h6 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px; }

  .create__account .outer__account .expect {
    padding: 35px 15px; }

  .create__account .outer__account .expect .list:before {
    content: none; }

  .create__account .outer__account .expect .list > .elem {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }

  .create__account .outer__account .expect > h6 {
    text-align: center; }

  .create__account .outer__account .expect .list > .elem .desc > p {
    font-size: 18px;
    line-height: 24px; }

  .create__account .outer__account .expect .list > .elem .desc > span {
    font-size: 14px;
    line-height: 18px; }

  .create__account .outer__account .expect .list > .elem > span {
    margin-right: 0px;
    margin-bottom: 20px; }

  .create__account .outer__account .desc form .double {
    grid-template-columns: 1fr;
    grid-row-gap: 15px; }

  .breadcrumbs ul > li.current, .breadcrumbs ul > li > a {
    font-size: 14px; }

  .breadcrumbs ul > li.spacer {
    margin: 0px 12px; }

  .terms__head {
    padding-top: 240px; }

  .faq__wrapper.smaller {
    padding: 25px 0px; }

  .faq__wrapper.smaller .desc__top > h2 {
    font-size: 28px;
    line-height: 36px; }

  .faq__wrapper.smaller .desc__top > p {
    font-size: 16px;
    line-height: 24px; }

  .faq__wrapper.smaller .desc__top .after {
    margin: 25px 0px; }

  .faq__wrapper.smaller .desc__top .after > span {
    font-size: 18px;
    line-height: 22px; }

  .faq__wrapper.smaller .desc__top .after > p {
    font-size: 14px;
    line-height: 20px; }

  header .outer__header > a img {
    max-width: 120px; }

  footer .top .column.main > a {
    margin-bottom: 12px; }
    footer .top .column.main > a img {
      max-width: 170px; }

  footer .top .column.main > p {
    font-size: 12px; }

  footer .top .column.main .socials > ul > li > a {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px; }

  footer .top .double .column > p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px; }

  footer .top .double .column > ul > li {
    margin-bottom: 6px; }

  footer .top .double .column > ul > li > a {
    font-size: 12px;
    line-height: 170%; }

  footer .top .double > .column {
    margin-right: 25px; }

  footer .top .column .plates > .elem .desc > span {
    font-size: 14px; }

  footer .top .column .plates > .elem .desc > p {
    font-size: 12px; }

  footer .top .column .plates > .elem > span {
    margin-right: 12px; }

  footer .bottom > ul > li > a {
    font-size: 12px;
    line-height: 16px; }

  footer .bottom > p {
    font-size: 12px; }

  footer .top .double {
    justify-content: space-between; }

  footer .top .column {
    width: 100%; }

  .breakall {
    word-break: break-all; }

  .faq__wrapper .outer__faq .wrapper .questions > span {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 6px; }

  .faq__wrapper .outer__faq .wrapper .questions > p {
    font-size: 12px;
    line-height: 170%; }

  .faq__wrapper .outer__faq .wrapper .questions .btn {
    margin-top: 12px; }
    .faq__wrapper .outer__faq .wrapper .questions .btn > a {
      width: 100%;
      min-height: 50px;
      border-radius: 12px;
      font-size: 12px;
      line-height: 170%;
      font-weight: bold; }

  .faq__wrapper .outer__faq .wrapper .questions {
    padding: 20px; }

  .faq__wrapper {
    padding: 25px 0px; }

  .faq__wrapper .outer__faq > h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 25px; }

  .faq__wrapper .outer__faq .wrapper .list > .elem .content > p {
    font-size: 12px;
    line-height: 170%; }

  .faq__wrapper .outer__faq .wrapper .list > .elem > .head > p {
    font-size: 16px;
    line-height: 140%; }

  .faq__wrapper .outer__faq .wrapper .list > .elem {
    padding: 12px; }

  .article__wrapper .outer__article .media {
    width: 100%; }

  .article__wrapper .outer__article .desc .grid .elem > h2 {
    font-size: 18px;
    line-height: 22px; }

  .article__wrapper .outer__article .desc .grid .elem > span img {
    max-width: 50px;
    max-height: 50px; }

  .article__wrapper .outer__article .desc .grid .elem > p {
    font-size: 12px;
    line-height: 16px; }

  .article__wrapper .outer__article .desc .grid {
    grid-column-gap: 20px;
    grid-row-gap: 35px; }

  .article__wrapper .outer__article .desc > h2 {
    font-size: 24px;
    line-height: 120%; }

  .prescription__wrapper .desc > span {
    font-size: 12px; }

  .prescription__wrapper .desc > h2 {
    font-size: 24px;
    line-height: 32px; }

  .prescription__wrapper .desc > p {
    font-size: 12px;
    line-height: 16px; }

  .prescription__wrapper .desc .btn > a {
    min-height: 43px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 10px; }

  .grid__wrapper {
    padding-top: 40px;
    padding-bottom: 50px; }

  .grid__wrapper .outer__grid > .top > h2 {
    font-size: 24px;
    line-height: 120%; }

  .grid__wrapper .outer__grid > .top > span {
    font-size: 14px; }

  .grid__wrapper .outer__grid > .top {
    margin-bottom: 30px; }

  .grid__wrapper .outer__grid .grid > .elem > span {
    font-size: 14px;
    line-height: 18px; }

  .grid__wrapper .outer__grid .grid > .elem .desc > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px; }

  .grid__wrapper .outer__grid .grid > .elem .desc > span {
    font-size: 12px;
    line-height: 16px; }

  .hero__section {
    padding-top: 50px; }

  .hero__section .outer__hero .desc .btns > .get__started {
    border-radius: 10px; }

  .hero__section .outer__hero .desc > p {
    font-size: 12px;
    line-height: 16px;
    color: #47494B; }

  .hero__section .outer__hero .desc .btns {
    margin-top: 32px; }

  .hero__section {
    overflow: hidden; }

  .hero__section .outer__hero .desc .btns > .login {
    margin-right: 10px;
    min-width: 90px;
    min-height: 43px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px; }

  .hero__section .outer__hero .desc .btns > .get__started {
    min-height: 43px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 18px; }

  .hero__section .media__small img {
    max-width: 440px;
    margin-left: auto;
    display: block; }

  .hero__section .outer__hero .desc > h1 {
    font-size: 26px;
    line-height: 120%;
    margin-left: 40px;
    max-width: 340px; }

  .hero__section > .bottom {
    left: -45px;
    max-width: 140px; }

  .hero__section .outer__hero .desc > h1 {
    margin-bottom: -60px; }

  .hero__section .outer__hero .desc > h1 {
    margin-left: 10px; }

  .shopping__cart .shopping__cart--elements {
    margin-top: 15px; } }
@media (max-width: 575px) {
  .grid__wrapper .outer__grid .grid {
    grid-template-columns: 1fr; } }
@media (max-width: 480px) {
  .quick__buttons {
    grid-template-columns: 1fr;
    grid-row-gap: 10px; }

  .quick__buttons > a {
    height: 50px;
    overflow: hidden; }

  .shopping__cart .after .back {
    width: 100%; }

  .delivery > .switcher {
    flex-direction: column; }
    .delivery > .switcher > a {
      width: 100%;
      margin-right: 0px;
      margin-bottom: 10px; }
      .delivery > .switcher > a:last-child {
        margin-bottom: 0px; }

  .shopping__cart .content__area .four {
    grid-template-columns: 1fr;
    grid-row-gap: 12px; }

  .shopping__cart .shopping__progress > .elem > p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px; }

  .shopping__cart .shopping__cart--elements > .elem {
    padding: 12px; }

  .shopping__cart .after .top__after {
    max-width: 100%;
    padding-right: 0px;
    margin-right: 0px; }

  .shopping__cart .after .btns {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .shopping__cart .after .btns > a {
      width: 100%;
      margin-right: 0px !important;
      margin-bottom: 10px; }
      .shopping__cart .after .btns > a:last-child {
        margin-bottom: 0px; }

  .shopping__cart .shopping__progress > .elem > p {
    max-width: 90px;
    text-align: center; }

  .login__wrapper .inner .box {
    padding: 40px 25px; }

  .login__wrapper .inner .box .logo img {
    min-width: 200px;
    max-width: 200px; }

  .login__wrapper .inner .box .desc form .bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  .login__wrapper .inner .box .desc form .group__input > p {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px; }

  .top__part .inner > a img {
    max-width: 120px; }

  .head__header .outer__head .search {
    width: 140px; }

  .hero__section .outer__hero .desc > h1 {
    font-size: 18px;
    line-height: 120%;
    margin-left: 12px;
    max-width: 220px;
    margin-bottom: -90px; } }
@media (max-width: 360px) {
  .hero__section .outer__hero .desc > h1 {
    margin-bottom: 15px; }

  .hero__section .media__small img {
    max-width: 100%; }

  .hero__section .outer__hero .desc .btns {
    margin-top: 24px;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .hero__section .outer__hero .desc .btns > a {
      margin-bottom: 10px;
      width: 100%;
      margin-right: 0px; }

  .hero__section .outer__hero .desc .btns > .get__started {
    margin-bottom: 0px; }

  .hero__section .outer__hero .desc .btns > .login {
    margin-right: 0px; } }

/*# sourceMappingURL=style.css.map */
