@charset "UTF-8";
.psd, .up:before, .open-table a:after, .open-table a:before, .ch-item label:after, .ch-item label:before, .mob-btns .search-btn:before, .compare-nav span:after, .compare-nav span:before, .product-navigation ul li.name:after, .product-navigation ul li.name:before, .about-autor-btns a:before, .date:before, .sort a:before, .view-more-table a:after, .view-more-table a:before, ul.text-list li:before, .analog-list ul li:before, .product-navigation ul li:before, .arrow-title:after, .arrow-title:before, .forms-collapse-btn:after, .forms-collapse-btn:before, .slick-arrow:before, .pagination .page-prev:before,
.pagination .page-next:before, .popular-list li a:after, .popular-list li a:before {
  content: "";
  display: block;
  position: absolute;
}

.trans, .open-table a:after, .more-btn, #complain-modal .form-control, .compare-nav span:before, .compare-nav a, .instructions-link, .copy-link .form-control, .product-navigation ul li.name:before, .product-navigation ul li:before, .more-drugs ul li a, .sort a:before, .view-more-table a:after, .color-table a, .striped-table a, .search-result-list li a, .text-list li a, .analog-list ul li a, .product-navigation ul li a, .table p a, .forms-collapse-btn .sity, .forms-collapse-btn:after, .more a, .view-list a, .boot-tab-slider__wrapper ul li a, .compatibility-row a, .drug-tags li a, .pagination .page-link, .list li a, .popular-list li a:before, .popular-list li a, .ui-menu li, .search-box .form-control, .abc-list li a, .btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

p{
  text-align: justify;
}

.btn {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: #29aa96;
  padding: 4px 7px;
  font-size: 13px;
  border: 0;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
}
.btn:hover, .btn:focus {
  background: #51459e;
  color: #fff;
  text-decoration: none;
}

button, a,
.slide.slick-slide.slick-current.slick-active {
  outline: none !important;
}

body {
  background: #f9fafe;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  color: #000;
}

h1, .modal-header .modal-title, h2, h3, h4, h5 {
  margin-top: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  color: #5387f7;
}
a:hover, a:focus {
  color: #5387f7;
}
a:hover {
  text-decoration: none;
  color: #29aa96;
}
a.dotted, .compare-item a.more, .drugs-bottom-navigation a {
  text-decoration: none;
  border-bottom: 1px dotted #5387f7;
}
a.dotted:hover, .compare-item a.more:hover, .drugs-bottom-navigation a:hover {
  border-bottom-color: transparent;
}

p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin: 0 0 20px 0;
  width: 100% !important;
  /*white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;*/
  word-wrap: break-word;
/*  white-space: pre-wrap;*/
  overflow: hidden;
}

.no-shadow, #complain-modal .form-control:focus, .copy-link .form-control:focus, .pagination .page-link:focus, .search-box .form-control:focus {
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}

.align, .open-table a, .more-btn, .compare-item strong, .compare-nav span, .instructions-link, .socially ul li a, .more-drugs ul li a, .sort, .label, .view-more-table a, .color-table a, .striped-table a, .search-result-list li a, .more a, .view-list a, .boot-tab-slider__wrapper ul li a, .boot-tab-slider__wrapper ul li, .compatibility-row a, .drug-tags li a, .list li a, .popular-list li a, .abc-list li a, h1 span, .modal-header .modal-title span, .headline span {
  display: inline-block;
  vertical-align: top;
}

svg {
  width: 100%;
  height: 100%;
}

.header {
  background: #51459e;
  padding: 15px 0;
  position: relative;
  z-index: 5;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}
.logo:hover, .logo:focus {
  text-decoration: none;
  color: #fff;
}
.logo img {
  margin-right: 20px;
}

.head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.head-info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.head-info > div + div {
  margin-left: 20px;
}
.head-info span {
  color: #29aa96;
  font-weight: 700;
  margin-left: 10px;
}

main {
  padding: 70px 0 50px;
  position: relative;
  z-index: 1;
}

.content-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.content-card .drugs-bottom-navigation {
  padding: 0;
  margin-bottom: 15px;
}

.title {
  font-size: 20px;
  font-weight: 400;
  color: #51459e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f1f6;
}

h2 {
  font-size: 20px;
  font-weight: 400;
  color: #51459e;
  margin-bottom: 10px;
}

h3 {
  font-size: 18px;
  font-weight: 400;
  color: #51459e;
  margin-bottom: 13px;
}

h1, .modal-header .modal-title, .headline {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #51459e;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f1f6;
}
h1 span, .modal-header .modal-title span, .headline span {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
  color: #29aa96;
  background: #d7f7f4;
  margin-left: 5px;
}

h5 {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  margin-bottom: 15px;
}

h4 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #51459e;
}

.abc-list {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 10px);
}
.abc-list li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.abc-list li a {
  text-decoration: none;
  text-align: center;
  color: #29aa96;
  background: #d7f7f4;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 500;
}
.abc-list li a:hover {
  background: #29aa96;
  color: #fff;
}

.search-box {
  position: relative;
  padding-top: 10px;
}
.search-box .form-group {
  margin-bottom: 0;
  position: relative;
}
.search-box .form-control {
  height: 44px;
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #5387f7;
  line-height: 22px;
  font-size: 15px;
  font-weight: 500;
  color: #51459e;
}
.search-box .form-control:focus {
  outline: none !important;
  border-color: #51459e;
}
.search-box .form-control::-webkit-input-placeholder {
  /* Edge */
  opacity: 1;
  color: #a4a9bc;
  font-weight: 400;
}
.search-box .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 1;
  color: #a4a9bc;
  font-weight: 400;
}
.search-box .form-control::-moz-placeholder {
  opacity: 1;
  color: #a4a9bc;
  font-weight: 400;
}
.search-box .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #a4a9bc;
  font-weight: 400;
}
.search-box .form-control::placeholder {
  opacity: 1;
  color: #a4a9bc;
  font-weight: 400;
}

