@font-face {
	font-family: "PF-Din-Text-Cond-Pro";
	font-display: swap;
	font-weight: normal;

	src: url("../fonts/PFDinTextCondPro-Regular.ttf");
}

@font-face {
	font-family: "PFBold";
	font-display: swap;
	font-weight: normal;

	src: url("../fonts/PFDinTextCondPro-Bold.ttf");
}

/*Обнуление (чисто что бы сбросить маргины)*/

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
	width: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/*конец-обнуления*/
.new-container {
	margin: 0 auto;
	max-width: 1400px;
	padding: 0 30px;
}

/*стили для h2*/
.service-h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.03em;
	font-family: Arial;
	margin-top: 0px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	padding-top: 25px;
	color: #000;
	margin-bottom: 50px;
}

/*стили для h1*/
.service-h1 {
	color: #000;
	/*	font-family: "PFBold";*/
	font-size: 30px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	margin-bottom: 30px;
}

/*.service-h1.no-uppercase {
	text-transform: none;
}*/

.new-wrapper {
	background: #fff;
	padding-top: 70px;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.container-about {
	display: flex;
	gap: 50px;
}

.new-about {
	margin-bottom: 100px;
}

.new-about-header-mob {
	display: none;
}

.new-about-info p {
	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
	margin-top: 0px;
}

.new-about-info p:not(:last-child) {
	margin-bottom: 25px;
}

.new-about-info {
	max-width: 915px;
	width: 100%;
}

.new-about-imgs {
	max-width: 375px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
	flex-shrink: 0;
}

.new-about-imgs-img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

/*///////////////////////Страница услуги//////////////////////////////*/

.treatment {
	margin-bottom: 104px;
}

.treatment-contaner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
}

.treatment-imgs {
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
	max-width: 650px;
	width: 100%;
	flex-shrink: 0;
}

.treatment-imgs-img {
	width: calc(50% - 25px);
	height: 400px;
	object-fit: cover;
}

.treatment-info {
	max-width: 640px;
	width: 100%;
	padding-top: 5px;
}

.treatment-info p {
	color: #000;
	font-family: Arial;
	font-size: 17px;

	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
}

.treatment-info p:not(:last-child) {
	margin-bottom: 25px;
}

.galery-container {
	display: flex;
	position: relative;
	gap: 25px;
}

.galery-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.galery-info {
	max-width: 325px;
	width: 100%;
}

