html, body {
	line-height: 1.1em;
}

h1.main__title { font-size: 43px; }

.language-selector-inner button {
	text-transform: uppercase;
}

.swiper-slide img {
	height: 320px;
	width: 100%;
	background-color: #bebebe;
}
.swiper-slide__img {
	width: 100%;
}
.swiper-slide__img img {
	object-position: top;
}

.hero, .doctors-page .hero {
	padding-bottom: 40px;
}

section, footer {
	padding: 30px 0;
}
.doctors__inner {
	margin-top: 30px;
}
.packets {
	padding: 30px 0 80px;
}
.packets__bottom-title {
	line-height: 1.1em;
}
.news__item-img img {
	margin: 0 auto;
	display: block;
}
.services__item-index, .info__item-index {
	line-height: 1.1em;
}
.dropdown-menu.show {
	padding: 15px 15px;
}
.swiper-slide__info {
	text-align: center;
}

.doctors__card-bottom span {
	font-family: Arial, sans-serif;
	font-weight: 600;
}

.doctors__card-top a img {
	height: 196px;
	display: block;
}
.doctors__card.hidden {
	display: none !important;
}
#show-more-btn {

}

.profile__inner-info_clinic.address {
	margin-bottom: 0;
}

.mb-15 {
	display: block;
	margin-bottom: 15px;
}

.popup-back {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-back.active {
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}

.popup-content {
	background: #fff;
	border-radius: 25px;
	width: 450px;
	height: auto;
	max-height: 80vh;
	overflow: auto;
	padding: 25px;
	position: relative;
	-ms-overflow-style: none;
  scrollbar-width: none;
}

.popup-content::-webkit-scrollbar {
	display: none;
}

.popup-content-cross {
	position: absolute;
	top:15px;
	right:15px;
	z-index: 9;
	background-image: url(../layout/assets/images/icon/cross.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	width: 32px;
	height: 32px;
}

.popup-content-img {
	background-image: url(https://103telemed.pl/wp-content/uploads/2024/10/43543626-2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	width: 100%;
	height: 150px;
}

.popup-content-hdr {
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	line-height: 1.2em;
}

.popup-content-btn {
	background: #4779F4;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	border-radius: 8px;
	padding: 15px;
	cursor: pointer;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	border: 0;
}

.popup-back .contact-form__inner {
	border: 0;
	background: #fff;
	box-shadow: unset;
}

.popup-back .contact-form__inner input, .popup-back .contact-form__inner textarea {
	box-shadow: unset;
	border: 1px solid #bebebe;
	font-family: 'Raleway', sans-serif;
	outline: none;
	box-sizing: content-box;
}
.popup-back .contact-form__inner textarea {
	width: 100%;
	max-width: 100%;
}

.popup-back .contact-form__inner .form-checkbox input[type="checkbox"] {
	width: 20px;
	margin: 0;
}
.popup-back .contact-form__inner .form-checkbox input[type="checkbox"]:checked::before {
	width: 100%;
}


.service__infoblock  {
	width: 100%;
}

.rewiew__card-descr {
	text-align: justify;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
}

.blog__card-title {
	min-height: inherit;
}
.blog__card-img {
	width: 100%;
}

.hero__img img { width: 555px; }

.blog {
	padding: 30px 0 80px 0;
}

.breadcrumb-item.divider {
	padding: 0 5px;
}

button.light-btn, .hero__search-btn, .secondary-btn, .primary-btn { cursor: pointer; }


.filter-special {
	max-width: 341px;
	min-width: 340px;
}

.page-template-tpl-services .filter-special.search, .page-template-tpl-services_bundles .filter-special.search {
	padding: 0 !important;
	margin: 0;
}
.filter-special.search input {
	padding: 17px 15px;
	font-size: 15px;
}
input {
	outline: none;
}
input, textarea, select {
	box-shadow: 0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.02), 0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.0);
}
.filter-special.search input {
	background: url(../layout/assets/images/icon/search-grey.svg) no-repeat 93%;
}

.news__btns .disabled-btn, .news__btns .primary-btn {
	border-radius: 8px;
	cursor: pointer;
}
.news__btns .primary-btn {
	margin-right: inherit;
}

.service-h1 {
	text-align: center;
	margin: 30px 0;
}

.service-item {
	padding-top: 0;
}

.doctors__card-geo {
	overflow: hidden;
}

p.doctors__card-info {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.pagination {
	padding: 35px 12px;
	font-size: 22px;
}

body .page-numbers {
	display: inline-block;
	padding: 8px;
	background-color: #7ac38f;
	border-radius: 30px;
	width: 38px;
	height: 38px;
	text-align: center;
	margin-right: 10px;
}
body .page-numbers.current {
	background-color: #e2e2e2;
}
body .page-numbers:empty { display: none; }

.doctors__card-bottom button {
	white-space: nowrap;
}

.doctors__card-top a img {
	border-radius: 15px;
}
.doctors__card-top {
	padding: 8px;
}
.hero__search-info, .contact-form__inner {
	border: 2px solid rgb(64, 123, 255);
	box-shadow: 0px 0px 5px -2px rgb(71, 121, 244);
}
.form-checkbox input[type="checkbox"]:checked::before {
	width: 100%;
}
.contact-form__inner {
	padding: 20px 16px;
}
.swiper-slide__info {
	text-align: left;
	width: 100%;

}
.specialists .swiper-slide__inner {
	background-color: #fff;
	overflow:hidden;
	width: 100%;

}
.specialists .swiper-slide__text {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
}
.specialists .swiper-slide__title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
}

textarea {
	font-family: 'Raleway', sans-serif;
	outline: none;
	resize: vertical;
	min-height: 45px;
}
textarea.form-input {

}
.contact-form__inner {
	align-items: end;
}






#topBtn {
	right: 15px;
	bottom: 15px;
	width: 55px;
	height: 55px;
}
body .pnone__button {
	bottom: 100px !important;
	right: 15px !important;
	top:unset !important;
	left: unset !important;

}





