.mobile {
	display: none;
}

.grid4 {
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
}

.grid4>div {
	width: 100%;
	margin: 0 !important;
}

.action-item {
	font-family: "Berlingske Serif";
	height: auto;
}

.action-item.action-nobg {
	padding: 35px 40px 40px;
}

.action-item .button {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
}

.item-empty.item.product {
	padding: 0;
	margin-bottom: 0;
}

.hystmodal,
#header-menu-row.show {
	z-index: 2147483650 !important;
}

.min-768 {
	display: none !important;
}

.max-768 {
	display: block;
}

@media (min-width: 961px) {
	.max-960 {
		display: none;
	}
}

@media (max-width: 769px) {
	.max-768 {
		display: none;
	}
}

@media (max-width: 1200px) {
	.block-inner {
		margin: 0 20px !important;
		position: relative;
	}

	.block:not(.site-footer),
	#primary {
		background: none !important;
	}

	#header-menu-row {
		-webkit-margin-before: 14px !important;
		margin-block-start: 14px !important;
	}

	.bl-contacts {
		--bl-contacts-gap: 20px;
		--bl-contacts-map-size: 47.5%;
	}

	.bl-service__wrap,
	.bl-contacts__wrap {
		padding-inline: 20px;
	}
}

@media (max-width: 960px) {
	#header-first-row {
		-webkit-padding-before: 10px;
		padding-block-start: 10px;
		-webkit-transition: -webkit-padding-after .3s;
		transition: -webkit-padding-after .3s;
		-o-transition: padding-block-end .3s;
		transition: padding-block-end .3s;
		transition: padding-block-end .3s, -webkit-padding-after .3s;
	}

	.site-header:not(.white) #header-first-row {
		-webkit-padding-after: 10px;
		padding-block-end: 10px;
	}

	.grid4 {
		-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
		grid-template-columns: repeat(3, 1fr);
	}

	#search {
		width: 210px;
	}

	.woocommerce-cart-form .product-name {
		padding: 0 40px !important;
	}

	#corp-advantages-img {
		width: 40%;
	}

	#corp-advantages-img img {
		-o-object-position: right;
		object-position: right;
	}

	#corp-advantages-text {
		width: calc(60% - 30px);
	}

	#our-partners h2 {
		margin-bottom: 40px;
	}

	#partners-reviews .section-title-text br {
		display: none;
	}

	#our-partners,
	#partners-reviews {
		margin-top: 60px;
	}

	#header-menu-row #primary-menu>li>a {
		padding: 0;
	}

	.reality-content .video {
		width: 80%;
	}

	#licenses-imgs {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	#error-404 p {
		font-size: 38px;
		line-height: 46px;
	}

	#error-404 img {
		max-width: 45%;
		margin-right: 33px;
	}

	#history-steps {
		margin-left: 25px;
	}

	.single #news img {
		max-width: 290px;
	}

	.pros h3 {
		width: 100%;
		padding-right: 30%;
	}

	.pros h3:after {
		right: 50px;
	}

	#advantages h2 {
		text-align: left;
	}

	#advantages .block-inner {
		width: 50%;
	}

	#advantages .container>img {
		-o-object-position: 20% top;
		object-position: 20% top;
	}

	.service-img {
		width: 60%;
	}

	.page-header {
		padding-top: 0;
	}

	#equipment-item-content img {
		max-width: 290px;
	}

	#equipment .archive-description {
		margin-bottom: 40px;
	}

	.equipment-item {
		width: calc(33.3% - 15px);
		margin-bottom: 30px;
	}

	.equipment-item:nth-of-type(1n + 7) {
		display: none;
	}

	.specialist {
		width: calc(33% - 12px);
	}

	.specialist:nth-of-type(1n + 7) {
		display: none;
	}

	.home3 {
		width: 100%;
	}

	.block:not(.site-footer) {
		background-image: none !important;
	}

	.desktop {
		display: none;
	}

	.mobile {
		display: inherit;
	}

	.block-inner {
		margin: 0 15px !important;
	}

	.custom-logo {
		width: 160px;
	}

	body.mobile-menu-open {
		overflow: hidden;
	}

	body:after {
		content: "";
		background: rgba(14, 14, 14, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		opacity: 0;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
	}

	body.mobile-menu-open:after {
		opacity: 1;
		z-index: 1;
		bottom: 0;
	}

	#header-menu-row {
		overflow: scroll;
		position: fixed;
		top: var(--wp-admin--admin-bar--height, 0);
		bottom: 0;
		max-width: 369px;
		width: 100%;
		right: -400px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		border-radius: 0;
		display: block;
		padding: 22px 20px;
		z-index: 2;
		margin: 0 !important;
	}

	#header-menu-row.show {
		right: 0;
	}

	.main-navigation ul {
		display: block;
	}

	.languages-select {
		margin: 0;
	}

	#site-navigation {
		margin-top: 20px;
		text-align: center;
		margin-bottom: 80px;
	}

	#site-navigation li {
		margin-bottom: 25px;
	}

	#primary-menu .menu-item-has-children ul {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-shadow: -5px 5px 30px 10px rgba(0, 0, 0, 0.1);
		box-shadow: -5px 5px 30px 10px rgba(0, 0, 0, 0.1);
		border-radius: 0px 0px 20px 20px;
		background-color: #014a8d;
		z-index: 11;
		padding: 0;
		text-align: center;
		padding-top: 17px;
	}

	#primary-menu .menu-item-has-children>a:after {
		position: relative;
		display: inline-block;
		top: -2px;
		right: -7px;
	}

	#header-menu-row .social-networks>.d-f {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#home-first-section-content {
		padding-block: 120px;
		padding-inline: 15px;
		background-position: right -150px top;
	}

	#quiz-left {
		display: none;
	}

	#quiz-content {
		padding: 35px 55px;
	}

	.quiz-step-option {
		width: calc(25% - 30px);
	}

	#block-service-inner .button.gold-2 {
		width: calc(33% - 20px);
		padding: 0 15px;
	}

	.action-item {
		padding: 0 20px;
		background-position-x: 120% !important;
	}

	.action-item.action-nobg {
		padding: 35px 20px 20px;
	}

	.action-label {
		top: 20px;
		left: 20px;
	}

	.action-item p {
		width: 80%;
	}

	.action-item .button {
		padding: 20px 30px;
	}

	#action-items {
		margin-bottom: 40px;
	}

	#block-experience>.container:first-child {
		background-position: left 31% top;
		position: relative;
	}

	#block-experience>.container:first-child:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.5);
	}

	#block-experience-inner {
		position: relative;
	}

	.milcat .form,
	#block-experience>.container:last-child {
		background-position: right -54% center;
	}

	#callback-form-inner form {
		background-color: #fff;
	}

	#block-about-content {
		max-width: 531px;
	}

	#block-about>.container {
		background-position: left calc(100% - 571px) bottom;
		background-size: auto 106%;
	}

	#block-main_doctor-text p {
		font-weight: 300;
	}

	#formorder-content {
		background-position: right 24% top;
		position: relative;
	}

	#formorder-content:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.5);
		border-radius: 20px;
	}

	#formorder-content form {
		position: relative;
	}

	#colophon .block-inner>.d-f {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#footer-logo {
		margin-bottom: 19px;
	}

	#block-contacts-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.block-contacts-contacts {
		max-width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#qr {
		width: 210px;
		margin-bottom: 30px;
	}

	#qr img {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	#block-contacts-inner .section-title-text {
		width: 100%;
	}

	.block-contacts-clinics {
		margin-left: 0;
		margin-bottom: 30px;
	}

	.block-contacts-clinics .clinic {
		width: calc(25% - 15px);
	}

	.block-contacts-map {
		width: 100%;
		height: 362px;
		margin-left: 0;
	}

	.bl-service {
		--bl-service-items: 2;
	}

	.bl-contacts__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: calc(var(--bl-contacts-gap)*2);
		padding-inline: 15px
	}

	.bl-contacts__part,
	.bl-contacts__title,
	.bl-contacts__subtitle,
	.bl-contacts__address-img {
		inline-size: 100%
	}

	.bl-contacts__part--info,
	.bl-contacts__part--clinics {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.bl-contacts__part--map {
		block-size: 362px;
	}

	.bl-contacts__list,
	.bl-contacts__part--info,
	.bl-contacts__part--clinics {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.bl-contacts__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		inline-size: calc(100% - var(--bl-contacts-gap) - 250px)
	}

	.bl-contacts__qr {
		inline-size: 250px
	}

	.bl-contacts__subtitle {
		-webkit-padding-start: 0;
		padding-inline-start: 0
	}

	.bl-contacts__clinic {
		inline-size: 275px
	}
}

