@charset "utf-8";

/*
Theme Name: VesBiz
Author: Андрей
Version: 1.0
Description: Тема для сайта о бизнесе
*/


@font-face {
	font-family: 'Raleway-Regular';
	src: url('fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),  
	   url('fonts/Raleway-Regular.woff') format('woff'), 
	   url('fonts/Raleway-Regular.ttf')  format('truetype'), 
	   url('fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Raleway-Light';
	src: url('fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),  
	   url('fonts/Raleway-Light.woff') format('woff'), 
	   url('fonts/Raleway-Light.ttf')  format('truetype'), 
	   url('fonts/Raleway-Light.svg#Raleway-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style-position: inside;
}

a {
	color: #2f6db2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a > img {
	transition: opacity 0.3s ease;
}

a:hover > img {
	opacity: 0.8;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
	display: block;
	width: 100%;
	height: 41px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #e1e7eb;
	border-radius: 3px;
	position: relative;
	font-family: 'Raleway-Regular', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 40px;
	color: #2a2323;
	margin-bottom: 19px;
	box-sizing: border-box;
}

textarea {
	display: block;
	width: 100%;
	height: 100px;
	padding: 12px 10px;
	background-color: #fff;
	border: 1px solid #e1e7eb;
	font-family: 'Raleway-Regular', 'Arial', 'Helvetica', sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #2a2323;
	overflow: auto;
	margin-bottom: 30px;
	box-sizing: border-box;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
	border: 1px solid #ffdb17;
}

html, body { 
	height: 100%;
}

body {
	font-family: 'Raleway-Regular', 'Arial', 'Helvetica', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	min-width: 320px;
}

#site {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}	

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

.aligncenter {
	text-align: center;
}

.fixed {
	width: 94%;
	max-width: 1140px;
	margin: 0 auto;
	position: relative;
}

#container {
	padding-bottom: 220px;
	position: relative;
	z-index: 1;
}

.btn, input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	height: 41px;
	padding: 0 34px;
	font-family: 'Raleway-Regular',sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #2a2323;
	background-color: #ffdb17;
	border-radius: 2px;
	text-align: center;
	border: 0;
}

.btn:hover, input[type="submit"]:hover {
	background-color: #ffec17;
	text-decoration: none;
}

.btn:active, input[type="submit"]:active {
	background-color: #e3c318;
	color: #948011;
	text-decoration: none;
}

.menu_box {
	background-color: #1b2b3d;
	position: relative;
	z-index: 5;
}

.menu_box .fixed {
	height: 40px;
}

#menu {
	float: left;
	z-index: 3;
}

#menu ul {
	display: block;
	list-style-position: outside;
	list-style: none;
	height: 40px;
}

#menu li {
	display: block;
	float: left;
	height: 40px;
	position: relative;
}

#menu > ul > li:first-child {
	margin-left: -25px;
}

#menu li a {
	display: inline-block;
	font-size: 15px;
	line-height: 39px;
	color: #fff;
	text-decoration: none;
	height: 40px;
	padding: 0 25px;
	position: relative;
}

#menu li.active a, #menu li:hover a {
	color: #ffdb17;
}

#menu li:hover a {
	background-color: #49617c;
}

#menu li.active li a, #menu li li.active a, #menu li:hover li a{
	color: #fff;
}

#menu li li.active a, #menu li li a:hover {
	text-decoration: underline;
}

#menu li.menu-item-has-children a {
	padding-right: 36px;
}

#menu li.menu-item-has-children li a {
	padding-right: 0;
}

#menu li.menu-item-has-children a:after {
	content: '';
	display: block;
	width: 10px;
	height: 6px;
	background: url(images/sprite.png) -11px -6px no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 20px;
}

#menu li.menu-item-has-children.active a:after {
	background-position: 0 -6px;
	margin-top: -3px;
}

#menu li.menu-item-has-children:hover a:after, #menu li.menu-item-has-children.active:hover a:after {
	background-position: 0 0;
	margin-top: -4px;
}

#menu li.menu-item-has-children li a:after {
	display: none;
}

#menu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #49617c;
	padding: 15px 25px 24px 25px;
	height: auto;
	box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.2);
	display: none;
}

#menu li:hover ul {
	display: block;
}

#menu li li {
	float: none;
	height: auto;
	margin: 0;
	padding: 0;
}

#menu li li + li {
	margin-top: 12px;
}

#menu li li a {
	display: inline;
	font-family: 'Raleway-Light';
	font-size: 15px;
	color: #fff;
	line-height: 1.3;
	white-space: nowrap;
	text-decoration: none;
	padding: 0px;
	margin: 0;
	height: auto;
}

#menu_button {
	float: left;
	line-height: 39px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	width: 135px;
	height: 40px;
	padding: 0 0 0 45px;
	cursor: pointer;
	position: relative;
	display: none;
}

#menu_button:hover {
	color: #ffdb17;
	background-color: #49617c;
}

#menu_button:before {
	display: block;
	content: '';
	width: 12px;
	height: 11px;
	position: absolute;
	top: 14px;
	left: 22px;
	background: url(images/sprite.png) -22px 0 no-repeat;
}

#menu_button:hover:before {
	background-position: 0 -32px;
}

