/*============================*/
section#sp-main-body,section#sp-subheader {
  max-width: 960px;
  margin: auto;
}

header#sp-header {
  max-width: 960px!important;
  margin: auto;
}

#sp-header.header-sticky {
  position: fixed;
  z-index: 9999;
  left: 50%!important;
  transform: translateX(-50%);
}

div#sp-breadcrumb {
  max-width: 960px;
  margin: auto;
}
/*============================*/

.layout-boxed .body-innerwrapper {
  background: initial;
}

.layout-boxed .body-innerwrapper {
  box-shadow: none;
}

#sp-subheader {
  background: transparent;
}

td {
  border: 1px solid #000;
  padding: 10px;
  white-space: nowrap;
}

.body-wrapper {
  background: url(/images/design/main_bg2.png);
  background-repeat: no-repeat;
}

#sp-subheader {
  padding: 9px 0;
}

#sp-header .container {
  margin-left: 0;
}

#sp-subheader .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #fff;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
  color: #fff;
  font-weight: 700;
}

.modal-scrollable.ba-forms-modal {
  margin-right: -17px;
  margin-left: -17px;
}

.sp-megamenu-parent>li.sp-has-child>a:after, body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
  font-size: 11px;
}

.sp-scroll-up {
  background: #335EA2;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 1);
}

/*============================*/
.email__hidden-wrapper {
  overflow: hidden;
}
.email__hidden-wrapper .fa-envelope {
  font-size: 25px;
  margin-right: 10px;
  cursor: pointer;
}

.email__hidden-wrapper:hover .email__hidden {
  transform: scale(1);
}
.email__hidden {
  display: inline-block;
  transform: scale(0);
  font-size: 20px;
  color: #000;
  transition: all .5s;
}
/*============================*/

.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
  color: #fff;
  background: #164bd0;
}

/*============================*/

.breadcrumb {
  background-color: initial;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  font-size: 11px;
}

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li a span, .sp-page-title .breadcrumb>li+li:before, .breadcrumb .breadcrumb-item.active span {
  color: #777;
  font-size: 11px;
  font-weight: 400;
  transition: color .3s;
}

.breadcrumb .pathway {
  color: #777;
  font-size: 11px;
}

.breadcrumb .pathway:hover {
  color: #335EA2;
  font-size: 11px;
}

/*============================*/

.b-logotype .sppb-addon-content {
  text-align: left;
}

.b-logotype img {
  max-width: 100px;
  margin: auto;
}

.b-logotype .logo__text {
  color: #000;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: initial;
}

.b-logotype .logo__text span {
  font-size: 34px;
}


.logo__wrapper {
  text-align: center;
  margin-left: 10px;
}

.b-logotype .logo__slogan {
  color: #4173b1;
  font-size: 17px;
  line-height: 1.1;
  text-transform: initial;
  font-weight: 400;
}

.b-bottom-logo .logo__text{
  font-size: 18px;
  color: #fff;
}


.b-bottom-logo .logo__text span {
  font-size:18px;
}

.b-bottom-logo .logo__slogan{
  display: none;
}

.b-bottom-logo #sppb-addon-1562677993021{
  margin-top: initial;
}
/*============================*/

.article-list .col-md-6 {
  margin-bottom: 20px;
}

/*============================*/

.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li:hover a span {
  color: #335EA2;
}

.sp-page-title {
  background: transparent;
}

.b-slogan p {
  color: #0c1c44;
}

/*============================*/

.sp-page-title .sp-page-title-heading {
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

/*============================*/

.sppb-article-info-wrap a {
  color: #335EA2;
}

.sppb-article-info-wrap a:hover {
  color: #335EA2;
}

/*============================*/

#sp-left .sp-module ul>li>a, #sp-right .sp-module ul>li>a {
  line-height: normal;
}

/*============================*/

.bx-wrapper {
  margin-bottom: 0;
}

/*============================*/

.sppb-articles-carousel-wrap .sppb-articles-carousel-img {
  box-shadow: none;
}

.sppb-articles-carousel-content {
  box-shadow: none;
}

