@import url(http://fonts.googleapis.com/css?family=PT+Sans); 
a{
	text-decoration: none;
}

.usl_center, .usl_center_info{
	margin: 25px auto 50px auto; 
	box-sizing: border-box;	
	position:relative;
	font-family:'PT Sans', sans-serif;
	font-size:18px;
	line-height:24px;
	color:#423930; 	
	font-weight:normal;
}
.usl_center {
	width:940px;
	letter-spacing:0em;
}
.usl_center_info {
	width:1200px;
}
.usl_center h1 {
	font-family:'Oranienbaum', serif;
	font-size: 30px;
	color: #8b512e;
	line-height: 32px;
	font-weight:normal;	
}
.usl_center_info h1 {
	font-family:'Oranienbaum', serif;
	font-size: 48px;
	color: #8b512e;
	line-height: 54px;
	font-weight:normal;	
}
.usl_info {
	display: inline-table;
	vertical-align: top;
	width: 600px;
	box-sizing: border-box;	
}
.usl_info h1{
	font-size: 30px;
	line-height: 1.2;
}
.usl_info p{
	margin-top: 0px;
	margin-bottom: 10px;
}

.otstupL {
	padding-left: 20px;
}
.otstupR{
	padding-right: 20px;
}
.otstupCENTER{
	margin: 0 0 0 130px;
	position: relative;
}
.otstupCENTER:before{
   content:""; /*вместо того, чтобы создавать div с фоном и позиционировать внутри родительского блока*/
   position:absolute;
   z-index:-1;
   bottom:10px;
   left:680px;
   width:100px;
   height:220px;
	background-repeat: no-repeat;  
 /*  background-image: url(../image/venz_right.png);*/
   background-size: contain;
}

.tusl{
	/*border: 1px solid #dee1e2;
	border-radius: 3px;
	width:740px;
	margin: 7px 20px;*/
	border: 2px solid #a2c686;
	/*background-color: #e7fcde;	*/
	/*background-color: #f6fcf4;	*/
	background-color: #fcfcfc ;	
	border-collapse:collapse;
}
.tusl td {
	padding-left: 14px;
}

/* Строка таблицы УСЛУГИ*/
.tusl_str{
	font-size: 18px;
}

.tusl_str td:nth-child(1){
	width: 80px;
	font-size: 20px;
	display: none;
}

.tusl_str td:nth-child(2){
	width: 560px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tusl_str td:nth-child(3){
	width: 160px;
	color:#77596f;
}
.tusl_str td:nth-child(4){
	width: 230px;
	color:#672254;
}


/* Строка таблицы*/
.tusl tr{
	border-top: 2px solid #a2c686;
	height: 55px;
}
/* Шапка таблиц ---------------------------*/
.tusl tr:nth-child(1){
	height: 54px; 
	font-family:'Oranienbaum', serif;
	/*text-transform: capitalize;*/
	font-size: 20px;
	color: #ffffff;
	font-weight:normal;
	text-transform: uppercase;
	background-color: #a2c686;
}

/* Ширина столбцов таблиц */
.tusl tr:nth-child(1)>td:nth-child(1){
	width: 80px;	display: none;

}
.tusl tr:nth-child(1)>td:nth-child(2){
	width:640px;
}
.tusl tr:nth-child(1)>td:nth-child(3){
	width:160px;
}
.tusl tr:nth-child(1)>td:nth-child(4){
	width:135px;
}

.font_cena {
	font-size: 24px;
}

.sotrudn_group {
	position: relative;
	width: 100%;
	font-family:'Oranienbaum', serif;
	font-size:22px;
	line-height:28px;
	letter-spacing:.05em;
	color:#423930; 
}
.sotrudn {
	position: relative;
	display: inline-table;
	width: 320px;
	height:440px;
	background-color: #e7fcde;
	border: 1px solid #a2c686;
	font-family:'Oranienbaum', serif;
	font-size:22px;
	line-height:28px;
	letter-spacing:.05em;
	color:#423930; 
	margin:47px;
}


.but_brown {
	min-height:44px;
	height:44px;
	width:240px;
	text-align:center;
	background-color: #d5a98e;
	margin: 0px auto 0 auto; 
	box-sizing: border-box;	
	padding-top: 14px;
	font-family:'PT Sans', sans-serif;
	font-size:18px;
	letter-spacing:0em;
	line-height:18px;
	color:#ffffff; 	
	text-transform:uppercase;
	text-decoration: none;
}
.but_brown:hover {
	background-color: #a08778;
}


.sotrudn_block{
	width: 1260px;
	min-height:440px;
	margin:60px auto 100px auto;
	font-weight:normal;
}
.sotrudn_group_R {
	display: inline-table;
	width: 50%;
	text-align:right;
	padding-right:10px;
	box-sizing: border-box;	
}
.sotrudn_group_L {
	display: inline-table;
	box-sizing: border-box;	

	text-align:left;
	font-size:24px;
	color:#8b512e; 
}
.sotrudn_block_info {
	position: relative;
	display: inline-table;
	width: 320px;
	height:440px;
	font-family:'Oranienbaum', serif;
	font-size:22px;
	line-height:28px;
	letter-spacing:.05em;
	color:#423930; 
	margin:47px;
}
.filter__list{
	position:absolute;
	/*top:100%;*/
	left:50%;
	visibility:hidden;
	/*padding-top:16px;*/
	padding-bottom:18px;
	transition:opacity .4s,visibility .4s,-webkit-transform .4s;
	transition:opacity .4s,visibility .4s,transform .4s;
	transition:opacity .4s,visibility .4s,transform .4s,-webkit-transform .4s;
	-webkit-transform:translateY(5%);
	-ms-transform:translateY(5%);
	transform:translateY(5%);
	opacity:0;
	background:#fff;
	z-index:9;
/*		-webkit-transform:translate(-50%, 5%) !important;
		-ms-transform:translate(-50%, 5%) !important;
		transform:translate(-50%, 5%) !important;*/
		border:1px solid rgba(0,0,0,0.1);
		box-shadow:0 3px 4px rgba(0,0,0,0.2)	
}
.filter__list a{
	text-decoration: none;
	color: #8b512e;
	line-height: 24px;
	font-size:20px;
	padding-left: 10px;
	padding-right: 10px;
}
.filter__list a:hover{
	color: #28170d;
}

.ppp {   /*сделан временно для отладкич*/
/*	position:absolute;
	/*top:100%;*/
	visibility:hidden;
	transition:opacity .4s,visibility .4s,-webkit-transform .4s;
	transition:opacity .4s,visibility .4s,transform .4s;
	transition:opacity .4s,visibility .4s,transform .4s,-webkit-transform .4s;
	-webkit-transform:translateY(5%);
	-ms-transform:translateY(5%);
	transform:translateY(5%);
	opacity:0;
	background:#fff;
/*	margin: 0 40px;*/
	display:none;
}
@media only screen and (min-width: 960px) and (max-width: 1260px){
	.sotrudn_block{	width: 960px;}
	.sotrudn {margin:47px 77px;}		
	.sotrudn_block_info {margin:47px 77px;}		
	/*.sotrudn_hide {display: none;}	*/
	.usl_center_info {width:940px;	}	
	.usl_info { width: 470px;}
	.otstupCENTER	{margin: 0 0 0 0px;	width: 600px;}
}

@media only screen and (min-width: 760px) and (max-width: 960px){
	.sotrudn_block{	width: 760px;}
	.sotrudn {margin:27px 27px;}		
	.sotrudn_block_info {margin:27px 27px;}		
	.sotrudn_hide {display: none;}	
	.sotrudn_group_R{
		width: 100%;
		text-align:center;
		padding-right:0px;
	}
	.sotrudn_group_L{
		width: 100%;
		text-align:center;
		padding:0 40px;
		box-sizing: border-box;	
	}
	.filter__list{
		left:50%;
		margin-left:-12px;
		padding-bottom:4px;
		-webkit-transform:translate(-50%, 5%) !important;
		-ms-transform:translate(-50%, 5%) !important;
		transform:translate(-50%, 5%) !important;
	}
	.filter__list a{font-size:18px;}	
	.usl_center_info {width:620px;	}	
	.usl_info { width: 620px;}
	.otstupCENTER	{margin: 0 0 0 0px;}
	.usl_center {	width:620px;}	
	.otstupL 	{padding-left: 0px;}
	.otstupR	{padding-right: 0px;}	
	.usl_center h1 	{font-size: 30px;}
	.usl_center_info h1 {font-size: 30px;line-height:36px;}	
	.tusl_str td:nth-child(1){display: none;}
	.tusl_str td:nth-child(3){display: none;}
	.tusl tr:nth-child(1)>td:nth-child(1){display: none;}
	.tusl tr:nth-child(1)>td:nth-child(3){display: none;}
}

@media only screen and (min-width: 640px) and (max-width: 760px){
	.sotrudn_block{	width: 100%;}
	.sotrudn {margin:27px calc((100% - 320px) / 2);}		
	.sotrudn_block_info {display: none;}	
	.sotrudn_hide {display: none;}	
	.sotrudn_group_R{
		width: 100%;
		text-align:center;
		padding-right:0px;
		font-size: 20px;
	}
	.sotrudn_group_L{
		width: 100%;
		text-align:center;
		padding:0 40px;
		box-sizing: border-box;	
		font-size: 20px;
	}
	.filter__list{
		left:50%;
		margin-left:-12px;
		padding-bottom:4px;
		-webkit-transform:translate(-50%, 5%) !important;
		-ms-transform:translate(-50%, 5%) !important;
		transform:translate(-50%, 5%) !important;
	}	
	.filter__list a{font-size:18px;}	
	.usl_center_info {width:620px;	}	
	.usl_info { width: 620px;}
	.otstupCENTER	{margin: 0 0 0 0px;}
	.usl_center {	width:620px;}	
	.otstupL 	{padding-left: 0px;}
	.otstupR	{padding-right: 0px;}	
	.usl_center h1 	{font-size: 24px;}
	.usl_center_info h1 {font-size: 30px;line-height:36px;}	
	.tusl_str td:nth-child(1){display: none;}
	.tusl_str td:nth-child(3){display: none;}
	.tusl tr:nth-child(1)>td:nth-child(1){display: none;}
	.tusl tr:nth-child(1)>td:nth-child(3){display: none;}
}
@media only screen and (max-width: 760px){
	.sotrudn_block{	width: 100%; margin-top:15px;}
	.sotrudn {margin:27px calc((100% - 240px) / 2);}		
	.sotrudn_block_info {display: none;}	
	.sotrudn_hide {display: none;}	
	.sotrudn_group_R{
		width: 100%;
		text-align:center;
		padding-right:0px;
		font-size: 18px;
	}
	.sotrudn_group_L{
		width: 100%;
		text-align:center;
		padding:0 40px;
		box-sizing: border-box;	
		font-size: 18px;
	}
	.sotrudn {width: 240px;height:330px;	}
	.sotrudn_spec {
		min-height:60px;
		height:60px;
		font-size:16px;
		line-height:20px;
		padding-top:20px;
	}

	.sotrudn_fio {
		min-height:140px;
		height:140px;
		font-size:36px;
		line-height:40px;
		padding-top:10px;
	}
	.sotrudn_kateg {	display: none;}
	.sotrudn_podrob {
		width:180px;
		position:relative;
		visibility:visible;
		top:0px;
		left:0px;
		opacity: 1;
		margin-bottom: 20px;
	}
/*	.but_brown {
		width:180px;
		padding-top: 15px;
		font-size:15px;
	}*/
	.filter__list{
		left:50%;
		margin-left:-12px;
		padding-bottom:4px;
		-webkit-transform:translate(-50%, 5%) !important;
		-ms-transform:translate(-50%, 5%) !important;
		transform:translate(-50%, 5%) !important;
	}	
	.filter__list a{font-size:18px;}
	.filter__selected {display:none;}
	.ppp {display:inline-block; visibility:visible;opacity:1;}
}

@media only screen and (max-width: 640px){
	.usl_center {width:280px;}	
	.otstupL 	{padding-left: 0px;}
	.otstupR	{padding-right: 0px;}	
	.usl_center h1 	{font-size: 20px; line-height: 24px;}
	.usl_center_info {display: none;}	
	.tusl_str td:nth-child(2){display:block;width:260px;}
	.tusl_str td:nth-child(4){display:block;width:250px;text-align:right;margin-bottom:22px;}
	.tusl_str td:nth-child(1){display: none;}
	.tusl_str td:nth-child(3){display: none;}
	.tusl tr:nth-child(1)>td:nth-child(1){display: none;}
	.tusl tr:nth-child(1)>td:nth-child(3){display: none;}
	.tusl tr:nth-child(1)>td:nth-child(2){display:inline-block;width:150px;margin-bottom:10px;margin-top:10px; }
	.tusl tr:nth-child(1)>td:nth-child(4){display:inline-block;width:60px;text-align:right;margin:10px;}
	.tusl td {padding-right: 10px;}
	.tusl {border: 1px solid #a2c686;}
	.tusl tr{border: 1px solid #a2c686;}
}	


.sotrudn_group     select {
	-webkit-appearance: none; /*for WebKit*/
	-moz-appearance: none;/* for FF */
    -ms-appearance: none;/* for IE */
	border: none;
	border-bottom: 1px solid #8b512e; 	
    background-image: url(../image/arrow1_down.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-indent: 0.01px; 
    text-overflow: '...  ';
    appearance: none!important;
	font-family:'Oranienbaum', serif;
	font-size:18px;
	letter-spacing:.05em;
	color:#8b512e; 
	width:100%;
	text-align:center;
    }
     
.sotrudn_group    select::-ms-expand {
      display: none;
    }

.sotrudn_group select > option {
    background-color: transparent;
    border: 2px solid #8b512e;
    padding-right: 15px;
    height: 31px;
    width: 220px;
}	
	

.filter__selected{
    background-image: url(../image/arrow1_down.png);
    background-repeat: no-repeat;
	background-position: right center;
    -webkit-backface-visibility: hidden;
	cursor: pointer;
	border-bottom: 1px solid #8b512e;
	padding-right: 20px;
}

/* Модальное окно записи на прием */
.modal_dialog {
    position: fixed;
	font-family:'Oranienbaum', serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
}
.framemodal{
	position:relative;
	width:620px;
	margin: 5% auto;
	border-collapse:collapse;
	background: white;
	border: 10px solid #bddbb2;
	border-radius: 1px;
	height:520px;
	padding: 0px 70px;

}
.framemodal h1{
	padding: 30px 0px 10px 0;
	margin:0;
	font-family:'Oranienbaum', serif;
	font-size: 54px;
	font-weight:normal;
	width:100%;
	color:#3b110b;
	text-align: center;
}
.framemodal p{
	padding: 0px 0px;
	font-family:'Oranienbaum', serif;
	font-size: 24px;
	line-height: 36px;
	font-weight:normal;
	width:100%;
	color:#3b110b;
	text-align: center;
}
.framemodal {
	font-family:'PT Sans', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight:normal;
	color:#a08778;
	/*text-align: left;*/
}
.framemodal textarea{
	width:696px;
	padding-left: 4px;
	font-size:18px;
	resize: vertical; 
}
.framemodal input[type="text"],.framemodal input[type="number"],.framemodal input[type="password"],.framemodal input[type="date"]{
	width:390px;
	padding-left: 20px;
	height:24px;
	border: none;
	border-bottom: 1px solid #8b512e; 
}
.framemodal input[type="text"],.framemodal input[type="number"],.framemodal input[type="password"],.framemodal input[type="date"], .framemodal select{
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	color:#3b110b; 
}
.framemodal_width400 input[type="text"],.framemodal input[type="number"],.framemodal input[type="password"],.framemodal input[type="date"], .framemodal select{
	font-family:'PT Sans', sans-serif;
	font-size:20px;
	color:#3b110b; 
}
.framemodal select{
	-webkit-appearance: none; /*for WebKit*/
	-moz-appearance: none;/* for FF */
    -ms-appearance: none;/* for IE */
	border: none;
	border-bottom: 1px solid #8b512e; 	
    background-image: url(../image/arrow1_down.png);
    background-position: right center;
    background-repeat: no-repeat;
    text-indent: 8px; 
    text-overflow: '...  ';
    appearance: none!important;
}
 .framemodal_width400 select{
	width:400px;
}    
.framemodal    select::-ms-expand {
      display: none;
    }

.framemodal select > option {
    background-color: transparent;
    border: 2px solid #8b512e;
    padding-right: 15px;
    height: 24px;
    width: 220px;
}	
	

.framemodal_width400 {
	float:left;
	overflow: hidden;
	margin-bottom: 20px;
	width:400px; 
	display:inline-block;
}
.framemodal_width220 {
	float:left;
	overflow: hidden;
	margin-bottom: 20px;
	width:220px; 
	display:inline-block;
}
.but_send {
	min-height:44px;
	height:44px;
	width:240px;
	text-align:center;
	background-color: #d5a98e;
	margin: 20px 190px 0 190px; 
	box-sizing: border-box;	

	font-family:'PT Sans', sans-serif;
	font-size:18px;
	letter-spacing:0em;
	line-height:18px;
	color:#ffffff; 	
	text-transform:uppercase;
	text-decoration: none;
	border:none;
}
.but_send:hover {
	background-color: #a08778;
}
.but_close {
	position:absolute;
	top: 15px;
	right: 15px;
	content: '';
	width:25px;
	height:25px;
	background-image:url(../image/but_close.png); 
	border:none;
	background-color:#fff;
	z-index: 37;

 }
.but_close:hover {
	background-image:url(../image/but_close_hover.png); 
}

.centered {
margin:0 auto;  
width:250px;
/*display:inline-table;*/
text-align:center;
}
@media only screen and (min-width: 960px) and (max-width: 1260px){}
@media only screen and (min-width: 760px) and (max-width: 960px){
	.modal_dialog {	background: #fff;	}
	.framemodal{
		margin: 5% auto;
		border: none;
	}
}

@media only screen and (min-width: 640px) and (max-width: 760px){
	.modal_dialog {	background: #fff;}
	.framemodal{
		width:500px; 
		margin: 5% auto;
		border: none;
		font-size:18px;
		height: 800px;
	}
	.framemodal h1{font-size: 48px;}
	.framemodal p{font-size: 20px;line-height: 30px;}
	.framemodal_width400 {width:100%;margin-bottom: 35px;}
	.framemodal_width220 {width:100%;	margin-bottom: 0px;}
	.framemodal input[type="text"],.framemodal input[type="number"],.framemodal input[type="password"],.framemodal input[type="date"]{
		width:100%;
		height:20px;
		padding-left: 0px;
		font-family:'PT Sans', sans-serif;
		font-size:18px;
	}	
	.framemodal select{text-indent: 0px; 	font-size:18px;	}
	.framemodal_width400 select{	width:100%;} 
	.but_send {margin: 20px 130px 0 130px;}	
}

@media only screen and (max-width: 640px){
	.modal_dialog {	background: #fff;     
	position:absolute;
}
	.framemodal{
		width:100%; 
		margin: 5% 0;
		padding:0;
		border: none;
		font-size:18px;
		height: 800px;
	}
	.framemodal h1{font-size: 30px;}
	.framemodal p{font-size: 18px;line-height: 26px;}
	.framemodal_width400 {width:100%;margin: 0px 30px 35px 30px;height:30px;}
	.framemodal_width220 {width:100%;margin-bottom: 0px;padding-left:30px;}
	.framemodal input[type="text"],.framemodal input[type="number"],.framemodal input[type="password"],.framemodal input[type="date"]{
		width:  calc(100% - 60px);
		height:20px;
		padding-left: 0px;
		font-family:'PT Sans', sans-serif;
		font-size:18px;
	}	
	.framemodal select{text-indent: 0px; 	font-size:18px;	}
	.framemodal_width400 select{width:  calc(100% - 60px);} 
	.but_send {margin: 20px calc((100% - 240px) / 2);}	
	.but_close {	top: 5px;}
}

.but_url_green {
	font-family:'PT Sans', sans-serif;
	font-size: 18px;
	letter-spacing: 0.075em;
	position:relative;
	text-transform:uppercase;
	text-decoration:none; 
	color:#6f8966
	

}
.but_url_green::before, .but_url_green::after {

	position:absolute;
	left:0;
	width:100%;
	height:1px;
	content:'';
	transition:-webkit-transform .3s;
	transition:transform .3s;
	transition:transform .3s, -webkit-transform .3s;
	background:#6f8966

	}
.but_url_green::before 
{
bottom: 0px;}	
.but_url_green::after {
bottom: -3px;}

.but_url_green:hover:before{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px)}
.but_url_green:hover:after{-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px)}
	