#search_button {
	display: block;
	float: right;
	width: 126px;
	height: 40px;
	padding: 0 44px 0 0;
	font-size: 15px;
	line-height: 39px;
	color: #fff;
	text-align: right;
	cursor: pointer;
	margin-right: 50px;
	position: relative;
}

#search_button:after {
	content: ' ';
	display: block;
	width: 19px;
	height: 18px;
	background: url(images/sprite.png) 0 -12px no-repeat;
	position: absolute;
	top: 10px;
	right: 14px;
}

#search_button:hover {
	color: #ffdb17;
	background-color: #49617c;
}

#search_button:hover:after {
	background: url(images/sprite.png) -19px -12px no-repeat;
}

#search {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.2);
	border: 1px solid #49617c;
	border-top: 0;
	display: none;
}

#search input[type="text"] {
	display: block;
	width: 100%;
	height: 41px;
	padding: 0 130px 0 22px;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	background: #fff;
	font-size: 18px;
	color: #000;
	line-height: 38px;
}

#search input[type="submit"] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	height: 41px;
	width: 110px;
	padding: 0;
	border-radius: 0;
}

#search input[type="submit"]:hover {

}

#header {
	min-height: 80px;
	padding: 21px 0;
	position: relative;
	overflow: hidden;
	text-align: justify;
}

#header:after {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

#logo {
	display: inline-block;
	vertical-align: middle;
	width: 155px;
	height: 57px;
	background: url(images/sprite.png) 0 -44px no-repeat;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	color: #4f4f4f;
	margin-bottom: 18px;
}

#logo span {
	display: inline-block;
	margin: 58px -4px 0 0;
}

.header_social {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.header_social > span {
	display: inline-block;
	vertical-align: middle;
}


.header_social > span:first-child {
	margin-right: 16px;
}

.header_social a {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: block;
	float: left;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
}

.header_social a + a {
	margin-left: 18px;
}

.soc_1 {
	background: url(images/sprite.png) 0 -102px no-repeat;
}

.soc_2 {
	background: url(images/sprite.png) -34px -102px no-repeat;
}

.soc_3 {
	background: url(images/sprite.png) -68px -102px no-repeat;
}

.soc_1:hover {
	background: url(images/sprite.png) 0 -136px no-repeat;
}

.soc_2:hover {
	background: url(images/sprite.png) -34px -136px no-repeat;
}

.soc_3:hover {
	background: url(images/sprite.png) -68px -136px no-repeat;
}

.soc_1:active {
	background: url(images/sprite.png) 0 -170px no-repeat;
}

.soc_2:active {
	background: url(images/sprite.png) -34px -170px no-repeat;
}

.soc_3:active {
	background: url(images/sprite.png) -68px -170px no-repeat;
}

.header_contacts {
	display: inline-block;
	vertical-align: middle;
	color: #a9a9a9;
	font-size: 15px;
}

.header_contacts .info {
	display: inline-block;
	vertical-align: middle;
	width: 100px;
	margin-right: 20px;
}

.header_contacts .item {
	display: inline-block;
	vertical-align: middle;
	width: 264px;
}

.header_contacts .item span {
	font-size: 22px;
	line-height: 1.3;
	color: #212025;
}

#sidebar {
	float: right;
	width: 264px;
}

#content {
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.has_sidebar {
	padding-left: 292px;
}

.has_sidebar #content {
	float: left;
	width: 100%;
	margin-left: -292px;
}

.widget {
	margin-bottom: 30px;
}

.widget .title {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 10px;
	cursor: default;
}

.widget .title span {
	display: inline-block;
	vertical-align: middle;
	padding: 2px 4px 3px 4px;
	position: relative;
	top: -1px;
	border: 1px solid transparent;
	cursor: pointer;
}

.widget .title span.active, .widget .title span:hover {
	border: 1px solid #f5d31a;
}

.widget .title + .widget_posts {
	margin-top: 16px;
}

.widget .wpcf7 {
	display: block;
	background-color: #e1e7eb;
	border-radius: 2px;
	padding: 24px 30px 31px 30px;
}

.widget .wpcf7 .title {
	margin-bottom: 25px;
}

.widget .wpcf7 input[type="submit"] {
	width: 100%;
}

.wpcf7 br, .wpcf7 .ajax-loader {
	display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	position: relative;
	overflow: hidden;
}

.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 1.3;
	margin: -4px 10px 10px;
}

.wpcf7 div.wpcf7-response-output {
	margin: 30px 0 0 0;
	padding: 8px 12px;
	background: #fff;
}

.ico_1, .ico_2 {
	position: relative;
}

.ico_1 input, .ico_2 input {
	padding-left: 45px;
}

/*
.ico_1 input:focus, .ico_2 input:focus {
	padding-left: 10px;
}
*/