/*============================*/

.b-main-title .sppb-addon-title {
  position: relative;
  display: inline-block;
}

.b-main-title .sppb-addon-title::before {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #335EA2;
}

/*============================*/

.b-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  background: #335EA2;
  padding: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  display: block;
  color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
  padding: 10px;
  text-align: left;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a:hover {
  color: #fff;
  background: #0a2361;
}

/*============================*/

.b-search-button {
  border: none;
  background: transparent;
  cursor: pointer;
}

@media(max-width: 992px) {
  .b-search-button {
    position: absolute;
    top: -43px;
  }
}

.header-sticky .b-search-button {
  display: none;
}

.b-search-button .fa.fa-search {
  font-size: 17px;
  color: #335EA2;
}

/*============================*/

.ba-modal.popup-form {
  max-width: 400px;
}

#offcanvas-toggler.offcanvas-toggler-right, #offcanvas-toggler.offcanvas-toggler-left {
  display: none;
}

@media only screen and (max-width: 991px) {
  #offcanvas-toggler.offcanvas-toggler-right, #offcanvas-toggler.offcanvas-toggler-left {
    display: block;
  }
}

/*============================*/

#sp-header {
  padding: 0;
  text-align: center;
  background: #4173b1;
}

header#sp-header::before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: -4px;
  background: url(/images/design/decor_bg.png);
  background-repeat: repeat-x;
}

#sp-header.header-sticky {
  box-shadow: inset 0px -2px 2px 0px rgba(0, 0, 0, .136);
}

#sp-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*============================*/

.b-subheader input.popup-btn {
  border: 1px solid #335EA2;
  transition: all 0.3s;
}

.b-subheader input.popup-btn:hover {
  background: #335EA2 !important;
  color: #fff !important;
}

/*============================*/

.b-logo {
  color: #335EA2;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.b-logo.logo--small {
  font-size: 20px;
  text-transform: none;
}

.b-logo:hover {
  color: #335EA2;
}

/*============================*/

.b-slogan {
  font-size: 13px;
  color: #95979a;
  line-height: 1.23;
}

/*============================*/

.b-contacts {
  display: inline-block;
  text-align: left;
}

.b-contacts .contacts__tel a {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.b-contacts .contacts__mail a {
  font-size: 16px;
  color: #335EA2;
}

.b-contacts .contacts__item {
  margin-bottom: 3px;
}

.b-contacts .contacts__tel .fa.fa-phone, .b-contacts .contacts__mail .fa.fa-envelope {
  color: #fff;
  background: #335EA2;
  width: 25px;
  margin-right: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
}

.contacts__tel-wrapper {
  position: relative;
  padding-left: 25px;
}

.contacts__tel-wrapper::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 60px;
  height: 60px;
  background: url(/images/design/phone.png);
  background-size: contain;
  background-repeat: no-repeat
}

/*============================*/

.sp-scroll-up {
  bottom: 100px;
}

/*============================*/

#sppb-addon-1519279815885 .sppb-addon {
  text-align: center;
}

/*============================*/

.sp-megamenu-parent {
  float: left;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.sp-megamenu-parent>li>a:hover, .sp-megamenu-parent>li>a:focus, .sp-megamenu-parent>li>a:active {
  color: #335EA2;
}

.sp-megamenu-parent > li {
  box-shadow: 2px 0px 0px 0px rgba(76,185,244,1);
}

.sp-megamenu-parent > li:nth-child(3) {
  box-shadow: none;
}

/*============================*/

#sp-main-body {
  padding: 25px 0;
}

/*============================*/

#sppb-addon-1562680816549 .btn-default .popup-btn {
  margin-top: 0;
  padding: 15px 50px;
  text-transform: uppercase;
}

/*============================*/

.sppb-addon-image-overlay-icon {
  line-height: 32px;
}

/*============================*/

.b-category .page-header {
  margin-bottom: 0;
}

/*============================*/

.fields-container .field-entry>span {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
}

.fields-container .field-entry:after {
  content: '';
  display: block;
  border: 1px dotted #ccc;
}

