* {max-height: 10000px;}
header, footer, article, section, hgroup, nav, figure, aside {display: block;}
figure { margin:0; padding:0; }
body {
	margin:0;
	color:#593e38;
	font:13px/19px Arial, Helvetica, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width:910px;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color: #795C54;
/*
	color: #9f6b5f;
	font-weight: bold;
*/
}
a:hover {text-decoration:none;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#795c54;
}
input[type=text], input[type=password], input[type=file], input[type=submit], textarea{
	-webkit-appearance:none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
 }
form,
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

button::-moz-focus-inner{
	padding:0;
	border:0;
}
#wrapper{
	position:relative;
	width:100%;
	overflow:hidden;
}
.accessibility{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.accessibility:focus{
	position:static;
	width:auto;
	height:auto;
}
.w1{
	width:900px;
	margin:0 auto;
}
#header{
	background:#ebe5e4;
	padding:41px 9999px 0;
	margin:0 -9999px;
}
#header .panel{
	margin:0 0 -20px;
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	border:1px solid #fff;
	padding:17px 0 18px;
	-webkit-box-shadow:0 0 7px 0 #755952;
	-moz-box-shadow:0 0 7px 0 #755952;
	box-shadow:0 0 7px 0 #755952;
	position:relative;
	background:#ebe5e4;
	z-index:4;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#header .panel:after{
	content:" ";
	clear:both;
	position:absolute;
	left:-2.5%;
	width:105%;
	height:80px;
	background:url(../images/shadow.png) repeat-x;
	top:-9px;
}
.logobar{
	padding:0 29px 0 29px;
	overflow:hidden;
	margin:0 0 16px;
	position:relative;
	z-index:1;
}
#header .logo{
	float:left;
	width:448px;
	height:40px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
.logo a{
	display:block;
	height:100%;
}
.search{
	padding:2px 0 0;
}
.search fieldset{
	float:right;
}
.search input[type="text"]{
	color:#795c54;
	margin:0 2px 0 0;
	padding:6px 19px 6px;
	font-size:14px;
	line-height:16px;
	height:16px;
	border:0;
	width:168px;
}
.search .row{
	position:relative;
	float:left;
}
.search .input-placeholder-text{
	font-size:14px;
	line-height:16px;
	color:#795c54;
	top:0;
	left:0;
	margin:6px 0 0 19px;
}
.search input[type="submit"]{
	float:left;
	width:32px;
	height:28px;
	padding:0;
	margin:0;
	background:#9a7e76 url(../images/sprite.png) no-repeat 10px 8px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	cursor:pointer;
}
.list{
	width:100%;
	list-style:none;
	padding:0 0 0 22px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
}
.list:after{
	content:" ";
	clear:both;
	display:block;
}
.list li{
	float:left;
	margin:0 7px 0;
	position:relative;
}
.list a{
	display:block;
	width:43px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	font-weight:normal;
}
.list a:hover{
	text-decoration: none;
}
.list .link01{
	background:url(../images/sprite.png) no-repeat 0 -54px;
}
.list .link02{
	background:url(../images/sprite.png) no-repeat -57px -54px;
}
.list .link03{
	background:url(../images/sprite.png) no-repeat -114px -54px;
}
.list .link04{
	background:url(../images/sprite.png) no-repeat -171px -54px;
}
.list .link05{
	background:url(../images/sprite.png) no-repeat -228px -54px;
}
.list .link06{
	background:url(../images/sprite.png) no-repeat -285px -54px;
}
.list .link07{
	background:url(../images/sprite.png) no-repeat -342px -54px;
}
.list .link08{
	background:url(../images/sprite.png) no-repeat 0 -108px;
}
.list .link09{
	background:url(../images/sprite.png) no-repeat -57px -108px;
}
.list .link10{
	background:url(../images/sprite.png) no-repeat -114px -108px;
}
.list .link11{
	background:url(../images/sprite.png) no-repeat -171px -108px;
}
.list .link12{
	background:url(../images/sprite.png) no-repeat -228px -108px;
}
.list .link13{
	background:url(../images/sprite.png) no-repeat -285px -108px;
}
.list .link14{
	background:url(../images/sprite.png) no-repeat -342px -108px;
}
.list .link15{
	background:url(../images/sprite.png) no-repeat -57px 0;
}
.list .popup{
	position:absolute;
	top:-19px;
	left:-9999px;
	background:#795c54;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow: 0 1px 5px 0 #795c54;
	box-shadow: 0 1px 5px 0 #795c54;
	padding:7px 21px 7px;
	white-space: pre;
	z-index:1;
	color:#fff;
	text-shadow:1px 1px 1px #5b413a;
	text-transform: uppercase;
	font-size:13px;
	text-indent:0;
	overflow:hidden;
	width:1px;
	height:1px;
}
.list .popup:after{
	content:" ";
	clear:both;
	position:absolute;
	bottom:-14px;
	left:19px;
	width:20px;
	height:17px;
	background:url(../images/sprite.png) no-repeat -108px 0;
}
.list .right .popup:after{
	left: auto;
	right:19px;
}
.list li:hover .popup{
	left:-8px;
	width:auto;
	height:auto;
	overflow: visible;
}
.list li.right:hover .popup{
	right:-8px;
	left: auto;
}
.navigation{
	padding:24px 9999px 0;
	margin:0 -9999px;
	background:#9a7e76;
	border-bottom:1px solid #fff;
	position:relative;
	z-index:3;
}
.navigation:after{
	content:" ";
	clear:both;
	position:absolute;
	bottom:-6px;
	left:0;
	width:100%;
	height:5px;
	background:#b09992;
	z-index:1;
}
#nav{
	list-style:none;
	padding:0;
	margin:0 auto;
}
#nav:after{
	content:" ";
	clear:both;
	display:block;
}
#nav>li{
	float:left;
	position:relative;
}
#nav>li.first-child:after,
#nav>li:first-child:after{
	display:none;
}
#nav>li:after{
	content:" ";
	clear:both;
	position:absolute;
	top:4px;
	left:0;
	background:url(../images/separator.png) no-repeat;
	width:3px;
	height:70px;
}
#nav>li>a{
	color:#fefefe;
	font-weight:bold;
	font-size:17px;
	line-height:21px;
	text-shadow:1px 1px 1px #6a4e47;
	padding:26px 5px 28px;
	display:block;
	background:#9a7e76;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-decoration: none;
}
#nav>li.hover>a{
	text-decoration: underline;
}
#nav>li.first-child>a{
	padding: 26px 5px 28px 16px;
}