.ico_1:before, .ico_2:before {
	content: ' ';
	display: block;
	width: 23px;
	height: 19px;
	background-image: url(images/sprite.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 11px;
	left: 10px;
	z-index: 2;
}

.ico_1:before {
	left: 13px;
	background-position: -144px -103px ;
}

.ico_2:before {
	background-position: -102px -102px ;
}

.widget .tab-hidden {
	display: none;
}

.widget .widget_posts {
	position: relative;
	overflow: hidden;
}

.widget_post {
	overflow: hidden;
	margin-bottom: 20px;
}

.widget_post .thumb {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
	overflow: hidden;
}

.widget_post .thumb img {
	display: block;
	width: auto;
	height: auto;
	min-width: 90px;
	min-height: 90px;
}

.widget_post .thumb + a {
	margin-left: 110px;
}

.widget_post a {
	display: block;
}

.widget_news {
	margin-bottom: 10px;
}

.widget_news .date {
	display: block;
	color: #a9a9a9;
	margin-bottom: 2px;
}

.widget_discuss {
	position: relative;
	overflow: hidden;
	margin-bottom: 17px;
}

.widget_discuss a {
	display: block;
	position: relative;
	white-space: nowrap;
	margin: 0 -10px 14px 0;
}

.widget_discuss a:after {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	width: 50px;
	background: linear-gradient(to right, transparent 0%, #fff 80%, #fff 100%);
}

.widget_discuss .item {
	display: block;
	position: relative;
	padding: 15px 18px 18px 18px;
	border: 1px solid #e5eaee;
	border-radius: 1px;
}

.widget_discuss .item:before {
	content: ' ';
	display: block;
	width: 15px;
	height: 8px;
	position: absolute;
	bottom: 100%;
	right: 14px;
	background: url(images/sprite.png) -12px -35px no-repeat;
}

.widget_discuss + .aligncenter .btn {
	margin-bottom: 10px;
}

.widget_link {
	display: block;
	width: 100%;
	height: 200px;
	position: relative;
	border-radius: 1px;
	overflow: hidden;
	cursor: default;
}

.widget_link img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 200px;
	border-radius: 1px;
}

.widget_link .btn {
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 30px;
	right: 30px;
	padding-left: 0;
	padding-right: 0;
}

.widget_link .topic {
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	position: absolute;
	top: 17px;
	left: 30px;
	right: 20px;
	z-index: 2;
}

.slider, .slider .inner, .slider ul, .slider li, .slider a {
	display: block;
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.slider {
	margin-bottom: 45px;
}

.slider ul, .slider li {
	list-style-position: outside;
	list-style: none;
}

.slider li {
	float: left;
	border-radius: 1px;
}

.slider li img {
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 400px;
	border-radius: 1px;
	position: relative;
	z-index: 1;
}

.slider .slide_info {
	display: block;
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 38px;
	left: 38px;
	color: #fff;
}

.slider .slide_info .title {
	display: block;
	font-family: 'Raleway-Light';
	font-size: 50px;
	line-height: 1;
	margin-bottom: 24px;
}

.slider .slide_info .text {
	display: block;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.slider .slider_btns {
	position: absolute;
	bottom: 23px;
	left: 0;
	right: 0;
	z-index: 3;
	text-align: center;
	cursor: default;
}

.slider .slider_btns span {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	position: relative;
	margin: 0 4px;
	cursor: pointer;
}

.slider .slider_btns span.active {
	border: 2px solid #fff;
	margin: -2px 2px;
	background: transparent;
}

.slider .slider_btns span:hover {
	background-color: #feda17;
}

.slider .slider_btns span.active:hover {
	border-color: #feda17;
	background-color: transparent;
}

.topic, h1 {
	font-family: 'Raleway-Light';
	font-size: 44px;
	font-weight: normal;
	line-height: 1.1;
	margin-bottom: 25px;
}

.advantages {
	
}

.advantages .title {
	font-family: 'Raleway-Light';
	font-size: 35px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 27px;
}

.advantages .inner {
	text-align: center;
	margin: 0 -2% 20px -2%;
}

.advantage {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	margin: 0 2% 25px 2%;
	cursor: default;
}

.advantage span {
	display: block;
	height: 110px;
	margin-bottom: 20px;
	position: relative;
}

.advantage img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.advantage p {
	font-size: 18px;
}

.post_box {
	margin: 0 -5px 0 -2.5%;
}

.post {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 0 0 20px 2.5%;
	text-align: left;
}

.post .thumb {
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	border-radius: 1px;
	margin-bottom: 14px;
	position: relative;
}

.post .thumb img {
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 190px;
	border-radius: 1px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: all 0.3s ease;
}

.post a.thumb:hover img {
	opacity: 0.8;
}

.post .date {
	display: block;
	color: #a9a9a9;
	margin-bottom: 12px;
}

.post .com {
	display: block;
	color: #a9a9a9;
	margin-bottom: 12px;
	position: relative;
	padding-left: 26px;
}

.post .com:before {
	content: ' ';
	display: block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(images/sprite.png) -125px -102px no-repeat;
}

.post .title {
	display: block;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.posts {
	overflow: hidden;
	margin: 0 -4% 0 0;
}

.posts .posts_1_2 {
	display: block;
	float: left;
	width: 46%;
	text-align: justify;
	margin: 0 4% 0 0;
}

.posts .posts_1_2:after {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.posts .posts_1_2 .post {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	margin: 0 -4px 20px 0;
}

.posts .heading {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 22px 0;
}

.posts .heading a {
	color: #000;
}

.similar_news {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	min-height: 180px;
}

.similar_news .title {
	font-size: 18px;
	margin: 0 0 12px 0;
}

.similar_news ul {
	display: block;
	list-style: none;
	padding-right: 20px;
}

.similar_news li {
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

.breadcrumbs {
	margin-bottom: 17px;
}

.breadcrumbs a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 24px;
}

.breadcrumbs a:last-child:after {
background: transparent;
padding-right: 0;
margin-right: 0;
}

.breadcrumbs a:after {
	content: ' ';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #a9a9a9;
	position: absolute;
	top: 7px;
	right: -18px;
}

.breadcrumbs span {
	display: inline-block;
	vertical-align: middle;
}

.category_info {
	color: #2c4765;
	background-color: #e1e7eb;
	border-radius: 1px;
	padding: 25px 30px 30px 30px;
	margin-bottom: 40px;
}

.category_info p {
	margin-bottom: 10px;
}

.category_info :last-child {
	margin-bottom: 0;
}

.posts_1_3 {
	margin: 0 -5px 20px -3%;
}

.posts_1_3 .post {
	width: 29.8%;
	margin: 0 0 20px 3%;
}

.posts_1_3 .post .thumb {
	height: 200px;
}

.posts_1_3 .post .thumb img {
	min-height: 200px;
}

.pagination {
	text-align: center;
	margin: 0 -20px;
}

.pagination a, .pagination span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #ccc;
	border-radius: 1px;
	height: 39px;
	min-width: 21px;
	padding: 0 9px;
	margin: 0 6px;
	font-size: 18px;
	line-height: 38px;
	color: #a9a9a9;
	text-decoration: none;
	margin-bottom: 20px;
}

.pagination span {
	background-color: #ccc;
	color: #fff;
}

.pagination a:hover {
	background-color: #a9a9a9;
	color: #fff;
}

.pagination a:active {
	background-color: #868686;
	color: #a9a9a9;
}

.pagination .extend {
	background-color: transparent;
	border-color: transparent;
	color: #a9a9a9;
	font-size: 26px;
	line-height: 25px;
	font-weight: bold;
	min-width: 0;
	margin: 0;
}

.pagination .pref, .pagination .next {
	border-color: transparent;
	background-color: #ffdb17;
	color: #2a2323;
	min-width: 100px;
	padding: 0 15px;
	margin: 0 20px;
}

.pagination a.pref:hover, .pagination a.next:hover {
	background-color: #ffec17;
	color: #2a2323;
}

.pagination a.pref:active, .pagination a.next:active {
	background-color: #e3c318;
	color: #948011;
}

.content {
	overflow: hidden;
	margin-bottom: 30px;
}

.content h1 {
	font-family: 'Raleway-Light';
	font-size: 44px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 18px;
}

.content h2 {
	font-family: 'Raleway-Light';
	font-size: 35px;
	line-height: 1.1;
	font-weight: normal;
	margin: 25px 0 18px 0;
}

.content h3 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin: 25px 0 18px 0;
}

.content h4 {
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	margin: 25px 0 18px 0;
}

.content h5 {
	font-size: 15px;
	line-height: 1.3;
	font-weight: normal;
	margin: 25px 0 18px 0;
}

@media screen and (max-width: 600px) {
	
.content h1 {
	font-size: 28px;
}

.content h2 {
	font-size: 22px;
}

.content h3 {
	font-size: 20px;
}

.content h4 {
	font-size: 18px;
}
	
#content .content .excerpt {
	font-size:16px;
}

}

.content p {
	margin-bottom: 20px;
}

.content img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 1px;
	margin: 30px 0;
}

.content .alignnone {
	margin: 0 0 20px;
}

.content .aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.content .alignleft {
	margin: 3px 20px 5px 0;
}

.content .alignright {
	margin: 3px 0 5px 20px;
}

.content .wp-caption {
	position: relative;
	margin-bottom: 20px;
}

.content .wp-caption img {
	margin: 0;
	height: auto;
	width: 100%;
}

.content .wp-caption-text {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
	margin: 0;
	color: #fff;
	background-color: rgba(27,43,61,0.7);
	border-radius: 0 0 1px 1px;
}

.content ul {
	display: block;
	list-style: none;
	margin: 20px 0 20px 30px;
}

.content ul li {
	display: block;
	position: relative;
	padding-left: 36px;
	margin-bottom: 18px;
}

.content ul li:before {
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #ffdb17;
	position: absolute;
	top: 2px;
	left: 0;
}

.content ul li li:before {
	width: 12px;
	height: 17px;
	border: 0;
	border-radius: 0;
	background: url(images/sprite.png) -143px -187px no-repeat;
}

.content ol {
	list-style-position: inside;
	list-style-type: decimal;
	counter-reset: li;
	margin: 20px 0 20px 30px;
}

.content ol li {
	display: block;
	margin-left: 40px;
	margin-bottom: 18px;
}

.content ol li:before {
	content: counter(li);
	counter-increment: li;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 10px -5px -40px;
	background-color: #ffdb17;
	border-radius: 50%;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}

.content blockquote {
	border: 1px solid #ffdb17;
	border-radius: 1px;
	padding: 39px;
	overflow: hidden;
	margin: 30px 0;
}

.content blockquote :last-child {
	margin-bottom: 0;
}

.content blockquote :first-child {
	margin-top: 0;
}

.content .table {
	display: block;
	overflow: auto;
}

.content table {
	width: 100%;
	margin: 30px 0;
}

.content tr {
	
}

.content tr:nth-child(2n) {
	background-color: #f9f9f9;
}

.content th {
	background-color: #ffdb17;
	font-size: 18px;
	font-weight: normal;
	padding: 19px 30px
}

.content td {
	padding: 26px 30px;
	border-bottom: 1px solid #e1e7eb;
}

.content td:first-child {
	border-left: 1px solid #e1e7eb;
}


.content td:last-child {
	border-right: 1px solid #e1e7eb;
}

.content .color_box, .content  .color_box2 {
	position: relative;
	margin-right: 4px;
	border-radius: 1px;
	padding: 24px 40px 28px 40px;
	margin: 30px 4px 35px 0;
}

.content .color_box:before, .content .color_box2:before {
	content: ' ';
	display: block;
	height: 3px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: -4px;
	left: 3px;
	right: -4px;
	border-radius: 0 0 2px 2px;
}

.content .color_box:after, .content .color_box2:after {
	content: ' ';
	display: block;
	width: 3px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: -4px;
	top: 3px;
	right: -4px;
	border-radius: 0 2px 2px 0;
}

.content .color_box {
	background-color: #ffed8b;
}

.content .color_box2 {
	background-color: #8d959e;
	color: #fff;
}

.content .color_box :last-child, .content .color_box2 :last-child {
	margin-bottom: 0;
}

.content .color_box :first-child, .content .color_box2 :first-child {
	margin-top: 0;
}

.content p.excerpt {
	font-size: 18px;
	line-height: 1.4;
	color: #2c4765;
	margin-bottom: 30px;
}

.content .reklam_box {
	min-height: 200px;
	padding: 22px 270px 25px 30px;
	background: #e1e7eb url(images/woman.png) 95% 100% no-repeat;
	margin-bottom: 32px;
}

.content .reklam_box :last-child {
	margin-bottom: 0;
}

.content .reklam_box :first-child {
	margin-top: 0;
}

.content .reklam_box .phone {
	font-size: 24px;
	margin-bottom: 15px;
}

.content .ssilka {
	font-size: 18px;
	margin: 30px 0;
	border: 1px solid #e1e7eb;
	border-right-width: 175px;
	border-radius: 1px;
	padding: 45px 0px 45px 90px;
	position: relative;
}

.content .ssilka:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 40px;
	width: 35px;
	height: 37px;
	background: url(images/sprite.png) -125px -122px no-repeat;
	margin-right: 20px;
}

