:root {
	--f_roboto: 'Roboto', sans-serif;

	--c_brown: #44212D; /* rgb(68 33 45) */
	--c_warm_gray: #5D524C;
	--c_green_powder: #E7E9D3;
}	

* {
	border:none;
	background:transparent;
	margin:0;
	padding:0;
	outline:0;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.0);
}

/* core */
html {
	color: var(--c_warm_gray);
	background-color: var(--c_brown);
}

body {	
	font-family: var(--f_roboto);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;	
	line-height: 180%;
	text-align:left;
	color: var(--c_warm_gray);
	padding:0;
	margin:0;
	background-color: var(--c_brown);
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--f_roboto);
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-align: left;
	color: #000;
}

img {
	max-width:100%;
	height:auto;
}

strong {
	font-weight:700;
}

/* master */
.master {
	display:block;
	box-sizing: border-box;
	padding:0;
	margin:0;
	position:relative;
}


/* baner  */
.ps-baner {
	display: block;
	height: 780px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;		
}

.ps-baner.index {
	background-image: url(../images/partials/baner/tpl_index.jpg);
}

.ps-baner.good {
	background-image: url(../images/partials/baner/tpl_good.jpg);
}

.ps-baner.pain {
	background-image: url(../images/partials/baner/tpl_pain.jpg);
}

.ps-baner.implants {
	background-image: url(../images/partials/baner/tpl_implants.jpg);
}

.ps-baner .bottom {
  display: block;
  box-sizing: border-box;
  width: 40%;
  height: 25px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}

.ps-baner .bottom.green {
	background-color: var(--c_green_powder);
}

.ps-baner .logo {
	display: block;
	box-sizing: border-box;
	width: 215px;
	height: 215px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 160px 80px;
	background-image: url(../images/logo.svg);
	position: absolute;
	left: 0;
	top: 0;
}

.ps-baner .logo a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ps-baner .panel {
	display: block;
	box-sizing: border-box;
	width: 540px;
	height: 400px;
	border: 2px solid #fff;
	position: absolute;
	left: min(100vw / 15, 215px);
	top: 215px;
}

.ps-baner .panel .cnt {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 30px 30px 30px 60px;
}

.ps-baner .panel .cnt .hash {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.1em;
	text-align: left;
	color: var(--c_green_powder);
	padding: 0;
	margin: 0;
}

.ps-baner .panel .cnt .hash:last-child {
	margin: 0;
}

.ps-baner .panel .cnt .title {
	display: block;
	font-size: 70px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-align: left;
	text-transform: uppercase;
	color: var(--c_green_powder);
	padding: 0;
	margin: 0;
}

.ps-baner .panel .cnt .title:last-child {
	margin: 0;
}

.ps-baner .panel .cnt .about {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 160%;
	text-align: left;
	color: var(--c_green_powder);
	padding: 0;
	margin: 0;
}

.ps-baner .panel .cnt .about:last-child {
	margin: 0;
}

.ps-baner .menu {
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 48px;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	cursor: pointer;
	z-index: 40;
}

.ps-baner .menu:not(.open) {
	box-shadow: -1px 1px 4px rgb(0 0 0 / 15%);
}

.ps-baner .menu .trigger {
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 48px;		
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px 20px;
	background-image: url(../images/icon_hamburger.svg);		
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s ease-out;
	z-index: 48;
}

.ps-baner .menu.open .trigger {
	background-image: url(../images/icon_close.svg);		
}

.notouch .ps-baner .menu .trigger:hover {
	background-color: var(--c_green_powder);
}

.ps-baner .menu ul.list {
	display: none;
	padding: 40px 48px;
	margin: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 44;
	background-color: #fff;
	filter: drop-shadow(-2px 2px 8px rgba(0, 0, 0, 0.15));
}

.ps-baner .menu.open ul.list {
	display: block;
}

.ps-baner .menu ul.list li {
	display: block;
	padding: 0;
	margin: 0;
}

.ps-baner .menu ul.list li a {
	display: block;
	min-width: 150px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--c_brown);
	padding: 8px 0;
	background-color: #fff;
	transition: all 0.2s ease-out;
	cursor: pointer;
}

.ps-baner .menu ul.list li a:hover {
	text-shadow: 0 0 1px rgb(68 33 45 / 90%);
}

.ps-baner .menu ul.list li.current a {
	font-weight: 400;
}

