header p {
	margin: 0;
	padding: 0;
}

.header__top {
	padding: 18px 0 10px;
}

.header__bot {
	padding: 10px 0 18px;
}

.header__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.header__items {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	max-width: 670px;
}

.header__item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.header__item-title {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #09090999;
	text-wrap: nowrap;
}

.header__item-title img {
	widows: 16px;
	height: 16px;
}

.header__item-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #090909E5;
}

.header__item-text span {
	color: #B2114E;
}

.header__contacts {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.header__social {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
}

.header__social a {
	width: 25px;
	height: 25px;
}

.header__phones {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.logo__link img {
	width: 148px;
	height: 42px;
}

.logo__link p {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.2;
	color: #B2114E;
}

.header__phones a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #090909E5;
}

.header__hr,
.header__hr_mob {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
	height: 1px;
	background: #B2114E1A;
}

.header__hr_mob {
	display: none;
}

.header__bot-func {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.header__bot-func .site-btn {
	font-size: 12px;
	font-weight: 550;
}

.header__bot-bts {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

.header__bot-bts>* {
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
	line-height: 0;
	cursor: pointer;
}

.header__menu-link {
	font-size: 14px;
}

.header__submenu-link-style {
	font-size: 14px;
}

.header__menu_mob {
	display: none;
}

.header__menu-btn {
	background: transparent;
	width: 24px;
	height: 20px;
	flex-shrink: 0;
	position: relative;
}

.header__menu-btn::before {
	content: "";
	display: block;
	background: #B2114E;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.header__menu-btn span {
	content: "";
	display: block;
	background: #B2114E;
	width: 100%;
	height: 3px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.header__menu-btn::after {
	content: "";
	display: block;
	background: #B2114E;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.header__menu-btn.open {
	background: transparent;
}

.header__menu-btn.open::before {
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(45deg);
}

.header__menu-btn.open span {
	display: none;
}

.header__menu-btn.open::after {
	top: 50%;
	left: 0;
	transform: translateY(-50%) rotate(-45deg);
}

.header__plashka_mob {
	display: none;
}

.breadcrumb-wrap {
	top: 182px;
}




.spis-lit {
	font-size: 18px;
}

.spis-lit ol {
	display: flex;
	flex-direction: column;
	gap: 16px;
}



.text-block {
	padding-top: 80px;
	padding-bottom: 80px;
}

.doctor__pwrapper {
	display: flex;
	flex-direction: row;
	gap: 50px;
}

.doctor__pcard {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
	padding: 20px;
	width: 370px;
	height: fit-content;
	flex-shrink: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px #0000000A;
	margin-bottom: 60px;
}

.doctor__pcard .doc_img_inner {
	width: 300px;
	height: 300px;
}

.doctor__ptime-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 30px;
	background: #F7FBFF;
	border: 1px solid #E7F0F9;
}

.doctor__ptime-list p {
	margin: 0;
	padding: 0;
}

.doctor__ptime-item_title p {
	font-size: 24px;
	font-weight: 550;
	line-height: 1.2;
	margin-bottom: 20px;
}

.doctor__ptime-item {
	padding: 10px 0;
	border-bottom: 1px solid #B1104E1A;
}

.doctor__ptime-list .doctor__ptime-item:first-child {
	padding-top: 0;
}

.doctor__ptime-list .doctor__ptime-item:last-child {
	border: 0;
}

.doctor__ptime-item span {
	float: right;
	color: #B72059;
	font-weight: 550;
}

.doctor__ptitle {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B1104E4D;
}

.doctor__ptitle h1 {
	font-size: 44px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.doctor__pbadge {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}

.doctor__pbadge span {
	padding: 10px 15px;
	background: #B7205914;
	color: #B72059;
}

.doctor__pdescr {
	margin: 0 0 40px 0;
	padding: 0;
	color: #090909CC;
}

.doctor__pbts {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-bottom: 60px;
}

.doctor__pbts .site-btn {
	padding: 14px 20px;
	font-size: 14px;
}

.doctor__pbts span {
	padding: 14px 20px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #D9D9D9;
}

.doctor__pcontent {
	margin-bottom: 60px;
}

.doctor__pcontent-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 20px;
}

.doctor__pedu-wrapper {
	display: flex;
	flex-direction: column;
	padding: 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px 0px #0000000A;
}

.doctor__pedu-line {
	display: flex;
	flex-direction: row;
	gap: 20px;
	/*justify-content: space-between;*/
	padding-bottom: 20px;
	border-bottom: 1px solid #B1104E26;
	margin-bottom: 20px;
}

.doctor__pedu-wrapper .doctor__pedu-line:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.doctor__pedu-tit {
	font-weight: 550;
	color: #090909E5;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 140px;
}

.doctor__pedu-line ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.doctor__pedu-line ul li {
	padding-left: 32px;
	position: relative;
}

.doctor__pedu-line ul li::before {
	content: "";
	display: block;
	background: url("../img/mark-spis.svg");
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
}

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

.doctor__particle_flex a {
	display: block;
	padding: 10px 20px;
	border: 1px solid #B2114E66;
	width: 100%;
	transition: border-color .2s ease;
}

.doctor__particle_flex a:hover {
	border-color: #B2114E;
}

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

.nreview {
	display: flex;
	flex-direction: row;
	gap: 40px;
	background: #fff;
	padding: 40px;
}

.nreview__left {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.nreview__left .apos {
	width: 105px;
	height: 94px;
}

.nreview__left-btn {
	margin-top: auto;
}

.slider-button {
	margin: 0;
	padding: 12px;
	border: 0;
	background: #B2114E;
	border-radius: 2px;
	cursor: pointer;
}

.slider-button img {
	width: 16px;
	height: 10px;
	filter: invert(0.4) brightness(1.95);
}

.slider-button[disabled] {
	background: #B2114E0D;
	cursor: not-allowed;
}

.slider-button[disabled] img {
	filter: none;
}

.slider-button_prev img {
	transform: rotate(90deg);
}

.slider-button_next img {
	transform: rotate(-90deg);
}

.nreview__text {
	height: 132px;
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 8px;
}

.nreview__text.active {
	height: auto;
}

.nreview__text p {
	margin: 0;
	padding: 0;
}

.nreview__text-full {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	color: #B2114E;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
}

.nreview__text-full.active img {
	rotate: 180deg;
}

.nreview__text-full .no-more {
	display: none;
}

.nreview__text-full.active .no-more {
	display: block;
}

.nreview__text-full .more {
	display: block;
}

.nreview__text-full.active .more {
	display: none;
}

.nreview__hr {
	margin: 15px 0;
	width: 100%;
	height: 1px;
	background: #B1104E26;
}

.nreview__autor {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: 700;
	font-size: 18px;
}

.nreview__age {
	margin: 0;
	padding: 0;
}

.diplom__slider-img img {
	width: 100%;
	height: 100%;
}

.diplom {
	position: relative;
}

.diplom__nav-slider-button_prev {
	position: absolute;
	top: 50%;
	left: -70px;
	transform: translateY(-50%);
}

.diplom__nav-slider-button_next {
	position: absolute;
	top: 50%;
	right: -70px;
	transform: translateY(-50%);
}

.popup.search .popup__content {
	border-radius: 20px;
}

.popup__search {
	padding: 35px 25px;
	width: 550px;
	max-height: 580px;
	overflow: hidden;
}

.popup__search-title {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-weight: 550;
	color: #B1104E;
}

.popup__search-inp {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.popup__search-inp input {
	font-size: 14px;
	padding: 15px 15px;
	border: none;
	border-radius: 5px;
	background: #F2F2F2;
	width: 100%;
}

.popup__search-inp input:placeholder {
	color: #929292;
}

.popup__search-inp button {
	border: none;
	border-radius: 3px;
	height: 46px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background: #B72059;
}

.popup__search-restit {
	margin: 25px 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E3E3E3;
	font-size: 14px;
	color: #929292;
}

.popup__search-resspis {
	display: flex;
	flex-direction: column;
	gap: 25px;
	max-height: 350px;
	overflow: auto;
}

.popup__search-resspis::-webkit-scrollbar {
	width: 3px;
}

.popup__search-resspis::-webkit-scrollbar-track {
	background: #E6E6E6;
	border-radius: 7px;
}

.popup__search-resspis::-webkit-scrollbar-thumb {
	background-color: #B1104E;
	border-radius: 7px;
}

.popup__search-resspis li {
	display: flex;
	flex-direction: row;
	gap: 15px;
	justify-content: space-between;
	padding-right: 20px;
}

.popup__search-resspis li a {
	color: #090909;
	transition: color .2s ease;
}

.popup__search-resspis li a:hover {
	color: #B1104E;
}

.popup__search-resspis li span {
	color: #929292;
	font-size: 14px;
}

.hidden {
	display: block;
}

.footer-new .consultation {
	background: #5B0A29;
	color: #fff;
}

.footer-new .disclaimer {
	background: #5B0A29;
	color: #fff;
	padding: 16px;
	margin-top: 24px;
}

.service-lvl1-link {
	display: flex;
	color: #B2114E;

	margin-bottom: 12px;
	gap: 6px;
}

.service-lvl1-link a {
	color: #B2114E;
	font-weight: 500;
}

.service-lvl1-link_arrow {
	display: none;
}

.services-block {
	margin-bottom: 24px;
}

.footer-services {
	columns: 3;
}

.footer-subtitle {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 18px;
}

.footer-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.footer-body {
	display: grid;
	grid-template-columns: 3fr 1fr;
}

.services-lvl2 {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-soc-item {
	background: #B2114E;
	padding: 6px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}

.footer-soc {
	display: flex;
	gap: 6px;
	margin-top: 8px;
}

.footer-contacts-item span {
	color: #09090980;
	margin-bottom: 4px;
	display: inline-block;
}

.footer__phone {
	font-size: 24px;
	line-height: 12px;
	color: #B2114E;
	font-weight: 600;
}

.footer-contacts-block {
	display: flex;
	gap: 8px;
	flex-direction: column;
	margin-top: 12px;
}

.footer-info-links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 16px;
}

.footer-info-links a {
	text-decoration: underline;
}


@media (max-width: 1330px) {

	.diplom__nav-slider-button_prev,
	.diplom__nav-slider-button_next {
		position: static;
		transform: none;
	}

	.diplom__bottom {
		margin-top: 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		justify-content: center;
	}
}

@media (max-width: 1120px) {
	.header__btn {
		display: inline-block;
		text-align: center;
	}

	.header__social {
		width: min-content;
	}

	.header__phones a {
		text-wrap: nowrap;
	}
}

@media (max-width: 992px) {
	.header__bot-func {
		display: none;
	}

	.header__contacts {
		display: none;
	}

	.header__bot {
		padding: 0;
	}

	.header__menu {
		top: 100px;
		padding: 0 15px;
		background: #F7FBFF;
	}

	.footer-services {
		columns: 2;
	}

	.footer-body {
		display: grid;
		grid-template-columns: 2fr 1fr;
	}

	.footer__phone {
		justify-content: flex-start;
	}

	.header__menu-item {
		text-align: left;
		padding: 15px 0px;
		margin: 0;
		border-bottom: 1px solid #ECECEC;
	}

	.has-submenu-first:after {
		right: 6px;
		margin-right: 0;
		top: 20px;
	}

	.has-submenu-first.open:after {
		right: 6px;
		margin-right: 0;
		top: 25px;
	}

	.header__submenu,
	.header__submenu2 {
		width: 100%;
		margin: 0;
		padding: 0;
		background: #F7FBFF;
	}

	/*.has-submenu-first li,
	.has-submenu-first li:first-child{
		padding: 15px 0;
		margin: 0;
	}*/
	.has-submenu:after {
		top: 20px;
		right: 0;
		margin: 0;
	}

	li.header__submenu2-item {
		padding: 10px 0;
	}

	.header__submenu2-item a {
		color: #423f3f;
		font-size: 13px;
	}

	.breadcrumb-wrap {
		top: 100px;
	}

	.text-block {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.stati .site-container {
		padding-top: 40px;
	}
}

@media (max-width: 850px) {
	.doctor__pwrapper {
		flex-direction: column;
		gap: 10px;
	}

	.doctor__pinside {
		display: contents;
	}

	.doctor__ptitle {
		flex-direction: column-reverse;
		order: 1;
		border: none;
		padding: 0;
		margin: 0;
	}

	.doctor__pcard {
		order: 2;
		width: 100%;
		margin-bottom: 30px;
	}

	.doctor__pblock {
		order: 3;
	}

}

@media (max-width: 750px) {
	.header__menu_mob {
		display: flex;
		flex-direction: column;
		gap: 20px;
		width: 100%;
		height: 100%;
		background: #E7F0F9;
		padding: 30px 15px;
		position: relative;
	}

	.header__bot-bts_mob {
		position: absolute;
		top: 40px;
		right: 15px;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	.header__bot-bts_mob button {
		border: none;
		padding: 0;
		margin: 0;
		background: transparent;
		line-height: 0;
		cursor: pointer;
	}

	.header__items_mob {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.header__item_mob {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.header__items .header__item:nth-child(1) {
		display: none;
	}

	.header__items .header__item:nth-child(2) {
		display: none;
	}

	.header__items .header__item:nth-child(3) .header__item-title {
		display: none;
	}

	.header__items .header__item:nth-child(3) .header__item-text {
		font-size: 12px;
	}

	.logo__link img {
		width: 124px;
		height: 35px;
	}

	.logo__link p {
		font-size: 10px;
	}

	.header__menu {
		/*top: 122px;*/
		top: 0;
		height: auto;
	}

	.menu-wraper {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		justify-content: flex-start;
		height: calc(100vh - 120px);
		overflow: auto;
	}

	.header__top {
		padding-top: 12px;
	}

	.header__plashka_mob .header__social {
		display: contents;
	}

	.header__plashka_mob .header__phones {
		display: contents;
	}

	.header__plashka_mob .header__phones a {
		font-size: 20px;
		line-height: 20px;
		color: #B2114E;
		font-weight: 500;
		margin-right: auto;
	}

	.header__plashka_mob {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		gap: 10px;
		padding: 10px 15px 12px;
	}

	.header__hr_mob {
		display: block;
	}

	.breadcrumb-wrap {
		top: 130px;
	}

	.text-block {
		padding-top: 40px;
	}

	.doctor__pcontent-title {
		font-size: 30px;
	}

	.footer-body {
		display: grid;
		grid-template-columns: 1fr;
	}

	.footer-services {
		display: flex;
		flex-direction: column;
	}

	.service-lvl1-link_arrow {
		display: block;
	}

	.services-lvl2 {
		display: none;
	}

	.services-block {
		margin-bottom: 0px;
	}

	.service-lvl1-link.active+.services-lvl2 {
		display: flex;
		margin-bottom: 24px;
	}

	.service-lvl1-link_arrow {
		transition: all .2s;
	}

	.service-lvl1-link.active .service-lvl1-link_arrow {
		transform: rotate(180deg);
	}
}

@media (max-width: 750px) {
	.doctor__ptitle h1 {
		font-size: 36px;
	}

	.doctor__pbadge {
		flex-direction: column;
	}

	.doctor__pbadge span {
		width: 100%;
		text-align: center;
	}

	.doctor__pcard .doc_img_inner {
		width: 280px;
		height: 280px;
	}

	.doctor__ptime-list {
		padding: 20px;
	}

	.doctor__ptime-item_title p {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.doctor__ptime-list p {
		font-size: 14px;
	}

	.doctor__ptime-item span {
		font-size: 14px;
	}

	.doctor__pdescr {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.doctor__pbts {
		flex-direction: column-reverse;
		margin-bottom: 40px;
	}

	.doctor__pbts .site-btn {
		width: 100%;
		text-align: center;
	}

	.doctor__pbts span {
		width: 100%;
		text-align: center;
	}

	.doctor__pedu-line {
		flex-direction: column;
		gap: 15px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.doctor__pedu-line ul li {
		font-weight: 14px;
	}

	.doctor__particle_flex a {
		font-size: 14px;
	}

	.nreview {
		padding: 20px;
		flex-direction: column-reverse;
	}

	.nreview__inner {
		max-width: 100%;
	}

	.nreview__left .apos {
		display: none;
	}

	.nreview__left-btn {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 10px;
		justify-content: center;
	}

	.nreview__text {
		height: 290px;
		padding: 0;
	}

	.nreview__text>* {
		font-size: 14px;
	}

	.nreview__autor {
		font-size: 16px;
	}

	.nreview__age {
		font-size: 14px;
	}
}

@media (max-width: 600px) {
	.popup__search {
		width: 100%;
		padding: 35px 5px;
	}
}

.back-to-top {
	position: fixed;
	bottom: 121px;
	left: 7px;
	display: none;
	font-size: 24px;
	color: #FFC700;
	background: #B7205914;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	z-index: 1000;
}

.back-to-top:hover {
	background: #B72059;
	text-decoration: none;
}

.feedback-card {
	max-width: 1090px;
	margin: 30px auto;
	padding: 50px;
	background-color: #F7FBFF;
	position: relative;
}

.feedback-card__background {
	height: 100%;
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.feedback-card__background img {
	height: 100%;
	width: auto;
}

.feedback-card__background_mobile {
	display: none;
}

.feedback-card__col {
	max-width: 500px;
	position: relative;
	z-index: 3;
}

.feedback-card__title {
	color: #090909CC;
	font-weight: 700;
	font-size: 35px;
	line-height: 40px;
	font-family: "HelvericaNeueCyr";
	margin-bottom: 20px;
}

.feedback-card__subtitle {
	text-transform: uppercase;
	font-family: "HelvericaNeueCyr";
	font-weight: 300;
	margin-bottom: 69px;
	color: #090909CC;
	font-size: 16px;
	line-height: 18px;
}

.feedback-card__row {
	display: flex;
	gap: 32px;
	align-items: center;
}

a.feedback-card__button {
	color: #FFFFFF;
	font-family: "HelvericaNeueCyr";
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
}

a.feedback-card__link {
	font-family: "HelvericaNeueCyr";
	color: #B2114E;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	transition: 0.3s;
}

a.feedback-card__link:hover {
	text-shadow: 0 0 9px #B2114E;
	transition: 0.3s;
}

@media(max-width: 920px) {
	.feedback-card__col {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.feedback-card {
		padding: 17px 20px 0 20px;
	}

	.feedback-card__title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.feedback-card__subtitle {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 40px;
	}

	.feedback-card__row {
		flex-direction: column;
		gap: 20px;
	}

	a.feedback-card__button {
		width: 100%;
		text-align: center;
		font-size: 16px;
	}

	.feedback-card__link {
		font-size: 16px;
		line-height: 18px;
	}

	.feedback-card__background {
		display: none;
	}

	.feedback-card__background_mobile {
		display: block;
	}

	.feedback-card__background_mobile img {
		width: 100%;
		height: auto;
	}

	.back-to-top {
		bottom: 100px;
	}
}

.nreview__text.active {
	color: #090909;
}

.header__phones a {
	color: #B2114EE5;
	transition: color 0.3s;
}

.header__phones a:hover {
	color: #090909E5;
}

.header__social a.header__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transition: opacity 0.3s;
}

.header__social a.header__social-link:hover {
	opacity: 0.6;
}

.header__social-link_wa {
	background-color: #25D366;
}

.header__social-link_tg {
	background-color: #37AEF2;
}

.header__social-link_tg svg {
	padding-right: 2px;
	width: 18px;
}

.header__phones_mobile a {
	font-size: 15px;
}

.header__license-tel {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.header__license-tel p {
	font-weight: 400;
	font-size: 10px;
	line-height: 130%;
	color: #09090966;
}

.header__license-tel {
	margin-right: auto;
}

.logo__city {
	display: none;
}

@media(max-width: 750px) {
	.logo__link img {
		width: 135px;
		height: 38px;
		margin-left: -13px;
	}

	.logo__link {
		position: relative;
	}

	.logo__city {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		font-weight: 400;
		font-size: 10px;
		color: #B2114E;
	}
}

.footer-soc-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	transition: opacity 0.3s;
}

.footer-soc-item:hover {
	opacity: 0.6;
}

.footer-soc-item.wa {
	background-color: #25D366;
}

.footer-soc-item.tg {
	background-color: #37AEF2;
}

.footer-soc-item.tg svg {
	padding-right: 2px;
	width: 18px;
}

.bottom-info__wrapper {
        position: fixed;
        inset: auto 0 0 0;
        z-index: 1000;
        color: #fff;
        font: inherit;
        background-color: rgba(0, 0, 0, .73);
        opacity: 0;
        transition: opacity 300ms;
    }

    .bottom-info__wrapper.active {
        opacity: 1;
    }

    .bottom-info__wrapper .bottom-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 15px 10px 20px;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info {
            flex-direction: column;
        }
    }

    .bottom-info__wrapper .bottom-info__content {
        margin: 0 10px 0 0;
    }

	@media (max-width: 768px) {
		.bottom-info__wrapper .bottom-info__content {
			font-size: 8px;
    }
	}

    .bottom-info__content a {
        color: #52c5ff;
        text-decoration: underline;
        transition: color 300ms;
    }

    .bottom-info__content a:hover {
        color: #296de7;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info__content {
            text-align: center;
            margin: 0 30px 0 0;
        }
    }

    .bottom-info__wrapper .bottom-info__action {
        display: flex;
    }

    @media screen and (max-width: 639px) {
        .bottom-info__wrapper .bottom-info__action {
            margin: 10px 0 0;
        }
    }

    .bottom-info__wrapper .bottom-info__button-agree {
        font-size: .9em;
        line-height: 2;
        font-weight: 500;
        color: #000;
        border-radius: 5px;
        padding: 2px 15px;
        text-transform: uppercase;
        display: block;
        background-color: #ffffffe8;
        border: none;
        cursor: pointer;
    }

    .bottom-info__wrapper .bottom-info__button-cross {
        width: 28px;
        height: 28px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.4em;
        background-color: transparent;
        border: none;
        margin-inline-start: 12px;
        cursor: pointer;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info__button-cross {
            position: absolute;
            top: 10px;
            right: 10px;
        }
    }

    .bottom-info__button-cross::after {
        content: "\00D7";
        color: #999;
        line-height: 1;
        transition: color 300ms;
    }

    .bottom-info__wrapper .bottom-info__button-cross:hover::after {
        color: #fff;
    }