.content .ssilka:after {
	content: ' ';
	display: block;
	width: 175px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	background: url(images/corner.png) 0 0 no-repeat;
	background-size: auto 100%;
}

.content .ssilka a {
	font-size: 18px;
}

.content .gallery {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px !important;
}

.content .gallery-item, .content .gallery-item a, .content .gallery-item img {
	display: block;
	margin: 0;
	padding: 0;
}

.content .gallery-item img {
	border: 0 !important;
	width: 100%;
}

.content .gallery-icon, .content .gallery-caption {
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 5px;
	background: #f5f5f5;
	max-width: 100%;
}

.content .gallery-icon {
	padding: 10px;
	margin: 0 5px;
}

.content .gallery-caption {
	padding: 0 0 10px;
	margin: 0 5px !important;
}

.related .topic, .reviews .topic, .comments .topic {
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 20px;
}

.reviews {
	
}

.reviews .inform {
	margin-bottom: 25px;
}

.review {
	margin-bottom: 24px;
	position: relative;
}

.review .info {
	border: 1px solid #e1e7eb;
	padding: 24px 29px;
	margin: 0 0 16px 70px;
	border-radius: 1px;
	font-size: 18px;
	color: #8d959e;
	position: relative;
}

.review .info:before {
	content: ' ';
	width: 35px;
	height: 27px;
	background: url(images/sprite.png) -125px -160px no-repeat;
	position: absolute;
	left: -55px;
	top: 50%;
	margin-top: -14px;
}

