/* Preloader */

#preloader {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.loading-icon {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.loading-icon div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #8f1f47;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-icon div:nth-child(1) {
	left: 8px;
	animation: loading-icon1 0.6s infinite;
}

.loading-icon div:nth-child(2) {
	left: 8px;
	animation: loading-icon2 0.6s infinite;
}

.loading-icon div:nth-child(3) {
	left: 32px;
	animation: loading-icon2 0.6s infinite;
}

.loading-icon div:nth-child(4) {
	left: 56px;
	animation: loading-icon3 0.6s infinite;
}

@keyframes loading-icon1 {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes loading-icon3 {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(0);
	}
}

@keyframes loading-icon2 {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(24px, 0);
	}
}

/* End preloader */

.fancybox-form {
	width: 800px;
	max-width: 80%;
	max-height: 90%;
	margin: 0;
}

.fancybox-form h3,
.fancybox-form p {
	padding: 0;
	margin: 0 0 1em 0;
}

.fancybox-form h3 {
	font-size: 22px;
	transition: 0.3s;
}

.fancybox-form h3:focus {
	outline: unset;
}

.fancybox-form p {
	font-size: 14px;
}

.fancybox-form .row {
	margin: 0 0 15px 0;
}

.fancybox-form .input {
	height: 48px;
}

.fancybox-form textarea.input {
	height: 107px;
}

.fancybox-form input[type="radio"] {
	left: auto;
	width: 20px;
	height: 20px;
}

.fancybox-form .input-file-button {
	margin: 0 0 1em 0;
}

.fancybox-form .captcha-block {
	display: flex;
}

.fancybox-form .captcha-block .second-block {
	margin: 8px 0 8px 20px;
}

.fancybox-form .rubrics {
	display: flex;
	flex-wrap: wrap;
}

.fancybox-form .rubrics label {
	display: block;
	flex-basis: 50%;
	line-height: 30px;
}

.fancybox-form .rubrics label input[type="checkbox"] {
	position: inherit;
	left: auto;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.fancybox-form .labels {
	margin: 0 0 15px 0;
}

.fancybox-form .labels input[type="text"],
.fancybox-form .labels input[type="tel"],
.fancybox-form .labels input[type="email"],
.field-form > div:first-child > input {
	height: 48px;
	background-color: #fff;
	border: 1px solid #beb1b1;
	color: #4f4247;
	font-size: 14px;
	line-height: 24px;
	padding: 4px 25px;
	width: 100%;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	border-radius: 0;
	border-radius: 40px;
}

.fancybox-form .subscription-layout {
	width: 100%;
	margin: 0 0 15px 0;
}

.subscribe-notification span {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	font-weight: bold;
}

.two-span {
	font-size: 16px;
	color: #b48b50;
}

.subscribe-notification .btn {
	margin: 0 auto;
	display: table;
}

.field-form > div:first-child {
	display: flex;
}

.field-form > div:first-child > input {
	margin: 8px 0 8px 20px;
}

.contact-form {
	position: relative;
}

.contact-form:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -210px;
	background-image: url(../img/sprite.png);
	background-position: 0px 0px;
	width: 332px;
	height: 566px;
	z-index: -1;
}

@media screen and (max-width: 1000px) {
	.contact-form:before {
		width: 221px;
		height: 446px;
		background-size: 330px;
		background-repeat: no-repeat;
	}

	.fancybox-form .rubrics label {
		flex-basis: 100%;
	}

	.fancybox-form .captcha-block {
		flex-wrap: wrap;
		justify-content: center;
	}

	.fancybox-form .captcha-block .second-block {
		margin: 8px 0 8px 0;
	}
}

div[button-placement="bottomRight"] {
	display: none;
}

.maker {
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	align-items: center;
	text-align: center;
	margin-top: 30px;
}

.maker img {
	height: 40px;
}

.trademark__title {
	font-size: 14px;
	color: #000;
	padding-top: 10px;
}

@media screen and (max-width: 1000px) {
	.maker {
		flex-flow: row;
		justify-content: center;
	}

	.maker img {
		padding-right: 10px;
	}
}

.news-detail img {
	float: right !important;
	margin-top: 30px !important;
}

.main-title {
	text-align: center;
	color: #8f1f47;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	padding-top: 50px;
}

/* new year */

.new-year-congratulation {
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 500px;
	text-align: center;
	border-radius: 30px 30px 0 0;
	background-color: #8f1f47;
	color: #fff;
	transform: translate(-20%, calc(100% - 48px));
	transition: 0.2s;
	overflow: hidden;
	z-index: 99999;
}

.new-year-congratulation.active {
	transform: translate(-20%, 0);
}

.new-year-congratulation .new-year-congratulation-header {
	font-size: 24px;
	line-height: 2em;
	background-image: url(/local/templates/mainpage/pic/new_year_congr_head_bg.jpg);
	background-size: cover;
}

.new-year-congratulation .new-year-congratulation-content {
	padding: 20px 50px 80px 50px;
	background-image: url(/local/templates/mainpage/pic/new_year_congr_content_bg.jpg);
	/* background-size: contain; */
	background-repeat: repeat;
	background-position: bottom;
}

.new-year-congratulation .new-year-congratulation-content .new-year-congratulation-text {
	line-height: 1.5em;
}

.new-year-congratulation .new-year-congratulation-content .new-year-congratulation-text > *:last-child {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 767px) {
	.new-year-congratulation {
		width: 100%;
		transform: translate(0, calc(100% - 48px));
	}

	.new-year-congratulation.active {
		transform: translate(0, 0);
	}
}

/* end new year */

.office-contact__note {
	margin-bottom: 30px;
	font-family: "montserrat";
	background-color: #8f1f47;
	color: #fff;
	padding: 15px;
	text-align: justify;
}

@media screen and (min-width: 1001px) and (max-width: 1850px) {
	.header-address {
		flex-basis: 50%;
	}

	.header-address__item {
		padding: 0 10px;
		flex-basis: 33.333%;
	}

	.header-address__phone {
		font-size: 14px;
	}
}

.actii__item-img > img {
	object-fit: cover;
}

.block-notification {
	text-align: center;
	margin: 60px 0;
	color: #8f1f47;
	font-size: 22px;
	line-height: 34px;
	font-weight: 600;
}

.block-notification:before,
.block-notification:after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #8f1f47;
	width: 250px;
	height: 2px;
	z-index: 1;
}

.block-notification:before {
	top: -30px;
}

.block-notification:after {
	bottom: -30px;
}

.girl-banner.with-notification {
	padding: 0 150px 40px;
}

.girl-banner.with-notification + .container.container__text {
	margin-bottom: 100px;
}

/* actions images fix */
@media screen and (min-width: 751px) {
	.actii__item-img {
		height: unset !important;
	}

	.actii__item-img > img {
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
	}
}

.subscribe-form #fancybox-subscribe-form {
	display: block !important;
}

.subscribe-edit .notetext {
	display: block;
	text-align: center;
	font-size: 24px;
	margin: 20px 0;
}

.subscribe-edit thead td {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	padding: 20px 0;
}

.subscribe-edit tbody td,
.subscribe-edit tfoot td {
	padding: 20px 0;
	vertical-align: middle;
}

.subscribe-edit tbody input[type="checkbox"] {
	position: inherit;
	left: auto;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

.subscribe-edit input[type="submit"],
.subscribe-edit input[type="reset"] {
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.3;
	padding: 15px 20px 14px;
	text-transform: uppercase;
	background: #8f1f47;
	color: #fff;
	border: 0;
	border-radius: 30px;
	display: inline-block;
	outline: none;
	font-family: "romul";
	cursor: pointer;
}

/* FIX */
@media screen and (min-width: 1280px) and (max-width: 1550px) {
	.new2 .footer__menus {
		gap: 20px !important;
	}
}

@media screen and (max-width: 1279px) {
	.new2 .footer__menus {
		gap: 20px !important;
		padding: 0 30px;
	}
}

.personal__info {
	word-break: normal;
}

@media screen and (max-width: 1030px) {
	.new2 .first-full .fitst__text h1 {
		font-size: 40px;
		line-height: 50px;
		max-width: 510px;
	}

	.new2 .first-full .fitst__text > p {
		font-size: 18px;
		line-height: 28px;
	}

	.new2 .services-new h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.new2 .breadcrumb {
		max-width: 750px;
	}
}

@media only screen and (max-width: 365px) {
	.main-title {
		font-size: 30px;
	}

	.content-title {
		font-size: 25px;
	}
}

/* стили для всплывающего окна кнопки запись на прием */
.btn_popup-fade {
	display: none;
}

.btn_popup-fade:before {
	content: "";
	background: #000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	z-index: 9999;
	animation-duration: 0.3s;
	cursor: auto;
}

.btn_popup {
	z-index: 99999;
	opacity: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	outline: 0;
}

.btn_header {
	border-bottom: 1px solid #dee2e6;
	padding: 16px;
	cursor: default;
}

.btn_popup-fade.fancybox-content {
	padding: 0;
	border-radius: 0.3rem;
	max-width: 500px;
	width: 100%;
}

.btn_header h3 {
	margin-bottom: 0;
	font-family: "Montserrat";
}

.btn_popup a {
	position: relative;
	display: block;
	padding: 0.75rem 1.25rem;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.btn_popup a + a {
	border-top-width: 0;
}

.btn_popup a span {
	color: #495057;
	font-size: 16px;
}

@media screen and (max-width: 360px) {
	.btn_popup a {
		font-size: 16px;
		line-height: 22px;
	}
}

.btn_popup a:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa;
}

.btn_popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	border: none;
	background: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: rgb(90, 90, 90);
	text-shadow: 0 1px 0 #fff;
	padding: 0;
}