.single-doctors .swiper-slide img {
	height: 400px;

}

.specialists .swiper-slide > a {
	display: block;
	width: 100%;
}

.specialists .swiper-slide__title {
	margin: 15px 0;
	margin-bottom: 10px;
	font-size: 20px;
}

.specialists {
	background-color: #ededed;
}

.specialists .swiper-slide {
	border-radius: 15px;
}

.all-services__card {
	justify-content: space-between;
}

.news__item-info {
	line-height: 1.5em;
}

.news__item-info ul {
	margin: 15px 0;
}
.news__item-info li {
	display: list-item;
	list-style: initial;
	font-size: 15px;
	margin-left: 20px;
}

.author {
	font-weight: bold;
	margin-top: 2em;
}

.doctor__info-bottom {
	line-height: 1.6em;
}

.review__card {
	justify-content: flex-start;

}
.rewiew__card-descr {
	margin: 0;
	padding: 25px 0 10px 0;
	height: 205px;
	overflow: hidden;
}

body .rate__star {
	width: 95px !important;
	height: 20px !important;
	position: relative;
}
body .rate__info {
	line-height: 1.2em !important;
	margin: 5px 0;
}

body .rate__star > div {
	display: block;
	width: 100%;
	height: 20px;
	background-color: red;
	opacity: 0.3;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;

}

.stars {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 3px;
}
.star {
	background-position: center;
	background-image: url(../images/star.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
	cursor: pointer;
	filter: grayscale(1);
}
.star.active {
	filter: grayscale(0);
}

.review__card-rate {
	column-gap: 7px;
}

.loader, .mes {
	height: 4px;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99999999;
	overflow: hidden;
	background-color: transparent;
}

.loader:before {
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 4px;
	background-color: #7DA2FF;
	animation: loading 2s linear infinite;
}

@keyframes loading {
	from {
		left: -200px;
		width: 30%;
	}

	50% {
		width: 30%;
	}

	70% {
		width: 70%;
	}

	80% {
		left: 50%;
	}

	95% {
		left: 120%;
	}

	to {
		left: 100%;
	}
}

select {
	outline: none;
}


.review__card {
	flex: 0;
}
.review__inner {
	flex-wrap: wrap;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[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}
.message {
	padding: 25px;
	font-weight: bold;
	font-size: 17px;
	background-color: #fffae8;
	border-radius: 15px;
	margin-top: 25px;
}

body .book-inactive1 {
	filter: grayscale(1);
	pointer-events: none;
}

.modal__social-links {
	margin-top: 25px;
}

.modal-phone img {
	margin-right: 10px;
}

.calendar-popup .popup-content {
	width: 756px;
	max-width: 95%;
}

.calendar-popup-dates {
	padding: 0 44px;
	position: relative;
}
body .slick-arrow {
	position: absolute;
	right: -50px;
	top: calc(50% - 18px);
	z-index: 2;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../images/sarrr.svg);
	user-select: none;
	-webkit-appearance: none;
	font-size: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
}

body .slick-arrow.slick-prev {
	right: unset;
	left: -50px;
	background-image: url(../images/sarrl.svg);
}
body .calendar-popup-dates .slick-arrow {
	top: unset;
	bottom: 25%;
	right: -1%;
}

body .calendar-popup-dates .slick-arrow.slick-prev {
	background-image: url(../images/arrlo.svg);
	left: -1%;
}

body .calendar-popup-dates .slick-arrow.slick-next {
	background-image: url(../images/arrro.svg);
}

.calendar-popup-dates-date {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	column-gap: 5px;
	cursor: pointer;
	border-right: 1px solid #e8e8e8;
	padding: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.calendar-popup-dates-date > div:nth-child(1) {
	font-weight: bold;
	margin-bottom: 10px;
}

.calendar-popup-dates-date.__active, .calendar-popup-dates-date:hover {
	background-color: #e8e8e8;
}

.calendar-popup-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 44px;
	padding-bottom: 0;
	width: 100%;
}

.calendar-popup-tab {
	width: 49.5%;
	background-color: #f5f5f5;
	padding: 15px 4px;
	text-align: center;
	color: #12263A;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.calendar-popup-tab.active {
	background-color: #4779f4;
	color: #ffffff;
}

.calendar-popup-time {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap: 1%;
	padding: 15px 44px;
}

.calendar-popup-time > div {
	flex: 1 0 13.422%;
	max-width: 13.422%;
	background-color: #ecf1ff;
	border: 2px solid #ecf1ff;
	box-sizing: border-box;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 1.3%;
	cursor: pointer;
	color: #4779f4;
	filter: grayscale(1);
	pointer-events: none;
	user-select: none;
}
.calendar-popup-time > div.active {
	filter: grayscale(0);
	pointer-events: all;
}

.calendar-popup-time > div.selected, .calendar-popup-time > div:hover {
	border: 2px solid #4779f4;
}

.middle-btn {
	display: flex;
	justify-content: center;
	padding: 15px 44px;
}

.middle-btn button {
	width: 100%;
}

.doctors__card-info:empty {
	height: 26px;
}
input, textarea, select {
	box-shadow: 0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.1), 0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.0);
}
.page-template-tpl-appointment .contact-form__inner {
	width: 100%;
	max-width: 100%;
	margin-top: 35px;
	padding: 25px;
}