@media only screen and (max-width: 960px) {
	.ps-baner {
		height: 640px;
	}

	.ps-baner .logo {
		width: 160px;
		height: 160px;
		background-size: 120px 60px;
	}

	.ps-baner .panel {
		width: auto;
		max-width: 400px;
		height: auto;
		left: min(100vw / 15, 160px);
		top: 160px;
	}

	.ps-baner .panel .cnt {
		justify-content: flex-start;
		padding: 25px 25px 25px 30px;
	}

	.ps-baner .panel .cnt .hash {
		font-size: 14px;
		margin: 0 0 20px 0;
	}

	.ps-baner .panel .cnt .title {
		font-size: 42px;
		line-height: 120%;
		margin: 0 0 20px 0;
	}

	.ps-baner .panel .cnt .about {
		max-width: 90%;
	}	
}

@media only screen and (max-width: 480px) {
	.ps-baner {
		height: 600px;
	}

	.ps-baner.index {
		background-position: calc(50% - 140px) center;
	}

	.ps-baner.good {
		background-position: calc(50% - 100px) center;
	}

	.ps-baner.pain {
		background-position: calc(50% - 100px) center;
	}

	.ps-baner.implants {
		background-position: calc(50% - 100px) center;
	}

	.ps-baner .logo {
		width: 100px;
		height: 100px;
		background-size: 80px 40px;
	}

	.ps-baner .panel {
		width: 90%;
		max-width: none;
		left: 5%;
		top: 50%;
		transform: translateY(-40%);
		border: 1px solid #fff;
	}

	.ps-baner .panel .cnt {
		padding: 20px 20px 20px 20px;
	}

	.ps-baner .panel .cnt .hash {
		font-size: 14px;
	}

	.ps-baner .panel .cnt .title {
		font-size: 36px;
		font-weight: 400;
	}

	.ps-baner .panel .cnt .about {
		font-size: 14px;
	}

	.ps-baner .menu ul.list {
		padding: 24px 72px 24px 24px;
	}

	.ps-baner .menu ul.list li a {
		min-width: 100px;
		font-size: 14px;
		padding: 6px 0;
	}		
}

@media only screen and (max-width: 360px) {
	.ps-baner .panel .cnt .title {
		font-size: 32px;
	}

	.ps-baner .panel .cnt .about {
		font-size: 13px;
	}		
}

/* map  */
.ps-map {
	display: block;
	position: relative;
}

.ps-map .bg {
	width: 100%;
	height: 720px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;	
	background-image: url(../images/partials/map/desktop.jpg);
}

.ps-map .top {
	display: block;
	box-sizing: border-box;
	width: 34%;
	height: 25px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}

.ps-map .bottom {
	display: block;
	box-sizing: border-box;
	width: 52%;
	height: 25px;
	background-color: var(--c_brown);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.ps-map .pin-company {
	display: block;
	box-sizing: border-box;
	width: 80px;
	height: 100px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	background-image: url(../images/partials/map/pin.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.15));
	transform: translateX(-50px) translateY(-200px);
}

.ps-map .about-company {
	display: block;	
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--c_brown);
	padding: 20px 24px;
	margin: 0;
	background-color: var(--c_green_powder);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-10px) translateY(-60px);
	z-index: 4;
	filter: drop-shadow(0px 0px 1px rgba(68, 33, 45, 1.0));
}

.ps-map .about-company:before {
	content: '';
	display: block;
  width: 0;
  height: 0;
  border-left: 30px solid var(--c_green_powder);
  border-top: 20px solid transparent;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 4;
}

.ps-map .pin-station {
	display: block;
	box-sizing: border-box;
	width: 32px;
	height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
	background-image: url(../images/partials/map/pin.svg);
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 4;
	filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.15));
	transform: translateX(-480px) translateY(220px);
}

.ps-map .about-station {
	display: block;	
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;
	padding: 14px 20px;
	margin: 0;
	background-color: var(--c_brown);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-465px) translateY(145px);
	z-index: 4;
}

.ps-map .about-station:before {
	content: '';
	display: block;
  width: 0;
  height: 0;
  border-left: 20px solid var(--c_brown);
  border-bottom: 16px solid transparent;
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 4;
}

@media only screen and (max-width: 1280px) {

	.ps-map .bg {
		background-position: calc(50% + 100px) center;
	}

	.ps-map .pin-company {
		transform: translateX(50px) translateY(-200px);
	}

	.ps-map .about-company {
		transform: translateX(90px) translateY(-60px);
	}

	.ps-map .pin-station {
		transform: translateX(-380px) translateY(220px);
	}

	.ps-map .about-station {
		transform: translateX(-365px) translateY(145px);
	}	
}