.search-btn {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  z-index: 10;
  background: url("../images/spy.svg") 0 0 no-repeat #fff;
  background-size: 100%;
  border: 0;
  padding: 0;
}

.ui-menu {
  border-radius: 4px;
  padding: 10px 0;
  border: 1px solid #51459e;
  background: #fff;
  overflow: hidden;
  position: absolute !important;
  z-index: 10;
  left: 0;
  right: 0;
  top: 100%;
}
.ui-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 5px 10px;
  cursor: pointer;
}
.ui-menu li:hover {
  background: #f9fafe;
}
.ui-menu li strong {
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #a4a9bc;
}
.ui-menu li a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.popular-list {
  padding: 0 0 15px 20px;
}
.popular-list li {
  display: block;
  margin-bottom: 4px;
}
.popular-list li a {
  text-decoration: none;
  position: relative;
  padding-left: 28px;
  font-size: 18px;
}
.popular-list li a:before {
  z-index: 1;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5387f7;
}
.popular-list li a:after {
  z-index: 2;
  top: 11px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popular-list li a:hover {
  color: #29aa96;
}
.popular-list li a:hover:before {
  background: #29aa96;
}

.sm-list.abc-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sm-list.abc-list li a {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.pre-footer {
  background: url(../images/f-bg.jpg) center center no-repeat #fff;
  padding: 60px 0;
}
.pre-footer p {
  margin: 0 0 0 60px;
  color: #a4a9bc;
  font-size: 13px;
  font-weight: 300;
  max-width: 680px;
}

.footer {
  text-align: left;
  padding: 15px 0;
  background: #51459e;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.nav-ico {
  display: block;
  vertical-align: middle;
  position: relative;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: transparent;
  width: 34px;
  height: 32px;
  overflow: hidden;
  z-index: 10;
}

.nav-ico span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  height: 2px;
  width: 16px;
  background: #fff;
}

.nav-ico span:first-child {
  top: 8px;
}

.nav-ico span:nth-child(2) {
  top: 13px;
}

.nav-ico span:last-child {
  top: 18px;
}

.js-open .nav-ico span {
  background: #fff;
}

.js-open .nav-ico span:first-child {
  top: 13px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.js-open .nav-ico span:last-child {
  top: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}

.list {
  padding-bottom: 30px;
}
.list li {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.list li a {
  text-decoration: none;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li a:hover {
  color: #29aa96;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
}
.pagination .page-item {
  padding: 0 4px;
}
.pagination .page-link {
  padding: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #f0f1f6;
  text-decoration: none;
  line-height: 26px;
  text-align: center;
  border-radius: 4px !important;
  position: relative;
  background: none;
  color: #5387f7;
}
.pagination .page-link:hover {
  border-color: #29aa96;
  color: #29aa96;
}
.pagination .page-link.active {
  border-color: #5387f7;
  pointer-events: none;
}
.pagination .page-link:focus {
  outline: none !important;
}
.pagination .page-prev,
.pagination .page-next {
  width: auto;
  position: relative;
  padding: 0 15px;
}
.pagination .page-prev:before,
.pagination .page-next:before {
  top: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #5387f7;
  margin-top: 1px;
}
.pagination .page-prev:hover:before,
.pagination .page-next:hover:before {
  border-bottom-color: #29aa96;
}
.pagination .page-prev {
  padding-left: 30px;
}
.pagination .page-prev:before {
  border-left: 2px solid #5387f7;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  left: 13px;
}
.pagination .page-prev:hover:before {
  border-left-color: #29aa96;
}
.pagination .page-next {
  padding-right: 30px;
}
.pagination .page-next:before {
  border-right: 2px solid #5387f7;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 13px;
}
.pagination .page-next:hover:before {
  border-right-color: #29aa96;
}
.pagination .disabled {
  color: #a4a9bc;
  pointer-events: none;
}
.pagination .disabled:before, .pagination .disabled:after {
  border-color: #a4a9bc !important;
}

.drug-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.drug-tags li {
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.drug-tags li a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  border-radius: 4px;
  background: #f9fafe;
  height: 30px;
  line-height: 30px;
}
.drug-tags li a:hover {
  background: #d7f7f4;
  color: #29aa96;
}
.drug-tags li a.disabled {
  pointer-events: none;
  color: #a4a9bc;
  border: 1px solid #f0f1f6;
}

.compatibility-row {
  margin: 0 -5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.compatibility-row:last-child {
  margin-bottom: 0;
}
.compatibility-row > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
}
.compatibility-row a {
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  background: #f9fafe;
}
.compatibility-row a:hover {
  background: #d7f7f4;
  color: #29aa96;
}
.compatibility-row a span {
  color: #a4a9bc;
}
.compatibility-row.one-center {
  display: block;
}
.compatibility-row.one-center > div {
  text-align: center;
  max-width: none;
}

.compatibility-table {
  width: 100%;
}
.compatibility-table .abc-list-wrap {
  overflow: hidden;
}
.compatibility-table tr th {
  padding-bottom: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #a4a9bc;
}
.compatibility-table tr th:not(:first-child) {
  padding-left: 10px;
}
.compatibility-table tr td {
  padding: 20px 0 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #a4a9bc;
  border-top: 1px solid #f0f1f6;
  vertical-align: top;
}
.compatibility-table tr td:not(:first-child) {
  padding-left: 10px;
}
.compatibility-table tr td:first-child {
  width: 170px;
  min-width: 170px;
}
.compatibility-table strong {
  font-size: 20px;
  font-weight: 400;
  color: #51459e;
}

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  margin-bottom: -26px;
  padding-bottom: 10px;
}
.nav-tabs li {
  display: inline-block;
  white-space: nowrap;
}

.boot-tab-slider__wrapper {
  position: relative;
  padding: 10px 40px 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 64px;
}
.boot-tab-slider__wrapper ul {
  border-bottom: 0;
}
.boot-tab-slider__wrapper ul li {
  padding: 0 5px;
}
.boot-tab-slider__wrapper ul li a {
  font-size: 16px;
  text-decoration: none;
  height: 44px;
  line-height: 42px;
  background: #fff;
  border-radius: 4px;
  padding: 0 28px;
  border: 1px solid #fff;
}
.boot-tab-slider__wrapper ul li a.disabled {
  pointer-events: none;
  background: #f9fafe;
  color: #a4a9bc;
  border-color: #ccc !important;
}
.boot-tab-slider__wrapper ul li a:hover {
  color: #29aa96;
  border-color: #d7f7f4 !important;
  background: #d7f7f4;
}
.boot-tab-slider__wrapper ul li a.active {
  color: #fff;
  border-color: #5387f7;
  background: #5387f7;
}
.boot-tab-slider__wrapper ul li.active a {
  color: #fff;
  border-color: #5387f7;
  background: #5387f7;
}

.slick-arrow,
.slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 30px;
  height: 44px;
  border-radius: 4px;
  top: 10px;
  display: block !important;
  padding: 0;
  border: 0;
  font-size: 0;
}
.slick-arrow:before,
.slick-arrow:before {
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #5387f7;
}

.slick-prev {
  left: 0px;
}
.slick-prev:before {
  border-left: 2px solid #5387f7;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  border-right: 2px solid #5387f7;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.doc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.doc-info .img-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
  max-width: 280px;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f9fafe;
}
.doc-info img {
  max-width: 100%;
  max-height: 100%;
}
.doc-info .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-left: 20px;
}

.info-list {
  font-size: 14px;
  padding-bottom: 15px;
}
.info-list li {
  display: block;
}
.info-list.collapsed-list li:nth-child(n+10) {
  display: none;
}

.info-list-open.collapsed-list li:nth-child(n+10) {
  display: block;
}

.view-list {
  padding: 10px 0 15px;
  text-align: right;
  border-top: 1px solid #f0f1f6;
}
.view-list a {
  text-decoration: none;
  border-bottom: 1px dashed #5387f7;
}
.view-list a:hover {
  border-bottom-color: transparent;
}

.more {
  padding: 10px 0;
  text-align: right;
  border-top: 1px solid #f0f1f6;
  font-weight: 500;
}
.more a:hover {
  text-decoration: none;
  color: #29aa96;
}

.forms-collapse {
  margin-bottom: 15px;
  border: 1px solid #f0f1f6;
  border-radius: 4px;
}
.forms-collapse .card-body {
  padding: 20px;
}

.forms-collapse-btn {
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
  background: none;
  border: 0;
  font-size: 18px;
  color: #51459e;
  padding: 7px 30px 7px 20px;
}
.forms-collapse-btn:before {
  z-index: 1;
  right: 10px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #5387f7;
}
.forms-collapse-btn:after {
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.forms-collapse-btn:not(.collapsed):after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.forms-collapse-btn .sity {
  text-decoration: none;
  border-bottom: 1px dashed #5387f7;
}
.forms-collapse-btn .sity:hover {
  border-bottom-color: transparent;
}

.forms-list:not(:last-child) {
  margin-bottom: 20px;
}
.forms-list ul {
  border-left: 1px solid #f0f1f6;
  border-right: 1px solid #f0f1f6;
  font-size: 14px;
  font-weight: 500;
}
.forms-list ul li {
  display: block;
  border-bottom: 1px solid #f0f1f6;
  background: #fdfeff;
  padding: 9px 20px;
}
.forms-list ul li:nth-child(odd) {
  background: #f9fafe;
}

.forms-list-title {
  text-align: center;
  background: #5387f7;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 11px;
  border-radius: 4px 4px 0 0;
}

.product-collapse .forms-collapse-btn {
  padding: 0 30px 0 0;
  font-size: 20px;
}
.product-collapse .forms-collapse-btn:before {
  right: 0;
}
.product-collapse .forms-collapse-btn:after {
  right: 5px;
}
.product-collapse .forms-collapse-btn:not(.collapsed):after {
  right: 5px;
  margin-top: -1px;
}
.product-collapse .card-body {
  padding: 10px 0 0;
}
.product-collapse .search-box {
  margin-bottom: 15px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f0f1f6;
}
.table tr th {
  text-align: center;
  background: #f9fafe;
  border: 1px solid #f0f1f6;
  vertical-align: top;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.table tr td {
  text-align: center;
  background: #fdfeff;
  border: 1px solid #f0f1f6;
  vertical-align: top;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
}
.table .text-list, .table .analog-list ul, .analog-list .table ul, .table .product-navigation ul, .product-navigation .table ul {
  padding: 0;
}
.table .text-list li, .table .analog-list ul li, .analog-list .table ul li, .table .product-navigation ul li, .product-navigation .table ul li {
  text-align: left;
}
.table .text-list li:before, .table .analog-list ul li:before, .analog-list .table ul li:before, .table .product-navigation ul li:before, .product-navigation .table ul li:before {
  top: 6px;
}
.table p {
  margin-bottom: 0;
}
.table p a {
  white-space: normal;
  text-decoration: none;
}
.table p a:hover {
  color: #29aa96;
}

.arrow-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 20px;
}
.arrow-title:before {
  z-index: 1;
  left: 0;
  width: 15px;
  height: 15px;
  top: 4px;
  border-radius: 50%;
  background: #5387f7;
}
.arrow-title:after {
  z-index: 2;
  top: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.text-list, .analog-list ul, .product-navigation ul {
  padding: 0 0 10px 10px;
}
.text-list li, .analog-list ul li, .product-navigation ul li {
  display: block;
  position: relative;
  padding-left: 20px;
}
.text-list li a, .analog-list ul li a, .product-navigation ul li a {
  text-decoration: none;
}
.text-list li a:hover, .analog-list ul li a:hover, .product-navigation ul li a:hover {
  color: #29aa96;
}

ul.text-list li:before, .analog-list ul li:before, .product-navigation ul li:before {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 5px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #5387f7;
  border-right: 2px solid #5387f7;
}

ol.text-list {
  counter-reset: li;
  list-style: none;
}
ol.text-list li:before {
  content: counter(li) ". ";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  color: #5387f7;
}

.line {
  text-decoration: line-through;
}

.search-result-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  margin: 0 -5px;
}
.search-result-list li {
  display: block;
  padding: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  margin-bottom: 2px;
}
.search-result-list li a {
  text-decoration: none;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}
.search-result-list li a:hover {
  text-decoration: none;
  color: #29aa96;
}
.search-result-list.thrid li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333%;
          flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}

.color-table, .striped-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.color-table tr th, .striped-table tr th {
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  padding: 12px;
  background: #5387f7;
}
.color-table tr th:not(:last-child), .striped-table tr th:not(:last-child) {
  border-right: 1px solid #fff;
}
.color-table tr th:first-child, .striped-table tr th:first-child {
  border-radius: 4px 0 0 0;
}
.color-table tr th:last-child, .striped-table tr th:last-child {
  border-radius: 0 4px 0 0;
}
.color-table tr td, .striped-table tr td {
  text-align: center;
  vertical-align: center;
  padding: 5px 10px;
  font-weight: 400;
}
.color-table a, .striped-table a {
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 500;
}
.color-table a:hover, .striped-table a:hover {
  text-decoration: none;
  color: #29aa96;
}
.color-table .text-list li a, .color-table .analog-list ul li a, .analog-list .color-table ul li a, .color-table .product-navigation ul li a, .product-navigation .color-table ul li a, .striped-table .text-list li a, .striped-table .analog-list ul li a, .analog-list .striped-table ul li a, .striped-table .product-navigation ul li a, .product-navigation .striped-table ul li a {
  white-space: normal;
}

.striped-table {
  margin-bottom: 0;
}
.striped-table tr td {
  background: #fdfeff;
  font-size: 13px;
  border: 1px solid #f0f1f6;
}
.striped-table tr:nth-child(odd) td {
  background: #f9fafe;
}
.striped-table tr th {
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.striped-table a {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
}
.striped-table a:hover {
  text-decoration: none;
  color: #29aa96;
}
.striped-table p {
  font-size: 13px;
  margin-bottom: 0;
}
.striped-table.collapse-table tr:nth-child(n+7) {
  display: none;
}
.striped-table .btn {
  font-size: 12px;
}

.collapse-table-open.collapse-table tr:nth-child(n+7) {
  display: table-row;
}

.view-more-table {
  text-align: center;
  padding: 10px;
  border: 1px solid #f0f1f6;
  border-top: 0;
  background: #f9fafe;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  margin-left: -1px;
}
.view-more-table a {
  position: relative;
  padding-right: 25px;
}
.view-more-table a:before {
  z-index: 1;
  right: 0px;
  width: 15px;
  height: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #5387f7;
}
.view-more-table a:after {
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 4px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.label {
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 3px;
  line-height: 14px;
}
.label.origin {
  background: #d7f7f4;
  color: #29aa96;
}
.label.analog {
  background: #fae2f2;
  color: #ce8ab3;
}

.sort {
  width: 10px;
  height: 16px;
  position: relative;
  margin-left: 5px;
}
.sort a {
  display: block;
  text-decoration: none;
  position: absolute;
  left: 0;
  width: 10px;
  height: 6px;
}
.sort a:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.sort .top-sort {
  top: 0;
}
.sort .top-sort:before {
  border-bottom: 5px solid #fff;
}
.sort .top-sort.active:before {
  border-bottom-color: #325bb4;
}
.sort .down-sort {
  bottom: 0;
}
.sort .down-sort:before {
  border-top: 5px solid #fff;
}
.sort .down-sort.active:before {
  border-top-color: #325bb4;
}

.price {
  font-size: 13px;
  font-weight: 700;
  color: #29aa96;
}

.about-autor {
  padding: 10px 0;
  border-top: 1px solid #f0f1f6;
}

.about-autor-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #f0f1f6;
  padding-top: 10px;
}

.date {
  position: relative;
  font-size: 13px;
  color: #a4a9bc;
  padding-left: 25px;
}
.date:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 15px;
  height: 15px;
  background: url("../images/icon-refresh.svg") 0 0 no-repeat;
  background-size: 100%;
}

.about-autor-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-autor-btns a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-right: 10px;
}
.about-autor-btns a:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-autor-btns .share:before {
  width: 16px;
  height: 16px;
  background: url("../images/share.svg") 0 0 no-repeat;
  background-size: 100%;
}
.about-autor-btns .attention:before {
  width: 16px;
  height: 16px;
  background: url("../images/icon-warning.svg") 0 0 no-repeat;
  background-size: 100%;
}
.about-autor-btns .del:before {
  width: 15px;
  height: 15px;
  background: url("../images/icon-dismiss.svg") 0 0 no-repeat;
  background-size: 100%;
}
.about-autor-btns .edit:before {
  width: 15px;
  height: 15px;
  background: url("../images/edit.svg") 0 0 no-repeat;
  background-size: 100%;
}