.review .info:after {
	content: ' ';
	width: 11px;
	height: 12px;
	background: url(images/sprite.png) -27px -32px no-repeat;
	position: absolute;
	top: 100%;
	left: 30px;
}

.review .author {
	margin-left: 100px;
}

.comments {
	
}

.comment {
	overflow: hidden;
	margin-bottom: 30px;
}

.comment .ava {
	display: block;
	float: left;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	border: 1px solid #a2a9b0;
}

.comment .ava img {
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
}

.comment .ava + .inner {
	margin-left: 100px;
}

.comment .inner {
	border: 1px solid #e1e7eb;
}

.comment .info {
	padding: 20px 140px 20px 29px;
	border-bottom: 1px solid #e1e7eb;
	color: #8d959e;
	position: relative;
	overflow: hidden;
	text-align: justify;
}

.comment .info:after {
	content: ' ';
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.comment .comment-reply-link {
	display: block;
	color: #2f6db2;
	background-color: #e1e7eb;
	border-radius: 1px;
	width: 115px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.comment .comment-reply-link span {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	right: 0;
	text-align: center;
}

.comment .comment-reply-link:after {
	content: ' ';
	display: block;
	width: 11px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 99%;
	background: url(images/corner_1.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.comment .comment-reply-link:hover {
	background-color: #ffdb17;
	color: #2a2323;
}

.comment .comment-reply-link:active {
	background-color: #e3c318;
	color: #948011;
}

.comment .comment-reply-link:hover:after {
	background: url(images/corner_2.png) 0 0 no-repeat;
	background-size: auto 100%;
}

.comment .comment-reply-link:active:after {
	background: url(images/corner_3.png) 0 0 no-repeat;
	background-size: auto 100%;
}

.comment .date {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0;
}

.comment .author {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 0;
}

.comment .text {
	padding: 20px 29px;
}

.comment .comment {
	margin: 30px 0 0 50px;
}

.comment .comment_on_moderation {
	font-style: italic;
	color: #900;
}

.comment-respond {
	padding: 35px 40px 40px 40px;
	background-color: #e1e7eb;
	border-radius: 2px;
	margin-bottom: 50px;
}

.comment-respond .title {
	font-size: 24px;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 25px;
}

.comment-respond input[type="text"] {
	max-width: 430px;
}

.comment-respond textarea {
	height: 170px;
}

.comment-respond input[type="submit"] {
	margin-right: 40px;
}

.comment-respond .form-submit {
	display: inline-block;
	margin-right: 40px;	
}

.comment-respond .check {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.comment-respond input[type="checkbox"] {
	position: absolute;
	left: -9999px;
}
 
.comment-respond input[type="checkbox"] + label {
	display: block;
	background: url(images/checkbox_pic.png) 0 0 no-repeat;
	padding-top: 1px;
	padding-left: 30px;
	cursor: pointer;
}
 
.comment-respond input[type="checkbox"]:checked + label {
	background: url(images/checkbox_pic_act.png) 0 0 no-repeat;
}

.comment-respond .subscribe-notice {
	display: block;
	width: auto;
	margin-top: 30px;
}

.comment-respond .subscribe-notice + .subscribe-notice {
	margin-top: 10px;
}

.comment-respond p.logged-in-as {
	margin-bottom: 25px;
}

.comment-respond .logout, .comment-respond .login {
	font-weight: bold;
}

.comment-respond .logout {
	text-decoration: none;	
}

.comment-respond .logout:hover {
	text-decoration: underline;	
}

.comment-respond .login, .comment-reply-title > a {
	color: #953C21;
}

#error {
	font-family: 'Raleway-Light';
	min-height: 400px;
	position: relative;
	z-index: 2;
}

#error_bg {
	display: block;
	background: url(images/error_bg.jpg) 100% 100% no-repeat;
	background-size: auto 100%; 
	position: absolute;
	top: 160px;
	bottom: 220px;
	right: 0;
	left: 0;
	z-index: 1;
}

#error .inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}

#error .inner span {
	display: block;
	font-size: 160px;
	line-height: 1.3;
}

#error .inner div {
	font-size: 44px;
	line-height: 1.3;
	margin-bottom: 10px;
}

#error .inner p {
	font-size: 24px;
	margin-bottom: 50px;
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	background-color: #1b2b3d;
}