.page-template-tpl-appointment .contact-form__inner input, .page-template-tpl-appointment .contact-form__inner textarea, .page-template-tpl-appointment .contact-form__inner select {
	max-width: 335px;
}

.few-btn {
	justify-content: space-between;
	display: flex;
	margin-top: 25px;
}
.few-btn > button {
	margin: 0;
	width: 30%;
}

.filter-age input[type="checkbox"]:checked+label::before {
    border-color: rgb(122, 195, 143);
    background-color: rgb(122, 195, 143);
}

.filter-age input[type="checkbox"]:checked+label::after {
    content: url(../images/check.svg);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.filter-age input[type="checkbox"] {
    display: none;
    align-items: center;
}

.fw-b { font-weight: bold; }
.mb-10 { margin-bottom: 10px; }

.after-footer {
	text-align: center;
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 0;
}

.fd-c { flex-direction: column !important; }
.services__item-text { cursor: pointer; }
.services__list .inner {
	background-color: #fff;
	z-index: 99;
	position: relative;
	padding-bottom: 10px;
}

.services__list .inner a {
	color: #7DA2FF;
}

.services__item.fd-c > div {
	width: 100%;
	max-width: 100%;
}

.page-template-tpl-services .all-services__card-info {
	margin-bottom: auto;
}

.doctors__grid > div:nth-child(1) {
	background-color: #ecf6ff;
	border-radius: 10px;
}

.doctor__service-inner .service__infoblock div {
	height: 140px;
	justify-content: space-between;
}

a.a-href {
	color: #4779F4;
}

.slide-text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #7DA2FF;
    height: 55px;
    position: relative;
}

.slide-text span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.slide-text span.move-up {
    transform: translateY(-55px);
}

.slide-text span.move-down {
    transform: translateY(55px);
}

.slide-text span.active {
    transform: translateY(0px);
}

.for-child__inner .all-services__card-title {
	height: 45px;

}

.for-child__card > img {
	height: 280px;
	object-fit: cover;
	object-position:top;
}
p.for-child__card-subtitle {
	font-weight: bold;
	opacity: 0.8;
}
span.profile {
	cursor: pointer;
}

.blog__card-img img {

	width: 200px;
	height: 200px;
	min-width: 100%;
	object-fit: cover;
	max-width: 100%;
}

.about-mini {
	display: flex;
	justify-content: space-between;
	align-items: start;

}

.about-mini > div:nth-child(1) {
	width: 30%;
}
.about-mini > div:nth-child(2) {
 width: 67%;
}
.about-mini > div:nth-child(1) > img {
	display: block;
	width: 100%;
}

.filter-special.search input {
	padding-right: 50px;
}
.filter-special select {
	padding-right: 30px;
}
@media (min-width: 768px) {
	.logo {
  		padding-bottom: 19px;
	}
}
.promo-bar {
    text-align: center;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 1.4;
    position: relative;
    z-index: 9999;
}

.promo-bar__link {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.promo-bar__link:hover {
    text-decoration: underline;
}