#nav>li.last-child>a{
	padding: 26px 19px 28px 5px;
}
.drop-nav li.last-child>a{
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
}
.drop-add>li:first-child>a{
	-webkit-border-radius:0 20px 0 0;
	-moz-border-radius:0 20px 0 0;
	border-radius:0 20px 0 0;
}
#nav .right .drop-add li:first-child a{
	-webkit-border-radius:20px 0 0 0;
	-moz-border-radius:20px 0 0 0;
	border-radius:20px 0 0 0;
}
#nav .right .drop li.last-child a{
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
}
#nav .drop{
	position:absolute;
	top:100%;
	background:url(../images/transparent.png);
	padding:10px 0 0;
	margin:-5px 0 0;
	width:1px;
	height:1px;
	left: -9999px;
	overflow:hidden;
}
#nav li.hover div{
	left:0;
	width:240px;
	height:auto;
	overflow: visible;
}
#nav .right.hover div,
#nav .middle.hover div,
#nav .right li.hover div,
#nav .middle li.hover div{
	left: auto;
	right:0;
}
#nav .drop:after{
	content:" ";
	clear:both;
	position:absolute;
	top:6px;
	left:0;
	width:100%;
	height:5px;
	background:#b09992;
	z-index:2;
}
#nav .drop ul{
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
	border:1px solid #fff;
	-webkit-box-shadow:0 0 5px 0 #ebe7e6;
	-moz-box-shadow:0 0 5px 0 #ebe7e6;
	box-shadow:0 0 5px 0 #ebe7e6;
	background:#ede7e6;
	list-style:none;
	padding:0;
	margin:0 0 0 -1px;
	position:relative;
}
#nav .drop>ul:after{
	content:" ";
	clear:both;
	position:absolute;
	top:0;
	left:22px;
	border-top:9px solid #b09992;
	border-left:12px solid transparent;
	border-right:12px solid transparent;
}
#nav .right .drop>ul:after,
#nav .middle .drop>ul:after{
	left:auto;
	right:22px;
}
#nav .drop >ul li{
	border-top:1px solid #d1c4c0;
	position:relative;
}
#nav .drop>ul li:first-child{
	border:0;
}
#nav .drop>ul>li:first-child>a{
	padding:18px 40px 16px 20px;
}
#nav li.right .drop>ul>li>a{
	padding:15px 30px 16px 100px;
}
#nav li.right .drop>ul>li.hover>a{
	text-decoration: none;
}
#nav li.right .drop>ul>li.has-drop-down>a:after{
	right: auto;
	left:25px;
	border-left:0;
	border-right:13px solid #9a7e76;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
}
#nav li.right .drop>ul>li.has-drop-down.hover>a:after{
	border-right:13px solid #fff;
}
#nav .drop ul li a{
	display:block;
	padding:15px 40px 16px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
	color:#795c54;
	font-weight:bold;
	font-size:15px;
	line-height:20px;
	text-decoration: none;
}
#nav .drop li.last-child>a{
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
}
#nav .drop li.hover>a{
	background:#b49f9a;
	color:#fff;
	text-decoration: none;
}
#nav .drop>ul>li.has-drop-down>a:after{
	content:" ";
	clear:both;
	position:absolute;
	top:50%;
	right:25px;
	width:0;
	border-left:13px solid #9a7e76;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	margin:-6px 0 0;
}
#nav .drop .has-drop-down.hover a:after{
	border-left:13px solid #fff;
}
#nav .drop .drop-add{
	position:absolute;
	top:0;
	left:-9999px;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
	width:1px;
	height:1px;
	-webkit-border-radius:0 20px 20px 20px;
	-moz-border-radius:0 20px 20px 20px;
	border-radius:0 20px 20px 20px;
	-webkit-box-shadow: 0 0 5px 0 #ebe7e6;
	-moz-box-shadow: 0 0 5px 0 #ebe7e6;
	box-shadow: 0 0 5px 0 #ebe7e6;
}
#nav .drop li.hover .drop-add{
	left:100%;
	width:220px;
	height:auto;
}
#nav .drop .drop-add a{
	padding:15px 15px 15px 15px;
}
#nav .right .drop-add{
	right:-9999px;
	-webkit-border-radius:20px 0 20px 20px;
	-moz-border-radius:20px 0 20px 20px;
	border-radius:20px 0 20px 20px;
	overflow:hidden;
}
#nav .right li.hover .drop-add{
	right:100%;
	left: auto;
}
#main{
	padding: 31px 0 0;
}
#twocolumns{
	overflow:hidden;
	padding: 0 28px 20px;
}
#main #content{
	float:left;
	width:545px;
}
.gallery {
	position: relative;
}
.gallery .mask {
	position: relative;
	overflow: hidden;
	width: 545px;
	height: 344px;
	margin: 0 0 28px;
}
.gallery .mask .slideset {
	width: 99999px;
	float: left;
}
.gallery .mask .slide {
	float: left;
	width: 545px;
}
.gallery .mask .slide.active {
	z-index: 1;
}
h1{
	font-size:30px;
	line-height:36px;
	color:#795c54;
	font-weight:normal;
	margin:0 0 13px;
}
h1 span{
	display:block;
}
h2 span{
	display:block;
}
.more{
	background:#9a7e76;
	color:#fff;
	text-transform: uppercase;
	position:relative;
	padding:2px 9px 2px 34px;
	margin:0 0 28px 2px;
	display:inline-block;
	vertical-align:top;
	word-spacing:1px;
	font-size:14px;
	text-decoration: none;
}
.more:after{
	content:" ";
	clear:both;
	position:absolute;
	top:0;
	left:0;
	width:23px;
	height:23px;
	background:#b09992 url(../images/sprite.png) no-repeat -105px -17px;
	border-right:1px solid #fff;
}
.img-box{
/*
	padding:0 0 0 27px;
*/
	padding:0;
	text-align: center;
}
.img-box img{
	vertical-align: top;
}
.gallery-nav{
	text-align:center;
	padding:0 0 0 30px;
}
.pagination-box{
	display:inline-block;
	vertical-align: top;
	overflow:hidden;
}
.pagination{
	list-style:none;
	padding:1px 0 0;
	margin:0;
	float:left;
}
.pagination li{
	float:left;
	margin:0 2px;
}
.pagination a{
	display:block;
	width:23px;
	height:22px;
	background:url(../images/sprite.png) no-repeat -139px 0;
	text-indent:-9999px;
	overflow:hidden;
}
.pagination a:hover,
.pagination .active a{
	background-position:-166px 0;
}
.btn-prev,
.btn-next,
.btn-toggle,
.btn-prev:hover{
	float:left;
	width:24px;
	height:24px;
	background:#b09992 url(../images/sprite.png) no-repeat -197px 8px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 6px 0 0;
}
.btn-next,
.btn-next:hover{
	background-position:-224px 8px;
	margin:0 0 0 5px;
}
.contraceptiv .photo-gallery .btn-toggle,
.contraceptiv .photo-gallery .btn-toggle:hover{
	background-color: transparent;
	background-position:-235px -158px;
	margin:0 0 0 14px;
}