#footer .fixed {
	height: 220px;
	overflow: hidden;
}

.footer_l {
	float: left;
	width: 150px;
	position: relative;
	font-size: 15px;
	padding-top: 37px;
}

.footer_l + .footer_r {
	margin-left: 200px;
}

.footer_r {
	padding-top: 50px;
	overflow: hidden;
	font-size: 15px;
}

#footer_logo {
	display: block;
	width: 117px;
	height: 43px;
	background: url(images/sprite.png) -39px 0px no-repeat;
}

#copyright {
	margin-top: 27px;
	color: #fff;
}

#copyright p {
	margin-bottom: 8px;
}

.footer_contacts {
	width: 200px;
	color: #9fb8c9;
	position: absolute;
	top: 106px;
	left: 200px;
}

.footer_contacts p {
	margin-bottom: 10px;
}

.footer_contacts a {
	color: #9fb8c9;
	text-decoration: underline;
}

.footer_contacts a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer_menu ul {
	display: block;
	list-style: none;
	text-align: justify;
}

.footer_menu ul:after {
	display: inline-block;
	content: ' ';
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	text-align: justify;
}

.footer_menu li {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
}

.footer_menu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.footer_nav {
	display: block;
	list-style: none;
	overflow: hidden;
	margin: 22px -44px 0 280px;
}

.footer_nav li {
	display: block;
	float: left;
	margin: 0 44px 10px 0;
}

.footer_nav li a {
	color: #fff;
	text-decoration: none;
}

.footer_menu li a:hover, .footer_nav li a:hover {
	color: #f5c91a;
}

.footer_r .info {
	margin: 10px 0 0 280px;
	color: #9fb8c9;
}

.clear {
	clear: both;
}




@media screen and (max-width: 1150px) {
	
	#error_bg {
		display: none;
	}
	
	#error .inner {
		text-align: center;
	}
	
}
	
@media screen and (max-width: 1150px) {

	#menu > ul > li:first-child {
		margin-left: -15px;
	}

	#menu li a {
		padding: 0 13px;
	}

	#menu li.menu-item-has-children a {
		padding-right: 28px;
	}

	#menu li.menu-item-has-children a:after {
		right: 12px;
	}
	
	.header_social > span:first-child {
		display: block;
		margin: 0 0 10px;
	}
	
	.header_social a + a {
		margin: 0 0 0 10px;
	}
	
	.header_contacts .info {
		display: block;
		width: auto;
		margin: 0;
	}
		
	.posts {
		margin: 0;
	}

	.posts .posts_1_2 {
		display: block;
		float: none;
		width: auto;
		text-align: left;
		margin: 0 -5px 0 -2.5%;
	}

	.posts .posts_1_2:after {
		display: none;
	}

	.posts .posts_1_2 .post {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0 0 20px 2.5%;
		text-align: left;
	}
		
	.posts .heading {
		margin-left: 2.5%;
	}
	
	.posts .similar_news {
		width: auto;
		display: block;
		margin-left: 2.5%;
		margin-bottom: 20px;
	}
	
	.comment-respond .check  {
		display: block;
		margin-top: 25px;
	}
	
}