.fields-container .field-label {
  font-weight: 700;
}

.fields-container .field-value {
  text-align: right;
}

/*============================*/

.blog .fields-container {
  display: none;
}

.blog .article-list .article .article-header h2 {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.blog .article-info {
  margin-bottom: 0;
}

/*============================*/

.article-details .fields-container {
  display: block;
}

.article-details .b-old-price {
  text-decoration: none;
}

.article-details .b-old-price .field-value {
  text-decoration: line-through;
}

/*============================*/

.article-list .article .article-header h1, .article-list .article .article-header h2 {
  font-size: 16px;
}

/*============================*/

#sp-left .sp-module, #sp-right .sp-module {
  padding: 0;
  border: 0;
  margin-top: 25px;
}

#sp-left .sp-module ul>li.current>a, #sp-right .sp-module ul>li.current>a {
  color: #ff3f65;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin-bottom: 0;
}

/*============================*/

.ja-mg-sidebar.sidebar-main.col {
  padding: 0;
}

.ja-mg-sidebar .btn.clear-all-filter {
  width: 100%;
  color: #fff;
  background-color: #096;
  margin-bottom: 10px;
}

.ja-filter-wrapper .filter-content .color-item span.color-item-bg {
  border-radius: 50%;
}

.ja-products-wrapper.products .btn {
  color: #fff;
  background-color: #d13a51;
  border: 0px solid #ccc;
}

.ja-products-wrapper .product-item-actions {
  text-align: center;
}

.ja-products-wrapper .product-item .product-item-name {
  min-height: 42px;
  max-height: 42px;
}

.ja-products-wrapper.products-grid .b-old-price, .ja-products-wrapper.products-grid .b-new-price {
  text-align: center;
}

.ja-products-wrapper.products-list .b-old-price, .ja-products-wrapper.products-list .b-new-price {
  text-align: left;
}

.ja-products-wrapper.products .b-new-price {
  font-weight: 700;
  font-size: 24px;
}

#jamegafilter-search-btn.btn {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
}

/*============================*/

.products-toolbar #limiter_chzn, .products-toolbar #sorter_chzn {
  width: auto !important;
}

.products-toolbar .orderby-displaynumber .toolbar-amount {
  display: none;
}

/*============================*/

.b-old-price {
  text-decoration: line-through;
}

/*============================*/

.sppb-articles-carousel-wrap .sppb-articles-carousel-meta {
  display: none;
}

.sppb-articles-carousel-wrap .sppb-articles-carousel-link {
  min-height: 72px;
}

.sppb-articles-carousel-wrap .sppb-articles-carousel-img {
  box-shadow: 0 6px 12px -3px rgba(49, 41, 41, 0.1);
}

div.bx-wrapper .bx-controls-direction a:hover {
  color: #ff3f65;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #ff3f65;
}

/*============================*/

.itemid-204 .ja-mg-sidebar {
  display: none;
}

/*============================*/

.b-search {
  background: #E0E7EC;
  padding: 10px 0;
  animation-name: showform;
  animation-duration: .3s;
  transform-origin: top;
  overflow: hidden;
}

@keyframes showform {
  from {
    transform: scaleY(0);
    height: 0;
  }
  to {
    transform: scaleY(1);
    height: 100%
  }
}

@keyframes hideform {
  from {
    transform: scaleY(1);
    height: auto;
  }
  to {
    transform: scaleY(0);
    height: 0;
  }
}

.b-search.hide-form {
  animation-name: hideform;
  animation-duration: .3s;
  height: 0;
  padding: 0;
}

.b-search .btn.btn-primary {
  background: #335EA2;
  border-color: #335EA2;
  border-radius: 0;
}

.b-search #mod-search-searchword114 {
  border-radius: 0;
}

/*============================*/

.b-main-slider#section-id-1562328738414 .sp-slider .sp-dots ul li.active, .b-main-slider#section-id-1562328738414 .sp-slider .sp-dots ul li:hover {
  background: transparent;
  width: 10px;
  height: 10px;
  border-width: 0;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 1);
}