#sidebar{
	float:right;
	width: 240px;
	padding: 14px 2px 0 0;
}
#sidebar .box,
#sidebar .case{
	color:#795c54;
	line-height:15px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	border:1px solid #fff;
	-webkit-box-shadow:0 0 5px 0 #dad4d2;
	-moz-box-shadow:0 0 5px 0 #dad4d2;
	box-shadow:0 0 5px 0 #dad4d2;
	padding:15px 15px 16px 16px;
	margin:0 0 20px;
	position:relative;
	background: #f5f2f1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjJmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmU1ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f2f1 0%, #ebe5e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f2f1), color-stop(100%,#ebe5e4));
	background: -webkit-linear-gradient(top,  #f5f2f1 0%,#ebe5e4 100%);
	background: -o-linear-gradient(top,  #f5f2f1 0%,#ebe5e4 100%);
	background: -ms-linear-gradient(top,  #f5f2f1 0%,#ebe5e4 100%);
	background: linear-gradient(to bottom,  #f5f2f1 0%,#ebe5e4 100%);
	min-height: 82px;
}
#sidebar h2{
	margin:0 0 7px 2px;
	font-size:22px;
	line-height:26px;
	word-spacing:1px;
	font-weight:normal;
}
#sidebar .text-box{
	display: block;
	padding: 0;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
}
#sidebar .text-box:hover{
	text-decoration: none;
}
#sidebar .ico-box{
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	margin: 0 13px 0 0;
}
#sidebar .ico{
	vertical-align: top;
}
#sidebar .text{
	vertical-align: middle;
	display: inline-block;
	padding: 4px 0 0;
	width: 140px;
}
#sidebar .box:after{
	content:"";
	clear:both;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/sprite.png) no-repeat -261px 0;
	width:45px;
	height:35px;
	text-indent:-9999px;
	overflow:hidden;
}
#sidebar .box p{
	margin:0;
}
.video{
	background:#f3efee;
	border:solid #fff;
	border-width: 1px 0 1px 0;
	-webkit-box-shadow:0 0 4px 0 #d3c7c4;
	-moz-box-shadow:0 0 4px 0 #d3c7c4;
	box-shadow:0 0 4px 0 #d3c7c4;
	padding:23px 9999px 29px;
	margin:0 -9999px;
}
.video-heading{
	overflow:hidden;
	padding: 0 30px 0 28px;
	margin:0 0 26px;
}
.video h1{
	margin:0;
	float:left;
	color:#795c54;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
}
.video .more{
	float:right;
	margin:1px 0 0;
	padding:2px 9px 2px 33px;
	font-weight: normal;
	text-decoration: none;
}
.video .more:after{
	background:#b09992 url(../images/sprite.png) no-repeat -126px -24px;
}
.carousel{
	position:relative;
	padding:0 12px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	height: 118px;
	width: 875px;
}
.carousel .mask .slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide{
	float: left;
	width:140px;
	height:114px;
	margin:0 17px 0 18px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.carousel .mask .slide img{
	vertical-align:top;
	margin:0 0 1px;
}
.carousel .mask .slide.active {
	z-index: 1;
}
.video h2{
	background:#9a7e76;
	margin:0;
	color:#fff;
	font-size:12px;
	font-weight:normal;
	position:relative;
	word-spacing:-1px;
	-webkit-border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	max-height:28px;
}
.video h2:hover{
	max-height:none;
}
/*
.video h2:after{
	content:" ";
	clear:both;
	position:absolute;
	top:10px;
	left:10px;
	border-left:6px solid #fff;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
}
*/
.video h2 a{
	display:block;
	color:#fff;
	padding:3px 5px 7px 19px;
	text-decoration: none;
	font-weight:normal;
	border-top : 1px solid #ffffff;
}
.video .btn-prev,
.video .btn-next{
	position:absolute;
	top:28px;
	left:1px;
	background:none;
	border-right:9px solid #baa29b;
	border-top:30px solid transparent;
	border-bottom:30px solid transparent;
	width:auto;
	height:0;
}
.video .btn-next{
	left: auto;
	right:2px;
	border-left:9px solid #baa29b;
	border-right:0;
}
/* paragraph inner page */
.paragraph #main,
.contraceptiv #main,
.the-video #main,
.test #main,
.emergency #main,
.contacts #main,
.classical #main,
.question #main{
	padding:12px 0 0;
}
.paragraph #twocolumns{
	padding: 0 28px 30px;
}
.paragraph #main #content,
.contraceptiv #main #content{
	width: 572px;
}
.hidden{
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.breadcrumbs{
	list-style:none;
	padding: 0 0 0 30px;
	margin:0 0 13px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
}
.breadcrumbs li{
	float:left;
	margin:0 20px 0 0;
	position:relative;
	color:#795c54;
}
.breadcrumbs li a{
	color:#795c54;
	font-weight:normal;
	text-decoration: none;
}
.breadcrumbs li a:hover{
	text-decoration: underline;
}
.breadcrumbs li:after{
	content:" ";
	clear:both;
	position:absolute;
	top:5px;
	left:-13px;
	border-left:6px solid #795c54;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
}
.breadcrumbs li:first-child:after{
	display:none;
}
.breadcrumbs span{
	text-decoration: underline;
}
.paragraph .addnav-group{
	margin:0 0 34px;
}
.paragraph #content h1{
	margin:0 0 26px 0;
}
.paragraph .img-box{
	padding: 0 20px 0 0;
	margin:0 0 50px;
	text-align: center;
}
.text-box{
	padding:0 0 4px 1px;
}
.text-box p{
	margin:0 0 19px;
}
.paragraph #content h2{
	margin:0 0 30px 2px;
	font-weight:normal;
	font-size:22px;
	line-height:26px;
	color:#fff;
	text-shadow:1px 1px 1px #684d47;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:20px;
	border:1px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 #dad4d2;
	-moz-box-shadow: 0 0 5px 0 #dad4d2;
	box-shadow: 0 0 5px 0 #dad4d2;
	background:#b59b93;
	padding:15px 22px 14px 22px;
	word-spacing:1px;
}
.list-block{
	padding:0 0 0 1px;
}
.list-box{
	list-style:none;
	padding:0;
	margin:0 0 29px;
}
.list-block p{
	margin:0 0 19px;
}
.info{
	padding:0 0 0 5px;
	color:#73554d;
	display: block;
}
.paragraph #sidebar,
.test #sidebar,
.emergency #sidebar,
.contacts #sidebar,
.classical #sidebar,
.question #sidebar{
	padding:7px 2px 0 0;
}
#sidebar .block{
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 #dad4d2;
	-moz-box-shadow: 0 0 5px 0 #dad4d2;
	box-shadow: 0 0 5px 0 #dad4d2;
	margin: 0 0 20px;
	line-height: 15px;
	padding: 0;
	overflow:hidden;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	position:relative;
	list-style:none;
}
#sidebar .block:after,
#sidebar .case:after{
	content:" ";
	clear:both;
	position:absolute;
	top:0;
	right:0;
	background:url(../images/sprite.png) no-repeat -317px 0;
	width: 45px;
	height: 35px;
}
#sidebar ul.block li{
	padding: 22px 10px 19px 19px;
	position:relative;
	background: #ebe5e4;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZTVlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWYxZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ebe5e4 0%, #f5f1f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe5e4), color-stop(100%,#f5f1f0));
	background: -webkit-linear-gradient(top,  #ebe5e4 0%,#f5f1f0 100%);
	background: -o-linear-gradient(top,  #ebe5e4 0%,#f5f1f0 100%);
	background: -ms-linear-gradient(top,  #ebe5e4 0%,#f5f1f0 100%);
	background: linear-gradient(to bottom,  #ebe5e4 0%,#f5f1f0 100%);
}
#sidebar ul.block li:first-child{
	padding: 15px 10px 19px 19px;
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
}
#sidebar ul.block li.last-child{
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
}
#sidebar ul.block li:after{
	content:" ";
	clear:both;
	position:absolute;
	width:100%;
	top:0;
	left:0;
	border-top:1px solid #fcfbfb;
	border-bottom:1px solid #dfd6d4;
}
#sidebar ul.block li:first-child:after{
	display:none;
}
#sidebar .container{
	display:block;
	font-weight:normal;
	text-decoration: none;
}
#sidebar .container:after{
	content:" ";
	clear:both;
	display:block;
}
#sidebar .img-block{
	position:relative;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:0 6px 0 0;
	width:67px;
	display:inline-block;
	vertical-align: middle;
	z-index:1;
}
#sidebar .img-block:after{
	content:" ";
	clear:both;
	position:absolute;
	bottom:-4px;
	left:-4px;
	width: 27px;
	height: 19px;
	background:url(../images/sprite.png) no-repeat -372px 0;
	z-index:2;
}
#sidebar .img-block img{
	vertical-align:top;
	position:relative;
	z-index:-1;
}
#sidebar .block h2{
	margin:0 0 20px;
	word-spacing:0;
}
#sidebar .block .text{
	display:inline-block;
	width:125px;
	padding:0;
	vertical-align:middle;
}
#sidebar .block .text p,
#sidebar .case .text p{
	margin:0;
}
.paragraph #sidebar .case{
	background: #ebe6e3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZTZlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIzJSIgc3RvcC1jb2xvcj0iI2Y2ZjJmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU2JSIgc3RvcC1jb2xvcj0iI2YwZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2VmZTdlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGU1ZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ebe6e3 0%, #f6f2f1 23%, #f0eaea 56%, #efe7e5 81%, #ede5e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe6e3), color-stop(23%,#f6f2f1), color-stop(56%,#f0eaea), color-stop(81%,#efe7e5), color-stop(100%,#ede5e3));
	background: -webkit-linear-gradient(top,  #ebe6e3 0%,#f6f2f1 23%,#f0eaea 56%,#efe7e5 81%,#ede5e3 100%);
	background: -o-linear-gradient(top,  #ebe6e3 0%,#f6f2f1 23%,#f0eaea 56%,#efe7e5 81%,#ede5e3 100%);
	background: -ms-linear-gradient(top,  #ebe6e3 0%,#f6f2f1 23%,#f0eaea 56%,#efe7e5 81%,#ede5e3 100%);
	background: linear-gradient(to bottom,  #ebe6e3 0%,#f6f2f1 23%,#f0eaea 56%,#efe7e5 81%,#ede5e3 100%);
	padding: 15px 17px 17px 17px;
}
.link-list{
	list-style:none;
	padding:13px 0 0 5px;
	margin:0;
}
.link-list li{
	position:relative;
	padding:0 0 0 13px;
	margin:0 0 17px;
}
.link-list a{
	text-decoration: none;
	font-weight:normal;
}
.link-list li:after{
	content:" ";
	clear:both;
	position:absolute;
	top:5px;
	left:0;
	border-left:6px solid #9a7e76;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
}
.link-list img{
	width: 170px;
	position: relative;
	left: -36px;
	margin-left: 35px;
	margin-right: auto;
	display: block;
}
#sidebar .logo{
	display:block;
	width:202px;
	height:86px;
	background:url(../images/logo03.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}
#sidebar .logo a{
	display:block;
	height:100%;
}
/* paragraph with inner page */
.add-nav{
	list-style:none;
	padding:0;
	margin:0 0 44px;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
	letter-spacing:1px;
	word-spacing:-1px;
}
.add-nav li{
	float:left;
	position:relative;
	padding: 0 9px 0 12px;
	text-transform: uppercase;
	margin:0 0 5px;
	height:16px;
}
.add-nav li:after{
	content:" ";
	clear:both;
	position:absolute;
	top: 3px;
	left:0;
	width:1px;
	height:10px;
	background:#d3c0ba;
}
.add-nav a{
	color:#73554d;
	font-weight:normal;
	text-decoration: none;
}
.add-nav a:hover{
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	word-spacing: -1px;
}
.paragraph.with #content h1{
	margin:0 0 10px;
}
.paragraph.with .img-box{
	padding:0 41px 0 0;
	margin:0;
}
.accordion{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px 0 #dad4d2;
	-moz-box-shadow: 0 0 5px 0 #dad4d2;
	box-shadow: 0 0 5px 0 #dad4d2;
	background:#ece6e5;
	list-style:none;
	padding:0;
	margin: 20px 0 28px 2px;
	overflow:hidden;
	position:relative;
}
.accordion li{
	border-top:1px solid #a58c84;
}
.accordion li.active{
	border:0;
}
.accordion li:first-child{
	border:0;
}
.accordion a.opener{
	background:#9a7e76;
	padding: 3px 50px 0 29px;
	color:#fff;
	font-size:17px;
	line-height:21px;
	font-weight:bold;
/*
	text-transform: uppercase;
*/
	position:relative;
	height: 91px;
	display: table;
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	word-spacing: 1px;
	text-decoration: none;
}
.accordion li:first-child a.opener{
	-webkit-border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	border-radius:20px 20px 0 0;
}
.accordion li.last-child a.opener{
	-webkit-border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	border-radius:0 0 20px 20px;
}
.accordion li.last-child.active a.opener{
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.accordion span.block{
	display:block;
}
.accordion .active a.opener{
	background:#7f5f56;
}
.accordion a.opener:after{
	content:" ";
	clear:both;
	position:absolute;
	top:50%;
	right:28px;
	border-top:14px solid #fff;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	margin: -6px 0 0;
}
.accordion a.opener span{
	display: table-cell;
	vertical-align: middle;
}
.accordion .active a.opener:after{
	border-top:0;
	border-bottom:14px solid #fff;
	margin: -7px 0 0;
}
.accordion .slide{
	padding:33px 20px 6px 29px;
}
.accordion p{
	margin:0 0 19px;
}
#sidebar h2.title01{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/title01.png) no-repeat;
	width:195px;
	height:61px;
	margin:7px 0 12px 0;
}
.with .case .img-box{
	padding:0;
}
.paragraph.with #sidebar{
	padding:9px 2px 0 0;
}
.with #sidebar .case{
	padding:15px 26px 25px 23px;
}
#sidebar .case.gallery h2{
	margin:7px 0 3px 3px;
}
#sidebar h3{
	margin:0 0 17px 4px;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
}
#sidebar .case.gallery{
	padding: 6px 14px 34px 23px;
}
.photo-gallery {
	position: relative;
}
.photo-gallery .photo-mask {
	position: relative;
	overflow: hidden;
	width: 195px;
	margin:0 auto 19px;
	height:152px;
	border:3px solid #fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.photo-gallery .photo-mask .slideset {
	width: 99999px;
	float: left;
}
.photo-gallery .photo-mask .slide {
	width: 195px;
	float: left;
	text-align:center;
}
.photo-gallery .photo-mask .slide:after{
	content:'';
	display:inline-block;
	height:152px;
	width:1px;
	overflow:hidden;
	margin:0 0 0 -5px;
	vertical-align:middle;
}
.photo-gallery .photo-mask .slide img{
	vertical-align:middle;
	display:inline-block;
	white-space:normal;
}
.photo-gallery .photo-mask .slide.active {
	z-index: 1;
}
.photo-gallery .btn-prev,
.photo-gallery .btn-next{
	border-right:13px solid #9a7e76;
	border-top:7px solid transparent;
	border-bottom:7px solid transparent;
	height:0;
	width:0;
	background:none;
	margin:0 0 0 58px;
}
.photo-gallery .btn-next{
	border-left:13px solid #9a7e76;
	border-right:0;
	float: left;
	margin: 0px 0px 0px 14px;
}
.photo-gallery .btn-toggle,
.photo-gallery .btn-toggle:hover{
	background-color: transparent;
	background-position:-235px -185px;
	margin:0 0 0 14px;
}