@media screen and (max-width: 1000px) {
	
	#container {
		padding-bottom: 0;
	}
		
	#footer {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	
	#footer .fixed {
		height: auto;
	}
		
	#menu_button {
		display: block;
	}
	
	#menu {
		float: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 180px;
		margin: 0;
		background: #49617c;
		display: none;
	}
	
	#menu ul {
		height: auto;
		padding: 18px 20px 23px 22px;
		position: relative;
		box-shadow: 2px 3px 0px 0px rgba(0,0,0,0.2);
	}

	#menu li {
		display: block;
		float: none;
		height: auto;
		position: static;
		padding: 0;
		margin: 0;
	}
	
	#menu > ul > li:first-child {
		margin-left: 0;
	}
	
	#menu li + li {
		margin-left: 0;
		margin-top: 15px;
	}
	
	#menu li a {
		display: inline-block;
		font-size: 15px;
		line-height: 1.3;
		padding: 0;
		margin: 0;
		height: auto;
	}

	#menu li ul {
		display: block;
		position: relative;
		top: auto;
		left: auto;
		box-shadow: none;
		padding: 10px 10px 0 20px;
		margin: 0;
	}
	
	#menu li ul li {
		margin: 0;
		padding: 0;
	}
		
	#menu li ul li + li {
		margin-top: 6px;
	}
	
	#menu li ul li a {
		font-size: 13px;
	}
	
	#footer .fixed {
		padding-bottom: 30px;
	}
	
	.footer_l + .footer_r {
		margin-left: 240px;
	}
	
	.footer_contacts {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		margin-top: 20px;
	}
	
	.footer_r .info, .footer_nav {
		margin-left: 0;
	}
	
	.footer_menu {
		text-align: left;
		margin-right: -30px;
	}
	
	.footer_menu li {
		margin-right: 25px;
	}
	
	.footer_nav {
		margin-right: -25px;
	}
	
	.footer_nav li {
		margin-right: 25px;
	}
	
	.slider .slide_info {
		left: 20px;
		right: 20px;
	}
		
	.slider .slide_info .title {
		font-size: 38px;
		line-height: 1;
		margin-bottom: 15px;
	}

	.slider .slide_info .text {
		font-size: 16px;
		line-height: 1.3;
	}
	
	.topic {
		font-size: 36px;
	}

	.advantage p {
		font-size: 16px;
	}
	
	.pagination .pref, .pagination .next {
		min-width: 0;
	}
		
	.content .reklam_box {
		padding: 22px 30px 170px 30px;
		background-position: 98% 100%;
	}

	.comment .info {
		padding: 10px 140px 10px 29px;;
	}
	
	.comment .reply{
		width: 100px;
	}
	
	.comment .ava + .inner {
		margin-left: 80px;
	}
	
	.comment .comment {
		margin-left: 30px;
	}
	
	.comment .info { 
		padding: 10px 120px 10px 20px;
	}
	.comment .text { 
		padding: 15px 20px;
	}
}


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

	.similar_news {
		margin: 0;
	}

	.similar_news ul {
		padding-right: 0;
	}

	.advantages .inner {
		margin: 0 -4% 20px -2%;
	}

	.advantage {
		width: 40%;
		margin: 0 4% 25px 2%;
	}

	.posts_1_3 {
		margin: 0 -5px 0 -2.5%;
	}

	.posts_1_3 .post {
		display: inline-block;
		vertical-align: top;
		width: 47%;
		margin: 0 0 20px 2.5%;
		text-align: left;
	}

	.content .ssilka {
		border-right-width: 110px;
		padding: 25px 0 25px 70px;
	}
	
	.content .ssilka:before {
		left: 20px;
	}
	
}


@media screen and (max-width: 768px) {
	
	.topic {
		font-size: 30px;
		line-height: 1.2;
	}
		
	.content .reklam_box {
		padding-bottom: 210px;
	}
	
	.comment .ava {
		float: none;
	}
	
	.comment .ava + .inner {
		margin: 20px 0 0 0;
	}
	
	#error {
		min-height: 0;
	}

	#error .inner {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		transform: none;
	}

	#error .inner span {
		font-size: 110px;
		line-height: 1.3;
	}

	#error .inner div {
		font-size: 36px;
		line-height: 1.3;
	}

	#error .inner p {
		font-size: 20px;
	}


}


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

	.header_social > span:first-child {
		width: 120px;
		margin-bottom: 3px;
	}
	
	.footer_l {
		float: none;
		width: auto;
		padding-top: 20px;
	}
	
	.footer_l + .footer_r {
		margin-left: 0;
	}
	
	#footer_logo, #copyright {
		display: inline-block;
		vertical-align: middle;
	}
	
	#copyright {
		margin: 8px 0 0 50px;
	}
	
	.footer_contacts {
		width: auto;
	}
	
	.footer_contacts p {
		display: inline-block;
		vertical-align: middle;
		margin-right: 20px;
	}
	
	.footer_r {
		padding-top: 30px;
	}
	
	.has_sidebar {
		padding: 0;
	}
	
	.has_sidebar #content {
		float: none;
		margin: 0 0 30px;
	}
	
	#sidebar {
		float: none;
		margin: 0 auto;
		width: auto;
	}
	
	.header_social {
		display: none;
	}
	
	#search_button {
		margin-right: 0;
	}
	
	.content .reklam_box {
		padding: 22px 230px 25px 30px;
	}

	.comment .ava {
		float: left;
	}
	
	.comment .ava + .inner {
		margin: 0 0 0 80px;
	}

}