@media (max-width: 768px) {
	#header-first-row {
		-webkit-padding-before: 5px;
		padding-block-start: 5px;
	}

	.site-header:not(.white) #header-first-row,
	#masthead.white {
		-webkit-padding-after: 5px;
		padding-block-end: 5px;
	}

	#home-first-section-content ul+div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.grid4 {
		-ms-grid-columns: 1fr 10px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
	}

	.specialist {
		min-inline-size: 0;
		overflow: hidden;
	}

	.action-label+.action-title {
		margin-top: 30px !important;
	}

	.item.product {
		width: calc(50% - 15px);
	}

	#primary-menu .menu-item-has-children ul {
		top: 25px;
	}

	.d-f.product {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.woocommerce-product-gallery {
		width: 100%;
	}

	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		display: none !important;
	}

	.single-product-buttons.d-f {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single-product-buttons button {
		margin: 0 0 30px !important;
	}

	#woofilters {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#woofilters>* {
		margin: 0 0 15px !important;
		width: 100% !important;
	}

	.product-thumbnail {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 25%;
		flex: 1 0 25%;
	}

	.woocommerce-cart-form .product-name {
		padding: 0 0 0 40px !important;
	}

	.woocommerce-cart-form .product-name {
		width: 74%;
	}

	.woocommerce-cart-form .product-quantity {
		margin-left: calc(26% + 30px);
	}

	.woocommerce-cart-form tr {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.term-certificates .product {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.term-certificates .product img {
		width: 50% !important;
		margin-right: 20px !important;
	}

	#corp-advantages-img {
		width: 30%;
	}

	#corp-advantages-text {
		width: calc(70% - 30px);
	}

	#corp-advantages-img img {
		-o-object-position: -300px;
		object-position: -300px;
	}

	#reviews-text {
		margin: 0;
		padding: 0;
	}

	#block-reviews-text {
		width: 100%;
	}

	#block-reviews-video {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.custom-select select {
		display: none;
	}

	.select-items {
		max-height: 400px;
		overflow: scroll;
	}

	.clinic-videos a {
		width: calc(50% - 15px);
	}

	.quiz-step-option {
		width: calc(25% - 15px);
	}

	#quiz-content {
		padding-left: 15px;
		padding-right: 15px;
	}

	#quiz-right {
		width: 100%;
	}

	.reality-content .video {
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}

	#reviews h2 {
		font-size: 20px;
		line-height: 24px;
	}

	#licenses-imgs {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}

	#questions-answers .pros {
		padding-left: 0;
	}

	#questions-answers .pros .pros {
		padding-left: 25px;
	}

	#questions-answers h3:after,
	#questions-answers h4:after {
		right: 25px;
	}

	#questions-answers h3,
	#questions-answers h4 {
		padding-right: 40px;
	}

	#error-404 {
		margin-bottom: 80px;
	}

	#error-404 img {
		width: 100%;
		max-width: 610px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 80px;
	}

	#error-404 .d-f {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#error-404 div {
		text-align: center;
	}

	#history .archive-description {
		width: 100%;
	}

	#history-steps {
		margin-left: 0;
		margin-right: 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#history-steps>div {
		width: 100%;
		margin-left: 20%;
	}

	.single #news img {
		max-width: 40%;
	}

	.post-navigation {
		margin-top: 40px;
	}

	.pros h3 {
		width: 100%;
		padding-right: 15%;
	}

	.pros h3:after {
		right: 35px;
	}

	#advantages .block-inner {
		width: 70%;
	}

	#advantages .container>img {
		-o-object-position: 35% top;
		object-position: 35% top;
	}

	.service-img {
		width: 50%;
	}

	#select-service_cat,
	#select-clinic_tab {
		position: relative;
		margin-bottom: 30px !important;
		display: block;
		width: 90%;
		height: 50px;
		padding: 0;
	}

	#select-clinic_tab {
		width: 100%;
		font-size: 14px;
	}

	#clinic-tabs-wrapper {
		width: 50%;
		position: relative;
	}

	#select-service_cat:after,
	#select-clinic_tab:after {
		position: absolute;
		content: "";
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 30px;
		width: 8px;
		height: 4.57px;
		background: url(../images/chevron-white.svg) no-repeat;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}

	#select-clinic_tab:after {
		right: 15px;
	}

	#service-cats,
	#clinic-tabs {
		top: 50px;
		display: none;
		position: absolute;
		background: #ffffff;
		z-index: 111;
		-webkit-box-shadow: -5px 5px 30px 10px rgba(0, 0, 0, 0.1);
		box-shadow: -5px 5px 30px 10px rgba(0, 0, 0, 0.1);
		border-radius: 0px 0px 20px 20px;
		width: calc(100% - 2px);
		padding: 20px 15px 5px;
	}

	#block-service-inner .button.gold-2,
	#clinic-tabs .button.gold-2 {
		border: 0;
		font-weight: 700;
		padding: 0;
		margin-bottom: 15px;
		height: auto;
	}

	#block-service-inner .button.gold-2 {
		width: calc(80% - 20px);
		padding: 0 15px;
	}

	#clinic-tabs .button.gold-2 {
		margin-left: 0;
		width: 100%;
		text-align: center;
	}

	#block-service-inner .button.gold-2.active,
	#clinic-tabs .button.gold-2.active {
		color: #be915a;
		background: none;
	}

	@media (hover: hover) {

		#block-service-inner .button.gold-2:hover,
		#clinic-tabs .button.gold-2:hover {
			color: #be915a;
			background: none;
		}
	}

	.equipment-item {
		width: calc(50% - 15px);
		margin-bottom: 30px;
	}

	#service-points {
		background-position: left -40vw top;
	}

	.services-point {
		width: 50%;
	}

	.equipment-item:nth-of-type(1n + 5) {
		display: none;
	}

	.specialist {
		width: calc(50% - 12px);
	}

	.specialist:nth-of-type(1n + 5) {
		display: none;
	}

	.home3 {
		width: 100%;
	}

	.section-title-text {
		font-size: 24px;
		line-height: 29px;
	}

	.min-768 {
		display: block !important;
	}

	#footer-menu2 {
		margin-bottom: 25px;
	}

	.block:not(.site-footer) {
		margin-top: 60px !important;
	}

	#block-homeslider,
	#block-actions {
		-webkit-margin-before: 0 !important;
		margin-block-start: 0 !important;
	}

	.home #block-actions {
		-webkit-padding-before: 0;
		padding-block-start: 0;
	}

	.select-clinic {
		display: none;
	}

	.cart-contents {
		margin-right: 30px;
		margin-left: auto;
	}

	#call-controls {
		margin: 0 auto;
	}

	#home-first-section-content {
		background-size: 69%;
		padding-block: 80px 50px;
		background-position: right -150px bottom;
	}

	#action-items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.action-item {
		margin-bottom: 30px;
		width: 100%;
		background-position-x: 90% !important;
		padding: 0 40px;
	}

	.action-item p,
	.action-prices {
		width: 60%;
	}

	.action-label {
		left: 40px;
		top: 40px;
	}

	#experience-content {
		max-width: 482px;
	}

	#experience-content li {
		width: 100%;
	}

	#block-experience>.container:first-child {
		background-image: url(../images/experience-photo-bg3.jpg);
		background-position: 0 0;

		background-size: auto 100%;
		padding: 35px 0;
	}

	#block-experience>.container:first-child:before {
		display: none;
	}

	#experience-content li {
		margin-bottom: 19px;
	}

	.milcat .form,
	#block-experience>.container:last-child {
		background: none;
	}

	#callback-form-inner form {
		width: 100%;
		max-width: 100%;
	}

	#block-about-content {
		max-width: 482px;
	}

	#block-about>.container {
		background-image: url(../images/about-img-bg3.jpg);
		background-position: left calc(100% - 519px) bottom;
		background-size: auto 100%;
	}

	#block-about-content li {
		margin-bottom: 0;
		margin-top: 20px;
	}

	#block-main_doctor-inner>div {
		width: 100%;
	}

	#block-main_doctor-video {
		width: 70%;
		margin: 15px auto 25px;
	}

	#formorder-content {
		background-image: url(../images/form-bg3.jpg);
	}

	.contact-item,
	#qr {
		width: 50%;
	}

	.bl-service {
		--bl-service-gap: 20px;
		-webkit-padding-before: 60px;
		padding-block-start: 60px
	}

	.bl-service__list {
		-webkit-margin-before: calc(var(--bl-service-gap)*2);
		margin-block-start: calc(var(--bl-service-gap)*2)
	}

	.bl-contacts:not(.site-footer) {
		-webkit-margin-before: 0 !important;
		margin-block-start: 0 !important;
		padding-block: 60px 40px !important
	}

	.bl-contacts__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 20px 10px;
		inline-size: 100%
	}

	.bl-contacts__qr,
	.bl-contacts__item {
		inline-size: calc(50% - 5px)
	}

	.bl-contacts__qr {
		-webkit-margin-before: calc(-45px - var(--bl-contacts-gap));
		margin-block-start: calc(-45px - var(--bl-contacts-gap));
		-webkit-margin-start: auto;
		margin-inline-start: auto;
	}

	.bl-contacts__clinic {
		inline-size: 40%;
	}
}