@media only screen and (max-width: 960px) {

	.ps-map .bg {
		height: 600px;
		background-position: calc(50% - 50px) calc(50% + 60px);
	}

	.ps-map .pin-company {
		width: 64px;
		height: 80px;		
		transform: translateX(-92px) translateY(-120px);
	}

	.ps-map .about-company {
		transform: translateX(-60px) translateY(0);
		font-size: 15px;
		padding: 16px 20px;		
	}

	.ps-map .pin-station {
		display: none;
	}

	.ps-map .about-station {
		display: none;
	}	
}

@media only screen and (max-width: 480px) {

	.ps-map .bg {
		height: 540px;
		background-position: calc(50% - 70px) calc(50% + 80px);
	}

	.ps-map .pin-company {
		width: 64px;
		height: 80px;		
		transform: translateX(-112px) translateY(-100px);
	}

	.ps-map .about-company {
		transform: translateX(-80px) translateY(20px);
		font-size: 14px;
		padding: 12px 16px;		
	}
}


@media only screen and (max-width: 360px) {

	.ps-map .about-company {
		font-size: 13px;
	}
}


/* footer  */
.ps-footer {
	display: block;
	background-repeat: repeat;
	background-position: center center;
	background-size: 680px 680px;
	background-image: url(../images/pattern_square.svg);	
}

.ps-footer .head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0 0 32px 0;
}

.ps-footer .head:last-child {
	margin: 0;
}

.ps-footer .head .icon {
	display: block;
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.ps-footer .head .icon.svg-menu {
	background-image: url(../images/footer/icon_menu.svg);
}

.ps-footer .head .icon.svg-calendar {
	background-image: url(../images/footer/icon_calendar.svg);
}

.ps-footer .head .icon.svg-clock {
	background-image: url(../images/footer/icon_clock.svg);
}

.ps-footer .head .name {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	padding: 0;
	margin: 0;
}

.ps-footer .m-cnt {
	display: block;	
	box-sizing: border-box;
	max-width: 1368px;
	padding: 54px 60px 64px 60px;
	margin:  0 auto;
}

.ps-footer .m-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}

.ps-footer .m-cols .m-col-first {
	flex: 0 0 180px;
}

.ps-footer .m-cols .m-col-first .logo {
	display: block;
	box-sizing: border-box;
	width: 180px;
	height: 180px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 160px 80px;
	background-image: url(../images/logo.svg);
	position: relative;
}

.ps-footer .m-cols .m-col-first .logo a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.ps-footer .m-cols .m-col-second {
	flex: 1 1 auto;
	display: block;
	border: 1px solid #fff;
}

.ps-footer .k-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;
	height: 100%;	
}

.ps-footer .k-cols .k-col-first {
	display: block;
	box-sizing: border-box;
	width: 45%;
	padding: 30px 25px;
}

.ps-footer .k-cols .k-col-second {
	display: block;
	box-sizing: border-box;	
	width: 55%;
	border-left: 1px solid #fff;
}