.more-drugs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 15px;
}
.more-drugs ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 5px;
  text-align: center;
}
.more-drugs ul li a {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.more-drugs ul li a:hover {
  text-decoration: none;
  color: #29aa96;
}
.more-drugs .text-list li, .more-drugs .analog-list ul li, .analog-list .more-drugs ul li, .more-drugs .product-navigation ul li, .product-navigation .more-drugs ul li {
  text-align: left;
  padding-left: 20px;
}
.more-drugs.more-drugs-bold ul li {
  font-weight: 500;
}

.product-navigation nav {
  display: block;
}
.product-navigation .title {
  width: 100% !important;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: hidden;
}
.product-navigation ul {
  padding-left: 26px;
  font-size: 18px;
}
.product-navigation ul li {
  padding-left: 22px;
  margin-bottom: 5px;
}
.product-navigation ul li:before {
  top: 10px;
  left: 0;
}
.product-navigation ul li:hover:before, .product-navigation ul li.active:before {
  border-color: #29aa96;
}
.product-navigation ul li.disabled:before {
  border-color: #a4a9bc;
}
.product-navigation ul li.disabled a {
  color: #a4a9bc;
  pointer-events: none;
}
.product-navigation ul li a {
  text-decoration: none;
  padding: 0;
}
.product-navigation ul li a:hover {
  color: #29aa96;
}
.product-navigation ul li a.active {
  color: #29aa96;
  font-weight: 500;
}
.product-navigation ul li.active a {
  color: #29aa96;
  font-weight: 500;
  pointer-events: none;
}
.product-navigation ul li.name {
  width: 100% !important;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: hidden;
}
.product-navigation ul li.name a {
  width: 100% !important;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: hidden;
}
.product-navigation ul li.name:before {
  z-index: 1;
  top: 7px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5387f7;
}
.product-navigation ul li.name:after {
  z-index: 2;
  top: 11px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.product-navigation ul li.name:hover {
  color: #29aa96;
}
.product-navigation ul li.name:hover:before {
  background: #29aa96;
}

.share-modal .modal-content {
  padding: 25px;
}
.share-modal .title {
  text-align: center;
  padding-bottom: 0;
  border-bottom: 0;
}
.share-modal .socially ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-content {
  position: relative;
}
.modal-content .close {
  position: absolute;
  z-index: 10;
  width: 14px;
  height: 14px;
  border: 0;
  padding: 0;
  top: 11px;
  right: 11px;
  padding: 0;
  margin: 0;
}
.modal-content .close:after, .modal-content .close:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 2px;
  background-color: #A4A9BC;
  left: 50%;
  top: 0;
}
.modal-content .close:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.modal-content .close:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.socially {
  margin-bottom: 20px;
}
.socially ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.socially ul li {
  margin: 0 5px;
}
.socially ul li a {
  font-size: 24px;
  text-decoration: none !important;
}
.socially ul li a:hover {
  opacity: 0.8;
}

.copy-link .form-group {
  margin-bottom: 5px;
}
.copy-link .form-control {
  width: 100%;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #5387f7;
  text-align: center;
  padding: 5px 5px;
  line-height: 24px;
  color: #a4a9bc;
  font-size: 14px;
}
.copy-link .form-control:focus {
  outline: none !important;
  border-color: #51459e;
}
.copy-link p {
  margin-bottom: 0;
  text-align: center;
}

.modal-backdrop {
  background: rgba(81, 69, 158, 0.99);
}

.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.title-wrap .title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.title-wrap .socially {
  margin-bottom: 0;
}

.product-card.red h2, .product-card.red h3 {
  color: #dd0b42;
}
.product-card.green h2, .product-card.green h3 {
  color: #19a357;
}

.product-card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f1f6;
}
.product-card-title h2 {
  margin-bottom: 0;
}