.b-main-slider #sppb-addon-1562328738445 .sp-slider .sp-nav-control .nav-control {
  border-radius: 50%;
  border-width: 2px;
  width: 40px;
  height: 40px;
}

.b-main-slider div[data-arrow-content=icon_only] .sp-nav-control .nav-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
}

/*============================*/

.recommended-drug__slider .sppb-articles-carousel-introtext {
  display: inline-block;
  background: #3cc051;
  color: #fff;
  padding: 3px;
}

/*============================*/

.b-suggestion .suggesstion__item {
  padding: 10px 15px 10px 20px;
  transition: box-shadow .3s;
}

.b-suggestion .suggesstion__item:hover {
  box-shadow: 0px 0px 0px 1px rgba(218, 221, 225, 1);
}

/*============================*/

.b-categories-list .categories-module.mod-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 1);
}

.b-categories-list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  background: url(/images/design/decor_bg.png);
  background-repeat: repeat-x;
}

.b-categories-list::before {
  top: 0;
}

.b-categories-list .categories-module.mod-list li {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  padding: 10px;
  width: 25%;
  box-shadow: 0px 1px 0px 0px rgba(187, 187, 187, 1);
  transition: all .3s;
}

@media(max-width: 705px) {
  .b-categories-list .categories-module.mod-list li {
    width: 50%;
  }
}

@media(max-width: 430px) {
  .b-categories-list .categories-module.mod-list li {
    width: 100%;
  }
}

.b-categories-list .categories-module.mod-list li h4 {
  text-align: center;
  min-height: 60px;
}

.b-categories-list .categories-module.mod-list li:hover {
  box-shadow: 1px 1px 6px -1px rgba(187, 187, 187, 1), -1px -1px 6px -1px rgba(187, 187, 187, 1);
}

.b-categories-list .categories-module.mod-list li:hover a {
  color: #333;
}

.b-categories-list .categories-module.mod-list li p {
  position: relative;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.b-categories-list .categories-module.mod-list li p img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b-categories-list .categories-module a {
  color: #335EA2;
  font-size: 15px;
  font-weight: 700;
}

/*============================*/

.b-news-button {
  color: #335EA2;
  border: 1px solid #335EA2;
  background: #fff;
  font-size: 10px;
  padding: 7px 14px 6px;
  border-radius: 1px;
  text-transform: uppercase;
  transition: all .3s;
}

.b-news-button:hover {
  background: #335EA2;
  color: #fff;
}

/*============================*/

.b-bottom-menu .menu {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#sp-bottom .b-bottom-menu .menu li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
}

#sp-bottom .b-bottom-menu .menu li a:hover {
  color: #969ba5;
}

/*============================*/

.b-footer-contacts#sp-bottom .b-contacts .contacts__item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: all .3s;
}

.b-footer-contacts#sp-bottom .b-contacts .contacts__item a:hover {
  color: #fff;
}

.b-footer-contacts#sp-bottom .b-contacts .contacts__item {
  margin-bottom: 10px;
}

.b-footer-contacts#sp-bottom .b-contacts .contacts__item:last-child {
  margin-bottom: 0;
}

.b-footer-contacts .b-contacts {
  display: inline-block;
  text-align: left;
}

.b-footer-contacts#sp-bottom {
  padding: 20px 0 20px;
}

.b-footer-contacts#sp-bottom .sp-module {
  margin-bottom: initial;
}

.b-footer-contacts #sp-bottom3 {
  padding-top: 30px;
}

.b-footer-contacts .contacts__mail .fa.fa-envelope, .b-footer-contacts .contacts__tel .fa.fa-phone {
  background: initial;
  color: #fff;
  margin-right: 3px;
}

#sp-footer .container-inner {
  padding: 12px 0;
}

/*============================*/

.page-header.item-title.h5 a {
  color: #335EA2;
  font-size: 15px;
  transition: all .3s;
}

.page-header.item-title.h5:hover a {
  color: #333333;
  font-size: 15px;
}

/*============================*/

.b-category {
  display: flex;
}

/*============================*/

