/* html */
html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
    font-weight:300;
	color: #30323a;
}
a {
	text-decoration: underline;
	-webkit-transition: color 0.25s;
	-moz-transition: color 0.25s;
	transition: color 0.25s;
	color: #749d2c;
}
	a:visited {
	}
	a:active,
	a:focus {
		outline: none;
		color: inherit;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: underline;
		color: #6c4e3c;
	}
input[type="text"], textarea{
	border-radius: 10px;
	margin-bottom: 16px;
	border: 1px solid #dddcdd;
	padding: 9px 16px;
	font-size: 13px;
}
input[type="text"]:focus, textarea:focus{
	outline: none;
	border-color: #6c4e3c;
}
textarea{
	width: 100%;
	min-height: 78px;
	resize: vertical;
}
/* Скрывает кнопку "Создать страницу" */
#bx-panel-buttons-inner .bx-panel-button-group[data-group-id="0"] > .bx-panel-button:first-of-type{
	display: none !important;
}

h1, .h1{
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.27;
}
.inner-h1{
	margin-bottom: 42px;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
}
h2, .h2{
	font-size: 32px;
	text-transform: uppercase;
}
h3, .h3{
	color: #6c4e3c;
	font-weight: 300;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 36px;
}
h4, .h4{
	font-weight: 300;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
}
h5, .h5{
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
    margin:10px 0;
}
h6, .h6{
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
    margin:14px 0 24px;
}
.button{
	color: #fff;
	padding: 0 38px 4px;
	background: #9dca4e;
	border-radius: 100px;
	display: inline-block;
	text-decoration: none;
	border: 0;
    line-height:36px;
}
	.button:active,
	.button:focus{
		outline: none;
	}
	.button:hover{
		text-decoration: none;
		color: #fff;
		background: #8ab53e;
	}
	.button > span{
		border-bottom: 1px dotted;
		line-height: 1.1;
		display: inline-block;
	}
		.button:hover > span{
			border: 0;
		}
.button--brown{
	background: #6c4e3c;
}
	.button--brown:hover{
		background: #583a28;
	}
.lines-side{
	position: relative;
}
	.lines-side:before,
	.lines-side:after{
		background: #d6b48b;
		display: block;
		height: 1px;
		content: "";
		width: 43px;
		position: absolute;
		top: 49%;
	}
	.lines-side:before{
		left: 0;
	}
	.lines-side:after{
		right: 0;
	}
.grey-bg{
	background: #f1ece9;
}
.grey-bg + .grey-bg {
	margin-top:3px;
}
.brown-bg{
	background:#735645 url('/local/templates/internetclient_default/images/header-bg.jpg') center no-repeat;
}
.brown{
	color: #6c4e3c;
}
.block-line{
	width: 114px;
	height: 2px;
	background: #f1ece9;
	margin: 15px auto;
}
.grey-bg .block-line{
	background: #fff;
}
.notepad {
    background:url(../images/notepad.gif) 0 100% repeat;
}
.container{
	width: 1170px !important;
}
.star {
    color:#da000f;
}

.bx-wrapper .bx-controls-direction a{
    width:44px;
    height:44px;
    color:#775D4E;
	margin-top: -22px;
    text-indent:0;
    font-size:0;
    text-decoration:none;
    background: none;
}
    .bx-wrapper .bx-controls-direction a:hover {
        color:#9DCA4E;
        text-decoration:none;
	}
.bx-wrapper .bx-controls-direction a:before{
	font-size:44px;
}


.imp-block__title,.vaz1-span,.vaz2-span{
	margin-top: 12px;
	clear: both;
	background: #baa9a1;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	padding: 1px 22px;
	font-style: italic;
}
.imp-block__text,.vaz1, .vaz2{
	border: 2px solid #baa9a1;
	font-style: italic;
	padding: 13px 22px;
	line-height: 1.53;
	font-size: 15px;
	color: #24262c;
	margin-bottom: 12px;
}

.vaz3{
	font-size:16px;
	margin-left: 25px;
	font-weight: bold;
}
.vaz3 div{
	color:#749d2c;
	margin: 10px 0;
}

.vaz3 p{
	font-size:14px;
	padding: 10px;
	color: #24262c;
	border-left: 2px solid #baa9a1;
}
.vaz3 p strong{
	color:#749d2c;
}
.highlightWhite{color:#9cb952}
a.highlightWhite:hover,
a.highlightWhite:focus{text-decoration:none;}
.docs-screens{text-align:center}
.docs-screens img{display:inline}
.photo_div table {margin:0 auto}
.photo_div table td {padding:10px;}