.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;
}*/

.btn.btn-primary.infoclinica-btn.js-get-form-zapis-spec {
  max-width: 80%;
}

.slick-dots {
    display: none !important;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    font-size: 24px; /* Размер символов */
    color: #333; /* Цвет текста */
    padding: 10px;
    transition: all 0.3s ease;
}

.slick-arrow:hover {
    color: #000; /* Меняем цвет при наведении */
}

.slick-prev {
  left: -30px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 250px;
  display: block;
  padding: 0;
  color: transparent;
  outline: none;
  background: transparent;
  height: 50px;
  width: 50px;
  z-index: 10;
  transform: translate(0,-50%);
}

.slick-prev::before {
  content: "";
  height: 5px;
  width: 21px;
  background: #006EB7;
  position: absolute;
  left: 25%;
  transform: rotate(-45deg);
  top: 32%;
}

.slick-prev::after {
  content: "";
  height: 5px;
  width: 21px;
  background: #006EB7;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 25%;
  transform: rotate(45deg);
  top: 55%;
}

.slick-next {
  right: -30px;
  transform: rotate(180deg);
  top: 225px;
  line-height: 0;
  position: absolute;
  display: block;
  padding: 0;
  background: transparent;
  height: 50px;
  width: 50px;
  border: none;
  z-index: 10;
  font-size: 0;
}

.slick-next::before {
  content: "";
  height: 5px;
  width: 21px;
  background: #006EB7;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 25%;
  transform: rotate(-45deg);
  top: 32%;
}

.slick-next::after {
  content: "";
  height: 5px;
  width: 21px;
  background: #006EB7;
  border-radius: 0 3px 3px 0;
  position: absolute;
  left: 25%;
  transform: rotate(45deg);
  top: 55%;
}

.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}



.spec-item {
	min-height: 650px;
	position: relative;
	padding: 40px 0 70px;
}

.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;
}