.ja-mg-sidebar .btn.clear-all-filter {
  background-color: #335EA2;
}

#jamegafilter-search-btn.btn {
  background-color: #335EA2;
}

/*============================*/

.ja-products-wrapper.products .btn {
  color: #fff;
  background-color: #335EA2;
}

.ja-products-wrapper .product-item .product-item-info {
  min-height: 100%;
  position: relative;
  padding-bottom: 70px;
  border: 1px solid #e2e7eb;
}

.ja-products-wrapper .product-item .product-item-info:hover {
  border-color: #bbc7ce;
  box-shadow: none;
}

.ja-products-wrapper .product-item-actions {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.ja-products-wrapper .product-item a.product-item-photo img {
  max-width: 120px;
  margin: auto;
}

.products-toolbar .toolbar-sorter .action {
  background-color: #335EA2;
}

.article-list .article {
  min-height: 100%;
  border: 1px solid #e2e7eb;
  transition: all .3s;
}

.article-list .article:hover {
  border-color: #bbc7ce;
}

.article-list .article .article-intro-image {
  padding-top: 20px;
  border-bottom: none;
}

.article-list .article .article-header h2 a {
  color: #335EA2;
  font-weight: 400;
  transition: all .3s;
}

.article-list .article .article-header h2 a:hover {
  color: #333;
}

.article-list .article .article-intro-image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.article-intro-image a {
  position: relative;
  display: block;
  height: 150px;
  overflow: hidden;
}

a.label.label-info {
  pointer-events: none;
  cursor: not-allowed;
  background: #3cc051;
  color: #fff;
  font-size: 11px;
  border-radius: 0;
  padding: 3px 7px;
}

/*============================*/

#sp-left .menu-deeper.menu-parent>a {
  position: relative;
  font-size: 14px;
  background: #335EA2;
  color: #fff;
  padding: 11px 27px 13px 13px;
}

.current.menu-deeper.menu-parent:has( li.current)>a {
  font-size: 14px;
  background: #335EA2;
  color: #fff;
  padding: 11px 27px 13px 13px;
}

#sp-left ul.menu-child {
  background: #f5f6f7;
  padding: 8px 13px 15px;
  font-size: 12px;
}

#sp-left .sp-module ul>li.current>a, #sp-right .sp-module ul>li.current>a {
  color: #335EA2;
}

#sp-left .sp-module ul>li>a:hover {
  color: #335EA2;
}

#sp-left .menu-deeper.menu-parent>a:hover {
  color: #fff;
}

#sp-left .current.menu-deeper.menu-parent>a {
  color: #fff;
}

#sp-left .menu-deeper.menu-parent>a::before {
  content: "\f107";
  position: absolute;
  font-family: FontAwesome;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/*============================*/

.b-recommended-drug::after, .b-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  background: url(/images/design/decor_bg.png);
  background-repeat: repeat-x;
}

.b-about::before {
  top: 0;
}

.b-recommended-drug::after {
  bottom: 0;
}

section.b-recommended-drug a.bx-prev, section.b-recommended-drug a.bx-next {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 27px;
  border-radius: 50%;
  border: 2px solid #828e98;
  color: #828e98;
}

section.b-recommended-drug a.bx-prev:hover, section.b-recommended-drug a.bx-next:hover {
  color: #164bd0;
  border-color: #164bd0;
}

.b-recommended-drug .bx-controls-direction {
  position: absolute;
  right: 40px;
}

.b-recommended-drug div.bx-wrapper .bx-controls-direction a.bx-next {
  left: 45px;
}

.b-recommended-drug span.sppb-articles-carousel-meta-category {
  display: none;
}

.b-recommended-drug .sppb-articles-carousel-column {
  border: 1px solid transparent;
  min-height: 289px;
  transition: all .3s;
}

.b-recommended-drug .sppb-articles-carousel-column:hover {
  border-color: #bbc7ce;
}

.b-recommended-drug .sppb-articles-carousel-wrap .sppb-articles-carousel-img {
  box-shadow: none;
  padding-top: 20px;
}