.bnt_popup_content {
	padding: 16px;
	cursor: default;
}

.new2 .custom-blok-new {
	margin-left: 8px;
}

.new2 .first-full .fitst__text > p {
	margin-left: 8px;
}

@media (max-width: 768px) {
	.new2 .first-full .fitst__text > p {
		margin-left: 1px;
	}

	.new2 .custom-blok-new {
		margin-left: auto;
	}
}

.page-text a {
	color: #b53a66;
}

/* новый блок с услугами для планшетов и мобилок */
@media screen and (max-width: 991.98px) {
	.new2 .services-new__list {
		grid-template-columns: none;
		gap: 0;
	}

	.new2 .services-new__item .overflow {
		flex-flow: row;
		padding: 15px 19px 11px 18px;
		position: relative;
	}

	.new2 .services-new__item-title {
		align-self: center;
	}

	.new2 .services-new__list .services-new__item:not(:first-child)::before {
		content: "";
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
		width: 100%;
		height: 1px;
		background: #c8bbb0;
		border: solid #f4ece5;
		border-width: 0 18px;
	}

	.new2 .services-new__list .services-new__item::after {
		content: "";
		width: 50px;
		border: 1px solid #d1c6bc;
		transform: rotate(90deg);
		position: absolute;
		top: 50%;
		right: 170px;
	}

	.new2 .services-new__item-title {
		font-size: 15px;
		margin: 0px;
	}

	.new2 .services-new__item {
		min-height: 72px;
		position: relative;
		display: flex;
		flex-direction: column;
	}

	.serices-new__item-arrow {
		display: none;
	}

	.border-item {
		height: 100%;
		border-bottom: 1px solid black;
		width: 650px;
	}

	.new2 .services-new__item-bot {
		gap: 0;
		align-items: flex-end;
	}
}

@media screen and (max-width: 768px) {
	.new2 .services-new__list .services-new__item::after {
		right: 115px;
	}

	.services-new__item-bot {
		flex-flow: column;
	}

	.new2 .trust__item {
		width: 109px;
	}

	.new2 .trust__list {
		padding-right: 24px;
		padding-left: 34px;
	}
}

@media screen and (max-width: 600px) {
	.new2 .services-new__item-title {
		max-width: 203px;
	}
}

@media screen and (max-width: 479px) {
	.new2 .services-new__item-price {
		font-size: 14px;
	}

	.new2 .services-new__item-time {
		font-size: 14px;
	}

	.new2 .services-new__item-title {
		font-size: 15px;
		margin: 0px;
	}

	.new2 .first-full-two .fitst__text h1 {
		padding-top: 10px;
		margin-bottom: 16px;
	}

	.new2 .services-new__list .services-new__item::after {
		right: 106px;
		width: 38px;
	}

	.new2 .services-new__item {
		min-height: 68px;
	}

	.new2 .services-new__item .overflow {
		min-height: 68px;
	}

	.new2 .procedure-work__item,
	.new2 .procedure-work__item-img {
		max-width: 380px;
	}

	.new2 .specialists__item {
		max-width: 340px;
	}

	.gallery__item {
		margin: 0;
	}
}

@media screen and (max-width: 350px) {
	.new2 .services-new__item-title {
		max-width: 175px;
	}
}

/* блок с ценой для детальной карточки */

.new2 .price-block .container:not(.container__content, .container__text, .container--min) {
	max-width: 1440px;
}

.new2 .price-block {
	/*padding-top: 106px;*/
	/* margin-bottom: 114px; */
	padding-top: 98px;
	margin-bottom: 98px;
}

.new2 .price-block .title {
	font-size: 70px;
	line-height: 80px;
	color: #353d40;
	margin-bottom: 57px;
	letter-spacing: -0.03em;
}

.new2 .price-block .price-block__item {
	display: flex;
	flex-direction: column;
	gap: 9px;
	position: relative;
	padding: 0 0 16px;
}

.new2 .price-block .price-block__item-info {
	display: flex;
	justify-content: space-between;
}

.new2 .price-block .price-block__title {
	font-weight: 600;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	width: 90%;
}

.new2 .price-block .price-block__prices {
	display: flex;
	gap: 40px;
	align-items: center;
}

.new2 .price-block .price-block-price {
	font-size: 22px;
	line-height: 32px;
	color: #b53a66;
	font-weight: 600;
	text-align: right;
	min-width: 220px;
}

.new2 .price-block .price-block-adres {
	font-size: 18px;
	line-height: 32px;
	color: #737373;
}

.new2 .price-block .price-block__item:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #e1d9d4;
	position: absolute;
	bottom: 0;
	right: 0;
}

.new2 .price-block .price-block__item:not(:first-child) {
	padding: 16px 0;
}

@media (max-width: 1450px) {
	.new2 .price-block {
		padding-left: 5px;
		padding-right: 5px;
		margin-bottom: 100px;
	}
}

@media (max-width: 1279px) {
	.new2 .price-block .container:not(.container__content, .container__text, .container--min) {
		max-width: 1024px;
	}

	.new2 .price-block {
		margin-bottom: 80px;
	}
}