.title-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  color: #a4a9bc;
}
.title-info span + span {
  margin-left: 20px;
}
.title-info a {
  font-weight: 500;
}

.instructions-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 20px;
}

.instructions-link {
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 10px;
  background: #f9fafe;
}
.instructions-link:hover {
  text-decoration: none;
  color: #29aa96;
  background: #d7f7f4;
}
.instructions-link:focus {
  text-decoration: none;
  color: #5387f7;
}

.esc {
  background: #b6dfff;
}

.drugs-bottom-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 20px;
}
.add-drug {
  position: relative;
  margin-left: 13px;
}
.add-drug:before {
  content: "+";
  position: absolute;
  top: 0;
  left: -13px;
}

.result-card {
  padding: 20px 5px;
  border: 1px solid #f0f1f6;
  border-radius: 6px;
  margin-bottom: 15px;
}
.result-card strong {
  display: block;
  text-align: center;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #51459e;
}

.result-card-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
}
.result-card-links a {
  margin: 0 5px;
}

.compare-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  margin: 0 -15px;
}
.compare-nav > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 15px;
}
.compare-nav a {
  display: block;
  padding: 15px;
  text-decoration: none;
  border-radius: 6px;
  background: #fff;
}
.compare-nav a:hover {
  background: #d7f7f4;
}
.compare-nav span {
  position: relative;
  margin-right: 25px;
}
.compare-nav span:before {
  top: 4px;
  right: -25px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #5387f7;
}
.compare-nav span:after {
  z-index: 2;
  top: 8px;
  right: -20px;
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.compare-nav span.dotted, .compare-nav .compare-item span.more, .compare-item .compare-nav span.more {
  border-bottom: 1px dotted #5387f7;
}
.compare-nav a:hover .dotted, .compare-nav a:hover .compare-item .more, .compare-item .compare-nav a:hover .more, .compare-nav a:hover .drugs-bottom-navigation a, .drugs-bottom-navigation .compare-nav a:hover a {
  border-bottom-color: transparent;
}

.compare-item {
  margin-bottom: 30px;
}
.compare-item strong {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  width: 34px;
  height: 34px;
  line-height: 32px;
  color: #29aa96;
  background: #d7f7f4;
  border-radius: 4px;
  text-align: center;
}
.compare-item .list {
  padding-bottom: 0;
}
.compare-item .list li {
  font-weight: normal;
}
.compare-item .list li:nth-child(n+6) {
  display: none;
}
.compare-item .more {
  padding: 0;
  border-top: 0;
}
.compare-item.list-more .list li:nth-child(n+6) {
  display: block;
}

.backdrop {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  display: none;
}

.mob-btns {
  display: none;
}
.mob-btns .search-btn {
  position: relative;
  width: 34px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  background: none;
  top: auto;
  right: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-right: 20px;
}
.mob-btns .search-btn:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  background: url("../images/spy-white.svg") 0 0 no-repeat;
  background-size: 100%;
}