.b-recommended-drug a.sppb-articles-carousel-img-link {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
  border: 1px solid #c6c6c6;
  box-shadow: inset 5px 5px 0px 0px rgba(255, 255, 255, 1), inset -5px -5px 0px 0px rgba(255, 255, 255, 1);
  margin: auto;
  overflow: hidden;
}

.b-recommended-drug .bx-wrapper img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: contain;
}

.b-recommended-drug .sppb-articles-carousel-wrap .sppb-articles-carousel-link {
  min-height: 72px;
  text-align: center;
  padding-top: 30px;
}

.b-recommended-drug .sppb-addon-articles-carousel .bx-pager.bx-default-pager {
  top: 350px;
  text-align: center;
}

.b-recommended-drug .bx-pager-item {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 5px;
  background: #b8c2c7;
  border-radius: 50%;
  box-shadow: 0 1px 1px #979ea1 inset;
}

.b-recommended-drug .sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  margin: 0;
  transition: all .3s;
}

.b-recommended-drug .sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a.active, .b-recommended-drug .sppb-addon-articles-carousel .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #335EA2;
}

/*============================*/

.b-question input.popup-btn {
  box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.75);
}

/*============================*/

@media (max-width: 768px) {
  .b-price-list .price-list__table.sppb-addon-table {
    overflow: auto;
  }
}

.sppb-addon-table-main.bt tbody td, .sppb-addon-table-main.bt tfoot td, .sppb-addon-table-main.bt tfoot th {
  border: none;
  display: table-cell;
}

.b-consultations {
  max-width: 1150px;
  margin: auto;
}

.b-consultations .consultations__text {
  max-width: 600px;
}

.b-consultations .b-question {
  padding-top: 20px;
}

/*============================*/

.table__wrapper {
  overflow: auto;
}

/*============================*/

.b-about-company .about-company__text img {
  display: block;
  max-width: 500px;
  height: auto;
  margin: auto;
}

/*============================*/

.b-leaders .leaders__item span.sppb-img-container {
  position: relative;
  display: block;
  margin: auto;
  width: 200px;
  height: 250px;
  overflow: hidden;
}

.b-leaders .leaders__item img.sppb-img-responsive {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: contain;
}

/*============================*/

.b-stages .stages__item {
  position: relative;
  max-width: 500px;
  margin: auto;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 1);
  padding: 5px;
}

.b-stages .stages__item::before {
  content: "\f175";
  position: absolute;
  font-family: fontawesome;
  color: #335EA2;
  bottom: -25px;
}

.b-stages .sppb-col-md-12:last-child .stages__item::before {
  display: none;
}

/*============================*/
body.helix-ultimate .b-about-company .sppb-row-container {
  width: 100%;
  max-width: 100%;
}

.b-about-company .sppb-addon-articles .sppb-addon-title{
  font-size: 18px;
  padding: 15px;
  text-transform: uppercase;
  background: #4173B1;
  color: #fff;
  margin-bottom: initial;
}

.b-about-company .sppb-article-info-wrap h3 a{
  font-size: 18px;
  text-transform: uppercase;
  color: #000;
}

.b-about-company .sppb-article-img-wrap .sppb-img-responsive {
  max-width: 170px;
  margin: auto;
}

.b-about-company .sppb-article-info-wrap .sppb-readmore{
  position: relative;
  font-size: 18px;
  text-transform: lowercase;
  color: #000;
}
.b-about-company .sppb-article-info-wrap .sppb-readmore::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #666666;
  bottom: -1px;
}

.itemid-101 .sppb-addon-article {
  border: 2px solid #4173B1;
  border-top: none;
  margin-bottom: initial;
  text-align: center;
  padding: 30px;
}

.b-about-company div#column-wrap-id-1575467913749 {
  padding-right: initial;
}

.b-about-company div#column-wrap-id-1575467913748 {
  padding-left: initial;
}

.b-about-company .sppb-addon-content{
  position: relative;
  text-align: justify;
}

.b-about-company #sppb-addon-1575467913752  .sppb-addon-content::before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #4173B1 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
}

/*============================*/