#sidebar .video-link h2{
	margin:5px 0 20px 0;
}
.with #sidebar .video-link{
/*
	margin:0 0 21px;
	padding:15px 10px 14px 20px;
*/
}
#sidebar .video-link.container{
/*
	overflow:hidden;
*/
}
#sidebar .video-link .text{
	padding:0;
	width:125px;
}
#sidebar .case.ico{
	padding:15px 0 16px 16px;
}
/* contraceptiv inner page */
.contraceptiv #twocolumns{
	padding: 0 28px 46px;
}
.contraceptiv #content h1{
/*
	color:#ef8f1d;
*/
	margin:0 0 26px;
}
.description{
	padding:0 0 0 1px;
}
.heading{
	font-weight:bold;
	margin:0 0 34px;
}
.heading p{
	margin:0;
}
.description p{
	margin: 0 0 15px;
}
.description p span{
	display:block;
}
.contraceptiv #content h2{
	font-size:17px;
	line-height:21px;
	text-transform: uppercase;
	margin: 0 0 21px;
	word-spacing: 1px;
}
.mark{
	list-style:none;
	margin:0 0 16px;
	padding: 0;
}
.mark li{
	position:relative;
	text-indent: 10px;
}
.mark li:after{
	content:" ";
	clear:both;
	position:absolute;
	top:9px;
	left:0;
	width: 6px;
	height: 5px;
	background:url(../images/sprite.png) no-repeat -164px -32px;
}
.contraceptiv #content .text-box{
	padding:0;
	margin:0 0 30px;
}
.contraceptiv #content .img-box{
/*
	padding: 6px 23px 0 0;
*/
	padding: 0;
}
.accordion a.opener{
	height:auto;
	padding:26px 50px 25px 29px;
}
.contraceptiv .accordion .active{
	border:0;
}
.contraceptiv .accordion .slide{
	padding: 27px 20px 17px 29px;
	line-height:16px;
}
.contraceptiv .accordion p{
	margin: 0 0 14px;
}
.contraceptiv #sidebar .case.gallery{
	padding:4px 18px 32px 20px;
}
.contraceptiv #sidebar .gallery:after{
	background-position:0 -165px;
}
.contraceptiv #sidebar .gallery h2{
	color:#fff;
	margin:7px 0 6px;
}
.contraceptiv #sidebar h3{
	color:#fff;
	margin:0 0 19px;
	font-size:14px;
}
.contraceptiv .photo-gallery .photo-mask{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:0;
	background:#fff;
	width:200px;
	height:132px;
	margin:0 0 17px;
}
.contraceptiv #sidebar{
	padding:4px 2px 0 0;
}
.contraceptiv .photo-gallery .photo-mask .slide{
	width:200px;
}
.contraceptiv .photo-gallery .photo-mask .slide:after{
	height:132px;
}
.contraceptiv .photo-gallery .btn-prev,
.contraceptiv .photo-gallery .btn-next{
	border-right:17px solid #fff;
	border-top-width: 8px;
	border-bottom-width: 8px;
	margin:0 0 0 57px;
}
.contraceptiv .photo-gallery .btn-next{
	float:right;
	margin:0 57px 0 0;
	border-left:17px solid #fff;
	border-right:0;
}
.contraceptiv #sidebar .case{
	padding: 15px 10px 16px 16px;
}
.contraceptiv #sidebar .color{
	text-align:center;
	background:#9a7e76;
	color:#fff;
	padding: 12px 41px 14px 37px;
	min-height: 0;
	font-size:14px;
	line-height: 17px;
}
.contraceptiv #sidebar .color a{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}
.contraceptiv #sidebar .color h2{
	text-shadow:1px 1px 1px #694e48;
	margin: 0 0 7px;
}
.contraceptiv #sidebar .color a:hover{
	text-decoration: none;
}
/* all video inner page */
.all-video #content{
	width: 844px;
	margin:0 auto;
	float:none;
	padding: 12px 0 28px;
}
.all-video .breadcrumbs{
	padding: 0 0 0 2px;
}
.all-video h1{
	margin: 0 0 16px;
}
.addnav-group{
	overflow:hidden;
	margin:0 -25px 23px 0;
}
.add-nav{
	padding:0 0 0 1px;
	margin:0 0 5px -12px;
}
.all-video #content h2{
	display:inline-block;
	vertical-align: top;
	padding: 9px 17px 9px;
	word-spacing: 1px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	-webkit-box-shadow:0 0 5px 0 #f5f3f2;
	-moz-box-shadow:0 0 5px 0 #f5f3f2;
	box-shadow:0 0 5px 0 #f5f3f2;
	background: #f5f2f1;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjJmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYmU1ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f2f1 0%, #ebe5e4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f2f1), color-stop(100%,#ebe5e4));
	background: -webkit-linear-gradient(top,  #f5f2f1 0%,#ebe5e4 100%);
	background: -o-linear-gradient(top,  #f5f2f1 0%,#ebe5e4 100%);
	background: -ms-linear-gradient(top,  #f5f2f1 0%,#ebe5e4 100%);
	background: linear-gradient(to bottom,  #f5f2f1 0%,#ebe5e4 100%);
	font-size:17px;
	line-height:21px;
	text-transform: uppercase;
	color:#593e38;
	margin: 0 0 33px 2px;
	border: 1px solid #ebe7e6;
}
.video-list{
	list-style:none;
	padding: 0 0 0 1px;
	margin: 0 -7px 17px 0;
	overflow:hidden;
}
.video-list li{
	float:left;
	margin: 0 14px 10px 0;
	width: 156px;
}
.video-list a{
	text-decoration: none;
	font-weight:normal;
}
.img-holder{
	display:block;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#ebe5e4;
	border:4px solid #ebe5e4;
	text-align: center;
	width:148px;
	height:92px;
}
.img-holder img{
	vertical-align: top;
	width:148px;
	height:92px;
}
.title{
	display:block;
	padding:0 0 0 1px;
	line-height: 19px;
}
.video-list a:hover{
	text-decoration: none;
}
/* video inner page */
.the-video #twocolumns{
	padding: 0 28px 53px;
}
.the-video .breadcrumbs{
	margin: 0 0 8px;
}
.the-video .video-holder p{
	margin:0 0 0 1px;
}
.video-holder{
	padding: 20px 0 0 116px;
	margin: 0 0 51px;
}
.video-window{
	display:block;
	margin: 0 0 19px;
	width: 334px;
	border-bottom: 4px solid #ebdfd4;
}
.video-window embed{
	vertical-align: top;
}
.social-holder{
	padding: 0 97px 0 0;
	overflow:hidden;
}
.social{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.social li{
	float:left;
	margin: 0 0 0 9px;
}
.social a{
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
}
.social .facebook{
	background:url(../images/sprite.png) no-repeat -61px -163px;
}
.social .twitter{
	background:url(../images/sprite.png) no-repeat -91px -163px;
}
.social .delicious{
	background:url(../images/sprite.png) no-repeat -121px -163px;
}
.social .mail{
	background:url(../images/sprite.png) no-repeat -151px -163px;
}
.the-video #sidebar{
	padding: 18px 2px 0 0;
}
.the-video #sidebar .box.none:after{
	display:none;
}
/* test inner page */
.test #twocolumns{
	padding: 0 28px 30px;
}
.test #content h1{
	margin: 0 0 45px;
}
.test .img-box{
	padding: 0 3px 0 0;
	margin: 0 0 47px;
}
.test #content h2{
	text-transform: uppercase;
	margin:0;
	font-weight:normal;
	font-size:24px;
	line-height: 32px;
}
.test h3{
	text-transform: uppercase;
	margin: 0 0 15px;
	font-weight:bold;
	font-size:17px;
	line-height:28px;
}
.test-form{
	padding:0 0 0 1px;
	margin: 0 0 32px;
}
.test-form .row{
	overflow:hidden;
	margin: 0 0 11px;
}
.test-form .row.true{
	color: #593e38;
}
.test-form .row.false{
	color: rgba(89, 62, 56, 0.5);
}
.test-form input[type="radio"]{
	float:left;
	margin: 2px 19px 0 4px;
	padding:0;
	width:13px;
	height:13px;
}
.test-group{
	margin: 0 0 39px;
}
.test-form input[type="submit"]{
	text-transform: uppercase;
	padding: 5px 5px 5px;
	color:#695752;
	background: #fcfafa;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmQzZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfafa 0%, #e2d3d0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfafa), color-stop(100%,#e2d3d0));
	background: -webkit-linear-gradient(top,  #fcfafa 0%,#e2d3d0 100%);
	background: -o-linear-gradient(top,  #fcfafa 0%,#e2d3d0 100%);
	background: -ms-linear-gradient(top,  #fcfafa 0%,#e2d3d0 100%);
	background: linear-gradient(to bottom,  #fcfafa 0%,#e2d3d0 100%);
	border:0;
	margin: 0 0 0 235px;
	-webkit-box-shadow:0 0 5px 0 #ebe7e6;
	-moz-box-shadow:0 0 5px 0 #ebe7e6;
	box-shadow:0 0 5px 0 #ebe7e6;
	font-weight:bold;
	height: 26px;
	cursor:pointer;
	width:63px;
	text-align:center;
}
.test .info{
	padding: 0 0 0 4px;
}
.test #sidebar .case,
.emergency #sidebar .case,
.question #sidebar .case{
	padding: 15px 10px 7px 16px;
}
/* emergency inner page */
.emergency #twocolumns{
	padding: 0 28px 33px;
	overflow:visible;
	height:1%;
}
.emergency #twocolumns:after{
	content:" ";
	clear:both;
	display:block;
}
.emergency #content h1{
	margin: 0 0 38px;
}
.emergency #content h2{
	margin: 0 0 27px;
	text-transform: uppercase;
	font-size:24px;
	line-height: 29px;
	font-weight:normal;
	word-spacing: 1px;
}
.emergency .heading{
	margin: 0 0 40px;
	word-spacing: -1px;
}
.nav{
	list-style:none;
	margin: 0 0 20px 2px;
	padding: 16px 20px 15px 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#d3c0ba;
	-webkit-box-shadow: 0 0 5px 0 #dad4d2;
	-moz-box-shadow: 0 0 5px 0 #dad4d2;
	box-shadow: 0 0 5px 0 #dad4d2;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-size:18px;
	line-height: 23px;
	height:1%;
}
.nav a{
	text-decoration: none;
}
.nav:after{
	content:" ";
	clear:both;
	display:block;
}