.head-search {
  position: fixed;
  z-index: 100;
  top: 0px;
  right: 0;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  padding: 20px 0;
  border-bottom: 1px solid #d7f7f4;
  -webkit-box-shadow: 0 10px 5px rgba(215, 247, 244, 0.1);
          box-shadow: 0 10px 5px rgba(215, 247, 244, 0.1);
}
.head-search .container {
  display: block;
}

.search-modal .modal-content {
  padding: 0;
}

.modal-header {
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  background: #f9fafe;
  border-bottom: 0;
  display: block;
}
.modal-header .modal-title {
  padding-bottom: 0;
  border-bottom: 0;
}

.modal-body {
  display: block;
  padding: 20px 30px;
}
.modal-body .title {
  padding-bottom: 0;
  border-bottom: 0;
}

.form-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-btm .btn {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
}

.ch-item {
  position: relative;
  margin-right: 20px;
}

.ch-item input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.ch-item label {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  padding-left: 30px;
  line-height: 16px;
  margin: 0;
  cursor: pointer;
}

.ch-item label:before {
  z-index: 1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #d9e2e9;
  background: #ecf7ff;
}

.ch-item label:after {
  z-index: 2;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #29aa96;
  opacity: 0;
}

.ch-item input:checked + label:before {
  border-color: #29aa96;
}