@media screen and (max-width: 600px) {
	
	.content .reklam_box {
		padding: 22px 30px 170px 30px;
		background-position: 98% 100%;
	}
	
	.content .table {
		width: 100%;
		overflow-x: scroll;
	}
	
	.content .table table {
		min-width: 480px;
	}

}

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

	#header {
		text-align: center;
	}
	
	.header_contacts, #header:after {
		display: none;
	}
	
	.footer_menu, .footer_nav {
		float: left;
		width: 50%;
		margin: 0;
	}
	
	.footer_menu li, .footer_nav li {
		display: block;
		float: none;
		margin: 0 0 12px 0;
	}
	
	.footer_menu li a {
		font-size: 12px;
	}
	
	.footer_r .info {
		clear: both;
		padding-top: 10px;
	}
	
	#copyright {
		display: block;
		margin: 18px 0 0 0;
	}
	
	#copyright p {
		display: inline-block;
		vertical-align: middle;
	}
	
	.footer_contacts {
		margin-top: 10px;
	}
	
	.slider .slide_info .title {
		font-size: 34px;
		line-height: 1.1;
	}
	
	.content .reklam_box {
		padding: 22px 30px 170px 30px;
		background-position: 98% 100%;
		background-size: 45% auto;
	}

	.content img.alignleft {
		float: none;
		margin: 0 0 20px 0;
	}

	.comment .ava {
		float: none;
	}
	
	.comment .ava + .inner {
		margin: 20px 0 0 0;
	}

	#error .inner span {
		font-size: 80px;
		line-height: 1.3;
	}

	#error .inner div {
		font-size: 28px;
		line-height: 1.3;
	}

	#error .inner p {
		font-size: 17px;
	}


}

@media screen and (max-width: 400px) {
	
	#menu {
		min-width: 160px;
	}
	
	#menu_button {
		width: 110px;
		font-size: 13px;
		line-height: 40px;
	}

	#search_button {
		width: 103px;
		padding: 0 38px 0 0;
		font-size: 12px;
		line-height: 40px;
	}
	
	#search_button:after {
		right: 10px;
	}

	.slider .slide_info .title {
		font-size: 28px;
		line-height: 1.1;
	}

	.slider .slide_info .text {
		font-size: 15px;
		line-height: 1.3;
	}
	
	.posts, .posts_1_3 {
		margin: 0 0 20px 0;
	}
	
	.post_box, .posts .posts_1_2 {
		margin: 0;
	}

	.post, .posts .posts_1_2 .post, .posts_1_3 .post {
		display: block;
		width: 100%;
		margin: 0 0 15px 0;
	}

	.post .thumb {
		height: 165px;
	}

	.post .thumb img {
		min-height: 165px;
	}
	
	.posts .heading {
		margin-left: 0;
	}
	
	.posts .similar_news {
		margin-left: 0;
	}
	
}
@media screen and (max-width: 730px) {
.content iframe {
    display: block;
    width: 100% !important;
    margin-bottom: 15px;
		}
.content .wp-caption {

    width: 100% !important;
    height: auto !important;
		}
}

/* fixed widget test for mobiles */

#rek_desktop_fixed {
	display: block;
	width: 728px;
	position: fixed;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -364px;
	background: rgba(255,255,255,0.9);
}

#rek_tab_fixed, #rek_mob_fixed {
	display: none;
}

.rek_close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0;
	background: #ccc;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	z-index: 99999;
	cursor: pointer;
}

@media (max-width: 768px) {
	#rek_desktop_fixed {
		display: none;
	}
	#rek_tab_fixed, #rek_mob_fixed {
		display: block;
	}
}

@media (min-width: 768px) {
	.rek_close {
	top: -30px;
	}
}

@media (max-width: 1000px) and (min-height: 300px){

	#rek_tab_fixed, #rek_mob_fixed {
		width:100%;
		position: fixed;
		left:0;
		right:0;
		bottom:0;
		top:auto;
		z-index:99999;
		background: rgba(255,255,255,0.9);
	}
	
}

#text-13 {
border: 1px solid #aaa;
padding: 10px;
}

.relap-default__item-title a {
font-size:1em !important;
color: #2f6db2 !important;
font-family: 'Raleway-Regular', 'Arial', 'Helvetica', sans-serif !important;
text-decoration: none!important;
}
.relap-default__item-title a:hover {
text-decoration: underline !important;
}

.content .contacts {
    background-color: #ffffff;
    padding: 25px 30px 28px;
    margin-bottom: 22px;
	border: 1px solid #f5d31a;
}

.content .contacts .phones {
    font-size: 0;
    line-height: 0;
}

.content .contacts .phone {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1.3;
    color: #797979;
    min-height: 27px;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 50%;
    min-width: 225px;
}

#contact .wpcf7 p {
margin-bottom:0px !important;
}