.ps-footer .k-cols .k-col-first .k-cnt {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.ps-footer .k-cols ul.menu {
	flex: 1 1 40%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ps-footer .k-cols ul.menu .item {
	display: block;
	line-height: 0;
	padding: 0;
	margin: 0 0 20px 0;
}

.ps-footer .k-cols ul.menu .item:last-child {
	margin: 0;
}

.ps-footer .k-cols ul.menu .item a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: #fff;	
	padding: 0;
	margin: 0;
}

.ps-footer .p-cols {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	box-sizing: border-box;
	width: 100%;	
}

.ps-footer .p-cols .p-col-first {
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 180px;
	padding: 30px 20px;
	border-right: 1px solid #fff;
}

.ps-footer .p-cols .p-col-first .p-cnt {
	display: block;
}

.ps-footer .p-cols .p-col-first .p-cnt .title {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	text-align: left;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 12px 0;
}

.ps-footer .p-cols .p-col-first .p-cnt .title:last-child {
	margin: 0;
}

.ps-footer .p-cols .p-col-first .p-cnt .hours {
	font-size: 24px;
	font-weight: 700;
	line-height: 125%;
	text-align: left;
	color: #fff;
}

.ps-footer .p-cols .p-col-second {
	display: block;
	box-sizing: border-box;
	width: 50%;
	height: 180px;
	padding: 30px 20px;
}

.ps-footer .p-cols .p-col-second .info {
	display: block;
}

.ps-footer .p-cols .p-col-second .info .item {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 4px 0;
}

.ps-footer .p-cols .p-col-second .info .item:last-child {
	margin: 0;
}

.ps-footer .p-cols .p-col-second .info .item .what {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	text-align: left;
	color: #fff;
}

.ps-footer .p-cols .p-col-second .info .item .data {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	text-align: left;
	color: #fff;
}

.ps-footer .p-cols .p-col-second .info .item .data.phone {
	font-size: 18px;
	font-weight: 700;
}

.ps-footer .p-cols .p-col-third {
	width: 100%;
}

@media only screen and (min-width: 1368px) {
	.ps-footer .m-cnt {
		max-width: none;
	}

	.ps-footer .k-cols {
		justify-content: space-between;
	}

	.ps-footer .k-cols .k-col-first .k-cnt {
		justify-content: flex-start;
		align-items: flex-start;
	}

	.ps-footer .k-cols .k-col-second {
		max-width: 600px;
	}

	.ps-footer .k-cols ul.menu {
		flex: 0 1 auto;
		margin: 0 80px 0 0;
	}	

	.ps-footer .k-cols ul.menu:last-child {
		margin: 0;
	}
}

@media only screen and (max-width: 1280px) {
	.ps-footer .m-cnt {
		padding: 54px 30px 64px 30px;
	}
}

@media only screen and (max-width: 1152px) {
	.ps-footer .k-cols {
		flex-direction: column;
		height: auto;	
	}

	.ps-footer .k-cols .k-col-first {
		width: 100%;
		padding: 30px 20px;
		border-right: none;
	}

	.ps-footer .k-cols .k-col-second {
		width: 100%;
		border-left: none;
		border-top: 1px solid #fff;
	}		
}

@media only screen and (max-width: 768px) {
	.ps-footer .m-cols {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.ps-footer .m-cols .m-col-first {
		flex: 0 0 120px;
		margin: 0 0 30px 0;
	}

	.ps-footer .m-cols .m-col-first .logo {
		width: 120px;
		height: 120px;
		background-size: 100px 50px;
	}

	.ps-footer .m-cols .m-col-second {
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.ps-footer .head {
		margin: 0 0 20px 0;
	}

	.ps-footer .head .name {
		font-size: 14px;
	}

	.ps-footer .k-cols ul.menu .item {
		margin: 0 0 16px 0;
	}

	.ps-footer .k-cols ul.menu .item a {
		font-size: 14px;
	}

	.ps-footer .p-cols .p-col-first {
		padding: 25px 20px;
	}

	.ps-footer .p-cols .p-col-first .p-cnt .title {
		font-size: 14px;
	}

	.ps-footer .p-cols .p-col-first .p-cnt .hours {
		font-size: 20px;
	}

	.ps-footer .p-cols .p-col-first {
		height: 160px;
		padding: 25px 20px;
	}

	.ps-footer .p-cols .p-col-second {
		height: 160px;
		padding: 25px 20px;
	}

	.ps-footer .p-cols .p-col-second .info .item .what {
		font-size: 14px;
	}

	.ps-footer .p-cols .p-col-second .info .item .data {
		font-size: 14px;
	}

	.ps-footer .p-cols .p-col-second .info .item .data.phone {
		font-size: 18px;
	}		
}

@media only screen and (max-width: 540px) {
	.ps-footer .p-cols .p-col-first {
		height: auto;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #fff;
	}

	.ps-footer .k-cols .k-col-first .k-cnt {
		flex-direction: column;
		justify-content: flex-start;
	}

	.ps-footer .k-cols ul.menu {
		margin: 0 0 16px 0;
	}

	.ps-footer .k-cols ul.menu:last-child {
		margin: 0;
	}

	.ps-footer .p-cols .p-col-second {
		height: auto;
		width: 100%;
	}

	.ps-footer .p-cols .p-col-second .info .item {
		justify-content: flex-start;
	}

	.ps-footer .p-cols .p-col-second .info .item .what {
		margin: 0 15px 0 0;
	}
}

@media only screen and (max-width: 480px) {
	.ps-footer .m-cnt {
		padding: 30px 30px 64px 30px;
	}

	.ps-footer .m-cols .m-col-first {
		flex: 0 0 80px;
	}

	.ps-footer .m-cols .m-col-first .logo {
		width: 100px;
		height: 100px;
		background-size: 80px 40px;
	}
}

@media only screen and (max-width: 360px) {
	.ps-footer .m-cnt {
		padding: 30px 25px 64px 25px;
	}
}