.map-path img {
    width: auto !important;
}

p {
	line-height: 1.4em;
}

td.table__cell.table__cell_time {
	min-width: 100px;
}

.spoilers-price__table .price {
	text-align: right;
}

table.spoilers-price__table {
	width: 100%;
}

.zvezd {
	font-weight: 900;
	font-size: 16px;
}

.order__step-body.order__step-body333 {
	display: flex;
	flex-direction: column;
	row-gap: 0;
	width: 100%;
	font-size: 18px;
}

.spoilers-price__table td {
	height: 45px;
	border-bottom: 0.0625em solid rgb(217, 221, 223);
	padding: 0.5em 1.25em;
}

.medprice {
	white-space: nowrap;
	text-align: right;
}

td.codemed {
	font-size: 12px;
}

/* Schedule start */

.schedule__people {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 10px;
}

span.o-num {
	font-weight: 900;
}

.schedule__person {
	background-color: #F9F9F9;
	padding: 20px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.schedule__person-heading {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.schedule__person-name {
	font-size: 1.1rem;
	font-weight: 600;
}

.schedule__person-schedule {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	font-weight: 500;
}

.schedule__person-list-item-time {
	display: flex;
	flex-direction: column;
	text-align: right;
	row-gap: 3px;
}

.schedule__person-schedule-title {
	font-size: 1.1rem;
}

.schedule__person-list {
	display: flex;
	flex-direction: column;
	max-height: 200px;
	column-gap: 20px;
	overflow: auto;
	padding-right: 10px;
}

.schedule__person-list-item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eaeaea;
	padding: 10px 15px;
}

.schedule__person-list-item:hover {
	background-color: #fff;
}

.schedule__person-list::-webkit-scrollbar {
	width: 8px;
}

.schedule__person-list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.schedule__person-list::-webkit-scrollbar-thumb {
	background: #039BE5;
	border-radius: 10px;
}

.schedule__person-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

/* Schedule end */

.reviews-item-specialist img,
.reviews-item__specialist img {
	object-fit: cover;
}

.faq-items__image img {
	object-fit: cover;
}

.doctor-details p+p {
	margin: 0;
}

.articles__grid {
	width: 100%;
}

div.title-search-result {
	left: 0;
	width: 100%;
	background: #fff;
	border-radius: .625em;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-box-shadow: 0 4px 20px 0 rgba(31, 57, 69, .15);
	box-shadow: 0 4px 20px 0 rgba(31, 57, 69, .15);
	border: none !important;
}

div.title-search-result table {
	width: 100% !important;
}

.sorting-types {
	display: flex;
	align-items: center;
	gap: 16px;
}

.search__item {
	padding: 16px;
	display: block;
	width: 100%;
	background-color: aliceblue;
}

.search__item:not(:last-child) {
	margin-bottom: 16px;
}

.search__item_title {
	font-size: 20px;
	margin-bottom: 16px;
}

.search__item_top {
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.services__content {
	padding: 50px 0;
	line-height: 1.6em;
}

.services__content ul {
	columns: 2;
	gap: 10px;
}

.services__content ul li {
	position: relative;
	margin-bottom: 0;
	padding-left: 16px;
	display: block;
	margin-bottom: 10px;
}

.services__content p b {
	color: #f1474c;
}

.services__content ul li:before {
	position: absolute;
	content: '';
	display: block;
	top: 10px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #f1474c;
}

.services__content .container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.services__content h3 {
	font-size: 20px;
}

.services__content h2 {
	font-size: 25px;
	font-weight: 500;
}

.services__content h1 {
	font-size: 30px;
}

.services__content img {
	border-radius: 25px;
}

.search__field {
	max-width: 255px;
}

.input-error {
	border-color: #f1474c !important;
}

/*.introduce__text {
	margin-top: 10px;
}*/

.news-block__content {
	flex: 1;
}

.news_content {
	line-height: 1.4em;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.news_content img {
	border-radius: 25px;
	margin: 16px 0;
}

.news_content ul li {
	list-style: disc;
}

.news_content ul {
	padding: 16px;
}

.news-detail .date {
	margin: 16px 0;
	color: #999;
}

.news-detail .detail_picture {
	border-radius: 25px;
	overflow: hidden;
	max-height: 600px;
	width: auto;
}

.headline-menu-elements {
	margin-bottom: 70px;
}

.specialists__slider_btns .specialists-slide__content {
	min-height: 6.625em;
}

@media screen and (max-width: 768px) {

	.spoilers-price__table td {
		height: 45px;
		border-bottom: 0.0625em solid rgb(217, 221, 223);
		padding: 0.2em 0.3em;
	}

	.news-detail .detail_picture {
		max-height: auto;
		height: auto;
	}
}

.news-detail .detail-text {
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
}

.directions__item img {
	max-height: 328px;
}

.news-detail .detail-text iframe {
	margin: 16px 0;
}

.certificates-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.certificates-container img {
	max-height: 150px;
}

.doctor-details__item {
	line-height: 1.6em;
}

.adaptive_container * {
	margin: 8px 0;
	line-height: 1.6em;
}

.adaptive_container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.adaptive_container img {
	max-width: 100%;
}

.x-scroll-block {
	max-width: 100%;
	overflow-x: scroll;
}

.adaptive_container table {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.adaptive_container table tr:nth-child(odd) {
	background: #F2F2F2;
}

.adaptive_container table tr td {
	text-align: center;
	vertical-align: center;
	padding: 3px 5px;
}

.adaptive_container a {
	text-decoration: underline;
	text-decoration-color: #f1474c;
}

section.price {
	width: 100%;
}

.container {
	width: 100%;
}

.filter-custom.specialists {
	padding: 0;
	margin: 0;
}

.doctors-form {
	box-shadow: none;
}

.search__icon img {
	margin: 0 !important;
}

.search__icon {
	margin: 0;
}

.select * {
	margin: 0;
}

.filter-custom .btn {
	margin: 0;
}

.filter-custom.specialists {
	align-items: center;
}

.ben__map {
	width: 100%;
}

.news-detail {
	line-height: 1.6em;
}

.news-detail p,
.news-detail img {
	margin: 16px 0;
}

.introduce__body_mobileimage {
	display: none;
}

/* Order form */

.order {
	padding: 0;
	max-width: 800px;
}

.order .popup {
	max-width: unset;
}

.order .popup__title {
	margin-bottom: 0;
}

.order__header {
	padding: 20px;
	text-align: left;
}

.order__progress {
	width: 100%;
	height: 4px;
	background-color: #eee;
}

.order__progress-line {
	width: 0;
	height: 100%;
	background-color: #039BE5;
	transition: .8s;
}

.order__form {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.order__step {
	display: none;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 20px;
	width: 100%;
	text-align: left;
}

.order__step--current {
	display: flex;
}

.order__step--loading {
	position: relative;
	pointer-events: none;
}

.dock {
	width: 277.5px;
}

.h2-weak {
	padding: 20px 0;
	font-size: 23px;
	font-weight: 900;
}

button.doctor-info__btn.btn.mainclass {
	margin: -1.5625em 1.5625em 0;
	width: calc(100% - 3em);
	position: relative;
	z-index: 99;
}

.order__step--loading::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgb(230 230 230 / 50%);
	z-index: 10;
}

.doctor-order {
	padding: 0;
	max-width: 800px;
}

.doctor-order .popup {
	max-width: unset;
}

.doctor-order__form {
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

form .icon-check {
	display: none;
}

.order__step--loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	z-index: 10;
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.order__step:not(.order__step--current) {
	position: absolute;
	visibility: hidden;
}

.order__step-title {
	font-size: 18px;
}

.order__step-body {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 100%;
	font-size: 18px;
}

.order__step-footer {
	width: 100%;
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
	position: sticky;
	bottom: 10px;
}

.order__step-button {
	background-color: #F1474C;
	width: 100%;
	max-width: 160px;
	height: 50px;
	color: #fff;
	font-weight: 700;
	border-radius: 90px;
	line-height: 0;
	font-size: 18px;
	transition: .3s;
}

.order__step-button[disabled] {
	background-color: #ADADAD;
	cursor: unset;
}

.order__step-button:not([disabled]):hover {
	opacity: .7;
}

.order__step-button--prev::before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTkuNCAyMzMuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNsMTYwIDE2MGMxMi41IDEyLjUgMzIuOCAxMi41IDQ1LjMgMHMxMi41LTMyLjggMC00NS4zTDEwOS4yIDI4OCA0MTYgMjg4YzE3LjcgMCAzMi0xNC4zIDMyLTMycy0xNC4zLTMyLTMyLTMybC0zMDYuNyAwTDIxNC42IDExOC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwbC0xNjAgMTYweiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: none;
}

.header-middle-info__item {
	gap: 0.6375em;
}

.order__step-button--next {
	margin-left: auto;
}

.order__doctor-search {
	position: relative;
}

.order__doctor-search-input {
	background-color: #F5F5F5;
	padding: 15px;
	border-radius: 10px;
	outline: none;
	border: 1px solid transparent;
	width: 100%;
}

.order__doctor-search::before {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjNTU1Ij48cGF0aCBkPSJNNDE2IDIwOGMwIDQ1LjktMTQuOSA4OC4zLTQwIDEyMi43TDUwMi42IDQ1Ny40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zcy0zMi44IDEyLjUtNDUuMyAwTDMzMC43IDM3NmMtMzQuNCAyNS4yLTc2LjggNDAtMTIyLjcgNDBDOTMuMSA0MTYgMCAzMjIuOSAwIDIwOFM5My4xIDAgMjA4IDBTNDE2IDkzLjEgNDE2IDIwOHpNMjA4IDM1MmExNDQgMTQ0IDAgMSAwIDAtMjg4IDE0NCAxNDQgMCAxIDAgMCAyODh6Ii8+PC9zdmc+");
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.order__doctor-search:focus {
	border-color: #039BE5;
}

.order__doctor-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	max-height: 400px;
	overflow-y: auto;
	padding-right: 20px;
}

.order__doctor-list::-webkit-scrollbar {
	width: 10px;
}

.order__doctor-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.order__doctor-list::-webkit-scrollbar-thumb {
	background: #039BE5;
	border-radius: 10px;
}

.order__doctor-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}





.order__doctor-list-item {
	display: flex;
}

.order__doctor-radio {
	width: 100%;
}

.order__doctor {
	display: flex;
	align-items: flex-start;
	height: 100%;
	column-gap: 20px;
	background-color: #F5F5F5;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
	border: 1px solid transparent;
}

.order__doctor:hover {
	background-color: #039BE5;
	color: #fff;
}

.order__doctor-radio input[type=radio] {
	opacity: 0;
	position: absolute;
}

.order__doctor-radio input[type=radio]:focus~.order__doctor {
	border-color: #039BE5;
}

.order__doctor-radio input[type=radio]:checked~.order__doctor {
	background-color: #039BE5;
	color: #fff;
	cursor: unset;
}

.order__doctor-image {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	flex-shrink: 0;
}

.order__doctor-info {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.order__doctor-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 120%;
}

.order__doctor-position {
	font-size: 14px;
	line-height: 130%;
}




.order__result-service {
	font-size: 14px;
}

.order__service-item {
	display: flex;
	margin-bottom: 15px;
}

.order__service-radio {
	width: 100%;
}

.order__service-name {
	display: flex;
	align-items: center;
	height: 100%;
	column-gap: 20px;
	background-color: #F5F5F5;
	padding: 20px;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
	border: 1px solid transparent;
	justify-content: space-between;
}

.order__service-name p {
	white-space: nowrap;
}

.order__service-name:hover {
	background-color: #039BE5;
	color: #fff;
}

.order__service-radio input[type=radio] {
	opacity: 0;
	position: absolute;
}

.order__service-radio input[type=radio]:focus~.order__service-name {
	border-color: #039BE5;
}

.order__service-radio input[type=radio]:checked~.order__service-name {
	background-color: #039BE5;
	color: #fff;
	cursor: unset;
}
























.order__step {
	text-align: left;
}

.order__result {
	display: flex;
	flex-direction: column;
	text-align: left;
	gap: 20px;
	background-color: #f7f7f7;
	padding: 15px;
	border-radius: 10px;
}

.order__result-title {
	font-size: 16px;
}

.order__result-doctor {
	display: flex;
	align-items: center;
	gap: 20px;
}

.order__result-doctor-image {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	object-fit: cover;
	object-position: top;
}

.order__result-doctor-info {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.order__result-doctor-name {
	font-weight: 700;
}

.order__result-doctor-position {
	font-size: 14px;
}

.order__result-datetime {
	font-size: 14px;
}

.order__datetime {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.order__datetime-item-title {
	font-size: 16px;
}

.order__calendar {
	width: 100%;
	font-size: 14px;
	min-height: 300px;
}

.vanilla-calendar-week__day {
	font-size: 14px;
}

.vanilla-calendar-day__btn {
	font-size: 14px;
	font-weight: 700;
	background-color: #fff;
}

.order__datetime-item {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.order__time-item {
	outline: none;
}

.order__time-item input[type=radio] {
	display: none;
}

.order__time-item input[type=radio]:checked~span {
	background-color: #039BE5;
	color: #fff;
	border-color: #039BE5;
}

.order__times {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
	max-height: 300px;
	overflow-y: auto;
	padding-right: 15px;
}

.order__times::-webkit-scrollbar {
	width: 8px;
}

.order__times::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.order__times::-webkit-scrollbar-thumb {
	background: #039BE5;
	border-radius: 10px;
}

.order__times::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.order__time-item span {
	border: 1px solid #EAEAEA;
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	cursor: pointer;
}

.order__time-item span:hover {
	border-color: #039BE5;
}

.order__time-item:focus span {
	border-color: #039BE5;
}

.order__fields {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.order__field {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

.order__field-label {
	font-size: 14px;
}

.order__field-input {
	width: 100%;
	border: 1px solid #D2D2D2;
	height: 50px;
	border-radius: 90px;
	padding: 0 15px;
	outline: none;
}

.order__field-input.invalid {
	border-color: #ff0000;
}

.result-bottom__form {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}

.order__field-input:focus {
	border-color: #039BE5;
}

.order__checkbox {
	cursor: pointer;
	line-height: 18px;
}

.order__checkbox input[type=checkbox] {
	display: none;
}

.order__checkbox span::before {
	content: "";
	width: 20px;
	height: 20px;
	background-color: #EAEAEA;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

.order__checkbox input[type=checkbox]:checked~span::before {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDEwNS40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0yNTYgMjU2Yy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMGwtMTI4LTEyOGMtMTIuNS0xMi41LTEyLjUtMzIuOCAwLTQ1LjNzMzIuOC0xMi41IDQ1LjMgMEwxNjAgMzM4LjcgMzkzLjQgMTA1LjRjMTIuNS0xMi41IDMyLjgtMTIuNSA0NS4zIDB6Ii8+PC9zdmc+");
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #039BE5;
}

.order__conformation {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
	padding: 50px 0;
}

.order__conformation-request-code {
	color: #F1474C;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.order__conformation-request-code[disabled] {
	text-decoration: none;
	color: #a4a4a4;
	cursor: unset;
}

.order__conformation-request-code:hover {
	text-decoration: none;
}

.order__conformation-fields {
	display: flex;
	column-gap: 15px;
}

.order__conformation-input {
	width: 60px;
	height: 60px;
	background-color: #EFEFEF;
	border-radius: 10px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	outline: none;
	border: 1px solid transparent;
}

.order__conformation-input:focus {
	border-color: #039BE5;
}

.order__success {
	padding: 50px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	row-gap: 30px;
}

.order__success-title {
	font-size: 40px;
	line-height: 120%;
	font-weight: 700;
}

.order__agreement button {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #F1474C;

}

.order__agreement a {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: #F1474C;
	display: inline;
}

.order__agreement button:hover {
	text-decoration: none;
}

.custom-select {
	position: relative;
}

.custom-select select {
	display: none;
}

select.invalid~.select__current {
	border-color: #ff0000;
}

.select__current {
	border: 0.0625em solid rgb(210, 210, 210);
	cursor: pointer;
	display: block;
	width: 100%;
	border-radius: 5.625em;
	background: rgb(255, 255, 255);
	min-height: 3.125em;
	padding: 0.9375em 1.25em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-size: 16px;
}

.select__current::after {
	content: "";
	-webkit-transition: 0.3s;
	transition: 0.3s;
	min-width: 1.0313em;
	min-height: 0.6563em;
	background: url(../img/icons/arrow-select.svg) center / 100% no-repeat;
}

.select__list {
	position: absolute;
	top: calc(100% + 0.3125em);
	left: 0;
	width: 100%;
	background: rgb(255, 255, 255);
	border: 0.0625em solid rgb(210, 210, 210);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 0.625rem;
	max-height: 15.25em;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 12;
}

.select__list-item {
	padding: 15px;
	font-size: 16px;
}

.select__list-item:not(.select__list-item--current):hover {
	background-color: #eaeaea;
	cursor: pointer;
}

.select__list-item--current {
	background-color: #eaeaea;
}

.select__list::-webkit-scrollbar {
	width: 8px;
}

.select__list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

.select__list::-webkit-scrollbar-thumb {
	background: #039BE5;
	border-radius: 10px;
}

.select__list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.custom-select__search-item {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 2;
}

.custom-select__search {
	width: 100%;
	padding: 12px;
	border-bottom: 1px solid #eaeaea;
	background-color: #f7f7f7;
	outline: none;
}

.custom-select--active .select__list {
	opacity: 1;
	visibility: visible;
}

.custom-select--active .select__current::after {
	transform: rotate(180deg)
}

.notification {
	position: fixed;
	z-index: 99999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #ff9800;
	max-width: 360px;
	padding: 20px;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 20px;
	transition: 0.5s;
}

.notification--show {
	opacity: 1;
}

.notification__icon {
	width: 40px;
	height: 40px;
	display: flex;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA1MTJBMjU2IDI1NiAwIDEgMCAyNTYgMGEyNTYgMjU2IDAgMSAwIDAgNTEyem0wLTM4NGMxMy4zIDAgMjQgMTAuNyAyNCAyNGwwIDExMmMwIDEzLjMtMTAuNyAyNC0yNCAyNHMtMjQtMTAuNy0yNC0yNGwwLTExMmMwLTEzLjMgMTAuNy0yNCAyNC0yNHpNMjI0IDM1MmEzMiAzMiAwIDEgMSA2NCAwIDMyIDMyIDAgMSAxIC02NCAweiIvPjwvc3ZnPg==");
	flex-shrink: 0;
	filter: brightness(0) invert(1);
}

.notification--error {
	background-color: #f44336;
}

.notification--error .notification__icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiAzMmMxNC4yIDAgMjcuMyA3LjUgMzQuNSAxOS44bDIxNiAzNjhjNy4zIDEyLjQgNy4zIDI3LjcgLjIgNDAuMVM0ODYuMyA0ODAgNDcyIDQ4MEw0MCA0ODBjLTE0LjMgMC0yNy42LTcuNy0zNC43LTIwLjFzLTctMjcuOCAuMi00MC4xbDIxNi0zNjhDMjI4LjcgMzkuNSAyNDEuOCAzMiAyNTYgMzJ6bTAgMTI4Yy0xMy4zIDAtMjQgMTAuNy0yNCAyNGwwIDExMmMwIDEzLjMgMTAuNyAyNCAyNCAyNHMyNC0xMC43IDI0LTI0bDAtMTEyYzAtMTMuMy0xMC43LTI0LTI0LTI0em0zMiAyMjRhMzIgMzIgMCAxIDAgLTY0IDAgMzIgMzIgMCAxIDAgNjQgMHoiLz48L3N2Zz4=");
}

.notification--success {
	background-color: #4CAF50;
}

.notification--success .notification__icon {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBmaWxsPSIjZmZmIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTI1NiA1MTJBMjU2IDI1NiAwIDEgMCAyNTYgMGEyNTYgMjU2IDAgMSAwIDAgNTEyek0zNjkgMjA5TDI0MSAzMzdjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwbC02NC02NGMtOS40LTkuNC05LjQtMjQuNiAwLTMzLjlzMjQuNi05LjQgMzMuOSAwbDQ3IDQ3TDMzNSAxNzVjOS40LTkuNCAyNC42LTkuNCAzMy45IDBzOS40IDI0LjYgMCAzMy45eiIvPjwvc3ZnPg==");
}

.graph-modal__container_agreement {
	max-width: 50rem;
}

.graph-modal__container_agreement .popup {
	max-width: 100%;
	text-align: left;
}

.graph-modal__container_agreement .popup__content {
	line-height: 120%;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.graph-modal__container_agreement .popup__content ol {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.graph-modal__container_agreement .popup__content h3 {
	font-weight: 700;
}

/*.graph-modal__container {*/
/*	position: fixed;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%, -50%);*/
/*	max-height: 80vh;*/
/*	overflow-y: auto;*/
/*	margin: 0;*/
/*}*/


@media (min-width: 992px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 984px;
	}

	.uw-logo {
		max-width: 150px;
	}

	.uw-me-lg-1-25 {
		margin-right: 1.25rem !important;
	}

	h2 {
		font-size: 2rem;
		font-weight: 600;
	}

	h3 {
		font-size: 1.75rem;
		font-weight: 600;
	}

	.uw-border-lg-none {
		border-style: none;
	}

	.uw-text-lg-start {
		text-align: left !important;
	}

	.uw-text-lg-end {
		text-align: right !important;
	}
}

@media (min-width: 1200px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 984px;
	}
}

@media (min-width: 1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container {
		max-width: 1224px;
	}

	.uw-me-xxl-2 {
		margin-right: 2rem !important;
	}

	.uw-me-xxl-4 {
		margin-right: 4rem !important;
	}

	.uw-logo {
		max-width: 100%;
	}

	.dental-h1 {
		font-size: 3rem;
		line-height: 3rem;
	}

	.dental-h2 {
		font-size: 2.25rem;
		font-weight: 600;
	}

	.dental-h3 {
		font-size: 2rem;
		font-weight: 600;
	}

	.sh2 {
		font-size: 1.5rem;
		font-weight: 600;
	}

	.uw-px-xxl-2-5 {
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
	}

	.uw-pt-xxl-2-5 {
		padding-top: 2.5rem;
	}

	.section-first {
		padding-bottom: 3.375rem;
	}

	.section-last {
		padding-top: 3.375rem;
	}

	.section {
		padding: 3.375rem 0;
	}

	.section-2 {
		padding: 3.5rem 0;
	}

	.section-3 {
		padding: 5.625rem 0;
	}
}





@media screen and (max-width: 768px) {
	.modal__title {
		font-size: 25px;
	}

	.order__step {
		font-size: 14px;
	}

	.order__step-button--prev {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0;
		width: 50px;
		height: 50px;
	}

	.order__step-button--prev::before {
		display: block;
	}

	.order__doctor-list {
		grid-template-columns: 1fr;
		gap: 10px;
		padding-right: 10px;
	}

	.order__datetime {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.order__conformation-fields {
		column-gap: 10px;
	}

	.order__conformation-input {
		width: 40px;
		height: 40px;
		font-size: 18px;
	}

	.order__conformation-request-code {
		font-size: 14px;
	}
}


/* Order form */

.consult-form__btn {
	width: fit-content;
	height: 50px;
}


@media screen and (max-width: 576px) {
	.input {
		line-height: 49px;
	}

	.footer-bottom__item {
		text-align: center;
		width: 100%;
	}

	.footer-bottom__item img {
		height: auto;
	}

	.footer-bottom__item p,
	.footer-bottom__item a {
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	.ben_right .ben__box {
		width: 100%;
		margin: 0;
	}

	.ben_right .ben__box:before {
		width: 100%;
	}

	.introduce__body_mobileimage {
		display: block;
	}

	.introduce__body_webimage {
		display: none;
	}
}

.filter-custom.specialists {
	width: 100%;
}


.news-detail img {
	max-width: 100%;
}