@font-face {
  font-family: 'PathwayGothicOne-Regular';
  src: url('../fonts/PathwayGothicOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.header_topWrapper {
  background-image: linear-gradient(90deg, #232323, rgba(35, 35, 35, 0.8), #232323), url(../img/header_background.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.header_deskWrapper {
  padding: 40px 4.16666667%;
}
.header_firstLine {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 4.16666667%;
}
.header_secondLine {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 4.16666667%;
  font-size: 1em !important;
}
.header_secondLine button {
  font-size: 1em !important;
}
.header_logo {
  width: 300px;
  max-width: 300px;
  min-width: 300px;
}
.header_saveProfit {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.header_menuSlroid {
  margin-top: -3px !important;
}
#menuMobile_button {
  height: 50px;
  margin-right: -15px;
}
@media (max-width: 1024px) {
  .header_wrapper Button {
    width: auto !important;
  }
  .header_curSelCart {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 15px;
    margin-left: -15px;
  }
  .header_saveProfit {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .header_wrapper {
    background-color: #232323;
  }
  .header_logo {
    width: 170px;
    max-width: 170px;
    min-width: 170px;
  }
  .header_secondLine {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .header_deskWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_firstLine {
    margin-bottom: 0;
    padding: 0;
  }
  .header_secondLine {
    margin-bottom: 0;
    padding: 0;
  }
  .header_menuWrapper {
    background-color: #232323;
    padding: 5px 0 10px 0;
  }
}
body {
  color: #333333 !important;
}
main {
  font-size: 1.5em;
  width: 100%;
  max-width: 100%;
}
a {
  color: #232323 !important;
}
@media (min-width: 768px) {
  a {
    color: #e4e4e4 !important;
  }
}
a:hover {
  color: #5922fb !important;
}
.linkBlack {
  color: black !important;
  text-decoration: none !important;
}
.text {
  font-size: 2em;
}
.text_title {
  color: #5922fb;
  font-size: 2em;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.text_title::after {
  content: '';
  height: 4px;
  background-color: #5922fb;
  position: absolute;
  bottom: 0;
  left: 20px;
  right: -20px;
  border-radius: 3px;
}
.text_subtitle {
  font-size: 3em;
}
.text_m {
  font-size: 1em;
}
.text_bulk {
  color: #5922fb;
  font-weight: bold;
  font-size: 0.75em;
}
.cartButton {
  font-size: 2.5em !important;
  color: #e4e4e4 !important;
}
.cartButton:hover {
  color: #5922fb !important;
}
.telegramim_wrapper:hover {
  box-shadow: '1px 1px 5px #27A5E7';
}
.telegramim_button {
  display: block;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  padding: 5px;
  background: #389ce9;
  text-decoration: none;
  margin: 10px 0 50px 0;
  color: #ffffff !important;
}
.telegramim_button:hover {
  box-shadow: '1px 1px 5px #27A5E7';
  color: #ffffff !important;
}
#inputCode {
  text-transform: uppercase;
}
.inputInForms {
  font-family: 'Lucida Console', Monaco, monospace;
}
.spinc_wrapper {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 100px;
}
.groupName {
  width: 100%;
  min-width: 100%;
  justify-content: center;
  align-content: center;
  padding: 40px 0 25px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 2em;
}
.prodList {
  margin-top: 20px;
  justify-content: center;
  align-content: center;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: wrap;
}
.img_textWrapLeft {
  float: right;
  margin: 10px 0 30px 30px;
  max-width: 500px;
  clear: right;
}
.textBlock {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .text_title {
    color: #5922fb;
    font-size: 1.5em;
  }
  .text_subtitle {
    font-size: 1.5em;
  }
  .img_textWrapLeft {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .text_title {
    color: #5922fb;
    font-size: 1.5em;
  }
  .text_subtitle {
    font-size: 1.5em;
  }
  .cartButton {
    color: white !important;
  }
  .cartButton svg {
    font-size: 35px !important;
  }
}
.separator {
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin: 20px 0;
}
.ant-progress-text {
  color: #333333 !important;
}
.ant-menu {
  position: relative;
  background: transparent !important;
}
@media (min-width: 768px) {
  .ant-menu {
    color: #e4e4e4 !important;
  }
}
.ant-menu-horizontal {
  border: none !important;
}
.menuMobile_overlay {
  position: absolute;
  top: 80px;
  right: 0;
  width: 70%;
  z-index: 11;
  background-color: white;
}
.ant-menu-item {
  display: flex !important;
  align-items: center;
  font-size: 1.5em;
}
@media (max-width: 1024px) {
  .ant-menu-item {
    padding: 0 10px !important;
    font-size: 1.3em;
  }
}
.ant-form-item {
  max-width: 800px;
  width: 100%;
  margin: 5px 0 5px 0 !important;
}
.ant-dropdown-menu-item {
  font-size: 1.5em !important;
  padding: 18px 16px !important;
}
.ant-menu-title-content {
  width: 100%;
}
.ant-affix {
  z-index: 16 !important;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after {
  border-bottom: 3px solid #5922fb !important;
  border-radius: 2px;
  right: 10px !important;
  bottom: 0;
  left: 10px !important;
}
.ant-anchor {
  font-size: inherit !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .ant-anchor {
    padding: 0 4.16666667% !important;
  }
}
.ant-anchor-ink {
  display: none;
}
.ant-anchor-link {
  padding: 0 !important;
}
.ant-anchor-link-title-active {
  color: #5922fb !important;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #5922fb !important;
}
.ant-tabs {
  color: #333333 !important;
  font-weight: 500;
}
@media (max-width: 499px) {
  .ant-tabs-tab + .ant-tabs-tab {
    font-weight: 400;
    margin: 0 0 0 10px !important;
  }
}
.ant-tabs-top > .ant-tabs-nav::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.ant-image {
  margin-bottom: 10px;
  margin-right: 10px;
}
.ant-collapse-header {
  font-size: 16px;
  color: #333333 !important;
  font-weight: 500;
}
.ant-collapse-content-box {
  color: #333333 !important;
}
.ant-form-item-explain.ant-form-item-explain-error {
  font-size: 1.5em;
}
.ant-card {
  width: 100%;
  min-width: 300px;
  max-width: 300px;
  min-height: 474px;
  margin: 10px !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12);
}
.ant-card-body {
  text-align: center;
}
.ant-card-hoverable:hover {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12), 0px 4px 4px rgba(0, 0, 0, 0.06), 1px 4px 6px rgba(0, 0, 0, 0.16) !important;
}
.ant-card-cover img {
  cursor: pointer;
}
.ant-card-meta-title {
  white-space: initial !important;
  font-size: 16px !important;
  line-height: 18px;
  margin-bottom: 10px;
}
.ant-card-hoverable {
  cursor: default !important;
}
.ant-badge-count {
  background: #5922fb !important;
  right: 0 !important;
}
.ant-input-number {
  width: 75px !important;
}
@media (min-width: 768px) {
  .ant-card {
    width: 100%;
    min-width: 250px;
    max-width: 250px;
    min-height: 425px;
  }
  .ant-badge {
    position: absolute !important;
    right: 0;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(100vw - 32px) !important;
  }
  .ant-menu-item {
    font-size: 1.5em;
  }
  .ant-menu-vertical > .ant-menu-item {
    text-align: center;
    height: 65px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .ant-menu-vertical > .ant-menu-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .ant-menu-vertical {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05) !important;
  }
  .ant-modal-confirm-btns {
    min-width: 100% !important;
  }
  .ant-modal-confirm-btns .ant-btn-primary {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.ant-modal {
  top: 50px !important;
}
.header_wrapper .ant-btn:not(.currencySelector_info, .currencySelector_ddown) {
  background-color: transparent !important;
  border: 3px solid #5922fb !important;
}
.header_wrapper .ant-btn:hover:not(.currencySelector_info, .currencySelector_ddown),
.header_wrapper .ant-btn:focus:not(.currencySelector_info, .currencySelector_ddown) {
  background-color: #5922fb !important;
  -moz-box-shadow: 0 0 20px #5922fb;
  -webkit-box-shadow: 0 0 20px #5922fb;
  box-shadow: 0 0 20px #5922fb;
}
.ant-btn-lg {
  padding: 1px 15px !important;
}
.check_form {
  margin: 20px 0 20px 0;
}
.contactUs_wrapper {
  min-height: 100px;
  max-width: 600px;
}
@media (min-width: 1024px) {
  .products_brand-box {
    display: flex;
  }
}
.products_brand-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .products_brand-link-wrapper {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    margin-left: 50px;
  }
}
.products_brand-link {
  color: #232323 !important;
}
.products_brand-link:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .products_brand-link {
    font-size: 1em;
  }
}
.products_brand-link.active-link {
  color: #5922fb !important;
}
.products_wrapper {
  padding: 40px 0 30px 0;
}
.products_img_bw {
  -webkit-filter: grayscale(100%);
  filter: opacity(50%) grayscale(100%);
}
.products_infoline_first,
.products_infoline_second {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  font-size: 1.5em;
}
.products_infoline_first {
  margin-top: 10px;
  margin-bottom: 10px;
}
.products_outOfStock {
  font-family: 'PathwayGothicOne-Regular', Arial, Helvetica, sans-serif;
  text-align: left;
}
.currencySelector_menuItem {
  font-size: 1em !important;
  padding: 2px 10px !important;
}
.currencySelector_info {
  color: white !important;
}
@media (max-width: 400px) {
  .currencySelector_info {
    display: none !important;
  }
}
.discountSelector {
  margin: 0 0 0 20px;
  font-size: 1em !important;
}
.discountSelector_ddown {
  margin: 0 10px 0 10px;
}
.discountSelector_fixForDdArrow {
  display: flex;
  flex-flow: row;
}
.discountSelector_dDarrow {
  align-self: flex-end;
  font-size: 10px;
  margin: 0 0px 8px 0px;
}
@media (max-width: 767px) {
  .discountSelector {
    margin: 0;
  }
  .discountSelector_text {
    font-family: 'PathwayGothicOne-Regular', Arial, Helvetica, sans-serif;
  }
}
.textMoney_wrapper {
  vertical-align: baseline;
}
.textMoney_textBefore {
  margin: 0 10px 0 0;
  vertical-align: baseline;
}
.textMoney_symbol {
  font-family: 'PathwayGothicOne-Regular', Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  vertical-align: text-bottom;
  margin: 0 2px 0 0;
}
.textMoney_rate {
  vertical-align: baseline;
}
.textMoney_textAfter {
  margin: 0 0 0 10px;
  vertical-align: baseline;
}
.qttInputProcessing input {
  font-size: 1.5em;
  padding: 0 7px;
}
.qttInputProcessing_cartSymbol {
  color: black !important;
}
.cart_list {
  list-style-type: none;
  margin: 20px 0 20px 0;
  max-width: 800px;
}
.cart_list .ant-input-number {
  background-color: transparent !important;
}
.cart_list .qttInputProcessing {
  color: #333333;
}
.cart_listElement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 5px 10px;
}
.cart_listElement div {
  background-color: transparent !important;
}
.cart_listElement_qtt {
  display: flex;
}
.cart_listElement_qtt > span {
  margin-left: 10px;
}
.cart_listElement:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.2);
}
.cart_listElement:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}
.cart_textSpacer {
  margin: 5px 0 5px 0;
}
.cart_formSpacer {
  margin-top: 16px !important;
}
.countrySelector {
  font-family: 'Lucida Console', Monaco, monospace;
}
.countrySelector_ddown {
  background-color: transparent !important;
}
@media (min-width: 1024px) {
  .discountWrapper {
    margin-right: 50px;
  }
}
.login_buttonC {
  width: 100% !important;
}
.profit_wrapper {
  color: #5922fb;
}
.profit_info {
  color: #5922fb !important;
  font-size: 1em !important;
}
body {
  background-image: linear-gradient(0deg, rgba(230, 241, 255, 0.7), rgba(230, 241, 255, 0.9)), url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
@media (max-width: 1200px) {
  body {
    background-color: #e6f1ff !important;
  }
}
.banners_wrapper {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.banners_banner {
  width: 49%;
}
.banners_image {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .banners_wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-content: center;
  }
  .banners_wrapper div:nth-of-type(odd) {
    margin-bottom: 10px;
  }
  .banners_banner {
    width: 100%;
  }
}
.hBRyeo {
  background-color: white !important;
}
.hBRyeo::after {
  background-color: white !important;
}
.hBRyeo::before {
  background-color: white !important;
}
.cEhRQx {
  background-color: white !important;
}
.cEhRQx::after {
  background-color: white !important;
}
.cEhRQx::before {
  background-color: white !important;
}
.backToTopBtn {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 1000;
  cursor: pointer;
}
@media (min-width: 768px) {
  .backToTopBtn {
    right: 30px;
    bottom: 45px;
  }
}
@media (min-width: 1024px) {
  .backToTopBtn {
    right: 45px;
    bottom: 60px;
  }
}
.backToTopBtn .icon {
  font-size: 2.5em !important;
  color: #333333 !important;
}
.backToTopBtn .icon svg {
  font-size: 50px !important;
  fill: rgba(89, 34, 251, 0.5);
  transition: fill 0.3s;
}
.backToTopBtn .icon svg:hover {
  fill: #5922fb;
}
.ant-carousel .slick-dots-bottom {
  bottom: 0 !important;
}
.headerBannerCarousel {
  position: relative;
}
.headerBannerCarousel_img {
  width: 100%;
}
.headerBannerCarousel_arrow {
  display: flex !important;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 30px !important;
  color: rgba(255, 255, 255, 0.4) !important;
  transition: font-size 0.3s, color 0.3s;
}
.headerBannerCarousel_arrow:hover {
  font-size: 40px !important;
  color: #ffffff !important;
}
.headerBannerCarousel_arrow.left {
  left: 0;
}
.headerBannerCarousel_arrow.right {
  right: 0;
}
.headerBannerCarousel_slideWrapper {
  position: relative;
}
.headerBannerCarousel_showDiscountsBtn {
  position: absolute;
  top: 43%;
  left: 17%;
  transform: scale(1.3);
}
@media (min-width: 768px) {
  .headerBannerCarousel_arrow {
    font-size: 50px !important;
    color: rgba(118, 118, 118, 0.4) !important;
  }
  .headerBannerCarousel_arrow:hover {
    font-size: 60px !important;
    color: #767676 !important;
  }
  .headerBannerCarousel_showDiscountsBtn {
    top: 37%;
    left: 10%;
    transform: scale(1.5);
  }
}
.laboratoryTests_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 10px;
}
.newPackage_wrapper {
  width: 100%;
  margin-top: 20px;
}
.newPackage_img {
  width: 100%;
}
.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #232323;
  margin: 40px 0 0 0;
  padding: 40px 4.16666667%;
}
.footer_logo {
  width: 200px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: 0.3s all;
}
.footer_logo:hover,
.footer_logo:focus {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.footer_copyright p {
  margin-bottom: 0;
  font-size: 12px;
  color: #a5a5a5;
}
@media (max-width: 767px) {
  .footer_wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .footer_logo {
    margin-bottom: 20px;
  }
}
.emptyCart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  max-width: 600px;
}
.emptyCart_image {
  width: 300px;
}
.emptyCart_text {
  text-transform: uppercase;
}