@media (max-width: 1080px) {
	.new2 .price-block .container:not(.container__content, .container__text, .container--min) {
		max-width: 768px;
	}

	.new2 .price-block {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.new2 .price-block .price-block-adres {
		max-width: 326px;
	}

	.new2 .price-block {
		padding-top: 25px;
	}

	.new2 .contacts .container:not(.container__content, .container__text, .container--min) {
		padding: 0 16px;
	}

	.new2 .price-block .title {
		margin-bottom: 32px;
		font-size: 40px;
		line-height: 50px;
	}

	.new2 .price-block .price-block__item {
		gap: 6px;
	}

	.new2 .price-block .price-block__title {
		font-size: 16px;
		line-height: 23px;
		max-width: 233px;
	}

	.new2 .price-block .price-block-adres {
		font-size: 13px;
		line-height: 16px;
	}

	.new2 .price-block .price-block__prices {
		gap: 5px;
	}

	.new2 .price-block .price-block-price {
		font-size: 16px;
		line-height: 23px;
		/* min-width: 90px; */
	}

	.new2 .price-block {
		margin-bottom: 45px;
	}

	.new2 .price-block .container:not(.container__content, .container__text, .container--min) {
		padding: 0 18px;
	}

	.new2 .first-full .fitst__text h1 {
		max-width: none;
	}

	.new2 .breadcrumb {
		max-width: none;
	}

	.about-services__item-title .title {
		margin-bottom: 0px;
	}
}

@media (max-width: 479px) {
	.new2 .first-full .fitst__text h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 420px) {
	.new2 .price-block .price-block-price {
		font-size: 15px;
	}
}

@media (max-width: 400px) {
	.new2 .first-full-two .fitst__text h1 {
		font-size: 30px;
		line-height: 40px;
	}
}

@media (max-width: 360px) {
	.new2 .price-block .price-block__item-info {
		max-width: 290px;
	}

	.new2 .price-block .price-block__title {
		max-width: 200px;
	}
}

.fancybox-slide--html .first__form .fancybox-close-small {
	color: white;
}

/* форма записи на первичку для пк */
.new2 .first__form-block {
	width: 100%;
}

.new2 .first__form-title {
	max-width: none;
}

.new2 .first__form-data {
	align-items: stretch;
}

/* стили для блока предупреждения */
.new2 .warning-block {
	background: #f4ece5;
	padding: 10px 0;
}

.warning-block {
	margin-top: 105px;
}

.newwarning-block {
	margin-top: 10px !important;
	margin-bottom: 40px;
}

.new2 .warning-text {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.new2 .warning-block .container {
	padding: 0;
}

.new2 .item-arrow_white {
	background-color: #fff;
	border-radius: 50%;
	padding: 5px;
}

/* START MAIN PAGE BANNER */

/* @font-face {
	font-family: "Bebas Neue";
	src: local("Bebas Neue"), url("/local/templates/mainpage/fonts/bebasneue/bebasneue-bold.ttf");
	font-weight: 700;
} */
@font-face {
	font-family: "Bebas Neue";
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src:
		local(""),
		url("/local/templates/mainpage/fonts/bebasneue/bebas-bold.woff2") format("woff2");
}
@font-face {
	font-family: "Bebas Neue";
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src:
		local(""),
		url("/local/templates/mainpage/fonts/bebasneue/bebas-cyrillic.woff2") format("woff2");
}

@font-face {
	font-family: "Gotham Pro";
	src: local("Gotham Pro"), url("/local/templates/mainpage/fonts/gothampro/gothampro-light.woff2");
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("/local/templates/mainpage/fonts/new_fonts/montserrat-light.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("/local/templates/mainpage/fonts/new_fonts/montserrat-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("/local/templates/mainpage/fonts/new_fonts/montserrat-medium.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("/local/templates/mainpage/fonts/new_fonts/montserrat-semibold.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/local/templates/mainpage/fonts/new_fonts/montserrat-bold.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/local/templates/mainpage/fonts/new_fonts/montserrat-bold.woff2") format("woff2");
}

@font-face {
  font-family: 'Romul';
  src: url('/local/templates/mainpage/fonts/romul/regular/romul.otf') format('opentype');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: "Commissioner";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("/local/templates/mainpage/fonts/new_fonts/commissioner-bold.woff2") format("woff2");
}

.woman-page {
	height: 100%;
	color: #ffffff;
	background-color: #251c21;
	margin: -112px 0 87px;
	overflow: hidden;
}

.woman-page__banner {
	height: 100%;
	position: relative;
}

.woman-page__container {
	max-width: 1485px;
	margin: 0 auto;
}

.woman-page__block {
	padding: 181px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 5;
}

.woman-page__banner::before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 260px;
	background-image: url("/local/templates/mainpage/img/mainpage_banner_new/new-womap.png");
	background-repeat: no-repeat;
	background-position: center;
	max-width: 588px;
	width: 100%;
	height: 767px;
	z-index: 3;
}

.woman-page__banner::after {
	content: "";
	background-image: url("/local/templates/mainpage/img/mainpage_banner_new/background.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	max-width: 1210px;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: -60px;
	z-index: 2;
}

.woman-page-block__title {
	margin-bottom: 146px;
	font-family: "Bebas Neue";
	font-weight: 700;
	font-size: 100px;
	line-height: 105px;
	max-width: 550px;
	color: #fff;
}

.woman-page__mobile {
	display: none;
}

.woman-page-block__buttons {
	font-family: "Montserrat", sans-serif;
	display: flex;
	gap: 43px;
	padding-bottom: 131px;
}

.woman-page-block__record-btn {
	z-index: 5;
	cursor: pointer;
}

.record-btn__link {
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 30px;
	background: #b53a66;
	border-radius: 3px;
	max-width: 421px;
	padding: 17px 52px;
	display: block;
}

.record-btn__link:hover {
	background: #c7406f;
}

.woman-page-block__video-btn {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	z-index: 5;
}

.video-btn__circle:hover {
	background: #c7406f;
}

.video-btn__circle {
	width: 73px;
	height: 73px;
	background: #8b1a52;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

.video-btn__circle::before {
	content: "";
	position: absolute;
	top: 45%;
	left: 45%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 5px solid transparent;
}

.video-btn__text {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	cursor: pointer;
}

.woman-page-block__left {
	z-index: 5;
}

.woman-page-block__right {
	font-family: Gotham Pro;
	font-weight: 400;
	display: flex;
	z-index: 5;
}

.woman-page-block__text-block {
	display: flex;
	flex-direction: column;
	gap: 35px;
	align-items: flex-end;
}

.woman-page-block__quote {
	font-size: 19px;
	line-height: 28px;
	max-width: 300px;
	width: 100%;
	position: relative;
	padding-top: 50px;
}

.woman-page-block__quote::before {
	content: "";
	position: absolute;
	top: 57px;
	left: -62px;
	background-image: url("/local/templates/mainpage/img/mainpage_banner_new/icon/cov.svg");
	background-repeat: no-repeat;
	width: 38px;
	height: 25px;
}

.woman-page-block__name {
	opacity: 0.7;
	font-size: 18px;
	line-height: 24px;
	text-align: right;
	max-width: 329px;
	width: 100%;
	font-style: italic;
	font-weight: 600;
}

.woman-page-block__name p {
	padding: 0;
	margin: 0;
}

/* адаптив */

@media screen and (max-width: 1610px) {
	.woman-page__container {
		max-width: 1300px;
		padding: 0 10px;
	}

	.woman-page__banner::before {
		/* max-width: 480px; */
		/* right: 390px; */
	}

	.woman-page__banner::after {
		right: 0;
	}

	.woman-page-block__buttons {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.woman-page-block__title {
		margin-bottom: 100px;
		font-size: 80px;
		line-height: 73px;
	}

	.woman-page-block__buttons {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 1300px) {
	.woman-page__container {
		max-width: 1110px;
	}

	.woman-page__banner::after {
		background-size: contain;
	}

	.woman-page-block__title {
		margin-bottom: 80px;
		font-size: 60px;
		line-height: 53px;
	}

	.woman-page-block__quote {
		font-size: 18px;
		line-height: 22px;
	}

	.woman-page__banner::before {
		background-size: contain;
		height: 600px;
	}

	.woman-page-block__buttons {
		padding-bottom: 80px;
	}

	.woman-page {
		margin-bottom: 57px;
	}
}

@media screen and (max-width: 1110px) {
	.woman-page__container {
		max-width: 990px;
	}

	.woman-page__banner::before {
		right: 150px;
		height: 500px;
	}

	.woman-page__block {
		padding: 140px 0 0 0;
	}
}

@media screen and (max-width: 1080px) {
	.woman-page {
		margin: -90px 0 87px;
	}
}

/* стили для больших планшетов - начало */
@media screen and (max-width: 991px) {
	.woman-page__container {
		max-width: 767px;
	}

	.woman-page-block__title {
		margin-bottom: 30px;
		font-size: 40px;
		line-height: 47px;
		max-width: 273px;
	}

	.woman-page-block__quote::before {
		width: 23px;
		height: 15px;
		background-size: contain;
		left: -40px;
		top: 7px;
	}

	.woman-page__banner::before {
		right: 75px;
		height: 450px;
	}

	.woman-page-block__quote {
		font-size: 14px;
		line-height: 22px;
		max-width: 288px;
		padding-top: 0px;
	}

	.woman-page-block__name {
		/* font-size: 11px; */
		font-size: 12px;
		line-height: 20px;
		text-align: left;
	}

	.video-btn__text {
		font-size: 14px;
		line-height: 17px;
	}

	.record-btn__link {
		font-size: 12px;
		line-height: 20px;
		max-width: 334px;
	}

	.woman-page-block__buttons {
		padding-bottom: 30px;
	}

	.woman-page-block__text-block {
		gap: 12px;
	}

	.woman-page {
		margin-bottom: 35px;
	}

	.woman-page__block {
		padding: 120px 0 0 0;
	}

	.woman-page-block__buttons {
		gap: 20px;
	}
}

/* стили для средних планшетов - начало */
@media screen and (max-width: 767px) {
	.woman-page__container {
		padding: 0 18px;
	}

	.woman-page__block {
		flex-direction: column;
	}

	.woman-page-block__title {
		margin-bottom: 0;
	}

	.woman-page__banner::before {
		right: 0px;
	}

	.woman-page-block__name {
		text-align: left;
		padding-bottom: 38px;
		padding-left: 39px;
	}

	.woman-page-block__quote {
		padding-left: 39px;
	}

	.woman-page-block__quote::before {
		left: 0;
	}

	.video-btn__circle {
		width: 56px;
		height: 56px;
	}

	.video-btn__circle::before {
		border-top: 4px solid transparent;
		border-left: 8px solid #ffffff;
		border-bottom: 4px solid transparent;
	}

	.woman-page-block__quote {
		max-width: 321px;
	}

	.woman-page__block {
		padding: 90px 0 0 0;
	}

	.woman-page-block__buttons {
		padding-bottom: 25px;
	}

	.woman-page__banner::after {
		display: none;
	}

	.woman-page__banner::before {
		background-position: right bottom;
	}

	.woman-page {
		position: relative;
	}

	.woman-page::after {
		content: "";
		background: url("/local/templates/mainpage/img/mainpage_banner_new/background-mobile.png") no-repeat;
		background-size: cover;
		width: 100%;
		height: 712px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.warning-block-index .warning-text p {
		font-size: 14px;
		line-height: normal;
	}
}

@media screen and (max-width: 640px) {
	.woman-page-block__buttons {
		gap: 180px;
	}

	.woman-page__banner::before {
		bottom: -50px;
	}
}

/* стили для телефонов - начало */
@media screen and (max-width: 479px) {
	.woman-page__banner::before {
		display: none;
	}

	.woman-page__mobile {
		display: block;
		position: absolute;
		bottom: -60px;
		right: -20px;
		z-index: 5;
	}

	.woman-page::after {
		background-size: contain;
		background-position: right bottom;
		bottom: -60px;
	}

	.record-btn__link {
		padding: 11px 52px 11px 52px;
	}
}

@media screen and (max-width: 335px) {
	.record-btn__link {
		padding: 11px 42px 11px 42px;
	}
}

.header.header-transparent {
	z-index: 9;
	position: relative;
	background-color: transparent !important;
}

.header-transparent > .menu > .menu__item > .menu__link,
.header-transparent .phone__item a,
.header-transparent .phone__item span {
	color: #fff !important;
}

.header-transparent .menu .menu__item svg > path {
	fill: #ffffff !important;
}

/* END MAIN PAGE BANNER */
/* START LOGO FOOTER */
.office-contact {
	overflow: hidden;
}

.site-developer {
	display: flex;
	flex-wrap: nowrap;
	max-width: 455px;
}

.site-developer > span {
	position: relative;
	padding-left: 60px;
}

.site-developer > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 17px;
	background-color: #000;
	width: 25px;
	height: 1px;
}

.site-developer span {
	color: #000;
	font-size: 13px;
	text-align: left;
	line-height: 1.3em;
}

.site-developer span.highlight {
	color: #ff3572;
	text-decoration: underline;
}

/* END LOGO FOOTER */
@media (max-width: 1080px) {
	/* .swiper-autoheight,
	.swiper-autoheight .swiper-slide {
		height: 100%;
	} */

	.new2 .equipment__img img {
		height: 100%;
		object-fit: contain;
	}
}

@media (max-width: 768px) {
	.new2 .unique .container {
		padding: 0 16px !important;
	}

	.new2 .info.white-text .container {
		padding: 0 16px !important;
	}
	.site-developer img {
		max-width: 95px;
	}
}

/* Ленивая загрузка видео стили */
div.youtube > div {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

div.youtube {
	margin: 0 auto;
}

div.youtube > div:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	height: 49px;
	background-image: url(../img/youtube_btn.png);
	opacity: 0.9;
}

div.youtube > div > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.youtube.loading > div {
	background: #000 !important;
}

div.youtube.loading > div:before {
	background-image: none;
	margin: auto;
	border: 5px solid #ffffff;
	border-radius: 50%;
	border-top: 5px solid #610836;
	width: 42px;
	height: 42px;
	animation: spinner 1s linear infinite;
}

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

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

/* --------------------------- */
.block-text.info2 .container__content .oborud-block-detail {
	display: flex;
	gap: 30px;
}

.block-text.info2 .container__content .oborud-block-detail .oborud__title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 800px) {
	.block-text.info2 .container__content .oborud-block-detail {
		flex-direction: column;
	}
}

.oborud-block-detail h2 {
	word-break: break-word;
}

.oborud-block-detail .block-text__col h3 {
	word-break: break-word;
}

.actii__item-percent {
	top: 74%;
	left: 80%;
}

@media (max-width: 400px) {
	.actii__item-percent {
		top: 67%;
	}
}

.cookies-container {
	display: flex;
	gap: 15px;
	flex-wrap: nowrap;
	position: fixed;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	background-color: #441722;
	color: #fff;
	padding: 20px;
	max-width: 740px;
	box-shadow: 0 0 9px #571828;
	opacity: 0;
	visibility: hidden;
	transition: 0.15s;
	overflow: hidden;
	z-index: 999;
}

.cookies-container.opened {
	opacity: 1;
	visibility: visible;
}

.cookies-container::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 300px;
	height: 300px;
	transform: translate(12%, -50%);
	background-color: #52202c;
	border-radius: 50%;
	z-index: -2;
}

.cookies-container::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 250px;
	height: 250px;
	transform: translate(13%, -50%);
	background-color: #622a37;
	border-radius: 50%;
	z-index: -1;
}

.cookies-container__text {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: 400;
	align-self: center;
}

.cookies-container__buttons {
	display: flex;
	align-self: center;
	gap: 10px;
}

.cookies-container__buttons button {
	background-color: #eac9d1;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	border: 0;
	border-radius: 4px;
	padding: 12px 14px;
	cursor: pointer;
	transition: 0.15s;
}

.cookies-container__buttons button[data-agree] {
	background-color: #b53a66;
	color: #fff;
}

.cookies-container__buttons button:hover {
	color: #ffffff;
	background-color: #d83570;
}

@media screen and (max-width: 1080px) {
	.cookies-container {
		left: 10px;
		right: 10px;
		bottom: 65px;
		transform: unset;
		max-width: unset;
	}
}

@media screen and (max-width: 650px) {
	.cookies-container {
		flex-direction: column;
	}

	.cookies-container::before {
		top: unset;
		right: 50%;
		bottom: 0;
		width: 350px;
		height: 350px;
		transform: translate(50%, 50%);
	}

	.cookies-container::after {
		top: unset;
		right: 50%;
		bottom: 0;
		width: 300px;
		height: 300px;
		transform: translate(50%, 50%);
	}

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

.first__form .first__form-data {
	margin-bottom: 15px;
}

.first__form .first__form-block .form-policy {
	color: #fff;
	position: relative;
	z-index: 1;
}

body .politic-link,
.form-policy a {
	color: #fff;
	text-decoration: underline;
}

form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 20px;
}

#photo-consult h3 {
	font-family: "Montserrat", sans-serif;
}

.top-five-products-block .products__text,
.services_top-five .services__title,
.services_unique .services__title {
	padding: 0 30px 0px;
	background: #c5c6c7a2;
	min-height: 72px;
}

.services_top-five .services__title,
.services_unique .services__title {
	left: 0px;
	width: 100%;
	display: block;
}

.services_top-five .services__item,
.services_unique .services__item {
	padding: 0;
}

.products__title {
	line-height: 58px;
}

.services_top-five .services__list,
.services_unique .services__list {
	gap: 6px;
}

.services_top-five .services__list .services__item,
.services_unique .services__list .services__item {
	max-width: 500px;
}

.subscribe {
	z-index: 10;
}

body.compensate-for-scrollbar .btn-postion-fixed {
	right: 22px;
}

.new2 .subscribe.btn {
	transition: none;
}

body.compensate-for-scrollbar .cookies-container {
	left: 49.59%;
}

.cookies-container {
	transition: none;
}

.new2 .header,
.footer,
main {
	background: #ffffff;
}

.new2 .footer .logo {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.footer__cols {
		padding-bottom: 30px;
	}
}

/* фиксированная шапка и отустпы от нее */
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 102px;
	z-index: 5;
}

main,
.first,
.new2 .popup-services .wrapper > div {
	padding-top: 102px;
}

.new2 .popup-services .cross {
	top: 130px;
}

@media screen and (max-width: 1460px) {
	header {
		height: 90px;
	}

	main,
	.first,
	.new2 .popup-services .wrapper > div {
		padding-top: 90px;
	}

	.new2 .popup-services .cross {
		top: 118px;
	}
}

@media screen and (max-width: 767px) {
	header {
		height: 64px;
	}

	main,
	.first,
	.new2 .popup-services .wrapper > div {
		padding-top: 64px;
	}

	.new2 .popup-services .cross {
		top: 92px;
	}
}

.new2 .header.fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	right: 0;
	width: 100%;
}

/* ---------------------------------- */
section.body-detail__phones {
	margin-bottom: 45px;
}

.body-detail__phones-wrapper {
	background: linear-gradient(180deg, #372849 0.76%, #8d3d47 100%);
	color: #fff;
	padding: 60px 120px;
	border-radius: 20px;
}

.body-detail__phones-text p {
	font-size: 32px;
	line-height: 1.25em;
	text-align: center;
	margin-bottom: 1em;
}

.body-detail__phones-list {
	display: flex;
	align-items: center;
	gap: 40px;
	justify-content: center;
}

.body-detail__phones-list a {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5em;
}

@media screen and (max-width: 1480px) {
	.body-detail__phones-wrapper {
		padding: 70px 60px;
	}

	.body-detail__phones-list a {
		font-size: 28px;
		line-height: 1.5em;
	}
}

@media screen and (max-width: 1024px) {
	.body-detail__phones-list a {
		font-size: 28px;
		line-height: 1.5em;
	}

	.body-detail__phones-list {
		flex-direction: column;
		gap: 0;
	}
}

@media screen and (max-width: 767px) {
	.body-detail__phones-wrapper {
		padding: 22px 24px;
	}

	.body-detail__phones-text p {
		font-size: 22px !important;
		line-height: 1.25em !important;
	}

	.body-detail__phones-list a {
		font-size: 28px;
		line-height: 1.5em;
	}
}

/* ================certificates-section================== */
.official-doc .breadcrumbs li > a,
.official-doc .breadcrumbs li:not(:last-child)::after {
	color: #fff;
}

.official-doc .breadcrumbs li > a,
.breadcrumbs li:not([class]),
.breadcrumbs li {
	font-size: 20px;
	line-height: 24px;
}

.official-doc-title-block {
	margin-bottom: 139px;
}

.official-doc-title-block__wrapper {
	background: linear-gradient(90deg, #bb7a87 0%, #e2dab9 100%);
	width: 100%;
	max-width: 1680px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	position: relative;
}

.official-doc-title-block__info {
	padding: 60px 0px 0px 95px;
	width: 100%;
	position: relative;
}

.official-doc-title-block__title {
	color: #fff;
	font-size: 86px;
	font-weight: 500;
	line-height: 90px;
	margin-bottom: 50px;
	max-width: 718px;
}

.official-doc-title-block__text {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 650px;
	width: 100%;
	margin-bottom: 370px;
}

.official-doc-title-block__btn {
	width: 414px;
	height: 264px;
	background: #503c4e;
	position: relative;
	padding: 34px 37px;
	position: absolute;
	bottom: -57px;
	left: 92px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.official-doc-title-block__btn:hover {
	opacity: 1;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.official-doc-title-block__btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/local/templates/mainpage/img/certificates/title-block/title-decor-btn.svg") no-repeat;
	background-size: contain;
	pointer-events: none;
}

.official-doc-title-block__btn::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -13px;
	width: 40px;
	height: 40px;
	background: url("/local/templates/mainpage/img/certificates/title-block/decor-btn.svg") no-repeat;
	background-size: contain;
	pointer-events: none;
}

.official-doc-title-block__btn p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	position: relative;
	max-width: 179px;
}

.official-doc-title-block__btn p::after {
	content: "";
	position: absolute;
	top: -1px;
	right: -17px;
	width: 24px;
	height: 24px;
	background: url("/local/templates/mainpage/img/certificates/title-block/arrow-right.svg") no-repeat;
}

.official-doc-title-block__image {
	position: absolute;
	bottom: -55px;
	right: 108px;
	width: 618px;
	height: 684px;
}

.official-doc-title-block__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
._new-title {
	font-family: "Bebas Neue";
	padding-top: 36px;
	padding-bottom: 0;
	margin-bottom: 60px;
	font-size: 64px;
	line-height: 64px;
	color: #261c21;
}
._new-title::before {
	height: 2px;
	width: 86px;
}
@media (max-width: 1520px) {
	.official-doc-title-block__image {
		width: 468px;
		height: 534px;
	}

	.official-doc-title-block {
		margin-bottom: 110px;
	}

	.official-doc-title-block__title {
		max-width: 525px;
		font-size: 70px;
		line-height: 80px;
	}

	.official-doc-title-block__text {
		margin-bottom: 310px;
		max-width: 495px;
	}
}

@media (max-width: 1260px) {
	.official-doc-title-block__btn {
		width: 300px;
		height: 200px;
		bottom: 0px;
	}

	.official-doc-title-block__image {
		width: 368px;
		height: 434px;
		bottom: 0;
		right: 55px;
	}

	.official-doc-title-block__title {
		font-size: 50px;
		line-height: 60px;
	}

	.official-doc-title-block__info {
		padding: 55px 0px 0px 55px;
	}

	.official-doc-title-block__text {
		margin-bottom: 260px;
		max-width: 400px;
	}
}

@media (max-width: 1024px) {
	.official-doc-title-block__image {
		width: 300px;
		height: 366px;
		right: 30px;
	}

	.official-doc-title-block__title {
		font-size: 35px;
		line-height: 40px;
		max-width: 350px;
		margin-bottom: 30px;
	}

	.official-doc-title-block__info {
		padding: 30px 0px 0px 30px;
	}

	.official-doc-title-block__btn::after {
		top: -10px;
		right: -7px;
		width: 20px;
		height: 20px;
	}

	.official-doc-title-block {
		margin-bottom: 70px;
	}
}

@media (max-width: 767px) {
	.official-doc-title-block {
		margin-bottom: 30px;
	}

	.official-doc-title-block__text {
		max-width: none;
		margin-bottom: 300px;
	}

	.official-doc-title-block__title {
		max-width: none;
	}

	.official-doc-title-block__image {
		width: 250px;
		height: 280px;
		right: 50%;
		transform: translateX(50%);
	}

	.official-doc-title-block__btn p {
		padding: 0;
	}

	.official-doc-title-block__btn {
		height: 70px;
		width: 280px;
		padding: 5px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 2;
		left: 50%;
		transform: translateX(-50%);
	}

	.official-doc-title-block__info {
		padding: 30px 30px 0px 30px;
	}

	.official-doc .breadcrumbs li > a,
	.breadcrumbs li:not([class]),
	.breadcrumbs li {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 479px) {
	.official-doc-title-block__info {
		padding: 15px 0 0 0;
	}
}

/* --------official-doc-contacts-info-------- */

.official-doc-contacts {
	margin-bottom: 60px;
}

.official-doc-contacts__wrapper {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.official-doc-contacts__block {
	padding: 16px 24px;
	border: 1px solid #ededed;
}

.official-doc-contacts__name {
	color: #424d4e;
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 6px;
	flex: 1;
}

.official-doc-contacts__text {
	color: #424d4e;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.official-doc-contacts__box {
	display: flex;
	gap: 24px;
}

.official-doc-contacts__box-item {
	border: 1px solid #ededed;
	padding: 16px 24px;
	width: calc(33.333% - 16px);
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.official-doc-contacts__box .official-doc-contacts__text {
	margin-bottom: 6px;
}

.official-doc-contacts__link {
	color: #8f1f47;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	text-decoration-line: underline;
}

.official-doc-contacts__link._weight {
	font-weight: 700;
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 30px;
}

.official-doc-contacts__link._weight::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("/local/templates/mainpage/img/certificates/contacts-info/map-icon.svg") no-repeat;
}

.official-doc-contacts__list {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.official-doc-contacts__item {
	color: #424d4e;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
}

.official-doc-contacts__item span {
	text-decoration-line: underline;
}

.official-doc-contacts__item::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #424d4e;
}

.official-doc-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

@media only screen and (max-width: 1500px) {
	.official-doc-container {
		max-width: 1280px;
	}

	.official-doc-contacts__name {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 1280px) {
	.official-doc-container {
		max-width: 1024px;
	}

	.official-doc-contacts__box {
		flex-direction: column;
	}

	.official-doc-contacts__left,
	.official-doc-contacts__right {
		width: 100%;
	}

	.official-doc-contacts {
		margin-bottom: 40px;
	}

	.official-doc-contacts__box-item {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.official-doc-container {
		max-width: 768px;
	}

	.official-doc-contacts {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.official-doc-contacts__wrapper {
		gap: 15px;
	}

	.official-doc-contacts__box {
		gap: 15px;
	}

	.official-doc-contacts__block {
		padding: 15px;
	}
}

/* --------documents-block-------- */
.official-doc-documents {
	margin-bottom: 108px;
}

.official-doc-documents a {
	font-weight: 600;
	color: #8f1f47;
}

.official-doc-documents__wrapper {
	width: 100%;
	height: 100%;
	max-width: 1737px;
	margin: 0 auto;
	background: #f5f7f4;
	padding: 124px 118px 132px 116px;
}

.official-doc-documents__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.official-doc-documents__item {
	padding: 16px 70px 16px 26px;
	box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.official-doc-documents__name {
	color: #424d4e;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.official-doc-documents__text {
	color: #424d4e;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}

.official-doc-documents__link {
	color: #8f1f47;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	text-decoration-line: underline;
	position: relative;
	padding-left: 30px;
	margin-top: 14px;
	display: inline-block;
}

.official-doc-documents__link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url("/local/templates/mainpage/img/certificates/file-block/file.svg") no-repeat;
}

@media only screen and (max-width: 1280px) {
	.official-doc-documents__wrapper {
		padding: 80px 60px;
	}

	.official-doc-documents {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 1024px) {
	.official-doc-documents__wrapper {
		padding: 30px 0px;
	}

	.official-doc-documents__list {
		gap: 15px;
	}

	.official-doc-documents__link {
		font-size: 14px;
		line-height: 24px;
	}

	.official-doc-documents {
		margin-bottom: 30px;
	}

	.official-doc-documents__item {
		padding: 16px 26px;
	}
}

@media only screen and (max-width: 767px) {
	.official-doc-documents__wrapper {
		padding: 15px 0px;
	}

	.official-doc-documents__item {
		padding: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.official-doc-documents__name {
		font-size: 12px;
	}

	.official-doc-documents__text {
		font-size: 12px;
		line-height: 18px;
	}

	.official-doc-documents__link {
		line-height: 18px;
	}
}

/* --------sertificates-slider-------- */
.official-doc-sertif__item:nth-child(odd) {
	transform: translateY(-84px);
}

.official-doc-sertif__wrapper {
	padding-top: 155px;
	padding-bottom: 181px;
	padding: 155px 0px 140px 10px;
	overflow: visible;
}

.official-doc-sertif {
	position: relative;
	overflow: hidden;
}

.official-doc-sertif::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1077px;
	height: 100%;
	border-radius: 0px 122px 0px 0px;
	background: linear-gradient(270deg, #fef2e7 0%, #ffe8ec 100%);
	pointer-events: none;
}

.official-doc-sertif__block {
	border-radius: 0px 66px 66px 66px;
	background: #d9d9d9;
	border: none;
	padding: 36px 39px 0px 32px;
	overflow: hidden;
	display: block;
}

.official-doc-sertif__block:hover {
	opacity: 1;
}

.official-doc-sertif__item {
	position: relative;
}

.official-doc-sertif__item::before {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	border-radius: 0px 66px 66px 66px;
	background: #8f1f47;
	width: 168px;
	height: 189px;
	z-index: -1;
}

.official-doc-sertif__title {
	color: #424d4e;
	font-size: 60px;
	font-weight: 500;
	line-height: 72px;
}

.official-doc-sertif__item img {
	width: 100%;
}

.official-doc-sertif__block img {
	width: 100%;
	max-width: 500px;
}

.official-doc-sertif__title-block {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
	padding-top: 60px;
	padding-right: 90px;
	padding-left: 400px;
}

.official-doc-sertif-prev,
.official-doc-sertif-next {
	position: static;
	margin: 0;
	width: 124px;
	height: 124px;
	background: #fff;
	border-radius: 50%;
	transition: transform 0.3s ease 0s;
}

.official-doc-sertif-prev:hover {
	transform: scale(0.95);
}

.official-doc-sertif-next:hover {
	transform: scale(0.95);
}

.official-doc-sertif-next::after {
	content: "";
	background: url("/local/templates/mainpage/img/certificates/certif-slider/arrow-right.svg") no-repeat;
	width: 36px;
	height: 36px;
}

.official-doc-sertif-prev::after {
	content: "";
	background: url("/local/templates/mainpage/img/certificates/certif-slider/arrow-left.svg") no-repeat;
	width: 36px;
	height: 36px;
}

.official-doc-sertif__nav-btn {
	display: flex;
	gap: 19px;
}

@media (max-width: 1500px) {
	.official-doc-sertif__title-block {
		padding-right: 0px;
		padding-left: 0px;
	}

	.official-doc-sertif__title {
		font-size: 50px;
		line-height: 60px;
	}

	.official-doc-sertif-prev,
	.official-doc-sertif-next {
		width: 72px;
		height: 72px;
	}

	.official-doc-sertif-prev::after,
	.official-doc-sertif-next::after {
		width: 24px;
		height: 24px;
		background-size: contain;
	}
}

@media (max-width: 1280px) {
	.official-doc-sertif__wrapper {
		padding: 120px 0px 80px 10px;
	}
}

@media (max-width: 1024px) {
	.official-doc-sertif__title {
		font-size: 35px;
		line-height: 40px;
	}

	.official-doc-sertif__title-block {
		padding-top: 20px;
	}

	.official-doc-sertif__block {
		padding: 20px 20px 0px 20px;
	}
}

@media (max-width: 767px) {
	.official-doc-sertif__wrapper {
		padding: 120px 0px 30px 10px;
	}

	.official-doc-sertif-prev,
	.official-doc-sertif-next {
		width: 45px;
		height: 45px;
	}

	.official-doc-sertif__title {
		font-size: 30px;
		line-height: 35px;
	}
}

@media (max-width: 479px) {
	.official-doc-sertif__title-block {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.official-doc-sertif__nav-btn {
		justify-content: flex-end;
		width: 100%;
	}

	.official-doc-sertif__wrapper {
		padding: 60px 0px 10px 10px;
	}

	.official-doc-sertif__item:nth-child(odd) {
		transform: translateY(-40px);
	}
}

@media (max-width: 767px) {
	._orientationRight_f45d.wrap_d3d0 {
		bottom: 60px;
	}
}

.gold-card__right {
	width: 100%;
	padding-left: 0px;
}

.gold-card__text {
	font-size: 18px;
}

@media (max-width: 767px) {
	.gold-card__text {
		font-size: 14px;
	}
}

#bx_incl_area_5_1_1 {
	margin-top: -65px;
}

.price__product-code {
	color: #c55b62;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 20px;
	padding: 0 20px;
}

.price-list__item .price__product-code {
	padding: 0;
	margin: 0;
}

body .button_c17b {
	margin-bottom: 65px !important;
}

.body-result-card-block {
	width: 100%;
}

/* jdiv[class^="wrap_"] {
    bottom: 50px;
	left: 298px;
} */
.body__detail-info__block a {
	color: rgb(0, 0, 0);
}

.n-body-big .body-title-block-service-name__block {
	max-width: 800px;
}

.n-body-big .body-title-block-service-name__image {
	width: 740px;
	height: 545px;
}

.new2 .n-body-big .body-title-block-service-name__title {
	font-size: 80px;
	line-height: 90px;
}

@media screen and (max-width: 1600px) {
	.new2 .n-body-big .body-title-block-service-name__title {
		font-size: 70px;
		line-height: 80px;
	}

	.n-body-big .body-title-block-service-name__image {
		width: 620px;
		height: 455px;
	}

	.n-body-big .body-title-block-service-name__block {
		max-width: 700px;
	}
}

@media screen and (max-width: 1480px) {
	.new2 .n-body-big .body-title-block-service-name__title {
		font-size: 60px;
		line-height: 70px;
	}
}

@media screen and (max-width: 1400px) {
	.n-body-big .body-title-block-service-name__image {
		width: 530px;
		height: 400px;
	}
}

@media screen and (max-width: 1024px) {
	.new2 .n-body-big .body-title-block-service-name__title {
		font-size: 45px;
		line-height: 55px;
	}

	.body-title-block-service-name {
		padding: 50px 50px 78px 50px;
	}

	.n-body-big .body-title-block-service-name__block {
		max-width: 400px;
	}

	.n-body-big .body-title-block-service-name__image {
		width: 450px;
		height: 330px;
	}
}

@media screen and (max-width: 767px) {
	.n-body-big .body-title-block-service-name__image {
		width: 375px;
		height: 275px;
	}

	.new2 .n-body-big .body-title-block-service-name__title {
		font-size: 30px;
		line-height: 40px;
	}

	.body-title-block-service-name {
		margin: 0;
	}
}

@media screen and (max-width: 479px) {
	.body-title-block-service-name__big-text {
		font-size: 75px;
		line-height: 80px;
	}

	.body-title-block-service-name {
		padding: 20px 20px 75px 20px;
	}

	.n-body-big .body-title-block-service-name__image {
		width: 279px;
		height: 220px;
	}

	.body-title-block-service-name__image {
		bottom: 154px;
	}
}

@media screen and (max-width: 380px) {
	.new2 .n-body-big .body-title-block-service-name__title {
		font-size: 24px;
		line-height: 30px;
	}
}

.vk {
	color: #07f !important;
}

.width-wh {
	width: 25px;
}

@media screen and (max-width: 479px) {
	.new2 .header .social {
		gap: 12px;
	}
}

@media screen and (max-width: 375px) {
	.new2 .header .social {
		display: none;
	}
}

.warning-block-index {
	margin-top: 0;
	padding: 20px 0 30px !important;
}
.warning-block-index p {
	padding: 0 0 5px;
}

/* акции на главной */
.n-actions__slider {
	padding: 7px;
	margin-bottom: 60px;
}
.n-container {
	max-width: 1517px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 18px;
}
.n-actions__item {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
	height: auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.n-actions__item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, #ecf9f7 0%, #f9f0f4 100%), #fff;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease 0s;
	z-index: -1;
}
.n-actions__item:hover::before {
	opacity: 1;
}
.n-actions__box {
	position: relative;
	z-index: 2;
	padding: 30px 26px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}
.n-actions__box:hover {
	opacity: 1;
}
.n-actions-top {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
	font-family: "Bebas Neue";
	text-transform: uppercase;
	margin-bottom: 18px;
	width: 100%;
}
.n-actions-top__text {
	color: #261c21;
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
}
.n-actions-top__value {
	color: #8f1f47;
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
}
.n-actions__img {
	border-radius: 22px 88px 22px 22px;
	overflow: hidden;
	margin-bottom: 18px;
	width: 100%;
	display: inline-flex;
	aspect-ratio: 139 / 92;
}
.n-actions__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n-actions__info {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.n-actions__name {
	color: #363636;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 26px;
}
.n-actions__btn {
	color: #8f1f47;
	font-family: "Bebas Neue";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	padding: 19px 86px 14px 25px;
	border-radius: 12.313px 12.313px 67.719px 12.313px;
	border: 1px solid #8f1f47;
	position: relative;
	transition: all 0.4s ease 0s;
}
.n-actions__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 31px;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: url("/local/templates/mainpage/img/arrow.svg") no-repeat center / contain;
	transition: all 0.3s ease 0s;
}
.n-actions__item:hover .n-actions__btn {
	background: #8f1f47;
	color: #fff;
}
.n-actions__item:hover .n-actions__btn::after {
	filter: brightness(0) invert(1);
}
.n-actions-detail {
	margin-bottom: 26px;
}
.n-actions-detail__list {
	display: flex;
	flex-direction: column;
	gap: 28px;
}
.n-actions-detail__item {
	color: #565656;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	padding-left: 19px;
}
.n-actions-detail__item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background: #8f1f47;
	border-radius: 50%;
}
.n-actions-description {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	align-items: center;
}
.n-actions-description__text {
	color: #565656;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	max-width: 1104px;
	width: 100%;
}
.n-actions-nav {
	display: flex;
	gap: 21px;
}
.n-actions-nav__prev,
.n-actions-nav__next {
	width: 78px;
	height: 78px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.1);
	box-shadow: 0px 0px 10px 2px #8f1f4775;
	border-radius: 50%;
	cursor: pointer;
}
.n-actions-nav__prev {
	background: url("/local/templates/mainpage/img/arrow-left.svg") no-repeat center / contain;
}
.n-actions-nav__next {
	background: url("/local/templates/mainpage/img/arrow-right.svg") no-repeat center / contain;
}
.n-actions {
	margin-bottom: 90px;
}
@media screen and (max-width: 1517px) {
	._new-title {
		font-size: 48px;
		line-height: 48px;
		margin-bottom: 40px;
	}
	.n-actions__btn {
		font-size: 20px;
		line-height: 21px;
		padding: 14px 69px 14px 25px;
	}
	.n-actions__name {
		font-size: 16px;
		line-height: 21px;
	}
	.n-actions-detail__item {
		font-size: 14px;
		line-height: 18px;
	}
	.n-actions {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1024.98px) {
	._new-title {
		font-size: 40px;
		margin-bottom: 34px;
		padding-top: 20px;
	}
	.n-actions__slider {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767.98px) {
	._new-title {
		margin-bottom: 8px;
	}
	.n-actions__box {
		padding: 16px 9px;
	}
	.n-actions__img {
		margin-bottom: 12px;
		aspect-ratio: 126 / 97;
	}
	.n-actions-detail {
		margin-bottom: 21px;
	}
	.n-actions {
		margin-bottom: 44px;
	}
	.n-actions-nav__prev,
	.n-actions-nav__next {
		width: 48px;
		height: 48px;
	}
	.n-actions-description {
		gap: 18px;
		flex-direction: column;
		align-items: flex-start;
	}
	.n-actions-description__text {
		font-size: 14px;
		line-height: 18px;
	}
	.n-actions-nav {
		gap: 6px;
	}
	.n-actions__slider {
		margin-bottom: 18px;
	}
	.n-actions__name {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 479.98px) {
	.n-actions-description__text {
		/* font-size: 12px; */
	}
}
/* конец акции на главной */
/* Топ 5 процедур на главной */
.n-top-five {
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-bottom: 60px;
}
.n-top-five__slider {
	padding: 7px;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}
.n-top-five__item {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
	height: auto;
	padding: 26px 25px;
	display: flex;
	gap: 57px;
	justify-content: space-between;
	cursor: pointer;
}
.n-top-five__img {
	border-radius: 188px 12px 12px 12px;
	box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	max-width: 288px;
	width: 100%;
	height: 455px;
	flex-shrink: 0;
}
.n-top-five__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n-top-five__text {
	color: #261c21;
	font-family: "Bebas Neue";
	font-size: 48px;
	font-weight: 400;
	line-height: 48px;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.n-top-five__info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 323px;
}
.n-top-five__description {
	color: #565656;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 21px;
}
.n-top-five-advantages {
	flex-grow: 1;
	margin-bottom: 21px;
}
.n-top-five-advantages__list {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}
.n-top-five-advantages__item {
	color: #424d4e;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding: 0px 12px;
	border-radius: 6px;
	background: #f9f9f9;
	transition: all 0.3s ease 0s;
}
.n-top-five-advantages__item:hover {
	background: #f6ebef;
}
.n-top-five__btn {
	color: #8f1f47;
	font-family: "Bebas Neue";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	padding-right: 44px;
	position: relative;
}
.n-top-five__btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: url("/local/templates/mainpage/img/arrow.svg") no-repeat center / contain;
}
.n-top-five__bottom {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.n-top-five-nav {
	display: flex;
	gap: 21px;
}

.n-top-five-nav__prev,
.n-top-five-nav__next {
	width: 78px;
	height: 78px;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.1);
	box-shadow: 0px 0px 10px 2px #8f1f4775;
	border-radius: 50%;
	cursor: pointer;
}
.n-top-five-nav__prev {
	background: url("/local/templates/mainpage/img/arrow-left.svg") no-repeat center / contain;
}
.n-top-five-nav__next {
	background: url("/local/templates/mainpage/img/arrow-right.svg") no-repeat center / contain;
}
.n-top-five__all {
	color: #fff;
	font-family: "Bebas Neue";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	padding: 19px 76px 19px 24px;
	border-radius: 12.313px 12.313px 67.719px 12.313px;
	background: #8f1f47;
	position: relative;
}
.n-top-five__all::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 31px;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: url("/local/templates/mainpage/img/arrow.svg") no-repeat center / contain;
	filter: brightness(0) invert(1);
}
@media screen and (max-width: 1517px) {
	.n-top-five__info {
		max-width: none;
		justify-content: flex-end;
		height: 100%;
	}
	.n-top-five__text {
		font-size: 32px;
		line-height: 32px;
	}
	.n-top-five__item {
		gap: 30px;
		flex-direction: column-reverse;
	}
	.n-top-five__img {
		align-self: flex-end;
		height: 224px;
	}
}

@media screen and (max-width: 1024.98px) {
	.n-top-five {
		margin-bottom: 40px;
	}
	.n-top-five__slider {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 767.98px) {
	.n-top-five__text {
		margin-bottom: 12px;
	}
	.n-top-five__item {
		gap: 18px;
		padding: 16px;
	}
	.n-top-five__info {
		max-width: none;
	}
	.n-top-five__img {
		border-radius: 164.5px 10.5px 10.5px 10.5px;
		box-shadow: 0px 0px 38.5px 0px rgba(0, 0, 0, 0.05);
	}
	.n-top-five-nav {
		gap: 6px;
	}
	.n-top-five-nav__prev,
	.n-top-five-nav__next {
		width: 48px;
		height: 48px;
	}
	.n-top-five__all {
		font-size: 18px;
		line-height: 18px;
		padding: 16px 63px 16px 20px;
	}
	.n-top-five__all::after {
		right: 25px;
	}
	.n-top-five__slider {
		margin-bottom: 18px;
	}
	.n-top-five__description {
		margin-bottom: 12px;
	}
	.n-top-five-advantages {
		margin-bottom: 18px;
	}
}
@media screen and (max-width: 479.98px) {
	.n-top-five-advantages__item {
		/* font-size: 12px; */
	}
	.n-top-five ._new-title {
		max-width: 225px;
	}
}
@media (max-width: 479.98px) {
    .office-contact__info-item {
        font-size: 13px;
    }
}
/* Конец топ 5 процедур на главной */
/* Наши услуги */
.n-services {
	padding-bottom: 90px;
	overflow: hidden;
}
.n-services__slider {
	display: flex;
	flex-direction: column;
	gap: 70px;
	overflow: visible;
}
.n-services-mob {
	display: none;
}
.n-services__list {
	height: 515px;
}
.n-services__item {
	display: flex;
	flex-direction: column;
	gap: 30px;
	height: 100%;
	overflow: hidden;
	max-width: 348px;
}

.n-services__item:nth-child(1) {
	max-width: 726px;
}
.n-services__item:nth-child(1) .n-services__img {
	max-width: 474px;
	align-self: flex-start;
}
.n-services__item:nth-child(2) .n-services__img {
	max-width: 278px;
	align-self: flex-end;
}
.n-services__item:nth-child(1) .n-services__box {
	border-radius: 12px 188px 12px 12px;
}
.n-services__item:nth-child(2) .n-services__box {
	border-radius: 188px 12px 12px 12px;
}
.n-services__item:nth-child(4) .n-services__box {
	border-radius: 12px 188px 12px 12px;
}
.n-services__item._two-element .n-services__box {
	height: 242px;
}
.n-services__item._two-element .n-services__box:nth-child(1) {
	border-radius: 12px 12px 88px 12px;
}
.n-services__item._two-element .n-services__box:nth-child(2) {
	border-radius: 12px 88px 12px 12px;
}
.n-services__box {
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
	background: rgba(62, 40, 2, 0.1);
	display: flex;
	flex-direction: column;
}
.n-services__box::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 299px;
	border-radius: 0px 0px 12px 12px;
	background: linear-gradient(180deg, rgba(62, 40, 2, 0) 0%, rgba(62, 40, 2, 0.55) 98.5%);
}
.n-services__item:not(:nth-child(1), :nth-child(2), :nth-child(4)) .n-services__box::after {
	height: 131px;
}
.n-services__box:hover {
	opacity: 1;
}
.n-services__img {
	height: 100%;
	align-self: flex-end;
}
.n-services__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}
.n-services__name {
	color: #fff;
	font-family: "Bebas Neue";
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 60px);
	z-index: 1;
}
.n-services__item:nth-child(1) .n-services__name {
	font-size: 85px;
	line-height: 85px;
}
.n-services__item:nth-child(2) .n-services__name {
	font-size: 48px;
	line-height: 48px;
}
.n-services__bottom {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.n-services-nav {
	display: flex;
	gap: 21px;
}

.n-services-nav__prev,
.n-services-nav__next {
	width: 78px;
	height: 78px;
	box-shadow: 0px 0px 10px 2px #8f1f4775;
	border-radius: 50%;
	cursor: pointer;
}

.n-services-nav__prev {
	background: url("/local/templates/mainpage/img/arrow-left.svg") no-repeat center / contain;
}
.n-services-nav__next {
	background: url("/local/templates/mainpage/img/arrow-right.svg") no-repeat center / contain;
}
.n-services__all {
	color: #fff;
	font-family: "Bebas Neue";
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
	text-transform: uppercase;
	padding: 19px 75px 19px 24px;
	border-radius: 12.313px 12.313px 67.719px 12.313px;
	background: #8f1f47;
	position: relative;
}
.n-services__all::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 31px;
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: url("/local/templates/mainpage/img/arrow.svg") no-repeat center / contain;
	filter: brightness(0) invert(1);
}

@media screen and (max-width: 1517px) {
	.n-services__item:nth-child(1) {
		max-width: 585px;
	}
	.n-services__item:nth-child(1) .n-services__name {
		font-size: 65px;
		line-height: 65px;
	}
	.n-services__item:nth-child(2) .n-services__name {
		font-size: 40px;
		line-height: 40px;
	}
	.n-services__name {
		font-size: 32px;
		line-height: 32px;
	}
	.n-services__list {
		height: 400px;
	}
	.n-services__item:nth-child(1) .n-services__img {
		max-width: 370px;
	}
}
@media screen and (max-width: 1024.98px) {
	.n-services__item:nth-child(1) {
		max-width: 390px;
	}
	.n-services__item:nth-child(1) .n-services__name {
		font-size: 48px;
		line-height: 48px;
	}
	.n-services__list {
		height: 340px;
	}
	.n-services__item:nth-child(2) .n-services__name {
		font-size: 32px;
		line-height: 32px;
	}
	.n-services__slider {
		gap: 40px;
	}
	.n-services {
		padding-bottom: 60px;
	}
	.n-services__item:nth-child(1) .n-services__img {
		max-width: 315px;
	}
}
@media screen and (max-width: 767.98px) {
	.n-services {
		padding-bottom: 44px;
	}
	.n-services-nav__prev,
	.n-services-nav__next {
		width: 48px;
		height: 48px;
	}
	.n-services-nav {
		gap: 6px;
	}
	.n-services__all {
		font-size: 18px;
		line-height: 18px;
		padding: 16px 63px 16px 20px;
	}
	.n-services__slider {
		gap: 18px;
		width: 100%;
	}
	.swiper-services-pc {
		display: none;
	}
	.n-services-mob {
		display: flex;
	}
	.n-services-mob .n-services__list {
		height: 100%;
	}
	.n-services-mob .n-services__item:nth-child(1),
	.n-services-mob .n-services__item {
		max-width: none;
	}
	.n-services-mob .n-services__box {
		height: 260px;
	}
	.n-services-mob .n-services__item .n-services__box:nth-child(1) {
		border-radius: 4.694px 73.543px 4.694px 4.694px;
	}
	.n-services-mob .n-services__item .n-services__box:nth-child(2) {
		border-radius: 73.54px 9.793px 9.793px 9.793px;
	}
	.n-services-mob .n-services__item .n-services__box:nth-child(3) {
		border-radius: 9.793px 9.793px 71.816px 9.793px;
	}
	.n-services-mob .n-services__item .n-services__box .n-services__name {
		font-size: 32px;
		line-height: 32px;
		bottom: 24px;
	}
	.n-services-mob .n-services__item:nth-child(1) .n-services__box:first-child .n-services__name {
		bottom: 11px;
	}
	.n-services-mob .n-services__all::after {
		right: 25px;
	}
	.n-services-mob .n-services__item {
		gap: 18px;
	}
	.n-services-mob {
		display: flex;
		flex-direction: column;
		gap: 18px;
	}
	.n-services-mob .n-services__slider {
		overflow: hidden;
	}
	.n-services ._new-title {
		margin-bottom: 18px;
	}
	.n-services__item:nth-child(1) .n-services__img {
		max-width: 240px;
	}
	.n-services__item:nth-child(1) .n-services__box:nth-child(1) .n-services__img {
		align-self: flex-start;
	}
	.n-services__item .n-services__img,
	.n-services__item:nth-child(1) .n-services__img {
		align-self: flex-end;
	}
	.n-services__box::after {
		height: 105px;
	}
}
@media screen and (max-width: 479.98px) {
	.n-services-mob .n-services__box {
		height: 195px;
	}
}
/* Конец наши услуги */

.n-services .n-services__all,
.n-top-five .n-top-five__all {
	display: none;
}
.new2 .why {    justify-content: center;}
.newcustblock{   
    justify-content: center;}

.newcustblock a{color: aliceblue;display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;}

/* preheader */
main, .first, .new2 .popup-services .wrapper > div {
    padding-top: 152px;
}
header {
	margin-top: 50px;
}
.new2 .header.fixed,
.new2 .header.header-transparent {
	margin-top: 0;
}
.new2 .preheader {
	font-size: 14px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin: 10px;
    line-height: 20px;
}
@media only screen and (max-width: 768px) {
    .new2 .header {
        margin-top: 90px;
    }
	.new2 .preheader {
		font-size: 13px;
		padding-bottom: 20px;
	}
	main, .first, .new2 .popup-services .wrapper > div {
		padding-top: 64px;
	}
}
/* /preheader */