.nav>li{
	float:left;
	margin: 0 2px;
	position:relative;
}
.nav>li>a{
	display:block;
	text-align:center;
	width:25px;
	height:24px;
	font-weight:bold;
	color:#fff;
}

.nav>.active>a,
.nav>li:hover>a,
.nav>li.hover>a{
	background:#9a7e76;
	text-decoration: none;
}


.emergency #main #content{
	width: 571px;
}
.drop-box{
	position:absolute;
	top:100%;
	left:-9999px;
	padding: 16px 0 0;
	z-index: 2;
	overflow:hidden;
	width:1px;
	height:1px;
}
.nav .right:hover .drop-box,
.nav .right.hover .drop-box{
	left: auto;
	right:0;
}
.nav-drop{
	list-style:none;
	padding: 8px 10px 4px;
	margin:0;
	background:#795c54;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	color:#e2d7d3;
}
.nav li.hover .drop-box{
	display:block;
	left:0;
	width: 170px;
	height:auto;
}
.nav-drop li{
	margin: 0 0 5px;
	overflow:hidden;
}
.nav-drop a{
	color:#e2d7d3;
	display:block;
	float:left;
}
.nav-drop li.hover a{
	text-decoration: underline;
}
.column-holder{
	overflow:hidden;
	padding: 0 4px;
	margin: 0 0 19px;
}
.column{
	float:right;
	width: 265px;
	padding: 2px 0 0;
}
.column:first-child{
	float:left;
}
.emergency #content h3{
	margin: 0 0 0 2px;
	text-transform: uppercase;
	font-size:17px;
	line-height:21px;
	font-weight:bold;
}
.emergency #content h4{
	margin: 0 0 24px 1px;
	font-weight:normal;
	text-transform: uppercase;
	font-size:13px;
	line-height:19px;
}
.emergency #content h5{
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	padding: 16px 70px 21px 26px;
	background: #f9f8f7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjhmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f9f8f7 0%, #f4f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f7), color-stop(100%,#f4f0f0));
	background: -webkit-linear-gradient(top,  #f9f8f7 0%,#f4f0f0 100%);
	background: -o-linear-gradient(top,  #f9f8f7 0%,#f4f0f0 100%);
	background: -ms-linear-gradient(top,  #f9f8f7 0%,#f4f0f0 100%);
	background: linear-gradient(to bottom,  #f9f8f7 0%,#f4f0f0 100%);
	border:1px solid #fff;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow: 0 0 5px 0 #dad4d2;
	-moz-box-shadow: 0 0 5px 0 #dad4d2;
	box-shadow: 0 0 5px 0 #dad4d2;
	margin: 0 0 20px 0;
	position:relative;
}
.emergency #content h5:after{
	content:" ";
	clear:both;
	position:absolute;
	top: 18px;
	right: 18px;
	width: 42px;
	height: 42px;
	background:url(../images/sprite.png) no-repeat -189px -155px;
}
.emergency #content .column:first-child h5:after{
	right: 28px;
}
.information{
	list-style:none;
	margin:0;
	padding: 0 0 0 5px;
	counter-reset: num;
	list-style-position: outside;
}
.information>li{
	padding: 0 0 0 18px;
	position:relative;
	margin: 0 0 20px;
}
.information>li::before{
	font-size:17px;
	font-weight:bold;
	content: counter(num) '. ';
	counter-increment: num;
	position:absolute;
	top:0;
	left:0;
}
.message{
	display:block;
	margin: 0 0 0 22px;
}
.information .mark{
	padding:0;
}
.wordings{
	margin: 0 0 33px 2px;
	padding: 9px 26px 9px 26px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	background:#d3c0ba;
	-webkit-box-shadow: 0 0 5px 0 #dad4d2;
	-moz-box-shadow: 0 0 5px 0 #dad4d2;
	box-shadow: 0 0 5px 0 #dad4d2;
	border: 1px solid #fff;
	line-height: 17px;
}
.wordings a{
	font-weight:bold;
	text-decoration: underline;
}
.wordings a:hover{
	text-decoration: none;
}
.heading.bottom{
	margin: 0 0 20px;
}
.info-block{
	font-size:11px;
	line-height:17px;
	margin: 0 0 25px;
}
.info-block p{
	margin:0;
}
.info-block ol{
	list-style:none;
	margin: 0 0 17px;
	padding: 0 36px 0 4px;
	counter-reset: num;
	list-style-position: outside;
}
.info-block.without-puces ul{
	list-style: none;
}
.info-block ol li{
	padding: 0 0 0 9px;
	position:relative;
	margin: 0;
	text-indent: -3px;
}
.info-block ol li::before{
	content: counter(num);
	counter-increment: num;
	position:absolute;
	top:0;
	left:0;
}
.emergency .info{
	padding: 0 0 0 2px;
}
/* contacts innep page */
.contacts .description p{
	margin: 0 0 19px;
}
.contacts #twocolumns{
	padding: 0 28px 26px;
}
.contacts #main #content{
	width: 585px;
}
.contacts #content h1{
	margin: 0 0 26px;
}
.contacts #content h2{
	font-weight:normal;
	margin: 0 0 18px;
	text-transform: uppercase;
	font-size:24px;
	line-height: 29px;
}
.select{
	padding: 5px 0 0;
	margin: 0 0 39px;
}
.select .row{
/*
	overflow:hidden;
*/
	padding: 2px 2px 2px 1px;
}
.select select{
	float:left;
	width: 311px;
	margin: 0 8px 0 0;
	font-weight:bold;
	color:#795c54;
}
.select input[type="submit"]{
	border:1px solid #fff;
	background:#9a7e76;
	padding: 6px 4px 7px 3px;
	margin:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow: 0 0 5px 0 #dad4d2;
	-moz-box-shadow: 0 0 5px 0 #dad4d2;
	box-shadow: 0 0 5px 0 #dad4d2;
	color:#fff;
	height: 31px;
	width:32px;
	cursor:pointer;
	text-align:center;
}
.contacts .description:first-child{
	margin: 0 0 40px;
}
.contacts .description{
	margin:0 0 10px;
}
.contacts .img-box{
	padding: 21px 17px 0 0;
}
.contacts .accordion{
	width: 568px;
}
.contacts .accordion a.opener {
	height: 71px ;
	padding: 15px 65px 13px 29px;
	text-decoration: none;
}
.contacts .link{
	text-decoration: underline;
	display: block;
}
.contacts .link:hover{
	text-decoration: none;
}
.contacts .link-list{
	font-size:13px;
	padding: 22px 0 0 9px;
}
.contacts .link-list a{
	text-decoration: underline;
	font-weight:bold;
	display:block;
	color:#795c54;
}
.contacts .link-list a:hover{
	text-decoration: none;
}
.contacts .link-list p{
	margin: 0 0 17px;
}
.contacts .link-list li{
	padding: 0 0 0 21px;
	margin: 0 0 17px;
}
.contacts .link-list li:after{
	border-left: 8px solid #9a7e76;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	top: 3px;
}
/* classical inner page */
.classical #twocolumns{
	padding: 0 28px 25px;
}
.classical #main #content{
	width: 568px;
}