.galery-info__card {
	padding-top: 23px;
	border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.galery-info__card:not(:last-child) {
	margin-bottom: 47px;
}

.galery-info__card__paragraph {
	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
	margin-bottom: 25px;
}

.galery-info__card__infos {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 22px;
}

.galery-info__card__infos p {
	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
}

.text-border {
	border: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0px 10px 0px 13px;
}

.galery {
	margin-bottom: 93px;
}

.kinds-cards__card {
	display: flex;
	flex-direction: column;
	gap: 21px;
	padding-top: 25px;
}

.kinds-cards__card:not(:last-child) {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.kinds-card__info__decription {
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
	padding-bottom: 48px;
}

.kinds-cards__card__info {
	display: flex;
	align-items: flex-start;
}

.kinds-cards__card__info__item {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;

	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
}

.kinds-cards__card__info__item:nth-child(1) {
	font-weight: 700;
	width: 50%;
}

.kinds-cards__card__info__item:nth-child(2) {
	width: 35.5%;
}

.kinds-cards__card__info__item:nth-child(3) {
	width: 32.5%;
}

.text-border_two {
	font-family: Arial;
	font-size: 15px;

	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0px 10px 0px 11px;
}

.kinds {
	margin-bottom: 51px;
}

.project {
	margin-bottom: 98px;
}

.project-container {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	margin-bottom: 44px;
	align-items: center;
}

.project__img {
	max-width: 1013px;
	width: 100%;
	height: 520px;
	padding-right: 13px;
}

.project__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-info {
	max-width: 310px;
	width: 100%;
}

.new-wrapper .project-list__item {
	color: #000;
	font-family: Arial;
	font-size: 21px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.51px;
	position: relative;
	padding-left: 50px;
}

.project-list {
	list-style: none;
	padding-left: 0px;
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.new-wrapper .project-list__item:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 15px;
	border: 2px solid #ba102c;
	border-radius: 50%;
}

.new-wrapper .project-list__item:after {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	background-color: #ba102c;
	border-radius: 50%;
}

.project p {
	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
}

.project p:not(:last-child) {
	margin-bottom: 25px;
}

.service {
	margin-bottom: 97px;
}

.service-info__header {
	color: #000;
	font-family: Arial;
	font-size: 26px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.51px;
	margin-bottom: 24px;
}

.service-info__card p {
	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
}

.service-info__card {
	margin-bottom: 50px;
}

.service-info__card:nth-child(3) {
	margin-bottom: 25px;
}

.service-info__list {
	list-style: none;
}

.service-info__card p:not(:last-child) {
	margin-bottom: 25px;
}

.service-container {
	display: flex;
	gap: 25px;
	justify-content: space-between;
}

.service-info {
	/* max-width: 925px; */
	width: 100%;
}

.service-imgs {
	max-width: 375px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.service-img__img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.service-info__list__item {
	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
}

.service-info__list__item:not(:last-child) {
	margin-bottom: 25px;
}

.partners-cards__card {
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease 0s;
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.partners-cards__card:hover {
	transform: scale(1.03);
	-webkit-box-shadow: 0px 4px 10px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 4px 10px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 4px 10px 1px rgba(34, 60, 80, 0.2);
}

.partners-cards__card:hover .partners-cards__card__header {
	color: #ba102c;
}

.partners-cards__card__header {
	color: #000;
	font-family: Arial;
	font-size: 26px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.51px;
	margin-bottom: 25px;
	color: all 0.3s ease 0s;
}

.partners-cards__card__link {
	color: #000;
	font-family: Arial;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.51px;
}

.partners-cards__card__img {
	overflow: hidden;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.partners-cards {
	margin-bottom: 50px;
}
.partners-cards__card__img img {
	width: 100%;
	height: 110px;
	object-fit: contain;
	transition: transform 0.3s ease 0s;
}
.partners-cards__wrapper {
	padding: 15px;
}
.partners {
	margin-bottom: 90px;
}

.swiper-container {
	position: relative;
	width: 100%;
	padding: 0 83px;
}

.swiper-button-next,
.swiper-button-prev {
	margin: 0;
	width: 70px;
	height: 40px;
	top: 46%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
	background-image: url("/local/templates/new_gkmp32/service-new/svg/Subtract.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.galery-item {
	width: 100%;
	max-width: 350px;
	height: 450px;
}

.swiper-button-prev::after {
	transform: rotate(180deg);
}

.swiper-button-prev {
	left: 0;
}

.swiper-button-next {
	right: 0;
}

.test {
	margin-bottom: 105px;
}

.test__list {
	/* display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr); */
	/* gap: 0px;
	grid-auto-flow: dense; */
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.test__item {
	/* width: 100%; */
	width: calc(33.333% - 13.333px);
	overflow: hidden;
	position: relative;
	padding: 30px 20px 30px 25px;
	text-decoration: none;
	display: flex;
	gap: 20px;
	flex-direction: column;
	/* max-width: 450px; */
	overflow: hidden;
	min-height: 400px;
}

.test__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 375px;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}

.test__item::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 425px;
	height: 2px;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}

.test__item:nth-child(1)::after,
.test__item:nth-child(1)::before {
	display: block;
}

.test__item:nth-child(2)::before {
	display: block;
}

.test__item:nth-child(3)::before {
	display: none;
}

.test__item:nth-child(3)::after {
	display: block;
	right: 0;
	left: auto;
}

.test__item:nth-child(4)::before {
	display: block;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
}
.test__item:nth-child(4)::after,
.test__item:nth-child(6)::after {
	display: block;
}

.test__item:nth-child(5)::before {
	display: block;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
}

/* .test__item:nth-child(1) {
	grid-area: 1 / 1 / 2 / 2;
}

.test__item:nth-child(2) {
	grid-area: 1 / 2 / 3 / 3;
}

.test__item:nth-child(3) {
	grid-area: 1 / 3 / 2 / 4;
}

.test__item:nth-child(4) {
	grid-area: 2 / 1 / 3 / 2;
}

.test__item:nth-child(5) {
	grid-area: 2 / 3 / 3 / 4;
} */

/* .test__item:nth-child(2) .test-img__pc {
	bottom: -50px;
	height: 100%;
	object-fit: contain;
} */

.test__name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	max-width: 400px;
	z-index: 1;
	position: relative;
	transition: color 0.6s ease 0s;
	color: #323232;
	padding-bottom: 0px;
	text-decoration: none;
}

.test-img {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.test-img__pc {
	transition: opacity 0.6s ease 0.2s;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 350px;
	height: 250px;
	object-fit: cover;
}

.test-img__hover {
	transition: opacity 0.6s ease 0.2s;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	object-fit: cover;
}

.test-img__hover {
	opacity: 0;
}

.test-hidden {
	opacity: 0;
	transform: translateY(150%);
	transition: all 0.6s ease 0s;
	/* position: absolute; */
	/* bottom: 0px;
	left: 50%; */
	width: 100%;
	z-index: 10;
	/* padding-bottom: 10px; */
}

.test-hidden__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
}

.new-wrapper .test-hidden__item {
	padding-left: 49px;
}
.new-wrapper .test-hidden__item a {
	color: #fff;
	font-family: Arial;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	position: relative;
	padding: 10px 0px;
	position: relative;
	display: inline-block;
	transition: all 0.4s ease 0s;
}
.new-wrapper .test-hidden__item a::before,
.new-wrapper .test-hidden__item a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0%;
	height: 2px;
	transition: all 0.6s ease 0s;
	background: rgba(255, 255, 255, 0.3);
	opacity: 0;
}
.new-wrapper .test-hidden__item a::before {
	top: 0;
}
.new-wrapper .test-hidden__item a::after {
	bottom: 0;
}
.new-wrapper .test-hidden__item:hover a::before,
.new-wrapper .test-hidden__item:hover a::after {
	width: 100%;
	opacity: 1;
	transition: all 0.6s ease 0s;
}
.new-wrapper .test-hidden__item:hover::before {
	border-color: #ba102c;
}
.new-wrapper .test-hidden__item:hover::after {
	background-color: #ba102c;
}
.new-wrapper .test-hidden__item:hover a {
	padding-left: 20px;
}
.new-wrapper .test-hidden__item:hover .test-hidden__item :not(:last-child) {
	margin-bottom: 33px;
}

.test__item:hover .test-hidden {
	/* transform: translate(-50%, -50%); */
	transform: translate(0);
	opacity: 1;
	transition: all 0.6s ease 0.1s;
}

/* .test__item:not(:nth-child(2)):hover .test-hidden {
	transform: translate(-50%, 0%);
} */

.test__item:hover .test-img__pc {
	opacity: 0;
	transition: opacity 0.6s ease 0s;
}

.test__item:hover .test-img__hover {
	opacity: 1;
	transition: opacity 0.6s ease 0s;
}

.test__item:hover .test__name {
	color: #fff;
	transition: opacity 0.6s ease 0s;
}

.new-wrapper .test-hidden__item::before {
	content: "";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	border-radius: 50%;
	transition: all 0.4s ease 0s;
}

.new-wrapper .test-hidden__item:after {
	content: "";
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.4s ease 0s;
}

table {
	width: 100%;
}
.new-wrapper ul {
	list-style: none;
}
.new-wrapper li {
	padding-left: 25px;
	position: relative;
}
.new-wrapper li:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	border: 2px solid #ba102c;
	border-radius: 50%;
}

.new-wrapper li:after {
	content: "";
	position: absolute;
	left: 5.5px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #ba102c;
	border-radius: 50%;
}
.partners-cards__prev,
.partners-cards__next {
	position: static;
	margin: 0;
}
.partners-cards__btn-nav {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.partners-cards__next.swiper-button-next::after {
	transform: rotate(0);
}
.partners-cards__prev.swiper-button-prev::after {
	transform: rotate(-180deg);
}
