

/* Start:/local/templates/main/assets/css/style.css?1788840255144839*/
@font-face {
	font-family: "Arial-Regular";
	src: local("Arial Regular");
	src: url("/local/templates/main/assets/css/../fonts/Arial/Arial-Regular/Arial-Regular.eot");
	src: url("/local/templates/main/assets/css/../fonts/Arial/Arial-Regular/Arial-Regular.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Regular/Arial-Regular.woff2") format("woff2"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Regular/Arial-Regular.woff") format("woff"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Regular/Arial-Regular.ttf") format("truetype"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Regular/Arial-Regular.svg") format("svg");
	font-display: swap;
}
@font-face {
	font-family: "Arial-Bold";
	src: local("Arial Bold");
	src: url("/local/templates/main/assets/css/../fonts/Arial/Arial-Bold/Arial-Bold.eot");
	src: url("/local/templates/main/assets/css/../fonts/Arial/Arial-Bold/Arial-Bold.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Bold/Arial-Bold.woff2") format("woff2"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Bold/Arial-Bold.woff") format("woff"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Bold/Arial-Bold.ttf") format("truetype"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Bold/Arial-Bold.svg") format("svg");
	font-display: swap;
}
@font-face {
	font-family: "Arial-Black";
	src: local("Arial Black");
	src: url("/local/templates/main/assets/css/../fonts/Arial/Arial-Black/Arial-Black.eot");
	src: url("/local/templates/main/assets/css/../fonts/Arial/Arial-Black/Arial-Black.eot?#iefix") format("embedded-opentype"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Black/Arial-Black.woff2") format("woff2"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Black/Arial-Black.woff") format("woff"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Black/Arial-Black.ttf") format("truetype"),
		url("/local/templates/main/assets/css/../fonts/Arial/Arial-Black/Arial-Black.svg") format("svg");
	font-display: swap;
}
html {
	font-family: "Arial-Regular", sans-serif;
}
@media screen and (min-width: 1400px) {
	html {
		font-size: 20px;
	}
}
@media screen and (max-width: 1399px) and (min-width: 769px) {
	html {
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 14px;
	}
}
@media screen and (max-width: 355px) {
	html {
		font-size: 14px;
	}
}
*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	min-height: 100vh;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-top: 171px;
}
body.active-burger {
	overflow: hidden;
}
@media screen and (max-width: 1400px) {
	body {
		padding-top: 161px;
	}
}
@media screen and (max-width: 1024px) {
	body {
		padding-top: 101.5px;
	}
}
@media screen and (max-width: 580px) {
	body {
		padding-top: 87px;
	}
}
section {
	width: 100%;
}
.container {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}
@media screen and (max-width: 580px) {
	.container {
		padding: 0 10px;
	}
}
.container-m {
	max-width: 950px;
	width: 100%;
}

.container h1,
.container h2
{
	font: 1.75rem/101% "Arial-Black";
	color: #434343;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.container h3 {
	font: 1.65rem/125% "Arial-Black";
	text-transform: uppercase;
}
ul {
	list-style: none;
}
a {
	color: inherit;
	text-decoration: none;
}
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
.white-button {
	color: #0b8ccf;
	background: #ffffff;
	border-radius: 15px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	width: 100%;
	font: 1rem/100% "Arial-Bold";
	cursor: pointer;
}
.white-button:hover {
	box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1024px) {
	.white-button {
		height: 60px;
		border-radius: 12px;
	}
}
@media screen and (max-width: 355px) {
	.white-button {
		height: 45px;
	}
}
.white-button.m {
	max-width: 215px;
}
@media screen and (max-width: 580px) {
	.white-button.m {
		max-width: 140px;
	}
}
.white-border {
	border: 3px solid #ffffff;
}
.blue-btn {
	background: #0b8ccf;
	color: #ffffff;
	border-radius: 15px;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	font: 1rem/100% "Arial-Bold";
	max-width: 300px;
	width: 100%;
	cursor: pointer;
}
.blue-btn:hover {
	box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1024px) {
	.blue-btn {
		height: 60px;
		border-radius: 12px;
	}
}
@media screen and (max-width: 355px) {
	.blue-btn {
		height: 45px;
	}
}
.blue-btn.m {
	max-width: 215px;
}
@media screen and (max-width: 580px) {
	.blue-btn.m {
		max-width: 140px;
	}
}
.blue-border {
	border: 3px solid #0b8ccf;
}
.for-mob {
	display: none;
}
@media screen and (max-width: 580px) {
	.for-mob {
		display: flex;
	}
}
.modal-window {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	display: none;
	padding: 15px;
	justify-content: center;
	align-items: center;
}
.modal-window.active {
	display: flex;
}
.modal-window .container-modal {
	display: flex;
	flex-direction: column;
	padding: 30px;
 	background: #f5f5f5;
 	border-radius: 22px;
	margin: 0 auto;
	max-width: 550px;
	width: 100%;
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	z-index: 9999999;
	position: relative;
}
@media screen and (max-width: 1400px) {
	.modal-window .container-modal {
/*		height: 490px;*/
	}
}
@media screen and (max-width: 580px) {
	.modal-window .container-modal {
		justify-content: center;
/*		max-height: 400px;*/
		max-width: 350px;
	}
}
.modal-window .container-modal h3 {
	font: 1rem/125% "Arial-Black";
	color: #ffffff;
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
}
.modal-window .container-modal form {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.modal-window .container-modal form input {
	height: 75px;
	width: 100%;
	color: #434343;
	font: 1rem/100% "Arial-Bold";
	margin-bottom: 20px;
	padding: 20px;
	border-radius: 133px;
	border: unset;
	outline: none;
}
@media screen and (max-width: 580px) {
	.modal-window .container-modal form input {
		height: 45px;
	}
}
.modal-window .container-modal form input::placeholder {
	color: #bfbfbf;
}
.modal-window .container-modal form button {
	margin: 0 auto;
	margin-bottom: 15px;
	border: unset;
	outline: none;
}
.modal-window .container-modal > a {
	margin: 0 auto;
}
.news-block .news-block--wrapper .card {
	border-radius: 40px;
	background: #ffffff;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.news-block .news-block--wrapper .card {
		border-radius: 15px;
	}
}
.news-block .news-block--wrapper .card .picture {
	height: 300px;
}
@media screen and (max-width: 1400px) {
	.news-block .news-block--wrapper .card .picture {
		height: 240px;
	}
}
@media screen and (max-width: 768px) {
	.news-block .news-block--wrapper .card .picture {
		height: 180px;
	}
}
.news-block .news-block--wrapper .card .picture img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	display: flex;
}
.news-block .news-block--wrapper .card .bottom-content {
	padding: 15px 30px 25px 30px;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1024px) {
	.news-block .news-block--wrapper .card .bottom-content {
		padding: 5px 15px 15px;
	}
}
.news-block .news-block--wrapper .card .bottom-content span {
	color: #b6b6b6;
	font: 0.86rem "Arial-Bold";
	margin-bottom: 5px;
}
.news-block .news-block--wrapper .card .bottom-content p {
	color: #0b8ccf;
	font: 1rem/100% "Arial-Bold";
	margin-bottom: 35px;
	height: calc(1rem * 2);
	overflow: hidden;
}
@media screen and (max-width: 1500px) {
	.news-block .news-block--wrapper .card .bottom-content p {
		height: calc(1rem * 3);
	}
}
@media screen and (max-width: 1024px) {
	.news-block .news-block--wrapper .card .bottom-content p {
		margin-bottom: 15px;
	}
}
.news-block .news-block--wrapper .card .bottom-content .buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
@media screen and (max-width: 1024px) {
	.news-block .news-block--wrapper .card .bottom-content .buttons a > svg {
		max-width: 24px;
	}
}
.forPopUp {
	position: relative;
	cursor: pointer;
}
.forPopUp .popUpCopy {
	position: absolute;
	top: -40px;
	left: -45px;
	font: 0.86rem/100% "Arial-Regular";
	color: #ffffff;
	background: #0b8ccf;
	border-radius: 15px;
	padding: 5px 10px;
	display: none;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.forPopUp .popUpCopy.active {
	opacity: 1;
}
.forPopUp .popUpCopy.active-flex {
	display: flex;
}
body .fancybox__container {
	z-index: 99999999999;
}
#review {
	position: absolute;
	top: -160px;
}
@media screen and (max-width: 1400px) {
	#review {
		top: -151px;
	}
}
@media screen and (max-width: 1024px) {
	#review {
		top: -101.5px;
	}
}
@media screen and (max-width: 580px) {
	#review {
		top: -87px;
	}
}
#contact-section {
	position: absolute;
	top: -160px;
}
@media screen and (max-width: 1400px) {
	#contact-section {
		top: -151px;
	}
}
@media screen and (max-width: 1024px) {
	#contact-section {
		top: -101.5px;
	}
}
@media screen and (max-width: 580px) {
	#contact-section {
		top: -87px;
	}
}
#mark-map,
#mark-phone {
	user-select: none;
	position: fixed;
	bottom: 70px;
	z-index: 100;
	transition: 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	height: 60px;
	width: 60px;
	display: flex;
	border-radius: 60px;
	background: #ffffff;
	padding: 10px;
	box-shadow: 0px 3.8491px 11.5473px rgba(0, 0, 0, 0.37);
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
#mark-map > img,
#mark-phone > img {
	height: 50px;
	width: 50px;
}
@media screen and (max-width: 580px) {
	#mark-map > img,
	#mark-phone > img {
		width: 25px;
		height: 25px;
	}
}
@media screen and (max-width: 580px) {
	#mark-map,
	#mark-phone {
		width: 45px;
		height: 45px;
		border-radius: 45px;
		bottom: 40px;
	}
}
#mark-map {
	left: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media screen and (max-width: 580px) {
	#mark-map {
		left: 15px;
	}
}
#mark-map .mark-map-choose {
	display: flex;
	flex-direction: column;
	max-width: 0;
	visibility: hidden;
	transition: max-width 0.3s ease-in-out;
	overflow: hidden;
}
#mark-map .mark-map-choose a {
	font: 0.9rem/100% "Arial-Regular";
	color: #0b8ccf;
	margin-bottom: 5px;
	opacity: 0;
	white-space: nowrap;
	transition: 0.4s ease-in-out;
}
#mark-map .mark-map-choose a:last-child {
	margin-bottom: unset;
}
#mark-map .mark-map-choose a:hover {
	text-decoration: underline;
}
#mark-map.active {
	width: 340px;
	border-radius: 60px;
}
@media screen and (max-width: 1400px) {
	#mark-map.active {
		width: 340px;
	}
}
@media screen and (max-width: 768px) {
	#mark-map.active {
		width: 280px;
	}
}
@media screen and (max-width: 580px) {
	#mark-map.active {
		width: 250px;
	}
}
#mark-map.active .mark-map-choose {
	visibility: visible;
	max-width: 350px;
	margin-left: 20px;
	margin-right: 30px;
	display: flex;
}
@media screen and (max-width: 580px) {
	#mark-map.active .mark-map-choose {
		margin-left: 5px;
	}
}
#mark-map.active .mark-map-choose a {
	opacity: 1;
}
#mark-map img {
	width: 40px;
}
@media screen and (max-width: 580px) {
	#mark-map img {
		width: 25px;
	}
}
#mark-phone {
	right: 30px;
}
@media screen and (max-width: 580px) {
	#mark-phone {
		right: 15px;
	}
}
#mark-phone img {
	width: 90%;
}
.coockie-n {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 10%;
}
.coockie-n > div {
	display: flex;
	justify-content: center;
	width: 100%;
	align-items: center;
	background: #0b8ccf;
	border-radius: 8px 8px 0 0;
}
.coockie-text {
	font-size: 15px;
	color: white;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
}
.coockie-accept {
	margin: 10px 15px 10px 0;
	border: none;
	background: transparent;
}
@media (max-width: 870px) {
	.coockie-text {
		font-size: 13px;
	}
}
@media (max-width: 765px) {
	.coockie-text {
		font-size: 12px;
	}
}
@media (max-width: 480px) {
	.coockie-text {
		font-size: 12px;
	}
}
#bx-panel + header#header {
	/*top: 39px;*/
}
header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 900;
}
@media screen and (min-width: 580px) {
	header {
		background: #ffffff;
	}
}
header.active {
	height: 100%;
	min-height: -webkit-fill-available;
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction: column;
}
header.active-test {
	height: 100%;
	min-height: -webkit-fill-available;
	position: fixed;
	width: 100%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 580px) {
	header nav {
		height: 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		background: #ffffff;
		left: -100%;
		transition: left 0.3s ease-in-out;
		position: relative;
	}
}
header nav .nav-block {
	margin: 0 auto;
	display: flex;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	justify-content: center;
	background: #ffffff;
}
header nav .nav-block a {
	outline: none;
	border: none;
	background: none;
	padding: 15px 50px;
	color: #849198;
	font: 1.1rem/25px "Arial-Bold";
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media screen and (max-width: 1700px) {
	header nav .nav-block a {
		font-size: 1rem;
	}
}
@media screen and (max-width: 1640px) {
	header nav .nav-block a {
		padding: 15px 50px;
	}
}
@media screen and (max-width: 1480px) {
	header nav .nav-block a {
		padding: 15px 40px;
	}
}
@media screen and (max-width: 1400px) {
	header nav .nav-block a {
		padding: 10px 30px;
	}
}
@media screen and (max-width: 1024px) {
	header nav .nav-block a {
		padding: 7px 25px;
	}
}
@media screen and (max-width: 940px) {
	header nav .nav-block a {
		padding: 10px 15px;
	}
}
@media screen and (max-width: 768px) {
	header nav .nav-block a {
		padding: 7px 10px;
	}
}
@media screen and (max-width: 700px) {
	header nav .nav-block a {
		font-size: 0.86rem;
	}
}
@media screen and (max-width: 580px)
{
	header nav .nav-block a
	{
		padding: 3px 30px;
	}

	header nav .nav-block .child a.for-mob
	{
		padding-left: 50px;
	}
}
header nav .nav-block a:hover {
	color: #ffffff;
	background: #0b8ccf;
}
@media screen and (max-width: 580px) {
	header nav .nav-block a:hover {
		color: #0b8ccf;
		background: #f5f5f5;
	}
}
header nav .nav-block #aboutCompany {
	position: relative;
	display: flex;
	align-items: center;
}
@media screen and (max-width: 580px) {
	header nav .nav-block #aboutCompany {
		display: none;
	}
}
header nav .nav-block #aboutCompany .nav-block-about {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: fit-content;
	flex-direction: column;
	transition: 0.3s ease-in-out;
	opacity: 0;
}
header nav .nav-block #aboutCompany .nav-block-about--content {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	background: #ffffff;
	box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	position: relative;
	z-index: 2;
}
header nav .nav-block #aboutCompany .nav-block-about--content a {
	position: relative;
	z-index: 3;
	text-align: start;
	font: 0.9rem/100% "Arial-Bold";
	color: #0b8ccf;
}
header nav .nav-block #aboutCompany .nav-block-about--content a:first-child {
	border-radius: 6px 6px 0 0;
}
header nav .nav-block #aboutCompany .nav-block-about--content a:first-child:hover::after {
	border-left: 10px solid #0b8ccf;
	border-top: 10px solid #0b8ccf;
}
header nav .nav-block #aboutCompany .nav-block-about--content a:first-child::after {
	position: absolute;
	z-index: 1;
	content: "";
	top: -7px;
	left: 25px;
	transform: rotate(45deg);
	border-radius: 4px;
	transition: 0.3s ease-in-out;
	border: 10px solid transparent;
	border-left: 10px solid #ffffff;
	border-top: 10px solid #ffffff;
}
header nav .nav-block #aboutCompany .nav-block-about--content a:last-child {
	border-radius: 0 0 6px 6px;
}
header nav .nav-block #aboutCompany .nav-block-about--content a:hover {
	color: #ffffff;
}

header nav .nav-block #aboutCompany .nav-block-about--content a:first-child
{
	border-top: none;
}

header nav .nav-block #aboutCompany .nav-block-about--content a
{
	border-top: 1px solid #d7d7d7;
}