.classical #content h2{
	margin: 0 0 29px;
}
.classical #content h3{
	margin: 0 0 26px;
	text-transform: uppercase;
	font-size:16px;
	line-height:28px;
	font-weight:normal;
}
.classical .heading{
	margin: 0 0 22px;
}
.classical #content h4{
	margin: 0 0 20px;
	font-weight:bold;
	font-size:17px;
	line-height:21px;
	text-transform: uppercase;
	word-spacing: 2px;
}
.classical #content p{
	margin: 0 0 19px;
}
.classical #content p span{
	display:block;
}
.classical .description{
	margin: 0 0 23px;
}
.classical .description:first-child{
	margin: 0 0 37px;
}
.classical .info{
	padding: 0 0 0 2px;
}
.classical #sidebar h2{
	margin: 0 0 24px;
}
.classical #sidebar .case{
	padding: 15px 21px 32px 19px;
	font-size:13px;
	line-height: 16px;
}
.classical #sidebar .img-box{
	padding: 0 0 0 1px;
	margin: 0 0 21px;
}
.classical #sidebar .img-box img{
	vertical-align: top;
}
.classical #sidebar .description{
	padding: 0 0 0 6px;
	margin: 0 0 31px;
}
.classical #sidebar p{
	margin: 0 0 15px;
}
.classical #sidebar p a{
	text-decoration: underline;
	font-weight:bold;
	display:block;
	color:#795c54;
}
.classical #sidebar p a:hover{
	text-decoration: none;
}
.classical #sidebar .info{
	display:block;
	margin: 0 0 0 5px;
}
/* columns inner page */
.text-block{
	margin: 0 0 39px;
	padding:0 28px;
}
.columns #content{
	padding: 12px 0 0;
}
.columns .column-holder{
	padding: 0 2px 0 1px;
	margin: 0 0 -6px;
}
.columns .column{
	width:400px;
}
.columns .text-block h1{
	margin: 0 0 27px;
}
.columns .column-holder h2{
	margin: 0 0 17px;
	text-transform: uppercase;
	font-weight:normal;
	font-size:24px;
	line-height:28px;
	word-spacing: 2px;
}
.columns #content p{
	margin: 0 0 19px;
}
.columns .column-holder a{
	color:#9f6b5f;
	font-weight:bold;
	text-decoration: underline;
}
.columns a:hover{
	text-decoration: none;
}
.columns dl{
	overflow:hidden;
	margin: 0 0 19px;
}
.columns dl dt{
	float:left;
	margin: 0 5px 0 0;
}
.columns dl dd{
	overflow:hidden;
	margin:0;
}
.columns .description{
	margin: 0 0 41px;
}
.columns .text-list{
	list-style:none;
	padding:0;
	margin: 0 0 19px;
}
/* question inner page */
.question #twocolumns{
	padding: 0 28px 27px;
}
.question #content h1{
	margin: 0 0 25px;
}
.question #main #content{
	width: 572px;
}
/* footer */
#footer{
	position:relative;
	background:#9a7e76;
	padding:25px 9999px 39px;
	margin:0 -9999px;
}
#footer .holder{
	padding: 0 30px;
}
#footer:after{
	content:" ";
	clear:both;
	position:absolute;
	top:0;
	left:0;
	height:4px;
	width:100%;
	background:#9a7e76;
	border-bottom:1px solid #fff;
}
.logo-row{
	overflow:hidden;
	margin:0 0 15px;
}
#footer .logo{
	float:left;
	width:256px;
	height:24px;
	background:url(../images/footer-logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:19px 0 0;
}
#footer .logo a{
	display:block;
	height:100%;
}
.logo-list{
	float:right;
	list-style:none;
	padding:0;
	margin:0;
}
.logo-list li{
	float:left;
	margin:0 0 0 6px;
}
.logo-list a img{
	vertical-align: top;
}
.box-group{
	overflow:hidden;
}
#footer .box{
	float:left;
	width:240px;
	margin:0 0 0 40px;
}
#footer .box:first-child{
	width:259px;
	margin:0;
}
#footer .box.last{
	float:right;
	width:261px;
}
.links{
	list-style:none;
	padding:0;
	margin:0;
	font-size:11px;
	line-height:17px;
	letter-spacing: 1px;
}
.links li{
	text-transform: uppercase;
}
.links a{
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}
.links a:hover{
	text-decoration: underline;
}
#footer h2{
	margin:16px 0 9px;
	font-weight:bold;
	font-style:italic;
	font-size:11px;
	line-height:17px;
	border-bottom:1px solid #fff;
	text-transform: uppercase;
	padding:0 0 8px;
}
#footer .last{
	color:#e4dedc;
}
#footer .last .links{
	letter-spacing: 0;
}
#footer .last .links li{
	position:relative;
	padding:0 0 0 11px;
}
#footer .last .links a{
	color:#e4dedc;
}
#footer .last .links li:after{
	content:" ";
	clear:both;
	position:absolute;
	top:5px;
	left:1px;
	border-left:6px solid #e4dedc;
	border-top:3px solid transparent;
	border-bottom:3px solid transparent;
	height:0;
}



