.select-box {
  border-bottom: 1px solid #DDEDFF;
  position: relative;
}

.search-box {
  background-color: #EEF7FF;
  position: relative;
}

.select-box select,
.search-box input {
  width: 100%;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 18px;
  color: #485460;
  padding: 10px 45px;
}

.form-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
}

/*.spec-sep {
	height: 1px;
	background-color: #DDEDFF;
	margin: 30px 0;
	border: none;
}*/
.spec-item {
  height: 100%;
  position: relative;
  padding: 0 0 70px;
}
@media (max-width: 991px) {
  .spec-item {
    padding-top: 40px;
  }
}

.spec-item-img {
  height: 260px;
}

.spec-item-img img {
  width: 100%;
  height: 100%;
  object-position: 50% top;
  object-fit: cover;
}

.spec-item-name {
  margin: 10px 0;
  color: #485460;
  font-size: 18px;
  line-height: 150.61%;
}

.spec-item-name div {
  font-weight: bold;
  font-size: 24px;
}

.spec-item-title {
  display: inline-block;
  font-size: 10px;
  line-height: 150.61%;
  text-transform: uppercase;
  color: #FFF;
  background-color: #1473B2;
  padding: 5px;
}

.spec-item-stag {
  margin: 10px 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 150.61%;
  color: #0071BB;
}

.spec-item-line {
  color: #485460;
  position: relative;
  padding-left: 30px;
  margin: 10px 0;
}

.spec-item-line .svg-icon {
  position: absolute;
  line-height: 0;
  left: 0;
  top: -2px;
  font-size: 20px;
}

.spec-item-line span {
  color: #0071BB;
}

.spec-item-btn {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.spec-item-btn .btn {
  margin: 10px 0;
}

.spec-item-btn .btn:last-child {
  border-color: #3BC7EC;
}

@media (max-width: 600px) {
  .spec-item-img {
    height: 322px;
  }
}
.spec-rating__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.spec-rating__stars__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spec-rating__stars__clear {
  background: url(/local/templates/medscan_new/assets/img/star_clear.png);
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

.spec-rating__stars__filled {
  background: url(/local/templates/medscan_new/assets/img/star_filled.png);
  width: 16px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

.spec-rating__reviews__wrapper {
  padding-left: 10px;
  line-height: 1;
}

#spec-list .col-md-4 .spec-item-img {
  height: 350px;
}

.page-block__spec__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-block__spec-all a {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: #1b9cfc;
}

.page-block__spec-all a:hover,
.page-block__spec-all a:active {
  color: #00b6b0;
  text-decoration: underline;
}

.page-block__spec-title {
  margin-top: 3rem;
  line-height: 1.2;
  font-size: 2em;
  font-weight: bold;
}

[data-shift].btn {
  background-color: unset;
  border-radius: 0;
  text-transform: inherit;
  padding: 0.5rem 2rem;
}

[data-shift].btn:after {
  color: #485460;
}

[data-shift].btn:hover:after {
  color: #63E9FF;
}

[data-shift].btn {
  max-width: 100%;
  position: relative;
  padding-left: 6rem;
}

[data-shift].btn::after {
  content: attr(data-shift);
  position: absolute;
  padding: 0 1rem;
  background-color: #fff;
  bottom: -1rem;
  right: 1rem;
}

[data-shift].btn:hover::after {
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  line-height: 3rem;
}

[data-shift].btn .hide {
  opacity: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*# sourceMappingURL=style.css.map */
