.section-spxrtxk {
    width: 100%;
    height: 100vh;
    padding: 220px 20px;
}

.l-doctor__img-border::before, .l-doctor__img-border::after {
	display: none;
}

.l-doctor__img-border {
	width: auto!important;
	height: auto!important;
}

.l-doctor__img img {
	width: 500px !important;
	height: auto !important;
}

@media screen and (max-width: 1200px) {
	.l-doctor__img img {
		width: 400px !important;
	}
}

@media screen and (max-width: 900px) {
	.l-doctor__img img {
		width: 300px !important;
	}
}

@media screen and (max-width: 768px) {
	.l-doctor__wrapper {
		flex-direction: column-reverse!important;
		gap: 20px!important;
		align-items: center!important;
	}

	.section-spxrtxk {
		height: auto;
		padding: 100px 20px;
	}
}

.detail--image img {
	width: 100%;
}

.l-header__menu.navigation-id {
	display: none;
}

.section123 .section-header {
	margin-top: 40px;
}

@media screen and (max-width: 620px) {
	.l-navigation__menu {
		height: 0;
	}
	.l-main__block-link {
		display: block!important;
	}
	.l-header__menu.navigation-id {
		display: flex;
	} 
	.section:first-child {
		height: auto!important;
	}

	.fs-18-400 {
		font-size: 16px!important;
	}
	.l-header__actions {
		display: flex!important;
	}
	.l-header__actions .l-header__actions-sign, .l-header__actions .l-header__actions-lang {
		display: none!important;
	}

	.l-navigation__el:last-child {
		display: none;
	}

	.l-header.active {
		width: 100%!important;
    	left: 0!important;
	}

	.l-navigation__wrapper {
		align-items: flex-end!important;
		padding: 0!important;
	}

	.l-header__wrapper {
		align-items: flex-start!important;
	}

	.l-navigation__menu {
		transform: translateX(+200%);
	}

	.l-header__menu.navigation-id.active {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: black;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		flex-direction: column;
		padding: 40px 14px 40px 40px;
	}

	.l-navigation {
		width: 100%;
	}

	.l-header__menu.navigation-id.active .l-navigation__wrapper {
		width: 100%;
		justify-content: space-between;
		align-items: flex-start!important;
		flex-direction: row-reverse;
	}

	.l-header__menu.navigation-id.active .l-navigation__menu{
		transform: translateX(0)!important;
	}

	.l-navigation__menu {
		transform: translateX(200%)!important;
	}
}

.l-doctor__article {
	justify-content: center;
}

.customselect p.title {
	background: white;
}

.customselect ul {
	outline: 2px solid #0210ec;
}

.section-button a, 
.l-header__actions .l-header__actions-sign a,
.l-gallery__btn a,
.l-form__submit input {
	border-radius: 25px!important;
	border: 2px solid #FFFFFF!important;
	transition: .3s;
}

.section-button a:hover, 
.l-header__actions .l-header__actions-sign a:hover,
.l-gallery__btn a:hover,
.l-form__submit input:hover {
	color: #333;
	background: #fff;
}

.l-main__block-item {
	transition: .6s;
	border: 1px solid transparent;
}

.l-main__block-item:hover {
	background: transparent;
	border: 1px solid #ffe500;
}

.section.circle-bg::before {
	right: -5%!important;
	bottom: -20%!important;
}

.section.bottom-left.circle-bg::before {
	right: 0!important;
	left: -6%!important;
	background-position-x: left;
}

.l-doctor__img {
	z-index: 10;
}

.l-doctor__img-border {
	border: none!important;
}
.l-doctor__img-border::before {
	width: 600px!important;
	height: 600px!important;
	left: -100px!important;
	top: -100px!important;
}
.l-doctor__img-border::after {
	width: 400px!important;
	height: 400px!important;
	left: 0!important;
	top: 0!important;
}


.l-form__submit input {
	background: rgba(0, 0, 0, 0);
    outline: 0;
    max-width: 138px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 2000px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}