.ch-item input:checked + label:after {
  opacity: 1;
}

#complain-modal .modal-title {
  margin-bottom: 0;
}
#complain-modal .form-control {
  height: 44px;
  border-radius: 4px;
  padding: 10px 15px;
  border: 1px solid #5387f7;
  line-height: 22px;
  font-size: 15px;
  color: #51459e;
}
#complain-modal .form-control:focus {
  outline: none !important;
  border-color: #51459e;
}
#complain-modal textarea.form-control {
  height: 150px;
  resize: none;
}

.analog-list ul li:before {
  width: 6px;
  height: 6px;
}
.analog-list ul li a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.analog-list ul li a:hover {
  color: #29aa96;
}

.more-btn {
  padding: 5px 10px;
  border-radius: 3px;
  color: #5387f7;
  background: #f9fafe;
  text-decoration: none;
  margin-top: 5px;
}
.more-btn:hover {
  text-decoration: none;
  color: #29aa96;
  background: #d7f7f4;
}
.more-btn:focus {
  text-decoration: none;
  color: #5387f7;
}

.med-item {
  border: 1px solid #f0f1f6;
  border-radius: 6px;
  padding: 10px 30px;
  text-align: center;
  position: relative;
}
.med-item strong {
  display: block;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  color: #51459e;
}
.med-item .links {
  max-width: 520px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.med-item .dotted, .med-item .drugs-bottom-navigation a, .drugs-bottom-navigation .med-item a, .med-item .compare-item .more, .compare-item .med-item .more {
  margin-top: 2px;
}
.med-item .about-autor-btns {
  position: absolute;
  top: 10px;
  right: 0px;
}

@font-face {
  font-family: "fontello";
  src: url("../fonts/fontello.eot?31738758");
  src: url("../fonts/fontello.eot?31738758#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?31738758") format("woff2"), url("../fonts/fontello.woff?31738758") format("woff"), url("../fonts/fontello.ttf?31738758") format("truetype"), url("../fonts/fontello.svg?31738758#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?31738758#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-qzone:before {
  content: "";
}

/* '' */
.icon-mess:before {
  content: "";
}

/* '' */
.icon-viber:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-vkontakte:before {
  content: "";
}

/* '' */
.icon-weibo:before {
  content: "";
}

/* '' */
.icon-renren:before {
  content: "";
}

/* '' */
.icon-qq:before {
  content: "";
}

/* '' */
.icon-wechat:before {
  content: "";
}

/* '' */
.icon-whatsapp:before {
  content: "";
}

/* '' */
.icon-odnoklassniki:before {
  content: "";
}

/* '' */
.icon-reddit:before {
  content: "";
}

/* '' */
.icon-telegram:before {
  content: "";
}

/* '' */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

aside {
  position: relative;
}
aside .ui-menu {
  right: 20px !important;
  width: auto !important;
}

.col-lg-8 .ui-menu {
  left: 35px !important;
  right: 35px !important;
  width: auto !important;
}

.ui-state-highlight {
  background: #b6dfff;
}

@media (max-width: 767px) {
  .col-lg-8 .ui-menu {
    left: 30px !important;
    right: 30px !important;
  }
}
.compare-table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -1px 1px;
}
.compare-table-title > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 4px 10px;
  width: 50% !important;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  white-space: pre-wrap;
  overflow: hidden;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  color: #51459e;
  border: 1px solid #f0f1f6;
}
.compare-table-title > div:first-child {
  border-radius: 4px 0 0 0;
}
.compare-table-title > div:last-child {
  border-radius: 0 4px 0 0;
  border-left: 0;
}