/* comparative-table */
.comparative-table {
	margin:0;
	width:1000px;
}
.comparative-table table {
	float:left;
	width:918px;
}
.comparative-table table td,
.comparative-table table th {
	float:left;
	border-width:0 3px 0 4px;
	border-style:solid;
	border-color:#fff;
	width:94px;
	height:80px;
	text-align:center;
	background-color:#f6f6f6;
}
.comparative-table table thead th {
	position:relative;
	padding:10px 5px 0;
	width:84px;
	height:100px;
	font-size:11px;
	line-height:13px;
	color:#000;
	font-weight:bold;
	vertical-align:top;
	text-transform:uppercase;
	background:#f0e5db url(../images/comparative-table/thead-td.gif) no-repeat left top;
}

.comparative-table table thead label {
	cursor: pointer;
}

.comparative-table table thead input {
	margin: 13px auto 6px;
	display: block;
}
.comparative-table table thead .empty {
	background:none;
}
.comparative-table table thead th sup {
	font-weight:normal;
}
.comparative-table table thead .order {
	position:absolute;
	bottom:5px;
	left:5px;
	width:84px;
	height:18px;
	color:#000;
	text-indent:-9999px;
	background-image:url(../images/comparative-table/order.gif);
	background-repeat:no-repeat;
}
.comparative-table table thead .order.desc {
	background-position:0 0;
}
.comparative-table table thead .order.asc {
	bottom:26px;
	background-position:0 -18px;
}
.comparative-table table thead .order.no {
	background-position:0 -36px;
}
.comparative-table table thead .order.yes {
	bottom:26px;
	background-position:0 -54px;
}
.comparative-table table tbody tr,
.comparative-table table .table-foot tr {
	float:left;
	border-top:1px dotted #000;
	width:100%;
}
.comparative-table table tbody .sticker {
	padding-top:10px;
	height:70px;
	font-size:10px;
	line-height:12px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#fff;
	position: relative;
}
.comparative-table table tbody .sticker .sticker-container {
	position: absolute;
}
.comparative-table table tbody .sticker a {
	position: absolute;
	float: none;
	width:85px;
	color: gray;
}
.comparative-table table tbody .sticker a span{
	display: block;
	width: 85px;
	text-align: center;
	margin: 0 auto;
}
.comparative-table table tbody .sticker img {
	margin-bottom:2px;
	width: 46%;
}
.comparative-table table tbody .effectiveness {
	font-size:18px;
	line-height:80px;
	font-weight:bold;
}
.comparative-table table tbody .answer {

}
.comparative-table table tbody .answer:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.comparative-table table tbody .answer span {
	display: inline-block;
	vertical-align: middle;
}
.comparative-table table tbody .answer sup {
	vertical-align:8px;
}
.comparative-table table tbody .answer,
.comparative-table table tbody .cadency,
.comparative-table table tbody .price {
	color:#888888;
}
.comparative-table table tbody .cadency	{
	padding-top:22px;
	height:58px;
	font-size:11px;
}
.comparative-table table tbody .cadency span {
	display:block;
	font-size:25px;
	line-height:25px;
	font-weight:bold;
}
.comparative-table table tbody .price {
	font-size:15px;
	font-weight:bold;
}
.comparative-table table tbody .price:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.comparative-table table tbody .price span {
	display: inline-block;
	vertical-align: middle;
}
.comparative-table table tbody .price .unavailable {
	display:block;
	font-size:11px;
}