@media (max-width: 679px) {
	.homeslider-item__bg img {
		block-size: auto;
		inline-size: 100%
	}
}

@media (max-width: 640px) {
	.tax-service_cat .archive-description {
		inline-size: 100%
	}

	#call-controls {
		-webkit-margin-end: 0;
		margin-inline-end: 0
	}

	#call-controls .call-link {
		font-size: 0px;
		line-height: 1;
		-webkit-margin-after: 0;
		margin-block-end: 0
	}

	#call-controls .call-link::before {
		background: #1c84c6 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTI3LjAxMzU1LDIzLjQ4ODU5bC0xLjc1MywxLjc1MzA1YTUuMDAxLDUuMDAxLDAsMCwxLTUuMTk5MjgsMS4xODI0M2MtMS45NzE5My0uNjkzNzItNC44NzMzNS0yLjM2NDM4LTguNDM4NDgtNS45Mjk1UzYuMzg3LDE0LjAyOCw1LjY5MzMsMTIuMDU2MTVBNS4wMDA3OCw1LjAwMDc4LDAsMCwxLDYuODc1NzMsNi44NTY4N0w4LjYyODc4LDUuMTAzNzZhMSwxLDAsMCwxLDEuNDE0MzEuMDAwMTJsMi44MjgsMi44Mjg4QTEsMSwwLDAsMSwxMi44NzEsOS4zNDY4TDExLjA2NDcsMTEuMTUzYTEuMDAzOCwxLjAwMzgsMCwwLDAtLjA4MjEsMS4zMjE3MSw0MC43NDI3OCw0MC43NDI3OCwwLDAsMCw0LjA3NjI0LDQuNTgzNzQsNDAuNzQxNDMsNDAuNzQxNDMsMCwwLDAsNC41ODM3NCw0LjA3NjIzLDEuMDAzNzksMS4wMDM3OSwwLDAsMCwxLjMyMTcxLS4wODIwOWwxLjgwNjIyLTEuODA2MjdhMSwxLDAsMCwxLDEuNDE0MTItLjAwMDEybDIuODI4OCwyLjgyOEExLjAwMDA3LDEuMDAwMDcsMCwwLDEsMjcuMDEzNTUsMjMuNDg4NTlaIiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+) center no-repeat;
		background-size: 30px;
		block-size: 42px;
		border-end-end-radius: 50%;
		border-end-start-radius: 50%;
		border-start-end-radius: 50%;
		border-start-start-radius: 50%;
		content: '';
		display: block;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		inline-size: 42px;
	}

	#call-controls .call-link::after,
	#call-controls .callback-link {
		display: none;
		visibility: hidden
	}

	#header-first-row .cart-contents {
		-webkit-margin-start: 6px;
		margin-inline-start: 6px
	}
}