.has-collapsed-table table {
  margin-bottom: 0;
}

/*
.has-collapsed-table table td p:nth-child(n+2) {
  display: none;
}
.has-collapsed-table.table-visible table td p:nth-child(n+2) {
  display: block;
}
*/

.open-table {
  text-align: center;
  border-radius: 0 0 4px 4px;
  border: 1px solid #f0f1f6;
  margin-top: -1px;
  margin-right: -25px;
  padding: 10px;
  background: #f9fafe;
  font-weight: 500;
}
.open-table a {
  position: relative;
}
.open-table a:before {
  z-index: 1;
  right: -25px;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #5387f7;
}
.open-table a:after {
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: -20px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.up {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #51459e;
  background: #fff;
  border-radius: 50%;
  z-index: 98;
}
.up:before {
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  border-top: 2px solid #51459e;
  border-right: 2px solid #51459e;
  margin-top: 2px;
}

@media (min-width: 992px) {
  .sticky-aside {
    position: sticky;
    top: 0;
  }
}
.analog-collapse ul li:nth-child(n+4) {
  display: none;
}

.analog-collapse.analog-visible ul li:nth-child(n+4) {
  display: block;
}

#abc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}
#abc li {
  display: inline-block;
  padding: 0 15px;
}

.product-card-sm .info-list {
  font-size: 12px;
  padding-bottom: 10px;
}
.product-card-sm .instructions-line {
  font-size: 12px;
  padding: 0 0 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .abc-list {
    display: block;
    font-size: 0;
  }
  .abc-list li {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .pre-footer p {
    margin: 0;
    max-width: none;
  }

  .doc-info .img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    max-width: 200px;
    height: 200px;
  }

  .lg-scroll {
    overflow: auto;
  }
}
@media (max-width: 991px) {
  main {
    padding: 110px 0 30px 0;
  }

  .head-info {
    font-size: 16px;
  }

  .mob-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .head-info {
    display: none;
  }

  aside {
    position: fixed;
    z-index: 100;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    overflow: auto;
    background: #fff;
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 500px;
    max-width: 80%;
    padding: 20px;
    border-right: 1px solid #d7f7f4;
  }
  aside .content-card {
    display: none;
  }

  .js-open {
    overflow: hidden;
    /*.header{
      z-index: 1;
    }*/
  }
  .js-open main {
    z-index: 2;
  }
  .js-open .backdrop {
    display: block;
  }
  .js-open aside {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .search-open {
    overflow: hidden;
  }
  .search-open .head-search {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 54px;
  }
  .search-open .backdrop {
    display: block;
  }
  .header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
  }

  main {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .logo {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: normal;
  }
  .logo img {
    display: none;
  }

  .header {
    padding: 10px 0;
  }

  .content-card {
    padding: 15px;
  }

  .pre-footer {
    padding: 30px 0;
  }

  .list {
    padding-bottom: 0;
  }

  .compatibility-table {
    display: block;
  }
  .compatibility-table tr:first-child {
    display: none;
  }
  .compatibility-table tr, .compatibility-table tbody {
    display: block;
  }
  .compatibility-table tr td, .compatibility-table tbody td {
    display: block;
    width: 100%;
    padding: 10px 0 !important;
  }
  .compatibility-table tr td:first-child, .compatibility-table tbody td:first-child {
    width: 100%;
  }

  .table-scroll-wrap {
    overflow: auto;
  }
  .table-scroll-wrap table {
    min-width: 500px;
  }

  .title-wrap {
    display: block;
  }

  .title-wrap .title {
    margin-bottom: 10px;
  }

  .product-card-title {
    display: block;
  }

  .title-info {
    display: block;
  }
  .title-info span {
    display: block;
  }
  .title-info span + span {
    margin-left: 0;
  }

  .instructions-line .instructions-link span {
    display: none;
  }

  .drugs-bottom-navigation {
    padding: 0 15px;
  }

  .abc-list-wrap,
.drug-tags-wrapper {
    position: relative;
  }
  .abc-list-wrap:before,
.drug-tags-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    bottom: 0;
    width: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  }
  .abc-list-wrap .abc-list,
.abc-list-wrap .drug-tags,
.drug-tags-wrapper .abc-list,
.drug-tags-wrapper .drug-tags {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
  }

  .drug-tags li a {
    white-space: nowrap;
  }

  .compare-nav {
    display: block;
  }
  .compare-nav > div {
    max-width: 100%;
  }  

  

  main {
    padding-top: 82px;
  }

  aside {
    top: 52px;
    height: calc(100vh - 52px);
  }
}
@media (max-width: 577px) {
  body, p{
    font-size: 16px;    
  }
  p{
    line-height: 22px;
  }
  body.modal-open {
    overflow: visible !important;
  }

  .head-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  main {
    padding: 67px 0 15px 0;
  }

  .popular-list li a {
    font-size: 16px;
  }
  .popular-list li a:before {
    top: 5px;
  }
  .popular-list li a:after {
    top: 9px;
  }

  .content-card {
    margin-bottom: 15px;
  }

  .pagination .page-prev,
.pagination .page-next {
    padding: 0;
    width: 28px;
    font-size: 0;
  }

  .pagination .page-prev:before {
    margin-left: -2px;
  }

  .pagination .page-next::before {
    margin-right: -2px;
  }

  .compatibility-row:last-child {
    display: block;
  }

  .compatibility-row > div {
    max-width: 100%;
  }
  .compatibility-row > div + div {
    margin-top: 10px;
  }

  .doc-info {
    display: block;
  }
  .doc-info .text {
    width: 100%;
    padding: 20px 0 0;
  }

  .boot-tab-slider__wrapper ul li a {
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    padding: 0 18px;
  }

  .forms-collapse .card-body {
    padding: 15px;
  }

  .forms-list ul li {
    padding: 9px 15px;
  }

  .med-item .dotted, .med-item .drugs-bottom-navigation a, .drugs-bottom-navigation .med-item a, .med-item .compare-item .more, .compare-item .med-item .more {
    border-bottom: 0;
    text-decoration: none;
  }

  .result-card-links {
    /*display: block;*/
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*a{
      display: inline-block;
      margin-bottom: 10px;      
    }*/
  }
  .result-card-links a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: calc(50% - 20px);
    display: block;
    white-space: normal;
    border-bottom: 0;
  }
  .result-card-links a.dotted, .result-card-links .drugs-bottom-navigation a, .drugs-bottom-navigation .result-card-links a, .result-card-links .compare-item a.more, .compare-item .result-card-links a.more {
    text-decoration: none;
  }

  .doc-info .img-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    max-width: 280px;
    height: 280px;
  }

  .search-box .form-control {
    padding-right: 35px;
    text-overflow: ellipsis;
  }

  .list li {
    font-size: 15px;
  }

  .compare-nav a {
    padding: 15px 5px;
  }

  .analog-list ul {
    padding-bottom: 0;
  }

  .med-item {
    padding: 15px;
  }

  .compare-table-title > div {
    font-size: 16px;
  }

  .boot-tab-slider__wrapper {
    height: 44px;
  }

  .slick-arrow {
    height: 34px;
  }

  .more-drugs ul {
    display: block;
  }
  .more-drugs ul li {
    max-width: 100%;
    text-align: left;
    display: block;
  }
}