.comparative-table table sup {
	font-size:10px;
	font-weight:normal;
}
.comparative-table .note {
	float:left;
	padding-bottom:20px;
	width:100%;
	font-size:10px;
	line-height:13px;
}
.comparative-table .note p {
	display:block;
	margin:0;
	padding-top:14px;
	font-size:10px;
	line-height:13px;
}
.comparative-table table .table-foot .empty {
	height:13px;
	background:#fff;
}
.comparative-table table .table-foot .bottom-cell {
	height:13px;
	background:url(../images/comparative-table/tfoot-td.gif) no-repeat left top;
}
.comparative-table caption {
	text-indent:-9999px;
}

#content p {
	text-align: justify;
}

.stats{
	background-color: #EBDFD3;
}

.table-info {
	border-collapse	: collapse;
	font-size		: 12px;
	width			: 97%;
	margin: auto;
	background-color: #EBE5E3;
}

.table-info.last-child{
	background-color: rgba(235, 223, 211, 0);
	padding: 0 4px 0 4px;
}

.table-info.stats-values{
	background-color: #DE8D8C;
}

.table-info td {
	text-align	: center;
}

.table-info td.table-info-name {
	text-align	: center;
}

.table-info td.table-info-name {
	min-width	: 235px;
	padding: 0 4px 0 4px;
}

.table-info td.table-info-name.high-height{
	height: 247px;
}

.table-info td.table-info-value {
	width	: 63px;
}

.table-info td.underlined {
	border-bottom	: 1px solid #000000;
	padding: 0 4px 0 4px;

}

tr.middle-height{
	height: 38px;
	border-bottom: solid 1px;
	border-color : #A66161;
}

.accordion ul {
    list-style-type: disc;
}

.accordion ul li {
	border : 0;
}

ul.dash {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-align:justify;
}
ul.dash li:before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}

.select input[type="submit"] {
	margin-top: -4px;
}


.add-nav li.active a {
    font-weight: bold;
}

/* PhC cookiebanner */
.cookiebanner {
	text-align:center;
}
.cookiebanner a{
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    margin: 3px 0 3px 10px;
    padding: 4px 8px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}
.cookiebanner-close {
	background-color: #fff;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    margin: 3px 0 3px 10px;
    padding: 4px 8px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
}
/* PhC */
.bouton {
    background: #b59b93 none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 5px 0 #dad4d2;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 30px 2px;
    padding: 15px 22px 14px;
    xtext-shadow: 1px 1px 1px #684d47;
    word-spacing: 1px;
}
.bouton a {
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.bouton a {
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
.bouton a:hover {
	text-decoration:underline;
}