header nav .nav-block #aboutCompany:hover .nav-block-about {
	display: flex;
	opacity: 1;
}
@media screen and (max-width: 580px) {
	header nav .nav-block {
		margin: unset;
		flex-direction: column;
		border: none;
		        /*position: absolute;*/
	}
}
header nav .mobile-contact {
	display: none;
}
@media screen and (max-width: 580px) {
	header nav .mobile-contact {
		flex-direction: column;
		background: #0b8ccf;
		padding: 30px;
		display: flex;
	}
	header nav .mobile-contact .phone-contact {
		display: flex;
		flex-direction: row;
		align-items: center;
		margin-bottom: 20px;
	}
	header nav .mobile-contact .phone-contact > img {
		margin-right: 20px;
	}
	header nav .mobile-contact .phone-contact .numbers {
		display: flex;
		flex-direction: column;
		color: #ffffff;
		font: 1.1rem "Arial-Regular";
	}
	header nav .mobile-contact .phone-contact .numbers a:hover {
		text-decoration: underline;
	}
	header nav .mobile-contact .mark-contact {
		display: flex;
		flex-direction: row;
	}
	header nav .mobile-contact .mark-contact > img {
		margin-right: 20px;
	}
	header nav .mobile-contact .mark-contact .adress {
		display: flex;
		flex-direction: column;
		color: #ffffff;
		font: 1.1rem "Arial-Regular";
	}
}
header nav.active {
	left: 0;
	height: 100%;
}
header nav.active .mobile-contact {
	display: flex;
}
header nav.active-height {
	height: 100%;
}
header .container {
	display: flex;
}
header .container.top-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #ffffff;
}
@media screen and (max-width: 1024px) {
	header .container.top-content {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 580px) {
	header .container.top-content {
		height: 87px;
	}
	header .container.top-content.active {
		position: unset;
	}
	header .container.top-content.active-animation {
		position: unset;
	}
}
header .container.top-content .left {
	display: flex;
	flex-direction: row;
}
header .container.top-content .left > a {
	margin-right: 60px;
	width: 100%;
	height: 100%;
	max-width: 280px;
	max-height: 84px;
}
@media screen and (max-width: 1024px) {
	header .container.top-content .left > a {
		max-width: 125px;
		margin-right: 1rem;
	}
}
@media screen and (max-width: 580px) {
	header .container.top-content .left > a {
		max-width: 120px;
	}
}
header .container.top-content .left > a img {
	width: 100%;
}
header .container.top-content .left .phone-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 40px;
}
@media screen and (max-width: 1024px) {
	header .container.top-content .left .phone-contact {
		margin-right: 20px;
	}
}
@media screen and (max-width: 580px) {
	header .container.top-content .left .phone-contact {
		display: none;
	}
}
header .container.top-content .left .phone-contact > img {
	width: 100%;
	max-width: 22px;
	max-height: 35px;
	height: 100%;
	margin-right: 18px;
}
@media screen and (max-width: 1024px) {
	header .container.top-content .left .phone-contact > img {
		max-width: 14px;
		margin-right: 10px;
	}
}
header .container.top-content .left .phone-contact .numbers {
	display: flex;
	flex-direction: column;
}
header .container.top-content .left .phone-contact .numbers a {
	font: 0.86rem/140.87% "Arial-Regular";
	color: #849198;
}
header .container.top-content .left .phone-contact .numbers a:hover {
	text-decoration: underline;
}
header .container.top-content .left .mark-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
}
@media screen and (max-width: 700px) {
	header .container.top-content .left .mark-contact {
		display: none;
	}
}
header .container.top-content .left .mark-contact > img {
	width: 100%;
	height: 100%;
	max-width: 27px;
	max-height: 35px;
	margin-right: 18px;
}
@media screen and (max-width: 1024px) {
	header .container.top-content .left .mark-contact > img {
		max-width: 17px;
		margin-right: 10px;
	}
}
header .container.top-content .left .mark-contact .adress {
	display: flex;
	flex-direction: column;
}
header .container.top-content .left .mark-contact .adress > div {
	font: 0.86rem/140.87% "Arial-Regular";
	color: #849198;
}
header .container.top-content .right {
	display: flex;
	flex-direction: row;
}
header .container.top-content .right .social {
	display: flex;
	flex-direction: row;
}
header .container.top-content .right .social:last-child a {
	margin-right: unset;
}
@media screen and (max-width: 580px) {
	header .container.top-content .right .social {
		display: none;
	}
}
header .container.top-content .right .social a {
	display: flex;
	align-items: center;
	width: 54px;
	height: 54px;
	margin-right: 20px;
}
@media screen and (max-width: 1024px) {
	header .container.top-content .right .social a {
		margin-right: 10px;
	}
}
header .container.top-content .right .social a > img {
	width: 100%;
}
header .container.top-content .right .social a > img.social-phone {
    width: 30px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	header .container.top-content .right .social a {
		width: 30px;
		height: 30px;
	}
	header .container.top-content .right .social a > img.social-phone {
		width: 20px;
	}
}
header .container.top-content .mobile-menu {
	display: none;
}
@media screen and (max-width: 580px) {
	header .container.top-content .mobile-menu {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	header .container.top-content .mobile-menu > a {
		height: 38px;
		margin: 0 1rem;
	}
	header .container.top-content .mobile-menu > a img {
/*		width: 100%;*/
		width: 2rem;
		height: 100%;
	}

	.social-phone {
    	width: 1.35rem !important;
	}

	header .container.top-content .mobile-menu .burger-menu {
		height: 36px;
		width: 42px;
		position: relative;
		cursor: pointer;
	}
	header .container.top-content .mobile-menu .burger-menu--lines {
		position: absolute;
		width: 40px;
		height: 4px;
		background-color: #7b7b7b;
		transition: 0.3s ease-in-out;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 11.6667px;
	}
	header .container.top-content .mobile-menu .burger-menu--lines::after {
		position: absolute;
		width: 40px;
		height: 4px;
		background-color: #7b7b7b;
		transition: 0.3s ease-in-out;
		content: "";
		top: calc(32px / 2);
		border-radius: 11.6667px;
	}
	header .container.top-content .mobile-menu .burger-menu--lines::before {
		position: absolute;
		width: 40px;
		height: 4px;
		background-color: #7b7b7b;
		transition: 0.3s ease-in-out;
		content: "";
		top: calc(-32px / 2);
		border-radius: 11.6667px;
	}
	header .container.top-content .mobile-menu .burger-menu.active {
		height: 42px;
	}
	header .container.top-content .mobile-menu .burger-menu.active .burger-menu--lines {
		background-color: transparent;
		width: 52px;
	}
	header .container.top-content .mobile-menu .burger-menu.active .burger-menu--lines::after {
		top: 0;
		transform: rotate(45deg);
		width: 52px;
	}
	header .container.top-content .mobile-menu .burger-menu.active .burger-menu--lines::before {
		width: 52px;
		top: 0;
		transform: rotate(-45deg);
	}
}

footer .top
{
	background: #444444;
	padding: 40px 0;
/*	display: flex;
	align-items: center;
	flex-direction: column;*/
}

footer .top a
{
	max-width: 100px;
	width: 100%;
	/*display: flex;*/
	/*margin-bottom: 10px;*/
}

footer .top a > img
{
	width: 100%;
}

footer .top p
{
	font: 0.86rem/100% "Arial-Regular";
	color: #ffffff;
}

footer .top--document
{
	margin-top: 0px;
	display: flex;
	/*flex-direction: row;*/
	flex-direction: column;
	/*gap: 30px;*/
	gap: 10px;
	align-items: center;
}

@media screen and (max-width: 700px) {
	footer .top--document {
		/*flex-direction: column;*/
		/*gap: 10px;*/
	}
}

footer .top--document a
{
	font: 0.86rem/100% "Arial-Regular";
	color: #ffffff;
	max-width: unset;
	/*white-space: nowrap;*/
	text-decoration: underline;
}

@media screen and (max-width: 700px)
{
	footer .top--document a {
		text-align: center;
		/*display: flex;
		justify-content: center;*/
	}
}

footer .top--document a:hover {
	text-decoration: unset;
}
footer .bottom {
	padding: 10px 0;
}
footer .bottom p {
	color: #161616;
	font: 0.86rem/100% "Arial-Regular";
	text-align: center;
}
.main-page.first-section {
	height: 100%;
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1024px) {
}
/*.main-page.first-section .swiper {
	display: flex;
	width: 100%;
	max-height: calc((100vh - 171px) - 130px);
}
.main-page.first-section .swiper .swiper-wrapper {
	display: flex;
}
@media screen and (max-width: 580px) {
}
.main-page.first-section .swiper .swiper-wrapper .swiper-slide {
	width: 100%;
}
.main-page.first-section .swiper .swiper-wrapper .swiper-slide > img {
	width: 100%;
}
.main-page.first-section .swiper .swiper-wrapper .swiper-slide .container {
	padding: 70px 120px;
}*/


.main-page.first-section .swiper .navigation {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: row;
	top: calc(50% - 29px);
	justify-content: space-between;
	left: 0;
	right: 0;
}
@media screen and (max-height: 860px) {
	.main-page.first-section .swiper .navigation {
/*		top: 65%;*/
		top: 40%;
	}
}
@media screen and (max-height: 740px) {
	.main-page.first-section .swiper .navigation {
		top: calc(50% - 29px);
	}
}
@media screen and (max-width: 580px) {
	.main-page.first-section .swiper .navigation {
		padding: 0 5px;
		top: calc(50% - 15px);
	}
}
.main-page.first-section .swiper .navigation .swiper-button-prev,
.main-page.first-section .swiper .navigation .swiper-button-next {
	position: unset;
	top: unset;
	width: 58px;
	height: 58px;
	background: #0b8ccf;
	border-radius: 50%;
	box-shadow: 0px 1.78272px 10.6963px rgba(0, 0, 0, 0.31);
	user-select: none;
}
.main-page.first-section .swiper .navigation .swiper-button-prev::after,
.main-page.first-section .swiper .navigation .swiper-button-next::after {
	display: none;
}
@media screen and (max-width: 1024px) {
	.main-page.first-section .swiper .navigation .swiper-button-prev,
	.main-page.first-section .swiper .navigation .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.main-page.first-section .swiper .navigation .swiper-button-prev > img,
	.main-page.first-section .swiper .navigation .swiper-button-next > img {
		width: 10px;
	}
}
.main-page.first-section .swiper .navigation .swiper-button-next > img {
	transform: rotate(180deg);
}
.main-page.first-section .swiper .swiper-pagination {
/*	bottom: 100px;*/
	bottom: 50px;
}
@media screen and (max-width: 1200px) {
	.main-page.first-section .swiper .swiper-pagination {
		bottom: 60px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.first-section .swiper .swiper-pagination {
		display: none;
	}
}
.main-page.first-section .swiper .swiper-pagination .swiper-pagination-bullet {
	outline: none;
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #ffffff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
}
.main-page.first-section .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0b8ccf;
}
.main-page.first-section .bottom-bar {
	z-index: 3;
	position: relative;
	/*margin-top: -90px;*/
	margin-top: 50px;
}
@media screen and (max-width: 1200px) {
	.main-page.first-section .bottom-bar {
		/*margin-top: -50px;*/
		margin-top: 50px;
	}
}
@media screen and (max-width: 1024px) {
	.main-page.first-section .bottom-bar {
		margin-top: 30px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.first-section .bottom-bar {
		margin-top: 20px;
	}
}
.main-page.first-section .bottom-bar .container {
	padding: 0 120px;
}
@media screen and (max-width: 1024px) {
	.main-page.first-section .bottom-bar .container {
		padding: 0 90px;
	}
}
@media screen and (max-width: 850px) {
	.main-page.first-section .bottom-bar .container {
		padding: 0 70px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.first-section .bottom-bar .container {
		padding: 0 10px;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 180px;
	background: #f7f4f2;
	border-radius: 40px;
	box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.12);
}
@media screen and (max-height: 780px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper {
		height: 130px;
	}
}
@media screen and (max-height: 740px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper {
		height: 100px;
	}
}
@media screen and (max-width: 1400px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper {
		height: 140px;
	}
}
@media screen and (max-width: 1024px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper {
		height: 100px;
	}
}
@media screen and (max-width: 950px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper {
		flex-wrap: wrap;
		gap: 10px;
		background: unset;
		border-radius: unset;
		height: unset;
		box-shadow: unset;
		justify-content: center;
	}
}
@media screen and (max-width: 385px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper {
		flex-wrap: unset;
		flex-direction: column;
		align-items: center;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button {
	font: 0.86rem/133% "Arial-Regular";
	color: #4e4e4e;
	width: 25%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 40px 20px;
	transition: 0.3s ease-in-out;
	text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button {
		padding: 10px;
	}
}
@media screen and (max-width: 850px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button {
		padding: 10px;
	}
}
@media screen and (max-width: 950px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button {
		width: calc(50% - 5px);
		background: #f7f4f2;
		border-radius: 20px;
		padding: 20px;
		justify-content: flex-start;
		box-shadow: 0px 4px 21px rgba(0, 0, 0, 0.12);
		height: unset;
	}
}
@media screen and (max-width: 580px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button {
		font: 0.86rem/133% "Arial-Regular";
	}
}
@media screen and (max-width: 480px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button {
		padding: 15px 15px;
	}
}
@media screen and (max-width: 385px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button {
		width: 100%;
		padding: 10px 20px;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button > svg {
	min-width: 37px;
	min-height: 54px;
	margin-right: 20px;
}
@media screen and (max-width: 1400px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button > svg {
		margin-right: 10px;
		min-width: 27px;
		min-height: 44px;
		width: 27px;
	}
}
@media screen and (max-width: 1024px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button > svg {
		min-width: 25px;
		width: 25px;
		min-height: unset;
	}
}
@media screen and (max-width: 580px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button > svg {
		min-width: 33px;
		width: 33px;
		min-height: 48px;
	}
}
@media screen and (max-width: 480px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button > svg {
		min-width: 25px;
		width: 25px;
		min-height: 48px;
	}
}
@media screen and (max-width: 355px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button > svg {
		min-width: 20px;
		width: 20px;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button::before {
	position: absolute;
	content: "";
	left: 0;
	width: 1px;
	height: 80%;
	background: #d7d7d7;
}
@media screen and (max-width: 950px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button::before {
		display: none;
	}
}
@media screen and (min-width: 951px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:first-child {
		border-radius: 40px 0 0 40px;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:first-child::before {
	display: none;
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child {
	background: #0b8ccf;
	max-width: 215px;
	border-radius: 15px;
	font: 1rem/100% "Arial-Bold";
}
@media screen and (min-width: 951px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child {
		border-radius: 0 40px 40px 0;
		box-shadow: unset;
	}
}
@media screen and (max-width: 950px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child {
		padding: unset;
		height: 75px;
		display: flex;
		justify-content: center;
		align-items: center;
		font: 1rem/100% "Arial-Bold";
		max-width: 240px;
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 355px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child {
		height: 45px;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child::before {
	display: none;
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child span {
	color: #ffffff;
	max-width: 106px;
	text-transform: none;
	word-break: normal;
}
@media screen and (max-width: 950px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child span {
		max-width: unset;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:last-child:hover {
	background: #005683;
}
@media screen and (max-width: 580px) {
	.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button span {
		max-width: unset;
	}
}
.main-page.first-section .bottom-bar .container .bar-wrapper .switch-button:hover {
	background: #ffffff;
}
.main-page.first-section .bottom-bar .container .arrow-down {
	position: absolute;
	content: "";
	border-radius: 50%;
	background: #d9d9d9;
	left: calc(50% - 29px);
	bottom: -20%;
	width: 58px;
	height: 58px;
	box-shadow: 0px 1.78272px 10.6963px rgba(0, 0, 0, 0.31);
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	.main-page.first-section .bottom-bar .container .arrow-down {
		display: none;
	}
}
.main-page.second-section {
	padding: 70px 0 120px;
}
@media screen and (max-width: 1024px) {
	.main-page.second-section {
		padding: 30px 0 70px;
	}
}
.main-page.second-section .container h2 {
	margin-bottom: 35px;
}
.main-page.second-section .container .info-block--buttons.for-mob {
	flex-direction: row;
	justify-content: center;
	gap: 15px;
}
.promo-baner {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-radius: 40px;
	background: #0b8ccf;
	overflow: hidden;
}
@media screen and (max-width: 580px) {
	.promo-baner {
		margin-bottom: 15px;
	}
}
.promo-baner .pic-block {
	width: 60%;
	position: relative;
}
@media screen and (max-width: 900px) {
	.promo-baner .pic-block {
		width: 50%;
	}
}
@media screen and (max-width: 580px) {
	.promo-baner .pic-block {
		width: 40%;
	}
}
@media screen and (max-width: 450px) {
	.promo-baner .pic-block {
		display: none;
	}
}
.promo-baner .pic-block > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.promo-baner .pic-block::before {
	position: absolute;
	content: "";
	background: url(/local/templates/main/assets/css/../img/Frame.svg);
	height: 101%;
	width: 100%;
	right: 0;
	bottom: 0;
	top: 0;
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.promo-baner .info-block {
	width: 40%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 45px;
}
@media screen and (max-width: 1024px) {
	.promo-baner .info-block {
		padding: 25px;
	}
}
@media screen and (max-width: 900px) {
	.promo-baner .info-block {
		width: 50%;
	}
}
@media screen and (max-width: 580px) {
	.promo-baner .info-block {
		width: 60%;
	}
}
@media screen and (max-width: 450px) {
	.promo-baner .info-block {
		width: 100%;
	}
}
.promo-baner .info-block h3 {
	color: #ffffff;
	margin-bottom: 10px;
}
@media screen and (max-width: 580px) {
	.promo-baner .info-block h3 {
		word-break: break-word;
	}
}
.promo-baner .info-block p {
	font: 1.1rem/98.9% "Arial-Regular";
	color: #ffffff;
	height: calc((1.1rem * 0.98) * 5);
	overflow: hidden;
	margin-bottom: 70px;
}
@media screen and (max-width: 580px) {
	.promo-baner .info-block p {
		margin-bottom: unset;
	}
}
.promo-baner .info-block--buttons {
	display: flex;
	flex-direction: row;
	gap: 15px;
}
@media screen and (max-width: 580px) {
	.promo-baner .info-block--buttons {
		display: none;
	}
}


.mainservice-page.commercial-section .promo-baner {

}
.mainservice-page.commercial-section .promo-baner .pic-block,
.mainservice-page.commercial-section .promo-baner .info-block {
	width: unset;
	max-width: 50%;
	flex: 1 0;
}
.mainservice-page.commercial-section .promo-baner .info-block {
	height: auto;
	justify-content: space-evenly;
}
.mainservice-page.commercial-section .promo-baner .info-block p {
	line-height: 1.2em;
	height: unset;
}

@media (max-width:990px) {
	.mainservice-page.commercial-section .promo-baner .info-block p {
		margin-bottom: 40px;
	}
	.mainservice-page.commercial-section .promo-baner .pic-block img {
		object-position: center;
	}
}
@media (max-width:580px) {
	.mainservice-page.commercial-section .promo-baner .info-block h3 {
		font-size: 1.45rem;
	}
	.mainservice-page.commercial-section .promo-baner .info-block p {
		margin-bottom: 0;
	}
	.mainservice-page.commercial-section .info-block--buttons.for-mob {
		gap: 12px;
	}
}
@media (max-width:450px) {
	.mainservice-page.commercial-section .promo-baner .pic-block {
		display: none;
	}
	.mainservice-page.commercial-section .promo-baner .info-block {
		max-width: 100%;
	}
}

.main-page.news-section {
	background: #f7f4f2;
	padding: 50px 0;
}
@media screen and (max-width: 1024px) {
	.main-page.news-section {
		padding: 30px 0;
	}
}
.main-page.news-section .container h2 {
	margin-bottom: 35px;
}
.main-page.news-section .container .swiper .pagination {
	position: relative;
	display: flex;
	justify-content: flex-end;
	height: 68px;
	margin-top: 29px;
	align-items: center;
}
@media screen and (max-width: 1024px) {
	.main-page.news-section .container .swiper .pagination {
		height: 48px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.news-section .container .swiper .pagination {
		position: unset;
	}
}
.main-page.news-section .container .swiper .pagination .buttons {
	position: absolute;
	display: flex;
	flex-direction: row;
	bottom: 10px;
	left: calc(50% - 68px);
	gap: 20px;
}
@media screen and (max-width: 1024px) {
	.main-page.news-section .container .swiper .pagination .buttons {
		left: calc(50% - 40px);
	}
}
@media screen and (max-width: 580px) {
	.main-page.news-section .container .swiper .pagination .buttons {
		position: unset;
	}
}
.main-page.news-section .container .swiper .pagination .buttons .swiper-button-next,
.main-page.news-section .container .swiper .pagination .buttons .swiper-button-prev {
	position: unset;
	top: unset;
	width: 58px;
	height: 58px;
	background: #0b8ccf;
	border-radius: 50%;
	box-shadow: 0px 1.78272px 10.6963px rgba(0, 0, 0, 0.31);
	user-select: none;
}
.main-page.news-section .container .swiper .pagination .buttons .swiper-button-next::after,
.main-page.news-section .container .swiper .pagination .buttons .swiper-button-prev::after {
	display: none;
}
@media screen and (max-width: 1024px) {
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-next,
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-prev {
		width: 30px;
		height: 30px;
	}
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-next > img,
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-prev > img {
		width: 10px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-next,
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-prev {
		position: absolute;
		top: 30%;
	}
}
.main-page.news-section .container .swiper .pagination .buttons .swiper-button-next > img {
	transform: rotate(180deg);
}
@media screen and (max-width: 580px) {
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-next {
		right: 0;
	}
}
@media screen and (max-width: 580px) {
	.main-page.news-section .container .swiper .pagination .buttons .swiper-button-prev {
		left: 0;
	}
}
.main-page.news-section .container .swiper .pagination > a {
	color: #0b8ccf;
	font: 1.1rem/100% "Arial-Bold";
	transition: 0.3s ease-in-out;
}
.main-page.news-section .container .swiper .pagination > a svg {
	margin-right: 10px;
}
.main-page.news-section .container .swiper .pagination > a:hover {
	text-decoration: underline;
}
.main-page.contact-section {
	position: relative;
}
@media screen and (max-width: 580px) {
	.main-page.contact-section {
		padding: 60px 0;
	}
}
.main-page.contact-section .container {
	padding: 0;
	flex-direction: row;
	max-width: unset;
	display: flex;
}
@media screen and (max-width: 580px) {
	.main-page.contact-section .container {
		flex-direction: column-reverse;
	}
}
.main-page.contact-section .container .map-block {
	width: 50%;
}

@media screen and (max-width: 580px) {
	.main-page.contact-section .container .map-block {
		width: 100%;
		height: 470px;
	}
}
.main-page.contact-section .map-block #map {
	width: 100%;
	height: 100%;
}

.main-page.contact-section .container .contact-block
{
	width: 50%;
	padding: 70px 30px 70px 110px;
	margin-right: auto;
	max-width: 800px;
}

.main-page.contact-section.cp .container .contact-block
{
	padding: 70px 30px 70px 30px;
}

.main-page.contact-section.cp .container .map-block,
.main-page.contact-section.cp .container .contact-block
{
	width: 100%;
}

.main-page.contact-section.cp .map-block
{
	height: 600px;
}

@media screen and (max-width: 1400px) {
	.main-page.contact-section .container .contact-block {
		padding: 35px 30px 35px 50px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.contact-section .container .contact-block {
		width: 100%;
		padding: 0 20px;
		margin-bottom: 35px;
	}
}
.main-page.contact-section .container .contact-block h2 {
	text-align: start;
	margin-bottom: 50px;
}
@media screen and (max-width: 580px) {
	.main-page.contact-section .container .contact-block h2 {
		text-align: center;
		margin-bottom: 35px;
	}
}
.main-page.contact-section .container .contact-block--info {
	margin-bottom: 35px;
}
.main-page.contact-section .container .contact-block--info .row {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
	align-items: center;
}
.main-page.contact-section .container .contact-block--info .row:last-child {
	margin-bottom: unset;
}
.main-page.contact-section .container .contact-block--info .row svg {
	min-width: 27px;
	min-height: 27px;
	margin-right: 20px;
}
.main-page.contact-section .container .contact-block--info .row p,
.main-page.contact-section .container .contact-block--info .row a {
	font: 1rem/100% "Arial-Regular";
	color: #849198;
}
.main-page.contact-section .container .contact-block--info .row a:hover {
	text-decoration: underline;
}
.main-page.contact-section .container .contact-block--info .row .col {
	display: flex;
	flex-direction: column;
}
.main-page.contact-section .container .contact-block--info .row .col a {
	margin-bottom: 5px;
}
.main-page.contact-section .container .contact-block--info .row .col a:last-child {
	margin-bottom: unset;
}
.main-page.contact-section .container .contact-block .social a {
	margin-right: 20px;
}
.main-page.contact-section .container .contact-block .social a:last-child {
	margin-right: unset;
}

.main-page.contact-section.cp .container
{
	flex-direction: column;
	max-width: 1600px;
}

.main-page.form-section {
	padding: 70px 0 90px;
}
@media screen and (max-width: 1024px) {
	.main-page.form-section {
		padding: 30px 0 110px;
	}
}
.main-page.form-section .container .form {
	background: #0b8ccf;
	display: flex;
	flex-direction: row;
	border-radius: 40px;
	overflow: hidden;
}
.main-page.form-section .container .form form {
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 50px 70px;
}
@media screen and (max-width: 1024px) {
	.main-page.form-section .container .form form {
		padding: 25px 30px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.form-section .container .form form {
		width: 100%;
		align-items: center;
	}
}
.main-page.form-section .container .form form h3 {
	color: #ffffff;
	margin-bottom: 30px;
}
.main-page.form-section .container .form form input {
	height: 75px;
	padding: 0 30px;
	font: 1rem/100% "Arial-Bold";
	color: #434343;
	margin-bottom: 20px;
	border-radius: 133px;
	outline: none;
	border: unset;
}
@media screen and (max-width: 1024px) {
	.main-page.form-section .container .form form input {
		height: 50px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.form-section .container .form form input {
		width: 100%;
	}
}
.main-page.form-section .container .form form input:nth-child(3) {
	margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
	.main-page.form-section .container .form form input:nth-child(3) {
		margin-bottom: 25px;
	}
}
.main-page.form-section .container .form form input::placeholder {
	font: 1rem/100% "Arial-Bold";
	color: #bfbfbf;
}
.main-page.form-section .container .form .picture {
	width: 50%;
	position: relative;
	display: flex;
}
@media screen and (max-width: 580px) {
	.main-page.form-section .container .form .picture {
		display: none;
	}
}
.main-page.form-section .container .form .picture::before {
	position: absolute;
	content: "";
	background: url(/local/templates/main/assets/css/../img/Frame.svg);
	height: 101%;
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	transform: scale(-1, 1);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
}
.main-page.form-section .container .form .picture > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-page.homedent-section {
	padding: 50px 0 90px;
	background: #f7f4f2;
	position: relative;
}
.main-page.homedent-section .container .text {
	display: flex;
	flex-direction: column;
}
.main-page.homedent-section .container .text p {
	font: 1.1rem/157% "Arial-Regular";
	color: #000000;
	margin-bottom: 20px;
}
.main-page.homedent-section .container .text span {
	margin-top: 50px;
	color: #0b8ccf;
	font: 1.1rem/157% "Arial-Bold";
	margin-bottom: 20px;
}
.main-page.homedent-section .container .service-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
	gap: 20px;
}
@media screen and (max-width: 580px) {
	.main-page.homedent-section .container .service-wrap {
		flex-direction: column;
	}
}
.main-page.homedent-section .container .service-wrap .card {
	width: 100%;
	height: 260px;
	background: #0b8ccf;
	padding: 25px 50px;
	border-radius: 20px;
	font: 0.86rem/133% "Arial-Bold";
	color: #ffffff;
}
@media screen and (max-width: 1400px) {
	.main-page.homedent-section .container .service-wrap .card {
		height: 200px;
	}
}
@media screen and (max-width: 1024px) {
	.main-page.homedent-section .container .service-wrap .card {
		padding: 15px 25px;
	}
}
@media screen and (max-width: 850px) {
	.main-page.homedent-section .container .service-wrap .card {
		padding: 10px 20px;
		height: 230px;
	}
}
@media screen and (max-width: 580px) {
	.main-page.homedent-section .container .service-wrap .card {
		height: fit-content;
	}
}
.main-page.homedent-section .container .service-wrap .card h5 {
	margin-bottom: 15px;
	font: 0.86rem/133% "Arial-Bold";
	color: #ffffff;
}
.main-page.homedent-section .container .service-wrap .card ul li {
	padding-left: 10px;
	position: relative;
	font: 0.86rem/133% "Arial-Bold";
	color: #ffffff;
}
.main-page.homedent-section .container .service-wrap .card ul li::before {
	position: absolute;
	content: "-";
	font: 0.86rem/133% "Arial-Bold";
	left: 0;
	top: calc(50% - (0.425rem * 1.33));
}
.main-page.homedent-section .container .phone-info {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.main-page.homedent-section .container .phone-info svg {
	margin-right: 20px;
}
.main-page.homedent-section .container .phone-info .col {
	display: flex;
	flex-direction: column;
	color: #0b8ccf;
	font: 1.1rem/133% "Arial-Bold";
}
.main-page.homedent-section .container .phone-info .col a:hover {
	text-decoration: underline;
}
.main-page.homedent-section .container .bookmark {
	position: absolute;
	height: 80px;
	top: -80px;
}
@media screen and (max-width: 1400px) {
	.main-page.homedent-section .container .bookmark {
		height: 65px;
		top: -65px;
	}
}
.main-page.homedent-section .container .bookmark h4 {
	background: #ffb131;
	font: 1.1rem/133% "Arial-Black";
	padding: 25px 50px;
	color: #ffffff;
	height: 100%;
	width: fit-content;
	border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 580px) {
}
@media screen and (max-width: 580px) {
}
.detail-page.main-page.first-section .swiper .swiper-pagination {
	bottom: 10px;
}
.second-section.company {
	padding: 70px 0;
}
@media screen and (max-width: 580px) {
	.second-section.company {
		padding: 30px 0 30px;
	}
}
.second-section.company .container .wrapper {
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 850px) {
	.second-section.company .container .wrapper {
		align-items: center;
	}
}
@media screen and (max-width: 580px) {
	.second-section.company .container .wrapper {
		align-items: unset;
		flex-direction: column;
	}
}
.second-section.company .container .wrapper .left {
	width: 50%;
}
@media screen and (max-width: 850px) {
	.second-section.company .container .wrapper .left {
		width: 60%;
	}
}
@media screen and (max-width: 580px) {
	.second-section.company .container .wrapper .left {
		width: 100%;
	}
}
.second-section.company .container .wrapper .left h3 {
	color: #434343;
	margin-bottom: 40px;
}
@media screen and (max-width: 1400px) {
	.second-section.company .container .wrapper .left h3 {
		margin-bottom: 20px;
	}
}
.second-section.company .container .wrapper .left p {
	color: #434343;
	margin-bottom: 30px;
	font: 1.1rem/157% "Arial-Regular";
}
@media screen and (max-width: 1400px) {
	.second-section.company .container .wrapper .left p {
		margin-bottom: 15px;
	}
}
.second-section.company .container .wrapper .left .advantages {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
	.second-section.company .container .wrapper .left .advantages {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 580px) {
	.second-section.company .container .wrapper .left .advantages {
		display: none;
	}
}
.second-section.company .container .wrapper .left .advantages--block {
	display: flex;
	flex-direction: column;
	max-width: 175px;
	text-align: center;
	align-items: center;
}
.second-section.company .container .wrapper .left .advantages--block svg {
	margin-bottom: 15px;
}
@media screen and (max-width: 1400px) {
	.second-section.company .container .wrapper .left .advantages--block svg {
		width: 35px;
		height: 100%;
	}
}
.second-section.company .container .wrapper .left .advantages--block span {
	font: 1rem/100% "Arial-Bold";
	color: #818181;
}
.second-section.company .container .wrapper .left .buttons-block {
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 580px) {
	.second-section.company .container .wrapper .left .buttons-block {
		display: none;
	}
}
.second-section.company .container .wrapper .left .buttons-block a {
	margin-right: 30px;
}
.second-section.company .container .wrapper .right {
	width: 50%;
}
@media screen and (max-width: 850px) {
	.second-section.company .container .wrapper .right {
		width: 40%;
	}
}
@media screen and (max-width: 580px) {
	.second-section.company .container .wrapper .right {
		width: 100%;
	}
}
.second-section.company .container .wrapper .right img {
	width: 100%;
}
.second-section.company .container .wrapper .right .advantages {
	display: none;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
	gap: 10px;
}
@media screen and (max-width: 580px) {
	.second-section.company .container .wrapper .right .advantages {
		display: flex;
	}
}
@media screen and (max-width: 480px) {
	.second-section.company .container .wrapper .right .advantages {
		flex-direction: column;
	}
}
.second-section.company .container .wrapper .right .advantages--block {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	height: 150px;
}
@media screen and (max-width: 480px) {
	.second-section.company .container .wrapper .right .advantages--block {
		height: auto;
		flex-direction: row;
	}
}
.second-section.company .container .wrapper .right .advantages--block:nth-child(even) {
	justify-content: flex-end;
}
@media screen and (max-width: 480px) {
	.second-section.company .container .wrapper .right .advantages--block:nth-child(even) {
		justify-content: unset;
	}
}
.second-section.company .container .wrapper .right .advantages--block svg {
	min-height: 30px;
	width: 30px;
}
@media screen and (max-width: 480px) {
	.second-section.company .container .wrapper .right .advantages--block svg {
		margin-right: 15px;
	}
}
.second-section.company .container .wrapper .right .advantages--block span {
	font: 1.4rem/100% "Arial-Bold";
	color: #818181;
	text-align: start;
}
.second-section.company .container .wrapper .right .buttons-block {
	gap: 10px;
	flex-direction: row;
}
.third-section.company {
	padding: 20px 0 90px;
}
@media screen and (max-width: 580px) {
	.third-section.company {
		padding: 20px 0 50px;
	}
}
.third-section.company .container .wrapper {
	display: flex;
	flex-direction: row;
	margin-bottom: 100px;
	justify-content: space-between;
}
@media screen and (max-width: 1400px) {
	.third-section.company .container .wrapper {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper {
		flex-direction: column;
	}
}
.third-section.company .container .wrapper:last-child {
	margin-bottom: unset;
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper:last-child {
		flex-direction: column-reverse;
	}
}
.third-section.company .container .wrapper:last-child .left {
	width: calc(43% - 45px);
	padding-left: 45px;
	position: relative;
}
@media screen and (max-width: 1400px) {
	.third-section.company .container .wrapper:last-child .left {
		padding-left: 30px;
	}
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper:last-child .left {
		width: 100%;
	}
}
.third-section.company .container .wrapper:last-child .left img {
	position: absolute;
	top: calc(50% - 62.5px);
	left: 0;
	width: 90px;
	height: 125px;
}
@media screen and (max-width: 1400px) {
	.third-section.company .container .wrapper:last-child .left img {
		width: 60px;
		height: 71px;
		top: calc(50% - 35.5px);
	}
}
.third-section.company .container .wrapper:last-child .left p {
	background: #0b8ccf;
	padding: 50px 70px;
	border-radius: 15px;
	font: 1.1rem/157% "Arial-Bold";
	color: #ffffff;
}
@media screen and (max-width: 1400px) {
	.third-section.company .container .wrapper:last-child .left p {
		padding: 35px 50px;
	}
}
.third-section.company .container .wrapper:last-child .right {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: unset;
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper:last-child .right {
		width: 100%;
		margin-bottom: 35px;
	}
}
.third-section.company .container .wrapper:last-child .right p {
	background: unset;
	padding: unset;
	font: 1.1rem/157% "Arial-Regular";
	color: #434343;
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper:last-child .right p {
		margin-bottom: 35px;
	}
}
.third-section.company .container .wrapper:last-child .right span {
	width: fit-content;
	padding: 30px 60px;
	background: #f7f4f2;
	color: #818181;
	border-radius: 15px;
	font: 1.1rem/143.7% "Arial-Bold";
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper:last-child .right span {
		width: 100%;
		padding: 20px 30px;
		text-align: center;
	}
}
.third-section.company .container .wrapper:last-child .right span b {
	color: #0b8ccf;
}
.third-section.company .container .wrapper .left {
	width: 55%;
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper .left {
		width: 100%;
		margin-bottom: 35px;
	}
}
.third-section.company .container .wrapper .left p {
	font: 1.1rem/157% "Arial-Regular";
	color: #434343;
}
.third-section.company .container .wrapper > .right {
	width: calc(43% - 45px);
	padding-left: 45px;
	position: relative;
}
@media screen and (max-width: 1400px) {
	.third-section.company .container .wrapper > .right {
		padding-left: 30px;
	}
}
@media screen and (max-width: 850px) {
	.third-section.company .container .wrapper > .right {
		width: 100%;
	}
}
.third-section.company .container .wrapper > .right > img {
	position: absolute;
	top: calc(50% - 62.5px);
	left: 0;
	width: 90px;
	height: 125px;
}
@media screen and (max-width: 1400px) {
	.third-section.company .container .wrapper > .right > img {
		width: 60px;
		height: 71px;
		top: calc(50% - 35.5px);
	}
}
.third-section.company .container .wrapper > .right > p {
	background: #0b8ccf;
	padding: 50px 70px;
	border-radius: 15px;
	font: 1.1rem/157% "Arial-Bold";
	color: #ffffff;
}
@media screen and (max-width: 1400px) {
	.third-section.company .container .wrapper > .right > p {
		padding: 35px 50px;
	}
}
.slider-spec-page.company {
	padding: 50px 0;
	background: #f7f4f2;
}
@media screen and (max-width: 580px) {
	.slider-spec-page.company {
		padding: 35px 0;
	}
}
.slider-spec-page.company .container h2 {
	margin-bottom: 60px;
}
@media screen and (max-width: 580px) {
	.slider-spec-page.company .container h2 {
		margin-bottom: 40px;
	}
}
.slider-spec-page.company .container > a {
	margin: 0 auto;
}
.slider-spec-page.company .container-swiper {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.slider-spec-page.company .container-swiper .swiper-button-prev,
.slider-spec-page.company .container-swiper .swiper-button-next {
	position: unset;
	width: 57px;
	height: 57px;
	background: #0b8ccf;
	border-radius: 50%;
	user-select: none;
}
@media screen and (max-width: 1024px) {
	.slider-spec-page.company .container-swiper .swiper-button-prev,
	.slider-spec-page.company .container-swiper .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.slider-spec-page.company .container-swiper .swiper-button-prev img,
	.slider-spec-page.company .container-swiper .swiper-button-next img {
		width: 10px;
	}
}
.slider-spec-page.company .container-swiper .swiper-button-prev::after,
.slider-spec-page.company .container-swiper .swiper-button-next::after {
	display: none;
}
.slider-spec-page.company .container-swiper .swiper-button-next img {
	transform: rotate(180deg);
}
.slider-spec-page.company .container-swiper .swiper {
	margin-bottom: 50px;
}
.slider-spec-page.company .container-swiper .swiper.staff {
	width: calc(100% - 178px);
}
@media screen and (max-width: 1024px) {
	.slider-spec-page.company .container-swiper .swiper.staff {
		width: calc(100% - 124px);
	}
}
@media screen and (max-width: 1024px) {
	.slider-spec-page.company .container-swiper .swiper.staff {
		width: calc(100% - 80px);
	}
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide {
	height: 570px;
	padding: 20px;
	background: #ffffff;
	border-radius: 20px;
}
@media screen and (max-width: 1570px) and (min-width: 581px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}
@media screen and (max-width: 580px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide {
		height: 480px;
	}
}
@media screen and (max-width: 380px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide {
		height: 450px;
	}
}
@media screen and (max-width: 350px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide {
		padding: 10px;
	}
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide img {
	height: 270px;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
	object-position: center;
	margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide img {
		height: 240px;
	}
}
@media screen and (max-width: 380px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide img {
		height: 200px;
	}
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide h4 {
	font: 1.1rem/123.5% "Arial-Black";
	color: #434343;
	height: calc((1.1rem * 1.235) * 2);
	overflow: hidden;
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide span {
	color: #b8b8b8;
	font: 0.9rem/157% "Arial-Bold";
	margin-bottom: 15px;
	display: flex;
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide p {
	font: 0.9rem/103% "Arial-Regular";
	color: #434343;
	height: calc((0.9rem * 1.03) * 5);
	overflow: hidden;
	margin-bottom: 5px;
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide .adress {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide .adress:hover a {
	text-decoration: underline;
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide .adress svg {
	margin-right: 5px;
}
@media screen and (max-width: 580px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide .adress svg {
		width: 15px;
	}
}
.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide .adress a {
	color: #0b8ccf;
	font: 0.95rem/157% "Arial-Regular";
}
@media screen and (max-width: 580px) {
	.slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide .adress a {
		font: 0.86rem/157% "Arial-Regular";
	}
}
.fifth-section.company {
	padding: 110px 0;
}
@media screen and (max-width: 1024px) {
	.fifth-section.company {
		padding: 50px 0;
	}
}
.fifth-section.company .container .wrapper {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
@media screen and (max-width: 1024px) {
	.fifth-section.company .container .wrapper {
		gap: 20px;
	}
}
@media screen and (max-width: 700px) {
	.fifth-section.company .container .wrapper {
		gap: 50px;
		flex-direction: column;
	}
}
.fifth-section.company .container .wrapper .left {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 50px 80px;
	margin-left: 50px;
	background: #0b8ccf;
	border-radius: 15px;
	width: calc(40% - 20px);
}
@media screen and (max-width: 1024px) {
	.fifth-section.company .container .wrapper .left {
		padding: 20px 35px;
		width: 40%;
		margin-left: 20px;
	}
}
@media screen and (max-width: 700px) {
	.fifth-section.company .container .wrapper .left {
		width: calc(100% - 20px);
	}
}
.fifth-section.company .container .wrapper .left img {
	position: absolute;
	top: calc(50% - 50px);
	left: -50px;
	width: 100px;
	height: 100px;
}
@media screen and (max-width: 1024px) {
	.fifth-section.company .container .wrapper .left img {
		width: 45px;
		height: 45px;
		left: -22.5px;
		top: calc(50% - 22.5px);
	}
}
.fifth-section.company .container .wrapper .left .text-bold {
	font: 1.1rem/157% "Arial-Bold";
	color: #ffffff;
	margin-bottom: 15px;
}
.fifth-section.company .container .wrapper .left p {
	font: 1.1rem/157% "Arial-Regular";
	color: #ffffff;
}
.fifth-section.company .container .wrapper .right {
	width: calc(60% - 20px);
	padding: 45px 60px;
	border-radius: 15px;
}
@media screen and (max-width: 1024px) {
	.fifth-section.company .container .wrapper .right {
		padding: 20px 30px;
		width: calc(60% - 20px);
	}
}
@media screen and (max-width: 700px) {
	.fifth-section.company .container .wrapper .right {
		width: 100%;
	}
}
.fifth-section.company .container .wrapper .right h5 {
	font: 1.1rem/157% "Arial-Black";
	color: #434343;
	margin-bottom: 20px;
}
.fifth-section.company .container .wrapper .right .row {
	display: flex;
	flex-direction: row;
	margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
	.fifth-section.company .container .wrapper .right .row {
		margin-bottom: 5px;
	}
}
.fifth-section.company .container .wrapper .right .row:last-child {
	margin-top: 40px;
	margin-bottom: unset;
}
@media screen and (max-width: 1024px) {
	.fifth-section.company .container .wrapper .right .row:last-child {
		margin-top: 15px;
	}
}
@media screen and (max-width: 380px) {
	.fifth-section.company .container .wrapper .right .row:last-child {
		flex-direction: column;
	}
}
.fifth-section.company .container .wrapper .right .row p {
	font: 0.9rem/157% "Arial-Regular";
	color: #434343;
}
.fifth-section.company .container .wrapper .right .row p b {
	font: 0.9rem/157% "Arial-Bold";
	color: #0b8ccf;
}
.fifth-section.company .container .wrapper .right .row > .row {
	margin-right: 50px;
}
@media screen and (max-width: 380px) {
	.fifth-section.company .container .wrapper .right .row > .row {
		margin-right: unset;
	}
}
.fifth-section.company .container .wrapper .right .row > .row p {
	font: 1.1rem/157% "Arial-Regular";
	color: #434343;
}
.fifth-section.company .container .wrapper .right .row > .row p b {
	font: 1.1rem/157% "Arial-Bold";
	color: #0b8ccf;
}
.fifth-section.company .container .wrapper .right .row > .row:last-child {
	margin-right: unset;
	margin-top: unset;
}
.license-section.company {
	background: #f7f4f2;
	padding: 90px 0;
}
@media screen and (max-width: 1024px) {
	.license-section.company {
		padding: 50px 0;
	}
}
.license-section.company .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	user-select: none;
}
.license-section.company .container .swiper-button-prev,
.license-section.company .container .swiper-button-next {
	position: unset;
	width: 57px;
	height: 57px;
	background: #0b8ccf;
	border-radius: 50%;
	user-select: none;
}
@media screen and (max-width: 1024px) {
	.license-section.company .container .swiper-button-prev,
	.license-section.company .container .swiper-button-next {
		width: 30px;
		height: 30px;
	}
	.license-section.company .container .swiper-button-prev img,
	.license-section.company .container .swiper-button-next img {
		width: 10px;
	}
}
.license-section.company .container .swiper-button-prev::after,
.license-section.company .container .swiper-button-next::after {
	display: none;
}
.license-section.company .container .swiper-button-next img {
	transform: rotate(180deg);
}
.license-section.company .container .swiper.license {
	width: calc(100% - 178px);
}
@media screen and (max-width: 1024px) {
	.license-section.company .container .swiper.license {
		width: calc(100% - 124px);
	}
}
@media screen and (max-width: 1024px) {
	.license-section.company .container .swiper.license {
		width: calc(100% - 80px);
	}
}
.license-section.company .container .swiper.license .swiper-wrapper .swiper-slide {
	width: 100%;
}
.license-section.company .container .swiper.license .swiper-wrapper .swiper-slide a {
	width: 100%;
	display: flex;
	height: 100%;
	max-height: 600px;
}
.license-section.company .container .swiper.license .swiper-wrapper .swiper-slide a img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.comment-section {
	position: relative;
	padding: 95px 0;
}
.comment-section .container .desktop {
	display: block;
}
@media screen and (max-width: 720px) {
	.comment-section .container .desktop {
		display: none;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper {
	flex-direction: row;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide {
	margin-top: unset !important;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card {
	display: flex;
	flex-direction: row;
	background: #f7f4f2;
	border-radius: 15px;
	overflow: hidden;
	max-width: 1250px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card:last-child {
	margin-bottom: unset;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card:last-child .blue-bg {
	background: #005683;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card:last-child .grade-block__subs {
	color: #005683;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card:last-child .grade-block__grade {
	color: #005683;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card:nth-child(2) .blue-bg {
	background: #047bb9;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card:nth-child(2) .grade-block__subs {
	color: #047bb9;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card:nth-child(2) .grade-block__grade {
	color: #047bb9;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg {
	padding: 45px 40px;
	background: #0b8ccf;
	display: flex;
	flex-direction: row;
	border-radius: 15px;
	width: 80%;
}
@media screen and (max-width: 1024px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg {
		padding: 25px 20px;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-right: 70px;
}
@media screen and (max-width: 1024px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block {
		margin-right: 20px;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block .picture {
	border-radius: 50%;
	border: 1px solid #ffffff;
	width: 180px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block .picture {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 850px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block .picture {
		width: 120px;
		height: 120px;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block .picture img {
	width: 154px;
	height: 154px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
@media screen and (max-width: 1024px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block .picture img {
		width: 124px;
		height: 124px;
	}
}
@media screen and (max-width: 850px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block .picture img {
		width: 94px;
		height: 94px;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .img-block h6 {
	font: 1.5rem/103.8% "Arial-Bold";
	color: #ffffff;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .comment-block {
	position: relative;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .comment-block::before {
	position: absolute;
	content: "“";
	font: 9.8rem/0% Imbue;
	font-weight: 400;
	color: #ffffff;
	top: 50px;
	left: -5%;
}
@media screen and (max-width: 1024px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .comment-block::before {
		top: 3.5rem;
		left: 0;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .comment-block::after {
	position: absolute;
	content: "“";
	transform: rotate(180deg);
	font: 9.8rem/0% Imbue;
	font-weight: 400;
	color: #ffffff;
	bottom: 50px;
	right: -2%;
}
@media screen and (max-width: 1024px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .comment-block::after {
		bottom: 3.5rem;
		right: 0;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .blue-bg .comment-block p {
	padding: 40px;
	font: 1rem/138.8% "Arial-Regular";
	color: #ffffff;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .grade-block {
	width: 20%;
	padding: 35px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .grade-block {
		padding: 25px 20px;
	}
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .grade-block__subs {
	font: 1.5rem/103.8% "Arial-Regular";
	color: #0b8ccf;
	margin-bottom: 5px;
}
.comment-section .container .desktop .swiper .swiper-wrapper .swiper-slide .card .grade-block__grade {
	font: 4.9rem/93.8% "Arial-Black";
	color: #0b8ccf;
}
.comment-section .container .desktop .swiper-pagination {
	bottom: 2%;
}
.comment-section .container .desktop .swiper-pagination .swiper-pagination-bullet {
	outline: none;
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #ffffff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
}
.comment-section .container .desktop .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0b8ccf;
}
.comment-section .container .mobile {
	display: none;
}
@media screen and (max-width: 720px) {
	.comment-section .container .mobile {
		display: flex;
	}
}
.comment-section .container .mobile .swiper .card {
	display: flex;
	flex-direction: column;
}
.comment-section .container .mobile .swiper .card .img-block {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	gap: 10px;
}
.comment-section .container .mobile .swiper .card .img-block .picture {
	border-radius: 50%;
	border: 1px solid #0b8ccf;
	width: 63px;
	height: 63px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comment-section .container .mobile .swiper .card .img-block .picture img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
}
.comment-section .container .mobile .swiper .card .img-block h6 {
	font: 1.8rem/103.8% "Arial-Bold";
	color: #434343;
}
.comment-section .container .mobile .swiper .card .grade-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 15px;
}
.comment-section .container .mobile .swiper .card .grade-block__subs {
	font: 1.4rem/103.8% "Arial-Regular";
	color: #0b8ccf;
}
.comment-section .container .mobile .swiper .card .grade-block__grade {
	font: 2.7rem/93.8% "Arial-Black";
	color: #0b8ccf;
}
.comment-section .container .mobile .swiper .card .comment-block {
	background: #0b8ccf;
	border-radius: 5px;
	position: relative;
}
.comment-section .container .mobile .swiper .card .comment-block::before {
	position: absolute;
	content: "“";
	font: 9rem/0% Imbue;
	font-weight: 400;
	color: #ffffff;
	top: 50px;
	left: 2%;
}
.comment-section .container .mobile .swiper .card .comment-block::after {
	position: absolute;
	content: "“";
	transform: rotate(180deg);
	font: 9rem/0% Imbue;
	font-weight: 400;
	color: #ffffff;
	bottom: 50px;
	right: 3%;
}
.comment-section .container .mobile .swiper .card .comment-block p {
	font: 1.2rem/138.8% "Arial-Regular";
	color: #ffffff;
	padding: 40px 50px;
}
@media screen and (max-width: 380px) {
	.comment-section .container .mobile .swiper .card .comment-block p {
		padding: 40px 10px;
	}
}
.first-section.promo-main {
	padding: 110px 0;
	background: #f7f4f2;
}
@media screen and (max-width: 1024px) {
	.first-section.promo-main {
		padding: 50px 0;
	}
}
.first-section.promo-main .container h2 {
	margin-bottom: 90px;
}
.first-section.promo-main .container .wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}
@media screen and (max-width: 1200px) {
	.first-section.promo-main .container .wrapper {
		gap: 25px;
	}
}
@media screen and (max-width: 580px) {
	.first-section.promo-main .container .wrapper {
		gap: 35px;
		flex-wrap: unset;
		flex-direction: column;
	}
}
.first-section.promo-main .container .wrapper .card {
	width: calc((100% / 3) - (100px / 3));
	border-radius: 20px;
	overflow: hidden;
	background: #ffffff;
	box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 1200px) {
	.first-section.promo-main .container .wrapper .card {
		width: calc((100% / 3) - (50px / 3));
	}
}
@media screen and (max-width: 870px) {
	.first-section.promo-main .container .wrapper .card {
		width: calc((100% / 2) - (25px / 2));
	}
}
@media screen and (max-width: 580px) {
	.first-section.promo-main .container .wrapper .card {
		width: 100%;
	}
}
.first-section.promo-main .container .wrapper .card .picture {
	height: 235px;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.first-section.promo-main .container .wrapper .card .picture {
		height: 180px;
	}
}
@media screen and (max-width: 580px) {
	.first-section.promo-main .container .wrapper .card .picture {
		height: 200px;
	}
}
.first-section.promo-main .container .wrapper .card .picture > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.first-section.promo-main .container .wrapper .card .bottom-info {
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (max-width: 1200px) {
	.first-section.promo-main .container .wrapper .card .bottom-info {
		padding: 15px;
	}
}
@media screen and (max-width: 580px) {
	.first-section.promo-main .container .wrapper .card .bottom-info {
		padding: 25px;
	}
}
.first-section.promo-main .container .wrapper .card .bottom-info--top {
	margin-bottom: 20px;
}
.first-section.promo-main .container .wrapper .card .bottom-info--top .name {
	font: 1.1rem/143% "Arial-Black";
	color: #434343;
	height: calc((1.1rem * 1.43) * 1);
	overflow: hidden;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.first-section.promo-main .container .wrapper .card .bottom-info--top p {
	font: 1.1rem/132% "Arial-Regular";
	color: #849198;
	height: calc((1.1rem * 1.32) * 4);
	overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.first-section.promo-main .container .wrapper .card .bottom-info--top p {
		height: calc((1.1rem * 1.32) * 5);
	}
}
.first-section.promo-main .container .wrapper .card .bottom-info--bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.first-section.promo-main .container .wrapper .card .bottom-info--bottom .timing {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.first-section.promo-main .container .wrapper .card .bottom-info--bottom .timing svg {
	width: 33px;
	height: 30px;
	margin-right: 5px;
}
@media screen and (max-width: 1200px) {
	.first-section.promo-main .container .wrapper .card .bottom-info--bottom .timing svg {
		width: 23px;
		height: 20px;
	}
}
.first-section.promo-main .container .wrapper .card .bottom-info--bottom .timing span {
	font: 0.9rem/100% "Arial-Regular";
	color: #849198;
	white-space: nowrap;
}
.first-section.promo-detail {
	display: flex;
	flex-direction: row;
	min-height: calc(80vh - 171px);
}
@media screen and (max-width: 1400px) {
	.first-section.promo-detail {
		min-height: calc(80vh - 161px);
	}
}
@media screen and (max-width: 1024px) {
	.first-section.promo-detail {
		min-height: calc(80vh - 101.5px);
	}
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 580px) {
	.first-section.promo-detail {
		min-height: unset;
	}
}
.first-section.promo-detail .container {
	max-width: 800px;
	width: 50%;
	padding-top: 60px;
	padding-bottom: 50px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail .container {
		max-width: 1600px;
		width: 100%;
	}
}
.first-section.promo-detail .container .top-content h2 {
	text-align: unset;
}
.first-section.promo-detail .container .top-content h2 b {
	color: #0b8ccf;
}
.first-section.promo-detail .container .top-content span {
	color: #849198;
	font: 1.1rem/157% "Arial-Black";
	display: flex;
	margin-top: 50px;
}
.first-section.promo-detail .container .top-content p {
	margin-top: 30px;
	font: 1.1rem/157% "Arial-Regular";
	color: #434343;
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail .container .top-content p {
		margin-bottom: 60px;
	}
}
.first-section.promo-detail .container .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
@media screen and (max-width: 580px) {
	.first-section.promo-detail .container .wrapper {
		flex-wrap: wrap;
		gap: 50px;
		justify-content: center;
	}
}
.first-section.promo-detail .container .wrapper--item {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 175px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 580px) {
	.first-section.promo-detail .container .wrapper--item {
		width: calc(50% - 25px);
	}
}
.first-section.promo-detail .container .wrapper--item svg {
	width: 61px;
	height: 61px;
	margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
	.first-section.promo-detail .container .wrapper--item svg {
		width: 50px;
		height: 50px;
	}
}
.first-section.promo-detail .container .wrapper--item .subs {
	color: #849198;
	font: 1rem/100% "Arial-Bold";
}
.first-section.promo-detail .swiper.promo-detail {
	width: 50%;
	margin: 0;
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail .swiper.promo-detail {
		width: 100%;
	}
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail .swiper.promo-detail .swiper-wrapper .swiper-slide {
		height: unset;
	}
}
.first-section.promo-detail .swiper.promo-detail .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.first-section.promo-detail .swiper.promo-detail .swiper-pagination .swiper-pagination-bullet {
	outline: none;
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #ffffff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.35);
}
.first-section.promo-detail
	.swiper.promo-detail
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #0b8ccf;
}
.second-section.promo-detail {
	padding: 80px 0;
	background: #f7f4f2;
}
@media screen and (max-width: 580px) {
	.second-section.promo-detail {
		padding: 40px 0;
	}
}
.second-section.promo-detail .container {
	display: flex;
	flex-direction: column;
}
.second-section.promo-detail .container h4 {
	font: 1.1rem/143% "Arial-Black";
	color: #434343;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.second-section.promo-detail .container > p {
	font: 1.1rem/157% "Arial-Regular";
	color: #434343;
	margin-bottom: 50px;
}
.second-section.promo-detail .container .wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
	.second-section.promo-detail .container .wrapper {
		gap: 25px;
	}
}
@media screen and (max-width: 580px) {
	.second-section.promo-detail .container .wrapper {
		flex-direction: column;
		flex-wrap: unset;
		margin-bottom: 35px;
	}
}
.second-section.promo-detail .container .wrapper .card {
	width: calc(50% - 30px);
	border-radius: 20px;
	padding: 40px 20px;
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 1024px) {
	.second-section.promo-detail .container .wrapper .card {
		width: calc(50% - 12.5px);
		padding: 20px 15px;
	}
}
@media screen and (max-width: 800px) {
	.second-section.promo-detail .container .wrapper .card {
		width: 100%;
	}
}
.second-section.promo-detail .container .wrapper .card .picture {
	max-width: 95px;
	width: 100%;
	height: 100%;
	max-height: 95px;
	margin-right: 20px;
}
@media screen and (max-width: 1200px) {
	.second-section.promo-detail .container .wrapper .card .picture {
		max-width: 60px;
		max-height: 60px;
	}
}
@media screen and (max-width: 580px) {
	.second-section.promo-detail .container .wrapper .card .picture {
		display: none;
	}
}
.second-section.promo-detail .container .wrapper .card .picture img {
	width: 100%;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1200px) {
	.second-section.promo-detail .container .wrapper .card .picture img {
		width: 60px;
		height: 60px;
	}
}
@media screen and (max-width: 800px) {
	.second-section.promo-detail .container .wrapper .card .content {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
}
.second-section.promo-detail .container .wrapper .card .content h4 {
	color: #0b8ccf;
	margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
	.second-section.promo-detail .container .wrapper .card .content h4 {
		text-align: center;
	}
}
.second-section.promo-detail .container .wrapper .card .content p {
	font: 1.1rem/143% "Arial-Bold";
	color: #849198;
}
.second-section.promo-detail .container .wrapper .card .content .picture {
	display: none;
}
@media screen and (max-width: 580px) {
	.second-section.promo-detail .container .wrapper .card .content .picture {
		display: flex;
		margin: 0 auto 15px;
	}
}
.second-section.promo-detail .container .blue-btn {
	margin: 0 auto;
}
.main-section.service-page {
	padding: 90px 0 50px;
}
.main-section.service-page .container .wrapper {
	display: flex;
	flex-wrap: wrap;
	max-width: 1020px;
	margin: 0 auto;
	gap: 30px;
}
.main-section.service-page .container .wrapper .card {
	width: calc((100% / 3) - 20px);
	height: 325px;
	background: #ffffff;
	box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.13);
	border-radius: 20px;
	position: relative;
	transition: 0.5s ease-in-out;
}
@media screen and (max-width: 950px) {
	.main-section.service-page .container .wrapper .card {
		height: 250px;
		width: calc((100% / 2) - 15px);
	}
}
@media screen and (max-width: 580px) {
	.main-section.service-page .container .wrapper .card {
		height: 320px;
		width: 100%;
	}
}
.main-section.service-page .container .wrapper .card h4 {
	font: 1.5rem/100% "Arial-Black";
	color: #ffffff;
	position: absolute;
	left: 0;
	top: calc(50% - 0.75rem);
	white-space: nowrap;
	width: 100%;
	text-align: center;
	justify-content: center;
	font-weight: bold;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.main-section.service-page .container .wrapper .card p {
	margin-top: calc(50% + 70px);
	max-width: 200px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font: 0.86rem/133% "Arial-Regular";
	height: calc((0.86rem * 1.33) * 3);
	color: #4e4e4e;
	text-transform: uppercase;
	overflow: hidden;
}
@media screen and (max-width: 1024px) {
	.main-section.service-page .container .wrapper .card p {
		margin-top: calc(55% + 70px);
	}
}
@media screen and (max-width: 950px) {
	.main-section.service-page .container .wrapper .card p {
		margin-top: calc(35% + 70px);
	}
}
@media screen and (max-width: 768px) {
	.main-section.service-page .container .wrapper .card p {
		margin-top: calc(40% + 70px);
	}
}
@media screen and (max-width: 680px) {
	.main-section.service-page .container .wrapper .card p {
		margin-top: calc(40% + 80px);
	}
}
@media screen and (max-width: 580px) {
	.main-section.service-page .container .wrapper .card p {
		margin-top: 230px;
	}
}
.main-section.service-page .container .wrapper .card .tooth {
	position: absolute;
	display: flex;
	margin: auto;
	left: calc(50% - 31px);
	top: calc(50% - 56px);
}
@media screen and (max-width: 950px) {
	.main-section.service-page .container .wrapper .card .tooth {
		left: calc(50% - 21px);
		top: calc(50% - 32px);
	}
}
.main-section.service-page .container .wrapper .card .tooth svg {
	fill: #0b8ccf;
	height: 112px;
	width: 62px;
	transition: 0.3s ease-in-out;
}
@media screen and (max-width: 950px) {
	.main-section.service-page .container .wrapper .card .tooth svg {
		height: 64px;
		width: 42px;
	}
}
.main-section.service-page .container .wrapper .card:hover {
	background: #0b8ccf;
}
.main-section.service-page .container .wrapper .card:hover h4 {
	opacity: 1;
}
.main-section.service-page .container .wrapper .card:hover p {
	font: 0.86rem/133% "Arial-Bold";
	color: #ffffff;
}
.main-section.service-page .container .wrapper .card:hover .tooth svg {
	fill: rgba(255, 255, 255, 0.12);
	transform: scale(3);
}
.banner-section.service-page {
	padding: 120px 0;
}
.second-section.service-detail {
	padding: 90px 0 0 0;
}
.second-section.service-detail.mainservice-head {
	/*padding: 30px 0;*/
	padding: 0;
	margin: 30px auto;
}
.second-section.service-detail.mainservice-head h1,
.second-section.service-detail.mainservice-head .h1 {
    font: 1.75rem/101% "Arial-Black";
    color: #434343;
    text-align: center;
    text-transform: uppercase;
	margin-bottom: 40px;
}
.second-section.service-detail.mainservice-detail {
	/*padding-top: 50px;*/
	padding: 0;
	margin: 50px 0;
}
.second-section.service-detail.mainservice-detail .detail-text {
	margin-top: 50px;
	margin-bottom: 50px;
}
.second-section.service-detail.mainservice-detail .detail-text p {
	font-size: 1.1rem;
	line-height: 1.5em;
    margin-bottom: 1em;
}
.second-section.service-detail.mainservice-detail .detail-text + .indications {
	margin-top: 50px;
}
.second-section.service-detail.mainservice-related {
	margin: 100px 0;
	padding: 0;
}
@media (max-width: 640px) {
	.second-section.service-detail.mainservice-related {
		margin-top: 50px;
		margin-bottom: 50px;
	}
}

.service-detail.mainservice-related .related-pages-wrapper
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 100%;
}

.service-detail.mainservice-related .related-item-link
{
	font-family: "Arial-Bold", sans-serif;
	cursor: pointer;
	max-width: unset;
	display: inline-block;
	width: auto;
	font-size: 1rem;
	line-height: 1em;
	height: unset;
	padding: 1.2rem 1.5rem;
	text-decoration: none;
	background-color: #F7F4F2;
	color: #849198;
	transition: all 0.3s;
	outline: none;
	border:none;
	border-radius:0.85rem;
	text-align: center;
}

.service-detail.mainservice-related .related-item-link:hover
{
	background-color: #0B8CCF;
	color: #FFFFFF;
	text-decoration: none;
}

@media screen and (max-width: 580px)
{
	.second-section.service-detail
	{
		padding: 40px 0 20px;
	}

	.mainservice .second-section.service-detail
	{
		padding: 0;
	}
}

.second-section.service-detail .container h2 {
	margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
	.second-section.service-detail .container h2 {
		margin-bottom: 20px;
	}
}
.second-section.service-detail .container h3 {
	color: #434343;
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
	.second-section.service-detail .container h3 {
		margin-bottom: 30px;
	}
}
.second-section.service-detail .container > p {
	font: 1.1rem/157% "Arial-Regular";
	color: #434343;
	margin-bottom: 50px;
}
.second-section.service-detail .container .indications {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
@media screen and (max-width: 1000px) {
	.second-section.service-detail .container .indications {
		gap: 20px;
	}
}
@media screen and (max-width: 700px) {
	.second-section.service-detail .container .indications {
		gap: 40px;
		flex-direction: column;
	}
}
.second-section.service-detail .container .indications--wrapper {
	width: calc(55% - 20px);
}
@media screen and (max-width: 700px) {
	.second-section.service-detail .container .indications--wrapper {
		width: unset;
	}
}
.second-section.service-detail .container .indications--wrapper .card {
	padding: 20px 0 25px 20px;
	display: flex;
	align-items: center;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	outline: 2px solid transparent;
}
.second-section.service-detail .container .indications--wrapper .card::after {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #0b8ccf;
	top: calc(50% - 13.5px);
	left: calc(0% - 13.5px);
}
@media screen and (max-width: 580px) {
	.second-section.service-detail .container .indications--wrapper .card::after {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		left: calc(0% - 10px);
	}
}
.second-section.service-detail .container .indications--wrapper .card p {
	font: 1rem/109% "Arial-Bold";
	color: #849198;
}
.second-section.service-detail .container .indications--info {
	width: calc(50% - 20px);
	padding-left: 76px;
	position: relative;
}
@media screen and (max-width: 1200px) {
	.second-section.service-detail .container .indications--info {
		padding-left: 40px;
	}
}
@media screen and (max-width: 1000px) {
	.second-section.service-detail .container .indications--info {
		width: calc(40% - 10px);
		padding-left: 25px;
	}
}
@media screen and (max-width: 700px) {
	.second-section.service-detail .container .indications--info {
		width: 100%;
	}
}
.second-section.service-detail .container .indications--info .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background: #0b8ccf;
	border-radius: 15px;
	padding: 50px 80px;
}
@media screen and (max-width: 1000px) {
	.second-section.service-detail .container .indications--info .content {
		padding: 25px 50px;
	}
}
@media screen and (max-width: 768px) {
	.second-section.service-detail .container .indications--info .content {
		padding: 25px 30px;
	}
}
.second-section.service-detail .container .indications--info .content p {
	font: 1.1rem/143% "Arial-Bold";
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.second-section.service-detail .container .indications--info .content p {
		height: calc((1.1rem * 1.43) * 6);
		margin-bottom: 20px;
		overflow: hidden;
	}
}
@media screen and (max-width: 380px) {
	.second-section.service-detail .container .indications--info .content p {
		height: calc((1.1rem * 1.43) * 9);
	}
}
.second-section.service-detail .container .indications--info__picture {
	position: absolute;
	max-height: 229px;
	max-width: 152px;
	display: flex;
	top: calc(50% - 115px);
	left: 0;
	width: 100%;
}
@media screen and (max-width: 1200px) {
	.second-section.service-detail .container .indications--info__picture {
		max-width: 80px;
		top: calc(50% - 80px);
	}
}
@media screen and (max-width: 1000px) {
	.second-section.service-detail .container .indications--info__picture {
		max-width: 50px;
		top: calc(50% - 50px);
	}
}
.second-section.service-detail .container .indications--info__picture svg {
	max-height: 230px;
	width: 100%;
	max-width: 152px;
	height: 100%;
}
.third-section.service-detail {
	padding: 30px 0;
}
.third-section.service-detail .container .advantages {
	display: flex;
	justify-content: center;
	gap: 120px;
	flex-direction: row;
	margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
	.third-section.service-detail .container .advantages {
		gap: 60px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 580px) {
	.third-section.service-detail .container .advantages {
		flex-wrap: wrap;
		gap: 20px 50px;
	}
}
.third-section.service-detail .container .advantages .card {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 580px) {
	.third-section.service-detail .container .advantages .card {
		width: calc((100% / 2) - 25px);
		justify-content: center;
	}
}
.third-section.service-detail .container .advantages .card .picture {
	width: 95px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 50%;
	background: #dfdfdf;
	margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
	.third-section.service-detail .container .advantages .card .picture {
		width: 43px;
		height: 43px;
	}
}
@media screen and (max-width: 580px) {
	.third-section.service-detail .container .advantages .card .picture {
		width: 95px;
		height: 95px;
	}
}
.third-section.service-detail .container .advantages .card .picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.third-section.service-detail .container .advantages .card p {
	text-align: center;
	font: 1rem/100% "Arial-Bold";
	color: #818181;
	max-width: 200px;
}
@media screen and (max-width: 1000px) {
	.third-section.service-detail .container .advantages .card p {
		max-width: 130px;
	}
}
.third-section.service-detail .container .notification {
	padding: 0 150px;
}
@media screen and (max-width: 1000px) {
	.third-section.service-detail .container .notification {
		padding: 0 80px;
	}
}
@media screen and (max-width: 580px) {
	.third-section.service-detail .container .notification {
		padding: 0 0 0 30px;
	}
}
.third-section.service-detail .container .notification .text {
	border-radius: 15px;
	margin: 0 auto;
	position: relative;
	padding: 35px 35px 35px 80px;
	max-width: 1230px;
	background: rgba(255, 0, 143, 0.08);
	font: 1.1rem/143% "Arial-Bold";
	color: #849198;
}
.third-section.service-detail .container .notification .text b {
	color: #0b8ccf;
}
@media screen and (max-width: 580px) {
	.third-section.service-detail .container .notification .text {
		padding: 30px 25px 30px 40px;
	}
}
.third-section.service-detail .container .notification--picture {
	position: absolute;
	left: calc(0% - 46.5px);
	top: calc(50% - 61px);
	width: 93px;
	height: 122px;
}
@media screen and (max-width: 580px) {
	.third-section.service-detail .container .notification--picture {
		width: 60px;
		height: 79px;
		left: calc(0% - 30px);
		top: calc(50% - 37px);
	}
}
.third-section.service-detail .container .notification--picture svg {
	width: 100%;
	height: 100%;
}
.fourth-section.service-detail {
	padding: 80px 0;
}
@media screen and (max-width: 580px) {
	.fourth-section.service-detail {
		padding: 50px 0;
	}
}
.fourth-section.service-detail .swiper {
	padding-bottom: 90px;
}
.fourth-section.service-detail.mainservice-slider .swiper {
	padding-bottom: 20px;
}
.fourth-section.service-detail .swiper-wrapper {
	display: flex;
	background-color: #0b8ccf;
}
.fourth-section.service-detail .swiper-wrapper .slide--picture {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	max-height: 450px;
}
@media screen and (max-width: 700px) {
	.fourth-section.service-detail .swiper-wrapper .slide--picture {
		width: 100%;
	}
}
.fourth-section.service-detail .swiper-wrapper .slide--picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fourth-section.service-detail .swiper-service-detail-pagination,
.swiper-service-specialists-pagination {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	gap: 30px;
}
@media screen and (max-width: 700px) {
	.fourth-section.service-detail .swiper-service-detail-pagination,
	.swiper-service-specialists-pagination {
		gap: 15px;
	}
}
@media screen and (max-width: 420px) {
	.fourth-section.service-detail .swiper-service-detail-pagination,
	.swiper-service-specialists-pagination {
		gap: 8px;
	}
}
.fourth-section.service-detail .swiper-service-detail-pagination .swiper-pagination-bullet,
.swiper-service-specialists-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
}
.fourth-section.service-detail .container .indications {
	margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
	.fourth-section.service-detail .container .indications {
		margin-bottom: 60px;
	}
}
.fourth-section.service-detail .container .indications.mobile {
	display: none;
}
@media screen and (max-width: 700px) {
	.fourth-section.service-detail .container .indications.mobile {
		display: flex;
	}
}
.fourth-section.service-detail .container .indications.mobile .indications--wrapper {
	flex-wrap: unset;
	flex-direction: row;
}
.fourth-section.service-detail .container .indications.mobile .indications--wrapper .card.bonus {
	display: flex;
	width: calc(100% / 3);
	height: unset;
}
.fourth-section.service-detail .container .indications--wrapper .card.bonus {
	background: unset;
	outline: none;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 1400px) {
	.fourth-section.service-detail .container .indications--wrapper .card.bonus {
		padding: 15px;
	}
}
@media screen and (max-width: 700px) {
	.fourth-section.service-detail .container .indications--wrapper .card.bonus {
		display: none;
		padding: 10px;
	}
}
.fourth-section.service-detail .container .indications--wrapper .card.bonus .picture {
	margin-bottom: 20px;
}
@media screen and (max-width: 700px) {
	.fourth-section.service-detail .container .indications--wrapper .card.bonus .picture {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1400px) {
	.fourth-section.service-detail .container .indications--wrapper .card.bonus .picture svg {
		max-width: 40px;
		max-height: 40px;
	}
}
@media screen and (max-width: 700px) {
	.fourth-section.service-detail .container .indications--wrapper .card.bonus .picture svg {
		max-width: 25px;
		max-height: 25px;
	}
}
.fourth-section.service-detail .container .indications--wrapper .card.bonus p {
	height: unset;
}
.fourth-section.service-detail .container .indications--wrapper .card.bonus::after {
	display: none;
}
.fourth-section.service-detail .container .indications--wrapper .card.bonus:hover {
	outline: none;
}
.fourth-section.service-detail .container .indications--wrapper .card.bonus:hover p {
	color: #818181;
}
.fourth-section.service-detail .container .price {
	padding-top: 40px;
	display: flex;
	flex-direction: row;
	gap: 120px;
}
@media screen and (max-width: 1000px) {
	.fourth-section.service-detail .container .price {
		gap: 50px;
	}
}
@media screen and (max-width: 900px) {
	.fourth-section.service-detail .container .price {
		flex-direction: column;
	}
}
.fourth-section.service-detail .container .price--wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	width: calc(55% - 60px);
}
@media screen and (max-width: 1000px) {
	.fourth-section.service-detail .container .price--wrapper {
		width: calc(55% - 25px);
	}
}
@media screen and (max-width: 900px) {
	.fourth-section.service-detail .container .price--wrapper {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.fourth-section.service-detail .container .price--wrapper {
		flex-wrap: unset;
		flex-direction: column;
	}
}
.fourth-section.service-detail .container .price--wrapper .card {
	width: calc(50% - 7.5px);

	height: 200px;
	background: #0b8ccf;
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 15px;
}
@media screen and (max-width: 420px) {
	.fourth-section.service-detail .container .price--wrapper .card {
		width: 100%;
	}
}

.fourth-section.service-detail .container .price--wrapper .card p {
	color: #ffffff;
	font: 0.9rem/128% "Arial-Regular";
	height: calc((0.9rem * 1.28) * 5);
	overflow: hidden;
}

/* 22.07.22 - уменьшил размер карточки */
@media screen and (max-width: 1280px) {
	.fourth-section.service-detail .container .price--wrapper .card {
		height: 160px;
	}
}
@media screen and (max-width: 1400px) {
	.fourth-section.service-detail .container .price--wrapper .card p {
		font: 16px/128% "Arial-Regular";
	}
}

@media screen and (max-width: 1000px) {
	.fourth-section.service-detail .container .price--wrapper .card p {
		height: calc((0.9rem * 1.28) * 6);
	}
}
.fourth-section.service-detail .container .price--wrapper .card .price--block {
	font: 1.5rem/100% "Arial-Black";
	color: #ffffff;
	font-weight: bold;
}
.fourth-section.service-detail .container .price--contact {
	width: calc(45% - 60px);
	outline: 2px solid #0b8ccf;
	padding: 50px 80px;
	height: 350px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (max-width: 1000px) {
	.fourth-section.service-detail .container .price--contact {
		padding: 20px 35px;
		height: 300px;
		width: calc(45% - 25px);
	}
}
@media screen and (max-width: 900px) {
	.fourth-section.service-detail .container .price--contact {
		width: 100%;
	}
}
@media screen and (max-width: 580px) {
	.fourth-section.service-detail .container .price--contact {
		height: unset;
	}
}
.fourth-section.service-detail .container .price--contact .text {
	display: flex;
	flex-direction: column;
}
.fourth-section.service-detail .container .price--contact .text h4 {
	font: 1.1rem/143% "Arial-Black";
	text-transform: uppercase;
	color: #434343;
	margin-bottom: 20px;
}
.fourth-section.service-detail .container .price--contact .text p {
	font: 0.9rem/175% "Arial-Bold";
	height: calc((0.9rem * 1.75) * 4);
	overflow: hidden;
}
@media screen and (max-width: 580px) {
	.fourth-section.service-detail .container .price--contact .text p {
		height: unset;
		margin-bottom: 20px;
	}
}

.fourth-section.service-detail.mainservice-price {
	/*padding: 50px 0;*/
	padding: 0;
	margin: 50px auto 0;
}
.fourth-section.service-detail.mainservice-price .price {
    padding: 0;
    display: block;
}
.fourth-section.service-detail.mainservice-price .price--wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 100%;
}
.fourth-section.service-detail.mainservice-price .price--wrapper.cols-1 {
	justify-content: center;
}
.fourth-section.service-detail.mainservice-price .price--wrapper .card {
	height: unset;
    background: #0b8ccf;
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 15px;
    flex: 1 0;
    max-width: calc(25% - 10px);
}
.fourth-section.service-detail.mainservice-price .price--wrapper .card p {
	height: unset;
	margin-bottom: 20px;
}
@media (max-width: 990px) {
	.fourth-section.service-detail.mainservice-price .price--wrapper .card {
		max-width: calc(50% - 10px);
		flex: 1 auto;
	}
}
@media (max-width: 540px) {
	.fourth-section.service-detail.mainservice-price .price--wrapper .card {
		max-width: 100%;
		width: 100%;
	}
}
.fourth-section.service-detail.mainservice-price .price--wrapper.cols-3 {
	gap: 30px;
}
.fourth-section.service-detail.mainservice-price .price--wrapper.cols-3 .card {
	max-width: calc(33.3333333% - 15px);
}
.fourth-section.service-detail.mainservice-price .price--wrapper.cols-2 {
	gap: 60px;
}
.fourth-section.service-detail.mainservice-price .price--wrapper.cols-2 .card {
	max-width: calc(50% - 30px);
}
.fourth-section.service-detail.mainservice-price .price--contact {
    border: none;
    outline: none;
    padding: 0;
    height: auto;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.fourth-section.service-detail.mainservice-price .price--contact .blue-btn.m {
    max-width: unset;
    display: inline-block;
    width: auto;
    font-size: 1rem;
    line-height: 1em;
    height: unset;
    padding: 1.375rem 1.826rem;
    text-decoration: none;
}
.fourth-section.service-detail.mainservice-price.mainservice-price--bottom {
	padding: 0;
	margin: 100px auto;
}
.fourth-section.service-detail.mainservice-price.mainservice-price--bottom .price--contact {
	margin: 0 auto;
}
.fourth-section.service-detail.mainservice-slider {
	padding: 0;
	margin-top: 100px;
	margin-bottom: 100px;
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper {
	background-color: transparent;
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper .slide--picture {
	position: relative;
	max-height: unset;
	height: unset;
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper .slider-link {
	position: relative;
	display: block;
	width: 100%;
    height: 100%;
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper .slide-cover {
	display: block;
	/*max-width: 100%;
	height: auto;*/
	max-width: unset;
	height: 100%;
	position: relative;
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper .slider-play {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-62.5px) translateY(-62.5px);
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper .slider-play-overlay {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.56);
	width: 100%;
	height: 100%;
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper .slider-play path {
	fill: #0B8CCF;
	transition: fill 0.5s;
}
.fourth-section.service-detail.mainservice-slider .swiper-wrapper .slider-link:hover .slider-play path {
	fill: #fff;
}
@media (max-width: 1399px) {
	.fourth-section.service-detail.mainservice-price.mainservice-price--bottom {
		margin: 50px auto;
	}
	.fourth-section.service-detail.mainservice-slider {
		margin-top: 80px;
		margin-bottom: 80px;
	}
	.fourth-section.service-detail.mainservice-slider .swiper {
		padding-bottom: 20px;
	}
}
@media (max-width: 1200px) {
	.fourth-section.service-detail.mainservice-slider {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}
@media (max-width: 850px) {
	.fourth-section.service-detail.mainservice-slider {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.fourth-section.service-detail.mainservice-slider .swiper {
		padding-bottom: 20px;
	}
	.fourth-section.service-detail.mainservice-price.mainservice-price--bottom {
		margin: 50px auto;
	}
}
@media (max-width: 640px) {
	.fourth-section.service-detail.mainservice-slider,
	.specialist-detail.mainservice-specialist {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.fourth-section.service-detail.mainservice-slider {
		margin-bottom: 80px;
	}
	.fourth-section.service-detail.mainservice-slider,
	.fourth-section.service-detail.mainservice-slider .swiper {
		padding-bottom: 0;
	}
}

.fancybox__content :focus {
	outline: none;
}
.specialist-detail.mainservice-specialist {
	margin: 50px auto;
}
.service-detail.mainservice-faq {
	padding: 0;
	margin: 50px auto;
}
.service-detail.mainservice-faq .faq-wrapper {

}
.service-detail.mainservice-faq .faq-item {
    margin-top: 30px;
    margin-bottom: 30px;
}
.service-detail.mainservice-faq .faq-item .faq-head {
	position:relative;
	/*z-index: 1000;*/
	display:flex;
	/*padding:0 40px 0 0;*/
	cursor: pointer;
	font-size: 1rem;
	font-family: "Arial-Bold", sans-serif;
	line-height: 1.2em;
	border:none;
	outline: none;
	color:#0B8CCF;
	flex-direction: row;
	align-items: center;
}
.service-detail.mainservice-faq .faq-item .faq-icon {
	display:flex;
	text-align: left;
	max-width: 34px;
	width: 34px;
	flex: 1 0;
	align-items: center;
}
.service-detail.mainservice-faq .faq-item .faq-icon svg path {
	fill: #D2D2D2;
	transition: fill 0.3s;
}
.service-detail.mainservice-faq .faq-item .faq-trigger:checked + .faq-head .faq-icon svg path {
	fill: #0B8CCF;
}
.service-detail.mainservice-faq .faq-item .faq-question {
	flex: 1 0;
}
.service-detail.mainservice-faq .faq-item .faq-trigger {
	display:none;
}
.service-detail.mainservice-faq .faq-item .faq-chevron {

}
.service-detail.mainservice-faq .faq-item .faq-content {
	position:relative;
	overflow:hidden;
	height:0px;
	font-family: "Arial-Regular", sans-serif;
	font-size: 1rem;
	line-height: 1.2em;
	color:#434343;
	background-color: #F7F4F2;
    border-radius: 0.75rem;
    transition: height 0.5s;
}
.service-detail.mainservice-faq .faq-item .faq-trigger:checked ~ .faq-content {
	height: auto;
	padding: 1rem;
	margin: 15px auto;
}
.service-detail.mainservice-faq .faq-item .faq-content p {
	margin: 0;
}
.service-detail.mainservice-faq .faq-item .faq-content p + p {
	margin-top: 1rem;
}

.first-section.promo-main.news-predetail .news-block--wrapper .card .picture {
	height: 300px;
}
@media screen and (max-width: 1400px) {
	.first-section.promo-main.news-predetail .news-block--wrapper .card .picture {
		height: 240px;
	}
}
@media screen and (max-width: 768px) {
	.first-section.promo-main.news-predetail .news-block--wrapper .card .picture {
		height: 180px;
	}
}
.first-section.promo-detail.news-detail-first {
	min-height: calc(90vh - 171px);
}
@media screen and (max-width: 1400px) {
	.first-section.promo-detail.news-detail-first {
		min-height: calc(80vh - 161px);
	}
}
@media screen and (max-width: 1024px) {
	.first-section.promo-detail.news-detail-first {
		min-height: calc(80vh - 101.5px);
	}
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail.news-detail-first {
		flex-direction: column-reverse;
	}
}
@media screen and (max-width: 580px) {
	.first-section.promo-detail.news-detail-first {
		min-height: unset;
	}
}
.first-section.promo-detail.news-detail-first .container {
	padding-bottom: 30px;
	padding-top: 40px;
}
.first-section.promo-detail.news-detail-first .container .top-content p {
	height: calc((1.1rem * 1.57) * 2);
	overflow: hidden;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	text-overflow: ellipsis;
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail.news-detail-first .container .top-content p {
		margin-bottom: 30px;
	}
}
.first-section.promo-detail.news-detail-first .container .middle-content {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail.news-detail-first .container .middle-content {
		margin-bottom: 35px;
	}
}
.first-section.promo-detail.news-detail-first .container .middle-content .advantages {
	position: relative;
	padding: 25px;
	border-radius: 15px;
	overflow: hidden;
}
.first-section.promo-detail.news-detail-first .container .middle-content .advantages::after {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	background: #0b8ccf;
	border-radius: 50%;
	top: calc(50% - 13.5px);
	left: calc(0% - 13.5px);
}
.first-section.promo-detail.news-detail-first .container .middle-content .advantages .text {
	color: #849198;
	font: 0.95rem/122% "Arial-Bold";
	overflow: hidden;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	text-overflow: ellipsis;
}
.first-section.promo-detail.news-detail-first .container > a.blue-btn {
	padding: 25px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font: 1rem/100% "Arial-Bold";
}
@media screen and (max-width: 850px) {
	.first-section.promo-detail.news-detail-first .container > a.blue-btn {
		margin: 0 auto;
	}
}
.second-section.promo-detail.news-detail-second .container > a.blue-btn {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font: 1rem/100% "Arial-Bold";
}
@media screen and (max-width: 850px) {
	.second-section.promo-detail.news-detail-second .container > a.blue-btn {
		margin: 0 auto;
	}
}
.first-section.promo-main.specialist-section .container {
	max-width: 1300px;
}
.first-section.promo-main.specialist-section .container .wrapper {
	gap: 25px;
}
@media screen and (max-width: 580px) {
	.first-section.promo-main.specialist-section .container .wrapper {
		gap: 40px;
	}
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card {
	width: calc((100% / 3) - (50px / 3));
	padding: 32px;
	/*cursor: pointer;*/
}
@media screen and (max-width: 1024px) {
	.first-section.promo-main.specialist-section .container .wrapper .specialist-card {
		padding: 15px;
		width: calc((100% / 2) - (50px / 2));
	}
}
@media screen and (max-width: 580px) {
	.first-section.promo-main.specialist-section .container .wrapper .specialist-card {
		width: 100%;
		padding: 30px;
	}
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .picture {
	height: 300px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card h4 {
	font: 1rem/123.5% "Arial-Black";
	color: #434343;
	height: calc((1rem * 1.235) * 2);
	text-transform: uppercase;
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .experience {
	font: 0.9rem/157% "Arial-Bold";
	color: #0b8ccf;
	margin-bottom: 20px;
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .merits {
	gap: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	height: calc((((0.9rem * 1.03) * 2) * 3) + 20px);
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .merits p {
	position: relative;
	padding-left: 20px;
	font: 0.9rem/103% "Arial-Regular";
	color: #434343;
	height: calc((0.9rem * 1.03) * 2);
	overflow: hidden;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	text-overflow: ellipsis;
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .merits p::after {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0b8ccf;
	top: 5px;
	left: 0;
}
@media screen and (max-width: 1400px) {
	.first-section.promo-main.specialist-section .container .wrapper .specialist-card .merits p::after {
		top: 0;
	}
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .merits p:nth-child(n + 4) {
	display: none;
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .adress {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	gap: 5px;
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .adress:hover p {
	text-decoration: underline;
}
.first-section.promo-main.specialist-section .container .wrapper .specialist-card .adress p {
	color: #0b8ccf;
	font: 0.95rem/157% "Arial-Regular";
}
.specialist-detail.section-first .container {
	display: flex;
	flex-direction: row;
	min-height: calc(90vh - 171px);
}
@media screen and (max-width: 1400px) {
	.specialist-detail.section-first .container {
		min-height: calc(90vh - 161px);
	}
}
@media screen and (max-width: 1024px) {
	.specialist-detail.section-first .container {
		min-height: calc(80vh - 101.5px);
	}
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container {
		flex-direction: column-reverse;
		padding: unset;
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-first .container {
		min-height: unset;
	}
}
.specialist-detail.section-first .container .specialist-info {
	width: 50%;
	padding: 65px 30px 30px 0;
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container .specialist-info {
		width: 100%;
		padding: 40px 30px;
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-first .container .specialist-info {
		padding: 40px 10px;
	}
}
.specialist-detail.section-first .container .specialist-info h2 {
	text-align: unset;
	margin-bottom: 10px;
}
.specialist-detail.section-first .container .specialist-info .experience {
	font: 1rem/157% "Arial-Bold";
	color: #b8b8b8;
	margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
	.specialist-detail.section-first .container .specialist-info .experience {
		margin-bottom: 20px;
	}
}
.specialist-detail.section-first .container .specialist-info .merits {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 15px;
	margin-bottom: 35px;
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-first .container .specialist-info .merits {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.specialist-detail.section-first .container .specialist-info .merits p {
	position: relative;
	min-height: 100px;
	flex: 1 1 calc(50% - 8px);
	min-width: 0;
	width: auto;
	background: #f7f4f2;
	border-radius: 15px;
	display: block;
	padding: 18px 14px 18px 22px;
	text-align: left;
	color: #849198;
	word-break: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
	.specialist-detail.section-first .container .specialist-info .merits {
		align-items: flex-start;
	}
	.specialist-detail.section-first .container .specialist-info .merits p {
		padding-left: 18px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container .specialist-info .merits {
		gap: 10px;
		margin-bottom: 25px;
	}
	.specialist-detail.section-first .container .specialist-info .merits p {
		flex: 1 1 100%;
		min-height: unset;
		padding: 12px 14px 12px 20px;
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-first .container .specialist-info .merits p {
		padding: 10px 12px 10px 18px;
	}
}
.specialist-detail.section-first .container .specialist-info .merits p::before {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #0b8ccf;
	top: calc(50% - 13.5px);
	left: calc(0% - 13.5px);
}
@media screen and (min-width: 851px) and (max-width: 1024px) {
	.specialist-detail.section-first .container .specialist-info .merits p::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		left: calc(0% - 10px);
	}
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container .specialist-info .merits p::before {
		width: 20px;
		height: 20px;
		top: 14px;
		left: calc(0% - 10px);
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-first .container .specialist-info .merits p::before {
		top: 12px;
	}
}
.specialist-detail.section-first .container .specialist-info .personal-info {
	display: flex;
	flex-direction: column;
	gap: 25px;
	margin-bottom: 35px;
}
@media screen and (max-width: 1400px) {
	.specialist-detail.section-first .container .specialist-info .personal-info {
		gap: 15px;
	}
}
.specialist-detail.section-first .container .specialist-info .personal-info p {
	font: 0.9rem/157% "Arial-Regular";
	color: #434343;
	height: calc((0.9rem * 1.57) * 2);
	overflow: hidden;
	position: relative;
	padding-left: 20px;
}
@media screen and (max-width: 1400px) {
	.specialist-detail.section-first .container .specialist-info .personal-info p {
		height: calc((0.9rem * 1.57) * 3);
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-first .container .specialist-info .personal-info p {
		height: unset;
		overflow: unset;
	}
}
.specialist-detail.section-first .container .specialist-info .personal-info p::after {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0b8ccf;
}
@media screen and (max-width: 1400px) {
	.specialist-detail.section-first .container .specialist-info .personal-info p::after {
		top: 3px;
	}
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container .specialist-info > a.blue-btn {
		margin: 0 auto;
	}
}
.specialist-detail.section-first .container .specialist-picture {
	width: 50%;
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container .specialist-picture {
		width: 100%;
		padding: 0 20px;
	}
}
.specialist-detail.section-first .container .specialist-picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.specialist-detail.section-second {
	padding: 60px 0 140px;
	background: #f7f4f2;
}
@media screen and (max-width: 1400px) {
	.specialist-detail.section-second {
		padding: 60px 0 70px;
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-second {
		padding: 50px 0;
	}
}
.specialist-detail.section-second .container .name {
	font: 1.1rem/143% "Arial-Black";
	color: #434343;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.specialist-detail.section-second .container .wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-second .container .wrapper {
		gap: 20px;
	}
}
.specialist-detail.section-second .container .wrapper .card {
	width: calc(25% - (90px / 4));
	outline: 2px solid #0b8ccf;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	padding: 40px 30px;
	height: 320px;
}
@media screen and (max-width: 1600px) and (min-width: 769px) {
	.specialist-detail.section-second .container .wrapper .card {
		width: calc((100% / 3) - (60px / 3));
	}
	.specialist-detail.section-second .container .wrapper .card:first-child {
		order: 0;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(2) {
		order: 2;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(3) {
		order: 1;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(4) {
		order: 3;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(5) {
		order: 4;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(6) {
		order: 6;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(7) {
		order: 7;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(8) {
		order: 5;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(9) {
		order: 8;
	}
	.specialist-detail.section-second .container .wrapper .card:nth-child(10) {
		order: 9;
	}
}
@media screen and (max-width: 1400px) {
	.specialist-detail.section-second .container .wrapper .card {
		height: 230px;
	}
}
@media screen and (max-width: 1000px) {
	.specialist-detail.section-second .container .wrapper .card {
		height: 300px;
	}
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-second .container .wrapper .card {
		width: calc((100% / 3) - (40px / 3));
	}
}
@media screen and (max-width: 768px) {
	.specialist-detail.section-second .container .wrapper .card {
		width: calc((100% / 2) - (40px / 2));
		height: 180px;
		padding: 20px;
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-second .container .wrapper .card {
		width: 100%;
		padding: 45px 30px;
		height: unset;
	}
}
.specialist-detail.section-second .container .wrapper .card .text {
	font: 1.1rem/157% "Arial-Regular";
	color: #434343;
}
.specialist-detail.section-second .container .wrapper .card .text b {
	font: 1.1rem/157% "Arial-Black";
	color: #0b8ccf;
}
.specialist-detail.section-second .container .wrapper .card::before {
	position: absolute;
	content: "";
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #0b8ccf;
	top: calc(50% - 13.5px);
	left: calc(0% - 13.5px);
}
@media screen and (max-width: 1024px) {
	.specialist-detail.section-second .container .wrapper .card::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		left: calc(0% - 10px);
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-second .container .wrapper .card::before {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
		left: calc(0% - 10px);
	}
}
.specialist-detail.section-second .container .wrapper .card.big {
	width: calc(50% - (60px / 4));
	outline: none;
}
@media screen and (max-width: 1600px) {
	.specialist-detail.section-second .container .wrapper .card.big {
		width: calc(((100% / 3) * 2) - (30px / 3));
	}
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-second .container .wrapper .card.big {
		width: calc(((100% / 3) * 2) - (20px / 3));
	}
}
@media screen and (max-width: 768px) {
	.specialist-detail.section-second .container .wrapper .card.big {
		width: calc(((100% / 2) * 2) - (30px / 2));
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-second .container .wrapper .card.big {
		width: 100%;
	}
}
.specialist-detail.section-second .container .wrapper .card.big::before {
	display: none;
}
.specialist-detail.section-second .container .wrapper .card.big.license {
	background: #ffffff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
}
.specialist-detail.section-second .container .wrapper .card.big.license .license {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 100%;
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-second .container .wrapper .card.big.license .license {
		gap: 10px;
	}
}
.specialist-detail.section-second .container .wrapper .card.big.license .license a {
	width: calc(100% / 3);
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-second .container .wrapper .card.big.license .license a {
		max-width: 100px;
		width: 100%;
	}
}
.specialist-detail.section-second .container .wrapper .card.big.license .license a img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}
.specialist-detail.section-second .container .wrapper .card.big.quote {
	background: #0b8ccf;
	padding: 20px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-second .container .wrapper .card.big.quote {
		padding: 40px 30px;
	}
}
.specialist-detail.section-second .container .wrapper .card.big.quote .text.big {
	font: 1.55rem/132.5% "Arial-Black";
	color: #ffffff;
}
.specialist-detail.section-second .container .wrapper .card.big.quote .text.big span {
	display: flex;
	font: 1.55rem/132.5% "Arial-Regular";
	color: #434343;
}
.price-section {
	padding: 110px 0;
}
@media screen and (max-width: 1024px) {
	.price-section {
		padding: 60px 0;
	}
}
.price-section .container .service-price {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.price-section .container .service-price--container {
	display: flex;
	flex-direction: column;
}
.price-section .container .service-price--container .name {
	background: #f7f4f2;
	display: flex;
	flex-direction: row;
	max-width: 670px;
	margin: 0 auto;
	width: 100%;
	justify-content: space-between;
	height: 156px;
	border-radius: 20px;
	padding: 40px 75px;
	box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.13);
	cursor: pointer;
}
@media screen and (max-width: 1024px) {
	.price-section .container .service-price--container .name {
		height: 120px;
		max-width: 440px;
		padding: 25px 50px;
	}
}
@media screen and (max-width: 540px) {
	.price-section .container .service-price--container .name {
		padding: 15px 25px;
	}
}
.price-section .container .service-price--container .name--service {
	font: 1.1rem/133% "Arial-Bold";
	color: #4e4e4e;
	transition: 0.1s ease-in-out;
}
.price-section .container .service-price--container .name--block {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 10px;
}
.price-section .container .service-price--container .name--block .picture {
	margin-right: 50px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1024px) {
	.price-section .container .service-price--container .name--block .picture {
		width: 40px;
		height: 40px;
		margin-right: 30px;
	}
}
@media screen and (max-width: 540px) {
	.price-section .container .service-price--container .name--block .picture {
		width: 30px;
		height: 30px;
		margin-right: 15px;
		min-width: 30px;
	}
}
.price-section .container .service-price--container .name--block .picture svg {
	width: 100%;
	fill: #0b8ccf;
	transition: 0.3s ease-in-out;
}
.price-section .container .service-price--container .name button {
	border: unset;
	background: unset;
	outline: none;
}
.price-section .container .service-price--container .name button svg {
	stroke: #0b8ccf;
	transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 540px) {
	.price-section .container .service-price--container .name button svg {
		width: 80%;
		min-width: 24px;
	}
}
.price-section .container .service-price--container .name.active {
	background: #0b8ccf;
}
.price-section .container .service-price--container .name.active .name--block .picture svg {
	fill: #ffffff;
}
.price-section .container .service-price--container .name.active .name--service {
	color: #ffffff;
}
.price-section .container .service-price--container .name.active button svg {
	transform: rotate(-180deg);
	stroke: #ffffff;
}
.price-section .container .service-price--container .table {
	display: flex;
	flex-direction: column;
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	max-height: 0;
	opacity: 0;
	border: 1px solid #444444;
}
@media screen and (max-width: 540px) {
	.price-section .container .service-price--container .table {
		overflow-x: auto;
		width: 100%;
	}
}
.price-section .container .service-price--container .table.active {
	opacity: 1;
	margin-top: 55px;
	margin-bottom: 75px;
	transform: unset;
}
@media screen and (max-width: 1024px) {
	.price-section .container .service-price--container .table.active {
		margin-top: 25px;
		margin-bottom: 40px;
	}
}
.price-section .container .service-price--container .table .row {
	display: flex;
	flex-direction: row;
}
@media screen and (max-width: 540px) {
	.price-section .container .service-price--container .table .row {
		min-width: 500px;
	}
}
.price-section .container .service-price--container .table .row.main {
	background: rgba(11, 140, 207, 0.13);
	border-bottom: unset;
	height: 72px;
}
.price-section .container .service-price--container .table .row > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35%;
	border-left: 1px solid #444444;
	border-bottom: 1px solid #444444;
	padding: 20px;
	font: 0.9rem/157% "Arial-Bold";
	color: #444444;
}
@media screen and (max-width: 580px) {
	.price-section .container .service-price--container .table .row > div {
		padding: 5px;
	}
}
.price-section .container .service-price--container .table .row > div:first-child {
	width: 15%;
	border: unset;
	border-bottom: 1px solid #444444;
}
@media screen and (max-width: 580px) {
	.price-section .container .service-price--container .table .row > div:first-child {
		text-align: center;
	}
}
.price-section .container .service-price--container .table .row > div:last-child {
	width: 15%;
}
@media screen and (max-width: 580px) {
	.price-section .container .service-price--container .table .row > div:last-child {
		width: 30%;
	}
}
.price-section .container .service-price--container .table--content .row {
	min-height: 170px;
}
@media screen and (max-width: 540px) {
	.price-section .container .service-price--container .table--content .row {
		min-height: 120px;
	}
}
.price-section .container .service-price--container .table--content .row > div {
	font: 0.9rem/157% "Arial-Regular";
	color: #444444;
}
.price-section .container .service-price--container .table--content .row > div:first-child {
	font: 1rem/157% "Arial-Bold";
	color: #0b8ccf;
}
.price-section .container .service-price--container .table--content .row:last-child > div {
	border-bottom: unset;
}
.mainservice .specialist-detail.section-first .container {
	min-height: unset;
	display: block;
}
.mainservice .specialist-detail.section-first .specialist-item {
	display: flex;
	flex-direction: row;
	/*min-height: calc(90vh - 171px);*/
	min-height: unset;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.mainservice .specialist-detail.section-first .specialist-item:not(.c-x) + .specialist-item {
	margin-top: 50px;
}
.mainservice .specialist-detail.section-first .specialist-item:not(.c-x):nth-child(2n) {
	flex-direction: row-reverse;
}
.mainservice .specialist-detail.section-first .specialist-item:not(.c-x):nth-child(2n) .specialist-info {
	padding-left: 30px;
	padding-right: 0;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x {
	max-width: unset;
	flex-direction: column;
	flex-shrink: 0;
}
.mainservice .specialist-detail.section-first .container .specialist-info h2 {
    line-height: 1.35em;
}
.mainservice .specialist-detail.section-first .container .specialist-info .merits {
	display: block;
}
.mainservice .specialist-detail.section-first .container .specialist-info .merits p {
	height: auto;
    background-color: transparent;
    padding: 10px 0px 10px 25px;
    border-radius: 0;
    width: 100%;
    text-align: left;
    display: block;
}
.mainservice .specialist-detail.section-first.mainservice-specialist.speccount-x {
	margin-bottom: 80px;
}
.mainservice .specialist-detail.section-first.mainservice-specialist.speccount-x .service-specialists {
	padding-left: 20px;
	padding-right: 20px;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-link {
	display: block;
	position: relative;
	text-decoration: none;
	text-transform: none;
	outline: none;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-link:hover .specialist-name {
	color: #0B8CCF;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-picture {
	width: 100%;
	/*border-radius: 20px;
    overflow: hidden;*/
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-picture img {
	max-width: 100%;
	display: block;
	border-radius: 20px;
	margin-left: auto;
    margin-right: auto;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-info {
	margin-top: 20px;
	text-align: center;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-info .specialist-name {
	font-family: 'Arial-Bold', sans-serif;
    font-size: 24px;
    line-height: 1.35em;
    margin-bottom: 10px;
    color: #000;
    transition: color 0.3s;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-info .experience {
	color: #999;
    font-size: 18px;
    line-height: 1.2em;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-info .merits {
	margin-top: 10px;
}
.mainservice .specialist-detail.section-first .specialist-item.c-x .specialist-info .merits p {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2em;
}
@media screen and (max-width: 1400px) {
	.mainservice .specialist-detail.section-first .container {
		min-height: unset;
	}
	.mainservice .specialist-detail.section-first .specialist-item {
		/*min-height: calc(90vh - 161px);*/
		min-height: unset;
	}
}
@media screen and (max-width: 1024px) {
	.mainservice .specialist-detail.section-first .container {
		min-height: unset;
	}
	.mainservice .specialist-detail.section-first .specialist-item {
		/*min-height: calc(80vh - 101.5px);*/
		min-height: unset;
	}
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container {

	}
	.mainservice .specialist-detail.section-first .specialist-item,
	.mainservice .specialist-detail.section-first .specialist-item:not(.c-x):nth-child(2n) {
		flex-direction: column-reverse;
		padding: unset;
	}
}
@media screen and (max-width: 580px) {
	.specialist-detail.section-first .container,
	.mainservice .specialist-detail.section-first .specialist-item {
		min-height: unset;
	}
}
.specialist-detail.section-first .container .specialist-info {
	width: 50%;
	padding: 65px 30px 30px 0;
}
@media screen and (max-width: 850px) {
	.specialist-detail.section-first .container .specialist-info {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (max-width: 850px) {
	.mainservice .specialist-detail.section-first .specialist-item {

	}
	.mainservice .specialist-detail.section-first .container {
		padding: 0 30px;
	}
	.mainservice .specialist-detail.section-first .container .specialist-info {
		padding: 0;
		margin: 50px 0 0 0;
		width: 100%;
	}
	.mainservice .specialist-detail.section-first .specialist-item:not(.c-x):nth-child(2n) .specialist-info {
		padding: 0;
	}

}
.container .mainservice-specialist-header {
	text-align: center;
	margin-bottom: 100px;
	width: 100%;
}
.mainservice .specialist-detail.section-first .container .specialist-picture img {
	border-radius: 15px;
}
@media (max-width: 1399px) {
	.container .mainservice-specialist-header {
		margin-bottom: 50px;
	}
}
@media (max-width: 640px) {
	.container .mainservice-specialist-header {
		margin-bottom: 50px;
	}
	.service-detail.mainservice-faq {
		padding: 0;
		margin: 50px 0;
	}
}
.see-special-wrap {
	display: block;
    width: 100%;
    text-align: center;
    margin: 15px auto;
}

.see-special-wrap a.blind
{
	display: flex;
    color: #fff;
    max-width: unset;
    padding: 0;
    font-weight: bold;
    box-shadow: none;
    text-shadow: none;
    line-height: 1em;
    width: 56px;
    align-items: center;
    height: 56px;
    border-radius: 60px;
    border: 3px solid #fff;
    justify-content: center;
    transition: all 0.3s;
}

.see-special-wrap a.blind img,
.see-special-wrap a.blind svg {
	display: block;
	padding: 6px 5px 5px 5px;
	margin: 0 auto;
	width: 100%;
    height: auto;
}
.see-special-wrap a.blind svg .eye-path {
	transition: all 0.3s;
}
.see-special-wrap a.blind:hover {
	background-color: #fff;
	/*border-color: #0b8ccf;*/
	border-color: #000;
}
.see-special-wrap a.blind:hover svg .eye-path {
	/*fill: #0b8ccf;*/
	fill: #000;
}

.second-section.service-detail.mainservice-detail .detail-text b,
.second-section.service-detail.mainservice-detail .detail-text strong,
.second-section.service-detail.mainservice-detail .detail-text h1,
.second-section.service-detail.mainservice-detail .detail-text h2,
.second-section.service-detail.mainservice-detail .detail-text h3,
.second-section.service-detail.mainservice-detail .detail-text h4,
.second-section.service-detail.mainservice-detail .detail-text h5,
.second-section.service-detail.mainservice-detail .detail-text h6 {
    font-weight: bold;
}
.second-section.service-detail.mainservice-detail .detail-text ul {
	list-style: disc;
	list-style-position: inside;
}
.second-section.service-detail.mainservice-detail .detail-text h3 {
	font-size: 20px;
    margin: 30px 0 20px;
}
@media (max-width: 1399px) {
	.second-section.service-detail.mainservice-detail .detail-text h3 {
		font-size: 16px;
    	margin: 20px 0 15px;
	}
}

/* таблица с ценами  */
.service-section {
    margin-bottom: 40px;
}

.service-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    margin-bottom: 20px;
    font-size: 24px;
}

.service-icon {
    margin-right: 15px;
}

.service-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd; 
}

.service-table th,
.service-table td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ddd; /* Добавлена правая граница для ячеек */
}

.service-table th {
    font-family: 'Arial-Bold';
    background-color: #e6f3ff;
}

.service-table th:last-child {
	min-width: 150px;
}

.service-table th:last-child,
.service-table td:last-child {
    text-align: right;
    border-right: none; /* Убираем правую границу у последней ячейки */    
}

.service-table thead tr {
    border-bottom: 2px solid #ddd;
}

/* слайдер  */
.main-page.first-section .swiper {
    display: flex;
    width: 100%;
    aspect-ratio: 1280 / 546;
}

.main-page.first-section .swiper .swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.main-page.first-section .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.main-page.first-section .swiper .swiper-wrapper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-page.first-section .swiper .swiper-wrapper .swiper-slide .container {
    padding: 70px 120px;
}

@media screen and (max-width: 580px) {
    .main-page.first-section .swiper .swiper-wrapper .swiper-slide .container {
        padding: 30px 20px;
    }
}

footer .top .h
{
	color: #fff;
	font-size: 1em;
	margin-bottom: 1em;
}

footer .top h5
{
	font: inherit;
}

.flex
{
	display: flex;
}

.flex .col
{
	flex-grow: 1;
	width: 33%;
}

footer .top a.logo
{
	width: 100%;
    max-width: 200px;
	display: inline-block;
    margin-bottom: 2em;
}

footer .top a.logo img
{
    vertical-align: top;
}

@media screen and (max-width: 700px)
{
	.see-special-wrap a.blind
	{
		text-align: center;
		margin: 0 auto;
	}

	footer .top p
	{
		text-align: center;
	}

	footer .top .h
	{
		margin-top: 1em;
		text-align: center;
	}

	footer .top .flex
	{
		flex-direction: column;
	}

	.flex .col
	{
		flex-grow: 1;
		width: 100%;
	}
}

.services-list
{
	margin: 30px 0;
}

.services-list .items
{
	display: flex;
	flex-wrap: wrap;
}

.services-list .item
{
	width: 100%;
	position: relative;
	display: flex;
	border: 1px solid #ccc;
	margin-top: 15px;
	flex-direction: column;
}

.services-list .item:hover img
{
	transform: scale(1.1);
}

.services-list .img
{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 68%;
	display: block;
	background: #eee;
}

.services-list img
{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 1s;
}

.services-list .name
{
	text-align: center;
	padding: 15px 10px;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: auto;
}

@media (min-width: 768px)
{
	.services-list .items
	{
		margin-right: -15px;
	}

	.services-list .item
	{
		width: calc(50% - 15px);
		margin-right: 15px;
	}
}

@media (min-width: 992px)
{
	.services-list .item
	{
		width: calc(25% - 15px);
	}
}
}


/* End */


/* Start:/local/templates/main/css/custom.css?17888665637933*/
h2 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

h1 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.main-page.first-section .bottom-bar {
    margin-top: 1px;
}

.container ul,
.container ol,
main ul,
main ol,
.content ul,
.content ol,
section ul,
section ol,
.workarea ul,
.workarea ol {
    margin-bottom: 10px !important;
    padding-left: 30px !important
}

/* Стили для поиска */
.right-elements-container {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.search-form-container {
    display: none;
    flex: 1;
}

.search-form-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
}

/* Стили для стандартной формы поиска Bitrix inline */
.search-form-container form {
    display: flex;
    flex: 1;
    gap: 10px;
    width: 100%;
}

.search-form-container input[type="text"] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    height: 30px;
    box-sizing: border-box;
    min-width: 200px;
}

.search-form-container input[type="submit"] {
    padding: 8px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    box-sizing: border-box;
    white-space: nowrap;
}

.search-form-container input[type="submit"]:hover {
    background: #0056b3;
}

.search-close-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.search-close-btn:hover {
    background-color: #e0e0e0;
}

.search-close-btn svg,
.search-toggle svg {
    width: 20px;
    height: 20px;
}

/* Стили для кнопки "Записаться онлайн" */
.header-appointment-btn {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.header-appointment-btn:hover {
    background-color: #0056b3;
}

/* Стили для мобильной версии */
.mobile-elements-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-search-container {
    display: none;
    flex: 1;
}

.mobile-search-inner {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px 8px;
    height: 36px;
    width: 100%;
}

.mobile-search-container form {
    display: flex;
    flex: 1;
    gap: 8px;
    width: 100%;
}

.mobile-search-container input[type="text"] {
    flex: 1;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    height: 26px;
    box-sizing: border-box;
    min-width: 120px;
}

.mobile-search-container input[type="submit"] {
    padding: 6px 15px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    height: 26px;
    box-sizing: border-box;
    white-space: nowrap;
}

.mobile-close-btn {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
}

/* Адаптация для разных экранов */
@media (max-width: 768px) {
    .search-form-container input[type="text"] {
        min-width: 150px;
    }
}

@media (max-width: 480px) {
    .search-form-container input[type="text"] {
        min-width: 120px;
        font-size: 13px;
        padding: 6px 8px;
    }
    
    .search-form-container input[type="submit"] {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Стили для страницы поиска */
.search-page {
    padding: 20px 0;
}

.search-results {
    margin-top: 30px;
}

.search-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.search-item h3 {
    margin-bottom: 10px;
}

.search-item h3 a {
    color: #007bff;
    text-decoration: none;
}

.search-item h3 a:hover {
    text-decoration: underline;
}

.search-preview {
    color: #555;
    line-height: 1.5;
    margin-bottom: 10px;
}

.search-path {
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.search-url {
    font-size: 12px;
    color: #006621;
}

.search-no-results {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 5px;
    margin-top: 30px;
}

.search-no-results ul {
    margin-top: 10px;
    padding-left: 20px;
}

/* Стили для кнопки "Версия для слабовидящих" в меню */
.blind-menu-item {
    display: none !important;
}

@media (max-width: 768px) {
    .blind-menu-item {
        display: block !important;
        padding: 15px 20px;
        color: #333;
        text-decoration: none;
        border-top: 1px solid #eee;
        font-size: 16px;
        font-weight: 500;
    }
    
    .blind-menu-item:hover {
        background-color: #f5f5f5;
        color: #0066cc;
    }
    
    /* Скрываем иконку глаза в мобильном меню, если она где-то еще есть */
    .blind-mobile {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .blind-menu-item {
        display: none !important;
    }
}

/* Минимальный размер шрифта 12px на мобильных (требование Яндекс Вебмастер) */
@media screen and (max-width: 768px) {
    footer .bottom p,
    footer .top p,
    footer .top--document a,
    .coockie-text,
    header nav .nav-block a,
    .main-page.first-section .bottom-bar .container .bar-wrapper .switch-button,
    .forPopUp .popUpCopy,
    .slider-spec-page.company .container-swiper .swiper.staff .swiper-wrapper .swiper-slide .adress a {
        font-size: max(12px, 0.86rem);
    }
}

.video-preview-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-preview-link .video-preview-thumb {
    display: block;
    width: 100%;
    height: auto;
}

.video-preview-link .video-preview-thumb--empty {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: linear-gradient(135deg, #dfe8ef 0%, #c5d6e5 100%);
}

.video-preview-link .video-preview-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.video-preview-link .video-preview-play svg {
    width: clamp(56px, 18vw, 100px);
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.2));
}

.main-page.news-section .picture .video-preview-link {
    position: relative;
}

.gallery-item-card .gallery-item-caption {
    text-align: center;
    padding-top: 10px;
    margin: 0;
}

.gallery-item-card .video-preview-media {
    position: relative;
    display: block;
    overflow: hidden;
}

.gallery-item-card .video-preview-media .video-preview-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/breadcrumb/.default/style.css?1759493798285*/
#navigation
{
	list-style: none;
	padding: 0;
	margin: 1rem 0;
	font-size: .75rem;
	color: #999;
}

#navigation .no-link
{
	color: #999;
}

#navigation li
{
	display: inline;
}

#navigation li:after
{
	content: "/";
	margin: 0 .3em;
}

#navigation li:last-child:after
{
	content: "";
}
/* End */


/* Start:/local/templates/main/components/bitrix/iblock.element.add.form/form_main/style.css?16596987471242*/
.g-custom-btn {
    background: #0b8ccf !important;
    color: #fff !important;
    -webkit-border-radius: 15px !important;
    border-radius: 15px !important;
    height: 75px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font: 1rem/100% Arial-Bold !important;
    max-width: 300px !important;
    width: 100%;
    cursor: pointer !important;
    border: 3px solid #fff !important;
    max-width: 215px !important;
    padding: 0 !important;
}

.g-custom-btn:hover {
    -webkit-box-shadow: 0 2px 21px rgb(0 0 0 / 13%);
    box-shadow: 0 2px 21px rgb(0 0 0 / 13%);
}

@media screen and (max-width: 1024px)
.g-custom-btn {
    height: 60px !important;
    -webkit-border-radius: 12px !important;
    border-radius: 12px !important;
}

@media screen and (max-width: 580px)
.g-custom-btn.m {
    max-width: 140px;
}
/* End */


/* Start:/local/templates/main/components/bitrix/iblock.element.add.form/form_modal/style.css?17407131376722*/
.custom-input {
    color: #0b8ccf !important;
    background: #fff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 75px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 300px;
    width: 100%;
    font: 1rem/100% Arial-Bold;
    cursor: pointer;
    padding: 0 !important;
}

.custom-input:hover {
    -webkit-box-shadow: 0 2px 21px rgb(0 0 0 / 13%);
    box-shadow: 0 2px 21px rgb(0 0 0 / 13%);
}

.modal-window .container-modal .custom-input {
    margin: 0 auto 15px;
    border: unset;
    border-radius: 12px;
    outline: none;
}

@media screen and (max-width: 1024px)
.custom-input {
    height: 60px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

/* NEW STYLES */
#modalWindow.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#modalWindow.modal-window.active {
    display: flex;
}

#modalWindow.modal-window .container-modal {
    background: #e8e8e8;
    padding: 30px;
    border-radius: 20px;
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 15px;
}

#modalWindow.modal-window .modal-header {
    display: flex;
    justify-content: center; /* Центрируем логотип */
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

#modalWindow.modal-window .modal-logo {
    height: 50px;
    max-width: 200px;
    object-fit: contain;
}

#modalWindow.modal-window .close-button {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#modalWindow.modal-window .modal-title {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

#modalWindow.modal-window .form-group {
    margin-bottom: 20px;
}

#modalWindow.modal-window .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

#modalWindow.modal-window .form-group input,
#modalWindow.modal-window .form-group select,
#modalWindow.modal-window .form-group textarea {
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    background: #f8f8f8;
    transition: border-color 0.3s, box-shadow 0.3s;
}

#modalWindow.modal-window .form-group input:focus,
#modalWindow.modal-window .form-group select:focus,
#modalWindow.modal-window .form-group textarea:focus {
    outline: none;
    border-color: #0b8ccf;
    box-shadow: 0 0 0 3px rgba(11, 140, 207, 0.1);
}

#modalWindow.modal-window .form-group textarea {
    height: 80px;
    resize: vertical;
}

#modalWindow.modal-window .submit-button {
    width: 100%;
    height: 45px;
    max-width: 300px;
    padding: 0 15px;
    background: #0b8ccf; 
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

#modalWindow.modal-window .submit-button:hover {
    background: #0a7ab3;
    transform: translateY(-1px);
}

#modalWindow.modal-window .privacy-note {
    text-align: center;
    font-size: 12px;
    color: #666;
    margin: 0;
    padding: 0 15px;
}

#modalWindow.modal-window .error-message {
    background: #fff2f2;
    color: #d32f2f;
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
}

#modalWindow.modal-window .success-message {
    text-align: center;
    padding: 50px 30px;
}

#modalWindow.modal-window .success-message h3 {
    color: #2e7d32;
    font-size: 18px;
    margin: 0;
}

#modalWindow.modal-window .form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath stroke='%23333' stroke-linecap='round' stroke-width='2' d='m1 1 5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px !important;
}

/* Медиа-запросы */
@media (max-width: 768px) {
    #modalWindow.modal-window .container-modal {
        padding: 20px;
        margin: 10px;
    }

    #modalWindow.modal-window .modal-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #modalWindow.modal-window .form-group {
        margin-bottom: 15px;
    }

    #modalWindow.modal-window .form-group input,
    #modalWindow.modal-window .form-group select,
    #modalWindow.modal-window .form-group textarea {
        padding: 10px 12px;
    }

    #modalWindow.modal-window .submit-button {
        padding: 12px;
        font-size: 15px;
    }
}

#modalWindow.modal-window .form-group input::placeholder,
#modalWindow.modal-window .form-group textarea::placeholder,
#modalWindow.modal-window .form-group select::placeholder {
    color: #c7c7c7;
    opacity: 1; /* Firefox */
}

/* Для старых браузеров */
#modalWindow.modal-window .form-group input::-webkit-input-placeholder,
#modalWindow.modal-window .form-group textarea::-webkit-input-placeholder {
    color: #c7c7c7;
}

#modalWindow.modal-window .form-group input:-ms-input-placeholder,
#modalWindow.modal-window .form-group textarea:-ms-input-placeholder {
    color: #c7c7c7;
}

#modalWindow.modal-window .form-group input::-ms-input-placeholder,
#modalWindow.modal-window .form-group textarea::-ms-input-placeholder {
    color: #c7c7c7;
}

.header-appointment-btn {
    background: #0b8ccf;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-left: 15px;
    white-space: nowrap;
}

.header-appointment-btn:hover {
    background: #0a7ab3;
}

@media screen and (max-width: 580px) {
    .header-appointment-btn {
        margin: 0;
        font-size: 0.875rem;
        white-space: unset;
    }
}
/* End */
/* /local/templates/main/assets/css/style.css?1788840255144839 */
/* /local/templates/main/css/custom.css?17888665637933 */
/* /local/templates/main/components/bitrix/breadcrumb/.default/style.css?1759493798285 */
/* /local/templates/main/components/bitrix/iblock.element.add.form/form_main/style.css?16596987471242 */
/* /local/templates/main/components/bitrix/iblock.element.add.form/form_modal/style.css?17407131376722 */