/****************************************************/


.l-list{
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #f0f1f6;
}

.l-list-title{
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #5387f7;
  padding: 12px;
}

.l-list-subtitle{
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;  
  color: #6610f2;
}

.l-list-subtitle.dis-active{
  color: #b0b6b6;
}

.l-list ul li{
  display: block;
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;  
}

.l-list ul:not(:last-child) li{
  border-bottom: 1px solid #f0f1f6;
}

.l-list ul li:nth-child(odd){
  background: #f9fafe;
}

.expand-button {
  margin-left: 5px;
  border: none;
  background: none;
  color: #5387f7;
  text-decoration: underline;
}
.expand-button:hover {
  cursor: pointer;
}

.tr-content {
  display: block;
}

.tr-content p {
  margin-bottom: 10px;
}
.tr-content p:last-child {
  margin-bottom: 0 !important;
}

.tr-content .block-content, .tr-content .block-content p {
  text-align: justify !important;
  color: #000 !important;
  overflow-wrap: anywhere !important;
}

.has-collapsed-table .open-table {
  max-width: 100%;
}

.ui-autocomplete.ui-front {
  max-height: 260px;
  overflow-y: auto;
}

tr._analogues ul li {
  margin-bottom: 4px;
  text-align: left !important;
}
tr._analogues td {
  text-align: left !important;
}
tr._analogues ul li:last-child {
  margin-bottom: 0 !important;
}

#accept_cookie {
    text-align: center;
    padding: 3px;
    background-color: #f5f5f5;
    color: #2e3f51;
    font-size: 11px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
#accept_cookie a {
    padding: 3px;
    display: inline-block;
    border: 1px solid #5387f7;
    text-decoration: none;
    color: #5387f7;
}
#accept_cookie a:hover {
  color: #52459d;
}

.about-content {
  overflow: hidden; 
}

.about-content p {
  overflow: unset;
}

.leftimg {
  float: left;
  margin: 7px 17px 7px 0;

}
.rightimg {
  float: right;
  margin: 7px 0 7px 7px;
}

._openCollapsedTable {
  text-decoration: none;
  border-radius: 4px;
  padding: 5px 10px;
  background: #d7f7f4;
  color: #007bff;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
._openCollapsedTable:hover {
  cursor: pointer;
  text-decoration: underline;
}

._collapsedTables ._table_content {
  display: none !important;
}

.more-drugs ul li {
  text-align: left !important;
}

.compatibility-li-a li {
  font-weight: bold;
}