@media (max-width: 500px) {
	.bl-service {
		--bl-service-gap: 10px;
	}

	.bl-service__list {
		-webkit-margin-before: calc(var(--bl-service-gap)*3);
		margin-block-start: calc(var(--bl-service-gap)*3);
		row-gap: calc(var(--bl-service-gap)*2)
	}

	.bl-service__content {
		padding-block: 16px 14px;
		padding-inline: 12px
	}

	.bl-service__btn {
		padding-block: 12px;
	}

	.bl-contacts__wrap {
		text-align: center
	}

	.bl-contacts__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.bl-contacts__item {
		inline-size: 100%
	}

	.bl-contacts__item:last-of-type>div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.bl-contacts__qr {
		inline-size: 75%;
		-webkit-margin-before: 0;
		margin-block-start: 0;
		-webkit-margin-end: auto;
		margin-inline-end: auto;
		text-align: left
	}

	.bl-contacts__clinic {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		inline-size: calc(50% - (var(--bl-contacts-gap)/2))
	}
}

@media (max-width: 450px) {
	.cart-totals .cart-totals-text {
		max-width: 100% !important;
		margin-top: 50px;
	}

	.cart-totals {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.woocommerce-cart-form tr {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.woocommerce-cart-form tr td {
		width: 100% !important;
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 0 100% !important;
		flex: 1 0 100% !important;
		padding: 0 !important;
		margin-bottom: 30px;
		margin-left: 0 !important;
		text-align: left;
	}

	.product-thumbnail {
		text-align: center;
	}

	.woocommerce-cart-form .product-subtotal {
		-moz-text-align-last: left;
		text-align-last: left;
	}

	.woocommerce-cart-form .product-name {
		padding: 0 !important;
	}

	#brands {
		margin-top: 0;
	}

	#buy-modal .button[type="submit"] {
		width: 100%;
		margin-top: 20px;
	}

	#buy-modal-fields label {
		width: 100%;
		margin-bottom: 20px;
	}

	#buy-modal-cart .modal-qty {
		margin-top: 30px;
	}

	#buy-modal-cart .title {
		margin-left: auto;
		margin-right: auto;
	}

	#buy-modal-cart .price {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	#buy-modal-cart {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.term-certificates .product h3 {
		margin: 0 0 15px;
		font-size: 14px;
	}

	.term-certificates .product {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 60px !important;
	}

	.term-certificates .product .button {
		position: relative !important;
		width: 100%;
		margin-top: 40px;
		display: block;
	}

	.term-certificates .product div {
		width: 100%;
	}

	.term-certificates .product img {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
	}

	#quiz-prev {
		margin-bottom: 20px;
	}

	#quiz-body {
		padding-bottom: 200px;
	}

	#become-partner #advantages {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#corp-advantages-img,
	#corp-advantages-text {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#cor-buttons {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
	}

	#corp-advantages-img img {
		-o-object-position: left;
		object-position: left;
	}

	#cor-buttons a {
		width: 100%;
		margin-bottom: 30px;
	}

	.clinic-videos a {
		width: 100%;
		margin-bottom: 20px;
	}

	#clinic-tabs-wrapper {
		width: 100%;
	}

	.reality-content p {
		margin-bottom: 20px;
	}

	.reality-content p:first-child {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
	}

	.reality-content .video {
		width: 100%;
		margin-top: 20px;
	}

	#reviews h2 {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
	}

	#licenses-imgs {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	#licenses-imgs img {
		width: 100%;
		margin-bottom: 20px;
	}

	#questions-answers h3,
	#questions-answers h4 {
		font-size: 14px;
		padding-right: 40px;
	}

	#error-404 p {
		margin-bottom: 30px;
	}

	#error-404,
	#error-404 img {
		margin-bottom: 60px;
	}

	#error-404 a {
		width: 100%;
	}

	#error-404 p {
		font-size: 24px;
		line-height: 29px;
	}

	.history-step-circles {
		width: 40px;
		height: 40px;
		left: -20px;
		top: -10px;
	}

	#history #second-text {
		margin-top: 40px;
		padding-bottom: 0;
		width: 90%;
		font-size: 14px;
		line-height: 17px;
	}

	.history-step-circles:before {
		width: 26px;
		height: 26px;
	}

	.history-step-circles:after {
		width: 13px;
		height: 13px;
	}

	#history-steps {
		font-size: 14px;
	}

	#history-steps .history-step b {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	#history-steps>div {
		margin-left: 10px;
	}

	#history-steps .history-step {
		padding-right: 0;
		margin-bottom: 30px;
		padding-left: 30px;
	}

	.nav-subtitle {
		display: none;
	}

	.post-navigation {
		margin-top: 24px;
	}

	.single #news .d-f {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.single #news img {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}

	#formorder-content form {
		width: 100%;
		max-width: 100%;
	}

	.service-img {
		width: 100%;
		margin-bottom: 15px;
	}

	#order-service {
		margin-top: 40px;
		width: 100%;
	}

	#main-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.service-text {
		margin-right: 0;
		width: 100%;
	}

	#advantages {
		font-size: 14px;
		text-align: center;
	}

	#advantages li {
		text-align: left;
	}

	#advantages h2 {
		text-align: center;
	}

	#advantages .block-inner {
		margin-right: 0;
		position: relative;
		width: auto;
		top: auto;
		right: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	#advantages .container>img {
		display: none;
	}

	/* #serv-services thead {
		display: none;
	}
	#serv-services tbody td {
		display: block;
	}
	#serv-services tbody td:first-child {
		padding-bottom: 0;
	} */
	.single-service h2 {
		font-size: 22px;
		line-height: 26px;
	}

	#service-points {
		background: url(../images/service-point-img-mob.jpg) no-repeat;
		background-position: center top;
		padding: 300px 0 0;
		margin-top: -59px;
	}

	.archive-description {
		width: 100% !important;
	}

	.services-point {
		width: 100%;
	}

	.single-equipment #block-service h2 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 20px;
		text-align: center;
	}

	#equipment-item-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#equipment-item-content img {
		max-width: 200px;
		margin: 0 auto 20px;
		display: inline-block;
	}

	.equipment-item {
		width: 100%;
		margin-bottom: 20px;
	}

	.hystmodal__window {
		margin-top: 55px;
	}

	#specialist-examples {
		margin-top: 30px;
	}

	#staff-modal .hystmodal__window {
		padding: 30px 10px;
	}

	#specialist-examples .block {
		margin-top: 20px !important;
	}

	#specialist-gallery .block-inner,
	#specialist-right .block-inner {
		margin: 0 !important;
	}

	#specialist-gallery {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	#specialist-right {
		width: 100%;
	}

	.specialist {
		width: 100%;
	}

	body:not(.home) .block:first-child {
		margin-top: 20px !important;
	}

	#breadcrumbs {
		margin-bottom: 40px;
		margin-top: 0;
	}

	.page-header {
		padding-top: 0;
	}

	.page-title {
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		margin-bottom: 20px;
	}

	.archive-description {
		text-align: center;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 17px;
	}

	.archive-description br {
		display: none;
	}

	.section-title-text {
		font-size: 22px;
		line-height: 26px;
		text-align: center;
	}

	body.home {
		background-size: 200vh;
	}

	#home-first-section-content {
		background: none;
		padding-block: 30px 40px;
	}

	#home-first-section-content .cta {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-margin-before: 20px;
		margin-block-start: 20px;
	}

	/* #home-first-section-content ul {
		width: 60%;
		margin: 0px auto;
	}
	#home-first-section-content ul li {
		width: 100%;
	} */
	.home3,
	.home1 {
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}

	.home2 {
		text-align: center;
		font-size: 14px;
		line-height: 17px;
	}

	.home4 {
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		margin-bottom: 20px;
	}

	.home4 br {
		display: none;
	}

	#home-cta {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		background: url(../images/curve-arrow2.svg) no-repeat;
		background-position: left 20% bottom -50px;
		background-position: left 39% bottom 10px;
	}

	#home-cta a.button {
		width: 100%;
		margin-bottom: 48px;
		display: block;
		margin-top: 12px;
		margin-right: 0;
	}

	#home-cta span {
		margin-right: 5px;
		margin-left: auto;
		display: inline-block;
	}

	.quiz-step-option {
		width: calc(50% - 10px);
	}

	.quiz-step-option span {
		font-size: 11px;
		line-height: 11px;
	}

	#quiz-footer {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#quiz-footer .button {
		width: 100%;
		margin-bottom: 95px;
	}

	.quiz-step-option svg {
		width: 13px;
		height: 13px;
	}

	#quiz-content {
		padding: 20px 10px;
	}

	#block-service-inner .section-description-text {
		font-size: 14px;
		line-height: 17px;
	}

	#block-service-inner td:first-child {
		padding-right: 20px;
	}

	.action-item {
		background: none !important;
		padding: 35px 15px;
	}

	.action-label {
		top: 35px;
		left: 15px;
	}

	.action-title.blue {
		margin-top: 0 !important;
	}

	.action-title:not(.blue) {
		margin-top: 65px !important;
	}

	.action-label+.action-title {
		margin-top: 40px !important;
	}

	.action-item p,
	.action-prices {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.action-prices {
		font-size: 1.2em;
	}

	.action-item .button {
		left: 15px;
		right: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.action-prices .old-price {
		margin-left: 0;
		margin-top: 14px;
	}

	.button {
		padding-left: 30px;
		padding-right: 30px;
	}

	#block-experience>.container:first-child:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.8);
	}

	#experience-content li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 25px;
		text-align: center;
	}

	.your-name-field,
	.your-phone-field,
	.date-field,
	.time-field {
		width: 100% !important;
	}

	label.accept-field {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		font-size: 13px;
		margin-left: auto;
		margin-right: auto;
	}

	#callback-form-inner form .button {
		width: 100%;
	}

	#block-about-content .more-link {
		margin: 5px 0 10px;
	}

	#block-about-content li {
		width: 100%;
	}

	#block-main_doctor-inner .button {
		display: block;
	}

	.beforeafter-footer,
	.spec,
	.spec div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.spec img {
		width: 25px;
		height: 25px;
		margin-bottom: 8px;
	}

	.spec {
		margin-bottom: 30px;
	}

	.beforeafter-footer a.black {
		font-size: 12px;
	}

	.beforeafter-content {
		padding: 15px;
		border: 1px solid #b2c8dc;
		border-radius: 10px;
	}

	#formorder-content {
		background: none;
		padding: 30px 15px;
	}

	#colophon {
		background-image: url(../images/footer1.png), url(../images/footer2.png) !important;
		background-position: left -153px bottom -6px, right -35px top -72px;
	}

	.contact-item,
	#qr {
		width: 100%;
		text-align: center;
	}

	.contact-item {
		margin-bottom: 20px;
	}

	#qr {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#qr img {
		-webkit-box-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}

	#qr span {
		width: 40%;
		text-align: left;
	}

	.social-networks>div {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.block-contacts-clinics p {
		text-align: center;
	}

	.block-contacts-clinics .clinic {
		width: calc(50% - 15px);
	}

	.block-contacts-map {
		height: 143px;
	}

	#block-contacts {
		padding-bottom: 0;
	}

	.action-item {
		height: auto;
	}

	.action-item .button {
		display: block;
		position: relative;
		right: auto;
		bottom: auto;
		left: auto;
	}

	.bl-service__content {
		padding-inline: clamp(6px, 2.667vw, 12px);
	}

	.bl-service__name {
		font-size: clamp(14px, 4vw, 18px);
	}

	.bl-service__btn {
		font-size: clamp(14px, 3.556vw, 16px);
		padding-block: 12px;
		padding-inline: 0;
	}
}