@CHARSET "UTF-8";
/***********************************************************************************/
@font-face {
	font-family: 'Ubuntu';
	src:	url('/css/fonts/Ubuntu.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Ubuntu.woff') format('woff'),
		url('/css/fonts/Ubuntu.ttf') format('truetype'),
		url('/css/fonts/Ubuntu.svg#Ubuntu') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu_Italic';
	src:	url('/css/fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Ubuntu-Italic.woff') format('woff'),
		url('/css/fonts/Ubuntu-Italic.ttf') format('truetype'),
		url('/css/fonts/Ubuntu-Italic.svg#Ubuntu-Italic') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Ubuntu_Bold';
	src:	url('/css/fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
		url('/css/fonts/Ubuntu-Bold.woff') format('woff'),
		url('/css/fonts/Ubuntu-Bold.ttf') format('truetype'),
		url('/css/fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
/***********************************************************************************/
* {
	position:relative;
	margin:0px;
	padding:0px;
}
html {
	position:relative;
	height:100% !important;
}
body { 
	position:relative !important;
	margin:0px !important;
	min-height:100%;
	color:red;
	font-family: 'Ubuntu', serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a:focus, img {outline:none;}
img, a::-moz-focus-inner {border:0;}
input[type="submit"]::-moz-focus-inner {border:0;}
a {
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.vcenter {
	vertical-align:middle;
}
.bold {
	font-weight:bold;
}
.redborder {
	border-color:#ce3036 !important;
}
.red {
	color:red;
}
.error {
	color:#ce3036;
}
.small {
	font-size:10px;
}
.go_bottom {
	display:none;
}
.page {
	margin:0px auto;
	padding:0px 40px;
	max-width:1200px;
}
.page.no_max {
	max-width:none;
}
.page.no_right {
	padding-right:0px;
}
.page.no_left {
	padding-left:0px;
}
.page:after,
.after:after {
	content:"";
	display:block;
	clear:both;
}
#test {
	position:fixed;
	top:0px;
	padding:0px 10px;
	color:white;
	background:rgba(255,0,0,0.5);
	z-index:10001;
}
/********************************************************************/
#fade_bg {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-color:rgba(0,0,0,0.4);
}
.fade_bg_image {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
}
.fade_bg_image:first-child {
	opacity:1;
}
#fade_bg:after {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	
	background-position: center;
	background-repeat: repeat;
	background-image: url(/css/images/plus_black.svg);
	background-size: 3px;
}
#header {
	z-index:100;
}
#header_top {
	background:white;
}
#header.zsv #header_top:before {
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:33%;
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url("/css/images/zsv.svg");
	background-size: auto 100%;
	z-index: 1;
}
#header_top_table {
	display:table;
	width:100%;
	height:100px;
	border-collapse:separate;
	border-spacing:0px;
}
.header_top_table_cell {
	display:table-cell;
	text-align:right;
	vertical-align:middle;
}
.header_top_table_cell:first-child {
	text-align:left;
}
#logo {
	display:inline-block;
	margin-right:90px;
	width:160px;
	height:80px;
	vertical-align:middle;
}
#logo svg {
	display:block;
	width:100%;
	height:100%;
}
.info_block {
	display:inline-block;
	margin-right:20px;
	height:38px;
	line-height:38px;
	font-size:14px;
	text-align:left;
	vertical-align:middle;
	white-space:nowrap;
}
.info_block svg {
	display:inline-block;
	width:38px;
	height:38px;
	vertical-align:middle;
}
.info_block svg path {
	fill:#2E3192;
}
.info_block span {
	display:inline-block;
	margin-left:7px;
	vertical-align:middle;
}
.info_block span,
.info_block span * {
	color:#2E3192 !important;
}
#top_menu_table {
	display:inline-table;
	border-collapse:separate;
	border-spacing:0px;
	vertical-align:middle;
}
.top_menu_table_cell {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
.top_menu_link {
	display:inline-block;
	padding:0px 20px;
	line-height:20px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
}
.top_menu_table_cell:last-child .top_menu_link {
	padding-right:0px;
}
.top_menu_link:hover,
.top_menu_link.active {
	color:#A6CE39;
	text-decoration:none;
}
#header_bottom {
	background:#2E3192;
}
body.fixed_menu #header_bottom {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
}
#header_bottom_table {
	display:table;
	width:100%;	
	border-collapse:separate;
	border-spacing:0px;
}
.header_bottom_table_cell {
	display:table-cell;
	width:25%;
	text-align:right;
	vertical-align:middle;
	background:white;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.header_bottom_table_cell:first-child {
	width:auto;
	text-align:left;
	border:none;
	background:none;
}
#bottom_menu_table {
	display:inline-table;
	border-collapse:separate;
	border-spacing:0px;
	vertical-align:middle;
}
.bottom_menu_table_cell {
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
.bottom_menu_link_block {
	height:54px;
}
.bottom_menu_link_table {
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	width:100%;
	height:100%;
}
.bottom_menu_link_table_cell {
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
.bottom_menu_link_table_cell:hover {
	text-decoration:none;
}
.bottom_menu_link {
	display:block;
	padding-right:40px;
	line-height:20px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
}
.bottom_menu_link:hover {
	text-decoration:none;
}
.bottom_menu_link svg {
	position:absolute;
	margin-top:-5px;
	top:50%;
	right:25px;
	width:10px;
	height:10px;
}

.sub_menu .bottom_menu_link svg {
	position:relative;
	display:inline-block;
	margin-top:0px;
	margin-left:5px;
	top:auto;
	right:auto;
}

.bottom_menu_link svg path {
	fill:white;
}
.bottom_menu_link_block:hover .bottom_menu_link,
.bottom_menu_link_block.active .bottom_menu_link {
	color:#A6CE39;
}
.bottom_menu_link_block:hover .bottom_menu_link svg path,
.bottom_menu_link_block.active .bottom_menu_link svg path {
	fill:#A6CE39;
}
.bottom_menu_link_block .sub_menu {
	display:none;
	position:absolute;
	top:100%;
	left:0px;
	background:white;
	border:1px solid #ebebeb;
}
.bottom_menu_link_block:hover>.sub_menu {
	display:block;
}
.sub_menu .bottom_menu_link_block {
	height: 46px;
}
.sub_menu .bottom_menu_link_table {
	/*width:auto;*/
}
.sub_menu .bottom_menu_link_block:hover,
.sub_menu .bottom_menu_link_block.active {
	background:#A6CE39;
}
.sub_menu .bottom_menu_link_block .bottom_menu_link {
	padding-left:20px;
	color:#2E3192;
	font-size:14px;
	white-space:nowrap;
}
.sub_menu .bottom_menu_link_block .bottom_menu_link svg path {
	fill:#2E3192;
}
.sub_menu .bottom_menu_link_block:hover .bottom_menu_link,
.sub_menu .bottom_menu_link_block.active .bottom_menu_link {
	color:white;	
}
.sub_menu .bottom_menu_link_block:hover .bottom_menu_link svg path,
.sub_menu .bottom_menu_link_block.active .bottom_menu_link svg path {
	fill:white;
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link {
	color:#2E3192;	
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link svg path,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link svg path {
	fill:#2E3192;
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link {
	color:white;	
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link svg path,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link svg path {
	fill:white;
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link {
	color:#2E3192;	
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link svg path,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link svg path {
	fill:#2E3192;
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link {
	color:white;	
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link svg path,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link svg path {
	fill:white;
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link {
	color:#2E3192;	
}
.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link svg path,
.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link svg path {
	fill:#2E3192;
}
.sub_menu .bottom_menu_link_block .sub_menu {
	margin-top:-1px;
	top: 0px;
	left: 100%;
}
#header_search {
	
}
#header_search svg {
	position:absolute;
	margin-top:-11px;
	top:50%;
	left:15px;
	width:22px;
	height:22px;
}
#header_search svg path {
	fill:#2E3192;
}
#header_search input {
	padding-left:52px;
	width:100%;
	height:52px;
	color:#2E3192;
	font-size:14px;
	border:none;
	background:none;
	background:transparent;
	outline:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#header_search input::-webkit-input-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
#header_search input:-moz-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
#header_search input::-moz-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
#header_search input:-ms-input-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
#header_search input:placeholder-shown {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}

#header_search #search_results {
	position: absolute;
	top: 100%;
	right: 0px;
	min-width: 100%;
	max-width:1200px;
	z-index: 5;
}
#header_search #search_results .search_results_box {
	margin-top: 1px;
	padding:20px 0px;
	max-height: 400px;
	border: 1px solid #ebebeb;
	border-top:none;
	background: white;
	overflow-y: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#header_search #search_results .search_results_box .search_results_box_link {
	display:block;
	padding:7px 30px;
	line-height:20px;
	color:#2E3192;
	font-size:13px;
	text-align:left;
	white-space:nowrap;
}
#header_search #search_results .search_results_box .search_results_box_link:hover {
	color:#A6CE39;
	text-decoration:none;
}
#header_search #search_results .search_results_box .search_results_box_link strong {
	color:#A6CE39;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
}




#page_header {
	padding-bottom:140px;
}
#page_header.white {
	padding-bottom:0px;
	background:white;
}
#page_header .product_logo {
	margin-bottom:-100px;
	padding-top:60px;
	text-align:center;
}
#page_header .product_logo svg,
#page_header .product_logo img {
	display:block;
	margin:auto;
}
#page_header .product_logo svg {
	width:130px;
	height:50px;
}
#page_header .product_logo img {
	width:auto;
	max-width:260px;
	height:auto;
	max-height:100px;
}
#page_header h1,
#page_header h2 {	
	line-height:74px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:64px;
	text-align:center;
}
#page_header h1 {
	padding-top:120px;
}
#page_header.white h1,
#page_header.white h2 {
	line-height:40px;
	color:#2E3192;
	font-size:34px;
}
#page_header .teaser {
	margin:auto;
	padding-top:40px;
	max-width:800px;
	line-height:28px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:19px;
	text-align:center;	
}
#page_header.white .teaser {
	color:#2E3192;
}
.calculator_div {
	padding-top:80px;
	text-align:center;
}
.calculator_div a {
	display:inline-block;
	padding:17px 40px;
	line-height:20px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:15px;
	text-align:center;
	text-transform:uppercase;
	background:#A6CE39;
	-webkit-border-radius:	27px;
	-moz-border-radius:	27px;
	-ms-border-radius:	27px;
	-o-border-radius:	27px;
	border-radius:		27px;
}
.calculator_div a:hover {
	background:#94b736;
	text-decoration:none;
}

.c_white {
	background:white;
}
.c_gray {                 
	padding:100px 0px;
	background:#f6f6f6;
}

.content {
	padding-top:60px;
	line-height:23px;
	color:#2E3192;
	font-size:16px;
	text-align:left;
}
.content h2,
.content h3,
.content b,
.content strong,
.content .bold {
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
}
.content h2 {
	margin-top:40px;
	line-height:40px;
	font-size:24px;
}
.content h3 {
	margin-top:30px;
	line-height:34px;
	font-size:20px;
}
.content a {
	color:#A6CE39;
}
.content a:hover {
	color:#94b736;
	text-decoration:none;
}
.content p {
	margin-top:20px;
}
.content ul {
	margin-top:20px;
}
.content li {
	padding:2px 0px 2px 12px;
	list-style-type:none;
}
.content li:before {
	content:"";
	position:absolute;
	top:13px;
	left:0px;
	width:4px;
	height:4px;
	background:#A6CE39;
	-webkit-border-radius:	50%;
	-moz-border-radius:	50%;
	-ms-border-radius:	50%;
	-o-border-radius:	50%;
	border-radius:		50%;
}
.content img {
	/*width:auto;*/
	max-width:100%;
	height:auto;
}
.content frame,
.content iframe {
	max-width:100%;
}
.content table {
	margin-top:30px;
	border-collapse:separate;
	border-spacing:0px;
}
.content table th,
.content table td {
	padding:14px 20px;
	text-align:center;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
}
.content table th:first-child,
.content table td:first-child {
	border-left:none;
}
.content table tr:first-child th,
.content table tr:first-child td {
	border-top:none;
}
.content table th {
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	vertical-align:middle;
}
.content table tr:first-child th {
	color:white;
	background:#2E3192;
}
.content table td {
	vertical-align:top;
}
.content table th:first-child,
.content table td:first-child {
	text-align:left;
}
.content table th.center:first-child,
.content table td.center:first-child {
	text-align:center;
	border-left:1px solid #ebebeb;
}
.content .green {
	color: #A6CE39;
}

.service_types_menu {
	margin-left:-1px;
}
.service_types_menu_table {
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
	border-bottom:1px solid #ebebeb;
}
.service_types_menu_table_cell {
	display:table-cell;
	padding:30px 3%;
	text-align:center;
	vertical-align:bottom;
	border-left:1px solid #ebebeb;
	
	-webkit-transition:	0.5s ease;
	-moz-transition:	0.5s ease;
	-ms-transition:		0.5s ease;
	-o-transition:		0.5s ease;
	transition:		0.5s ease;
}
.service_types_menu_table_cell:hover {
	text-decoration:none;
	background-color:rgba(0,0,0,0.1);
}
.service_types_menu_table_cell .image {
	display:block;
	margin:auto;
	margin-top:-100px;
	max-width:300px;
}
.service_types_menu_table_cell .image span {
	display:block;
	padding-top:100%;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
}
.service_types_menu_table_cell .name {
	line-height:26px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:21px;
	text-align:center;
}

.experts_block {
	padding-top:100px;
	border-bottom:1px solid #ebebeb;
}
.experts_block_table {
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.experts_block_table_cell {
	display:table-cell;
	padding:40px 0px;
	width:50%;
	text-align:left;
	vertical-align:middle;
}
.experts_block_table_cell:first-child {
	padding:0px 50px 0px 0px;
	vertical-align:bottom;
}
.exp_bottom_block {
	padding-top:80%;
}
.exp_image {
	position:absolute;
	top:0px;
	right:0px !important;
	bottom:0px;
	width:80%;
	width:100%;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.exp_image.active {
	opacity:1;
	z-index:50 !important;
	
	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}
.exp_content {
	display:none;
}
.exp_content.active {
	display:block;
}
.exp_content h3 {
	line-height:38px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:left;
}
.exp_content .teaser {
	line-height:20px;
	color:#2E3192;
	font-size:15px;
	text-align:left;
}
.exp_content .content {
	padding-top:20px;
}
.exp_arrow {
	display:inline-block;
	margin-top:40px;
	margin-right:10px;
	width:38px;
	height:38px;
	background:#ebebeb;
	-webkit-border-radius:	50%;
	-moz-border-radius:	50%;
	-ms-border-radius:	50%;
	-o-border-radius:	50%;
	border-radius:		50%;
}
.exp_arrow.active {
	background:#A6CE39;
}
.exp_arrow.active:hover {
	background:#94b736;
}
.exp_arrow svg {
	position:absolute;
	margin-top:-9px;
	margin-left:-9px;
	top:50%;
	left:50%;
	width:18px;
	height:18px;
}
.exp_arrow svg path {
	fill:white;
}





.feedback_block {
	padding:100px 0px;
}
.feedback_block h2 {
	line-height:38px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.feedback_block_header {
	margin-top:100px;
}
.feedback_block_header_block {
	float:left;
	max-width:25%;
	background:white;
	cursor:pointer;
}
.feedback_block_header_block.inactive {
	background:none;
}
.feedback_block_header_div {
	padding-top:58.84955752212389%;
}
.feedback_block_header_box {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.feedback_block_header_box img {
	display:none;
}
.feedback_block_header_box svg {
	display:block;
	margin:auto;
	top:10%;
	width:60%;
	height:80%;
}
.feedback_block_header_block.inactive .feedback_block_header_box svg path,
.feedback_block_header_block.inactive .feedback_block_header_box svg rect {
	fill:white !important;
}
.feedback_block_bottom {
	padding:80px 0px;
	background:white;
	overflow:hidden;
}
.feedback_block_bottom_block {
	font-size:0;
	font-size:0px;	
	
	-webkit-transition:	0.5s ease;
	-moz-transition:	0.5s ease;
	-ms-transition:		0.5s ease;
	-o-transition:		0.5s ease;
	transition:		0.5s ease;
}
.feedback_block_bottom_div {
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.feedback_block_bottom_div svg {
	margin: auto;
	width:36px;
	height:36px;
}
.feedback_block_bottom_div svg path {
	fill:#A6CE39;
}
.feedback_block_bottom_div .content {
	font-size:17px;
	text-align:center;
}
.feedback_block_bottom_div .name {
	padding-top:60px;
	line-height: 23px;
	color: #2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size: 15px;
	text-align:center;
}
.feedback_block_bottom_div .teaser {
	line-height: 23px;
	color: #2E3192;
	font-family: 'Ubuntu_Italic';
	font-size: 15px;
	text-align:center;
}


.why_us_block {
	padding:100px 0px;
}
.why_us_block h2 {
	line-height:38px;
	color: #2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.why_us_div {
	margin-top:100px;
	margin-left:-100px;
	font-size:0;
	font-size:0px;
	text-align:center;
}
.why_us_box {
	display:inline-block;
	padding-left:100px;
	max-width:345px;
	vertical-align:top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.why_us_content {
	
}
.why_us_image {
	padding-top:40%;
}
.why_us_image svg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	
}
.why_us_content h3 {
	padding-top:30px;
	line-height:27px;
	color: #2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:21px;
	text-align:center;
}
.why_us_content .content {
	padding-top: 40px;
	text-align:center;
}


.forum_block {
	padding:100px 0px;
}
.forum_block h2 {
	line-height:38px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.forum_block .teaser {
	margin: auto;
	padding-top: 40px;
	max-width: 800px;
	line-height: 28px;
	color: white;
	font-family: 'Ubuntu_Bold';
	font-weight: bold;
	font-size: 19px;
	text-align: center;
}

.news_block {
	padding-top:100px;
	background-color:white;
}
.news_block h2 {
	line-height:38px;
	color: #2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.news_block .blog_list_block {
	padding-bottom: 0px;
}

.super_list {
	/*padding-bottom:100px;*/
}
.super_list_block {
	padding-top:120px;
}
.super_list_block_table {
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.super_list_block_table_cell {
	display:table-cell;
	text-align:left;
	vertical-align:top;
}
.super_list_block_table_cell.image {
	width:50%;
}
.super_list_block_table_cell .product_logo {
	margin-right:100px;
	padding-bottom:60px;
	text-align:left;
}
.super_list_block_table_cell .product_logo svg,
.super_list_block_table_cell .product_logo img {
	display:block;
	max-width:100%;
}
.super_list_block_table_cell .product_logo svg {
	width:260px;
	height:100px;
}
.super_list_block_table_cell .product_logo img {
	width:auto;
	height:auto;
	max-height:200px;
}

.super_list_block_table_cell .image_div {
	margin-right:100px;
	text-align:center;
}
.super_list_block_table_cell .image_div svg {
	display:block;
	margin:auto;
	width:200px;
	height:200px;
	max-width:100%;
}
.super_list_block_table_cell .image_div img {
	margin:auto;
	max-width:100%;
	height:auto;
}
.super_list_block_table_cell h1,
.super_list_block_table_cell h2,
.super_list_block_table_cell h2 a {
	line-height:38px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:left;
}
.super_list_block_table_cell h2 a:hover {
	color:#A6CE39;
	text-decoration:none;
}
.super_list_block_table_cell .content {
	padding-top: 20px;   
}

.technical_info {
	display:inline-block;
	margin-top:20px;
	padding-right:40px;
	line-height:20px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:15px;
	text-align:right;
}
.technical_info:hover {
	color:#A6CE39;
	text-decoration:none;
}
.technical_info:before {
	content:"";
	position:absolute;
	margin-top:-14px;
	top:50%;
	right:0px;
	width:27px;
	height:25px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('/css/images/pdf_color.svg');
	background-size:contain;
}
.technical_info svg {
	position:absolute;
	margin-top:-14px;
	top:50%;
	right:0px;
	width:27px;
	height:25px;
}
.technical_info svg path {
	fill:#A6CE39;
}

.super_list_block_links_title {
	padding-top:60px;
	line-height:23px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:15px;
	text-align:left;
}
.gray_content {
	margin-top:40px;
	padding:35px;
	line-height:23px;
	color:#2E3192;
	font-size:15px;
	text-align:justify;
	background-color:#f6f6f6;
}
.gray_content:after {
	content:"";
	display:inline-block;
	width:100%;
}
.gray_content p {
	display:inline-block;
	padding-left:14px;
	padding-bottom:20px;
	vertical-align:top;
}
.gray_content p:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: #2E3192;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.gray_content b,
.gray_content strong {
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
}
.super_list_block_links_table {
	display:table;
	margin-top:20px;
	width:100%;
	border-collapse:separate;
	border-spacing:35px;
	background-color:#f6f6f6;
}
.super_list_block_links_table_cell {
	display:table-cell;
	width:50%;
	text-align:left;
	vertical-align:top;
}
.super_list_block_links_table_cell a {
	display:inline-block;
	padding:3px 0px 4px 0px;
	line-height:20px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:15px;
	text-align:left;
}
.super_list_block_links_table_cell a:hover {
	color:#A6CE39;
	text-decoration:none;
}
.super_list_block_links_table_cell a svg {
	display:inline-block;
	margin-left: 5px;
	width:8px;
	height:8px;
	vertical-align:middle;
}
.super_list_block_links_table_cell a svg path {
	fill:#A6CE39;
}

#blog_expert_table {
	display:table;
	margin:auto auto -140px auto;
	border-collapse:separate;
	border-spacing:0px;
}
.blog_expert_table_cell {
	display:table-cell;
	width:50%;
	text-align:left;
	vertical-align:bottom;
}
.blog_expert_table_cell:first-child {
	padding-left:100px;
}
.blog_expert_image {
	margin-top:-100px;
	padding-top:101%;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:contain;
}
.blog_expert_content {
	padding:100px 0px 100px 70px;
}
.blog_expert_content h4 {
	line-height:28px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:19px;
	text-align:left;
}
#page_header .blog_expert_content .teaser {
	padding:0px;
	max-width:none;
	line-height:20px;
	color:white;
	font-family: 'Ubuntu';
	font-weight:normal;
	font-size:13px;
	text-align:left;
	text-transform:uppercase;
}
.blog_expert_content .content {
	padding-top: 10px;
	color: white;
}


.blog_cats {
	position:absolute;
	top:30px;
	right:40px;
	
	height: 40px;
	line-height: 40px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	text-transform: uppercase;
	cursor:pointer;
	z-index:5;
}
.blog_cats svg {
	display: inline-block;
	margin-left: 5px;
	width: 10px;
	height: 10px;
}
.blog_cats svg path {
	fill:#2E3192;
}
.blog_cats_drop {
	position:absolute;
	display:none;
	top:100%;
	right:0px;
	min-width:100%;
	background:white;
}
.blog_cats.open .blog_cats_drop {
	display:block;
}
.blog_cats_drop a {
	display:block;
	padding:10px 30px;
	line-height:20px;
	color:#2E3192;
	font-family: 'Ubuntu';
	font-weight:normal;
	font-size:16px;
	text-align:left;
	text-transform:none;
	white-space:nowrap;
}
.blog_cats_drop a:hover,
.blog_cats_drop a.active {
	color:white;
	text-decoration:none;
	background:#A6CE39;
}
.blog_cats_drop a.active {
	font-family: 'Ubuntu_Bold';
	font-weight: bold;
}




.blog_list {
	margin-left:-100px;
	padding:100px 0px 0px 0px;
}
.blog_list_block {
	float:left;
	padding-bottom:70px;
	width:50%;
}
.blog_list_block.item0 {
	clear:both;
}
.blog_list_div {
	margin-left:100px;
	padding:0px 20px 20px 20px;
}
.blog_list_image_link {
	display:block;
	margin:0px -20px;
	padding-top:54%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.blog_list_div h1,
.blog_list_div h1 a {
	line-height:27px;
	color:#2E3192;
	font-weight:normal;
	font-size:21px;
	text-align:left;
}
.blog_list_div h1 {
	padding-top:20px;
}
.blog_list_div h1 a:hover {
	color:#A6CE39;
	text-decoration:none;
}
.date {
	line-height:20px;
	color:#2E3192;
	font-size:12px;
	text-align:left;
}
.blog_single {
	padding:100px 0px;
}
.blog_single h1 {
	line-height:40px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:left;
}
.blog_single .date {
	color:#2E3192;
}
.blog_single .content {
	padding-top:20px;
}
.blog_single .blog_image {
	padding-top:40px;
}
.blog_single .blog_image img {
	max-width:100%;
	height:auto;
}
#read_comments {
	padding:40px 0px;
}
.post_comment_h2 {
	float:left;
	line-height:38px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:21px;
	text-align:left;
}
.auth {
	float:right;
}
.authorize_for_comment {
	display:inline-block;
	line-height:38px;
	color:#2E3192;
	font-size:15px;
	white-space:nowrap;
	text-align:right;
	vertical-align:middle;
}
.authenticate {
	display:inline-block;
	text-align:left;
	vertical-align:top;
}
.authenticate table,
.authenticate table tbody,
.authenticate table tr,
.authenticate table tr td,
.authenticate table tr td a {
	display:inline-block;
}
.authenticate table tr td a {
	margin-left:10px;
	width:38px;
	height:38px;
}
.authenticate table tr td a svg {
	display:block;
	width:100%;
	height:100%;
}
.authenticate table tr td a svg path {
	fill:#2E3192;
}


.attributes {
	padding-top:20px;
}
.attributes:after {
	content:"";
	display:block;
	clear:both;
}
.attributes .date {
	float:left;
}
.post_attributes {
	padding-top:40px;
	text-align:right;
}
.attributes .post_attributes {
	float:right;
	padding-top:0px;
}
.post_attributes .post_attribute {
	display:inline-block;
	margin-left:12px;
	line-height:20px;
	color:#2E3192;
	font-size:12px;
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
}
.post_attributes .post_attribute .icon {
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align:middle;
}
.post_attributes .post_attribute .icon svg {
	display:block;
	width:100%;
	height:100%;
}
.post_attributes .post_attribute .icon svg path {
	fill:#2E3192;
}
.blog_post_comments_block {
	clear:both;
}
.comments {
	clear:both;
	padding-top:30px;
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.comments .photo,
.comments .split,
.comments .right {
	display:table-cell;
	text-align:right;
	vertical-align:top;
}
.comments .photo {
	width:83px;
}
.comments .photo div {
	padding-top:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
	-webkit-border-radius:	50%;
	-moz-border-radius:	50%;
	-ms-border-radius:	50%;
	-o-border-radius:	50%;
	border-radius:		50%;
}
.comments .split {
	width:24px;
}
.comments .right h3 {
	padding-top:30px;
	line-height:20px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:16px;
	text-align:left;
}
.comments .right #comment {
	margin-top:20px;
	padding:10px 14px;
	width:100%;
	height:100px;
	line-height:23px;
	font-family:inherit;
	font-size:15px;
	border:1px solid #2E3192;
	background:#f6f6f6;
	resize:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.comments .right #comment::-webkit-input-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.comments .right #comment:-moz-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.comments .right #comment::-moz-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.comments .right #comment:-ms-input-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.comments .right #comment:placeholder-shown {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}

.comments .right .date {
	color:#2E3192;
}
.comments .right .text {
	padding-top:20px;
	line-height:23px;
	color:#2E3192;
	font-size:15px;
	text-align:left;
}

.comments .right #add_comment {
	display:inline-block;
	margin-top:14px;
	padding:10px 30px;
	line-height:20px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-transform:uppercase;
	background:#A6CE39;
	
	-webkit-border-radius:	20px;
	-moz-border-radius:	20px;
	-ms-border-radius:	20px;
	-o-border-radius:	20px;
	border-radius:		20px;
}



/*********************************************/
#question_block {
	position:fixed;
	top:100%;
	right:0px;
	background:rgba(0,0,0,0.1);
	z-index: 51;
}
#question_form_div {
	position:absolute;
	right:0px;
	bottom:0px;
	min-width:300px;
	background:white;
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#question_block.open #question_form_div {
	bottom:100%;
}
#question_form {	
	padding:20px 30px 40px 30px;
	border-top:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#question_form_header {
	position:absolute;
	bottom:100%;
	right:0px;
	left:-1px;
	background:#A6CE39;
	
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
}
#question_form_header:hover {
	background:#94b736;
}
#question_form_header:before {
	content:"";
	position:absolute;
	top:0px;
	right:50px;
	width:1px;
	height:100%;
	background:rgba(255,255,255,0.4);
}
#question_form_header h2 {
	padding:0px 81px 0px 30px;
	line-height:50px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
	white-space:nowrap;
	cursor:pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#question_form_header h2:before {
	content:"";
	position:absolute;
	margin-top:-2px;
	margin-right:-6px;
	top:50%;
	right:25px;
	width:12px;
	height:4px;
	background:white;
}
#question_form_header h2:after {
	content:"";
	position:absolute;
	margin-top:-6px;
	margin-right:-2px;
	top:50%;
	right:25px;
	width:4px;
	height:12px;
	background:white;
	
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}
#question_block.open #question_form_header h2:after {
	margin-top:-2px;
	margin-right:-6px;
	width:12px;
	height:4px;
}

.contact_form_line_div {
	clear:both;
	padding-top:20px;
}
.contact_form_line_div.hidden {
	display:none;
}
.contact_form_line_div .error {
	position:absolute;
	top:0px;
	right:0px;
	line-height:20px;
	font-size:15px;
}
.contact_form_line_div input,
.contact_form_line_div textarea {
	padding: 10px 14px;
	width: 100%;
	height: 44px;
	line-height: 24px;
	color: #2E3192;
	font-family:inherit;
	font-size: 15px;
	text-align: left;
	border: 1px solid transparent;
	background: #ebebeb;
	outline: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact_form_line_div textarea {
	height:100px;
	resize:none;
}
.contact_form_line_div input:focus,
.contact_form_line_div textarea:focus {
	border-color: #A6CE39;
}
#question_form_footer {
	padding-top:40px;
	min-height:54px;
	text-align:center;
}
#question_submit_button {
	display: inline-block;
	padding: 17px 40px;
	line-height: 20px;
	color: white;
	font-family: 'Ubuntu_Bold';
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	background: #A6CE39;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	-ms-border-radius: 27px;
	-o-border-radius: 27px;
	border-radius: 27px;
}
#question_submit_button:hover {
	background:#94b736;
	text-decoration:none;
}
#question_loading_image {
	display:block;
	margin:auto;
	width:auto;
	height:54px;
}
#question_form_over {
	position:absolute;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:white;
}
.contact_form_over_table {
	display:table;
	width:100%;
	height:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.contact_form_over_table .contact_form_over_table_cell {
	display:table-cell;
	padding:0px 20px;
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
}
.contact_form_over_table .contact_form_over_table_cell svg {
	display:block;
	margin:auto;
	width:100px;
	height:100px;
}
.contact_form_over_table .contact_form_over_table_cell svg path {
	fill:#A6CE39;
}
.contact_form_over_table .contact_form_over_table_cell h3 {
	padding-top: 20px;
	line-height: 34px;
	color: #2E3192;
	font-weight: normal;
	font-size: 30px;
	text-align: center;
}
.contact_form_over_table .contact_form_over_table_cell .content {
	padding-top: 40px;
	line-height:28px;
	color:#2E3192;
	font-size:20px;
	text-align:center;
}
/**********************************************************/


#calculator_input_table {
	display:table;
	margin:auto;
	width: 100%;
	border-collapse:separate;
	border-spacing:0px;
}
.calculator_input_table_cell {
	display:table-cell;
	padding-top:100px;
	padding-left:7%;
	width:50%;
	text-align:center;
	vertical-align:bottom;
}
.calculator_input_table_cell:first-child {
	padding-left:0px;
	padding-right:7%;
}
.calculator_input_table_cell h3 {
	padding-bottom:20px;
	line-height:23px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:19px;
	text-align:center;
}
.calculator_input_table_cell input {
	padding:0px 14px;
	width:100%;
	height:44px;
	line-height:42px;
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	font-size:15px;
	text-align:center;
	border:1px solid transparent;
	background:#ebebeb;
	outline:none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.calculator_input_table_cell input::-webkit-input-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.calculator_input_table_cell input:-moz-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.calculator_input_table_cell input::-moz-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.calculator_input_table_cell input:-ms-input-placeholder {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.calculator_input_table_cell input:placeholder-shown {
	color:#2E3192;
	font-family: 'Ubuntu_Italic';
	font-style:italic;
	opacity:  1;
}
.calculator_input_table_cell input:focus {
	border-color:#A6CE39;
}
#insulates {
	font-size:0;
	font-size:0px;
}
.insulate_block {
	display:inline-block;
	margin-top:100px;
}
.insulate {
	display:block;
	margin-left:30%;
	line-height:23px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:19px;
	text-align:center;
}
.insulate:hover,
.insulate.active {
	color:#A6CE39;
	text-decoration:none;
}
.insulate .circle {
	display:block;
	margin-top:20px;
	padding-top:100%;
	
	background:rgba(0,0,0,0.2);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	
	-webkit-border-radius:	50%;
	-moz-border-radius:	50%;
	-ms-border-radius:	50%;
	-o-border-radius:	50%;
	border-radius:		50%;
}
.insulate .circle:before {
	content:"";
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.68);
	
	-webkit-border-radius:	50%;
	-moz-border-radius:	50%;
	-ms-border-radius:	50%;
	-o-border-radius:	50%;
	border-radius:		50%;
}
.insulate.active .circle:before {
	display:block;
}
.insulate .circle svg {
	display:none;
	position:absolute;
	margin-left:-15px;
	margin-top:-11px;
	top:50%;
	left:50%;
	width:30px;
	height:22px;
}
.insulate .circle svg path {
	fill:#A6CE39;
}
.insulate.active .circle svg {
	display:block;
}
body.calculator .content table {
	margin:auto;
}



.contacts_table {
	display:table;
	padding-top:100px;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.contacts_table_row {
	display:table-row;
}
.contacts_table_cell {
	display:table-cell;
	padding-top:20px;
	padding-left:20px;
	text-align:left;
	vertical-align:top;
}
.contacts_table_cell:first-child {
	padding-left:0px;
}
.contacts_table_cell.cell77 {
	width:77%;
}
.contacts_table_cell.cell54 {
	width:54%;
}
.contacts_table_cell.cell46 {
	width:46%;
}
.contacts_table_cell.cell23 {
	width:23%;
}
.contacts_table_cell h1 {
	line-height:40px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:left;
}
.contacts_table_cell h2 {
	padding-top:40px;
	line-height:30px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:23px;
	text-align:left;
}
.contacts_table_cell .map {
	padding-top:77%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.contacts_table_cell .map iframe {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:none;
}
.contacts_table_cell .content {
	padding-top: 30px;
}




.logo_slider {
	padding:50px 0px;
	
	font-size:0;
	font-size:0px;
	background:white;
	white-space:nowrap;
	overflow:hidden;
}
.logo_slider_div {
	display:inline-block;
	height:100%;
}
.slider_block {
	display:inline-table;
	width:260px;
	height:100%;
	vertical-align:middle;
}
.slider_block_content {
	display:table-cell;
	line-height:20px;
	color:#ebebeb;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
}
.slider_block_content:hover {
	color:#2E3192;
}
.slider_block_content svg {
	display:block;
	margin:auto;
	width:70%;
	height:50px;
}
.slider_block_content svg path {
	fill:#ebebeb !important;
}
.slider_block_content:hover svg path {
	fill:#2E3192 !important;
}
/************* FOOTER ***********/
#footer {
	padding:60px 0px;
	background:white;
}
#footer_menu_table {
	display:table;
	margin:auto auto 50px auto;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.footer_menu_table_cell {
	display:table-cell;
	padding:0px 20px;
	width:33.33%;
	text-align:center;
	vertical-align:top;
}
.footer_menu_table_cell:last-child {
	padding-right:0px;
	text-align:right;
}
.footer_menu_table_cell:first-child {
	padding-left:0px;
	text-align:left;
}
.footer_menu_block {
	display:inline-block;
	text-align:left;
	vertical-align:top;
}
.footer_menu_block h3 {
	padding-bottom:20px;
	min-height:54px;
	line-height:27px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:21px;
	text-align:left;
}
.footer_menu {
	
}
.footer_menu_link {
	display:inline-block;
	padding-top:3px;
	padding-bottom:4px;
	line-height:20px;
	color:#2E3192;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:14px;
	text-align:left;
	text-transform:uppercase;
}
.footer_menu_link:hover {
	color:#A6CE39;
	text-decoration:none;
}
.footer_content {
	line-height:27px;
	color:#2E3192;
	font-size:15px;
	text-align:left;
}
.footer_content strong {
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
}

#footer_atributes_table {
	display:table;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
.footer_atributes_table_cell {
	display:table-cell;
	line-height:20px;
	color:#2E3192;
	font-size:14px;
	text-align:right;
	vertical-align:top;
}
.footer_atributes_table_cell:first-child {
	text-align:left;
	vertical-align:middle;
}
.footer_atributes_table_cell .soc {
	display:inline-block;
	margin:3px 0px 3px 10px;
	width:38px;
	height:38px;
	vertical-align:top;
}
.footer_atributes_table_cell .soc svg {
	display:block;
	width:100%;
	height:100%;
}
.footer_atributes_table_cell .soc svg path {
	fill:#2E3192;
}
.footer_atributes_table_cell .soc:hover svg path {
	fill:#A6CE39;
}
#top_menu_burger,
#bottom_menu_burger {
	display:none;
}

#baners {
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:50;
	pointer-events: none;
}
.baner {
	display:block;
	pointer-events: auto;
}
.baner[href] {
	cursor:pointer;
}
.baner.green {
	padding:10px 10px 10px 240px;
	margin-left:20px;
	margin-bottom:20px;
	max-width:440px;
	min-height:160px;
	background:#A6CE39;
}
.baner.green img {
	position:absolute;
	left:0px;
	bottom:0px;
}
.baner.green h2 {
	line-height:44px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:44px;
	text-align:left;
}
.baner.green .teaser {
	line-height:20px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:18px;
	text-align:left;
}
.baner.green .content {
	padding-top:10px;
	line-height:20px;
	color:#06060a;
	font-size:16px;
	text-align:left;
}

.baner.long {
	padding:1px 0px;
	min-height:77px;
	background:gray;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.baner.long .baner_star {
	position:absolute;
	margin-top:-38.5px;
	top:50%;
	left:24px;
	width:77px;
	height:77px;
	line-height:77px;
	color:white;
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
	font-size:34px;
	text-align:center;
}
.baner.long .baner_star svg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
.baner.long .baner_star svg path {
	fill:#A6CE39;
}
.baner.long .content {
	padding:9px 320px 9px 20px;
	min-height:44px;
	line-height: 22px;
	color: white;
	font-size:18px;
	text-align: left;
}
.baner.long .content.star {
	padding-left:140px;
}
.baner.long .content p,
.baner.green .content p {
	margin:0px;
}
.baner.long .content b,
.baner.long .content strong,
.baner.green .content b,
.baner.green .content strong {
	font-family: 'Ubuntu_Bold';
	font-weight:bold;
}
.baner.long .content table {
	margin:0px;
}
.baner.long .content table td {
    padding: 0px 0px 0px 60px;
    text-align: left;
    vertical-align: middle;
    border:none;
}
.baner.long .content table td:first-child {
	padding-left:0px;
}
.baner.long .intro_content {
	margin-bottom:-1px;
	padding:1px 320px 1px 20px;
	line-height: 14px;
	color: black;
	font-size: 12px;
	text-align: left;
	background:white;
}
.baner.long .intro_content.star {
	padding-left:140px;
}


.baner .close {
	position:absolute;
	top:0px;
	right:0px;
	padding:7px;
}
.baner .close svg {
	display:block;
	width:17px;
	height:17px;
}
.baner .close svg polygon {
	fill:white;
}

/* 1024 - 1280 */
@media screen and (max-width: 1279px) {
	.page {
		padding: 0px 30px;
	}
	.blog_cats {
		right: 30px;
	}
	.content table {
		display:block;
		max-width:100%;
		overflow:hidden;
		overflow-x:auto;
	}
	.content table>tbody {
		display:table;
	}
	#header_search #search_results {
		max-width:1024px;
	}
}

/* 768 - 1024 */
@media screen and (max-width: 1023px) {
	.page {
		padding: 0px 12px;
	}
	.blog_cats {
		right: 12px;
	}
	#top_menu_burger,
	#bottom_menu_burger {
		position:relative;
		display:inline-block;
		top:auto;
		right:auto;
	}
	#header.top_menu_open #top_menu_burger,
	#header.bottom_menu_open #bottom_menu_burger {
		position:fixed;
		top:33.5px;
		right:12px;
		z-index:6;
	}
	#top_menu_burger span {
		display:block;
		margin-top:9px;
		width:44px;
		height:5px;
		background:#2E3192;
	}
	#top_menu_burger span:first-child {
		margin-top:0px;
	}
	#header.top_menu_open #top_menu_burger span {
		display:none;
	}
	#bottom_menu_burger span {
		display:block;
		margin-top:6px;
	}
	#bottom_menu_burger span:first-child {
		margin-top:0px;
	}
	#bottom_menu_burger span:after {
		content:"";
		display:block;
		clear:both;
	}
	#bottom_menu_burger span span {
		float:left;
		margin-top:0px;
		margin-left:6px;
		width:7px;
		height:7px;
		background:white;
	}
	#bottom_menu_burger span span:first-child {
		margin-left:0px;
	}
	#bottom_menu_burger span span:after {
		display:none;
	}
	#header.bottom_menu_open #bottom_menu_burger span {
		display:none;
	}
	#top_menu_burger svg,
	#bottom_menu_burger svg {
		display:none;
		width:44px;
		height:33px;
	}
	#top_menu_burger svg polygon,
	#bottom_menu_burger svg polygon {
		fill:white;
	}
	#header.top_menu_open #top_menu_burger svg,
	#header.bottom_menu_open #bottom_menu_burger svg {
		display:block;
	}
	#top_menu_div,
	#bottom_menu_div {
		display:none;
		position:fixed;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		background:#2E3192;
		overflow-y:auto;
		z-index:5;
	}
	#header.top_menu_open #top_menu_div,
	#header.bottom_menu_open #bottom_menu_div {
		display:block;
	}
	#top_menu_block,
	#bottom_menu_block {
		display:table;
		width:100%;
		height:100%;
	}
	#top_menu_table,
	#bottom_menu_table {
		display:table-cell;
		padding:100px 0px;
		text-align:left;
		vertical-align:top;
	}
	#bottom_menu_table {
		vertical-align:middle;
	}
	.top_menu_table_cell,
	.bottom_menu_table_cell {
		display: block;
		text-align: left;
	}
	.top_menu_link,
	.top_menu_table_cell:last-child .top_menu_link {
		padding: 30px 12px;
		line-height: 60px;
		color: white;
		font-size: 35px;
		text-align: left;
	}
	.top_menu_link:hover {
		color: white;
	}
	.top_menu_link.active,
	.top_menu_table_cell:last-child .top_menu_link.active {
		color: #A6CE39;
	}
	.header_bottom_table_cell {
		width: 50%;
	}
	.bottom_menu_link_block {
		height: auto;
		border-top:1px solid #2E3192;
	}
	.bottom_menu_link_table {
		display: block;
		width: auto;
		height: auto;
	}
	.bottom_menu_link_table_cell {
		display: inline-block;
		padding: 30px 12px;
	}
	.bottom_menu_link {
		display: block;
		padding-right: 50px;
		line-height: 60px;
		font-size: 35px;
	}
	.bottom_menu_link svg,
	.sub_menu .bottom_menu_link svg {
		position:absolute;
		display:block;
		margin-top: -15px;
		margin-left:0px;
		top: 50%;
		right: 0px;
		width: 30px;
		height: 30px;		
	}
	.bottom_menu_link svg {
		-webkit-transform:	rotate(-90deg);
		-moz-transform:		rotate(-90deg);
		-ms-transform:		rotate(-90deg);
		-o-transform:		rotate(-90deg);
		transform:		rotate(-90deg);
	}
	.bottom_menu_link_block:hover .bottom_menu_link {
		color:white;
	}
	.bottom_menu_link_block.active .bottom_menu_link {
		color:#A6CE39;
	}
	.bottom_menu_link_block.opened .bottom_menu_link svg {
		-webkit-transform:	rotate(0deg);
		-moz-transform:		rotate(0deg);
		-ms-transform:		rotate(0deg);
		-o-transform:		rotate(0deg);
		transform:		rotate(0deg);
	}
	.bottom_menu_link_block:hover .bottom_menu_link svg path {
		fill:white;
	}
	.bottom_menu_link_block.active .bottom_menu_link svg path {
		fill:#A6CE39;
	}
	.bottom_menu_link_block .sub_menu {
		position: relative;
		top: auto;
		left: auto;
		border:none;
	}
	.bottom_menu_link_block:hover>.sub_menu {
		display:none;
	}
	.bottom_menu_link_block.opened>.sub_menu {
		display:block;
	}
	.sub_menu .bottom_menu_link_block {
		height: auto;
	}
	.sub_menu .bottom_menu_link_block:hover {
		background:none;
	}
	.sub_menu .bottom_menu_link_block.active {
		background:#A6CE39;
	}
	.sub_menu .bottom_menu_link_block .bottom_menu_link {
		padding-left: 40px;
		color:#2E3192;
		font-size: 30px;
		white-space: normal;
	}
	.sub_menu .bottom_menu_link_block .bottom_menu_link svg {
		-webkit-transform:	rotate(0deg);
		-moz-transform:		rotate(0deg);
		-ms-transform:		rotate(0deg);
		-o-transform:		rotate(0deg);
		transform:		rotate(0deg);
	}
	.sub_menu .bottom_menu_link_block .bottom_menu_link svg path {
		fill:#2E3192;
	}
	.sub_menu .bottom_menu_link_block:hover .bottom_menu_link {
		color:#2E3192;
	}
	.sub_menu .bottom_menu_link_block.active .bottom_menu_link {
		color:white;	
	}
	.sub_menu .bottom_menu_link_block.opened .bottom_menu_link svg {
		-webkit-transform:	rotate(90deg);
		-moz-transform:		rotate(90deg);
		-ms-transform:		rotate(90deg);
		-o-transform:		rotate(90deg);
		transform:		rotate(90deg);
	}	
	.sub_menu .bottom_menu_link_block:hover .bottom_menu_link svg path {
		fill:#2E3192;
	}
	.sub_menu .bottom_menu_link_block.active .bottom_menu_link svg path {
		fill:white;
	}
	.sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link {
		padding-left: 80px;
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link {
		color:#2E3192;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link {
		color:#2E3192;
	}
	.sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link svg {
		-webkit-transform:	rotate(0deg);
		-moz-transform:		rotate(0deg);
		-ms-transform:		rotate(0deg);
		-o-transform:		rotate(0deg);
		transform:		rotate(0deg);
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link svg path {
		fill:red;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link svg path,
	.sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link svg path {
		fill:#2E3192;
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link {
		color:#2E3192;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link {
		color:white;	
	}
	.sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link_block.opened .bottom_menu_link svg {
		-webkit-transform:	rotate(90deg);
		-moz-transform:		rotate(90deg);
		-ms-transform:		rotate(90deg);
		-o-transform:		rotate(90deg);
		transform:		rotate(90deg);
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link svg path {
		fill:#2E3192;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link svg path {
		fill:white;
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link {
		color:#2E3192;
	}
	.sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link {
		padding-left:100px;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link {
		color:#2E3192;	
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link svg path {
		fill:red;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link svg path,
	.sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link svg path {
		fill:#2E3192;
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link {
		color:#2E3192;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link {
		color:white;
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .bottom_menu_link svg path {
		fill:red;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .bottom_menu_link svg path,
	.sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link_block.opened .bottom_menu_link svg path {
		fill:white;
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link {
		color:green;	
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link,
	.sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link {
		color:#2E3192;	
	}
	.sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link_block:hover .sub_menu .bottom_menu_link svg path {
		fill:red;
	}
	.sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link_block.active .sub_menu .bottom_menu_link svg path,
	.sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link_block.opened .sub_menu .bottom_menu_link svg path {
		fill:#2E3192;
	}
	
	.sub_menu .bottom_menu_link_block .sub_menu {
		margin-top:0px;
		top: auto;
		left: auto;
	}
	
	#blog_expert_table {
		display: block;
		margin: auto;
	}
	.blog_expert_table_cell {
		display: block;
		width: auto;
		text-align: center;
	}
	.blog_expert_table_cell:first-child {
		display:none;
	}
	.blog_expert_content {
		padding: 30px 0px 0px 0px;
	}
	.blog_expert_content h4,
	#page_header .blog_expert_content .teaser,
	.blog_expert_content .content {
		text-align: center;
	}
	.blog_expert_content .content {
		margin:auto;
		max-width:380px;
	}
	.blog_list {
		margin-left: -24px;
	}
	.blog_list_div {
		margin-left: 24px;
	}
	#page_header h1,
	#page_header h2 {
		line-height: 70px;
		font-size: 60px;
	}
	#page_header .teaser {
		padding-top: 30px;
		line-height: 32px;
		font-size: 23px;
	}
	/*
	.service_types_menu {
		    margin-left: 0px;
	}
	.service_types_menu_table {
		display: block;
		width: auto;
		border:none;
	}
	.service_types_menu_table_cell {
		display: block;
		padding: 30px 0px;
		width:auto !important;
		border-left: none;
		border-bottom: 1px solid #ebebeb;
	}
	.service_types_menu_table_cell:hover {
		background-color: none;
	}
	.service_types_menu_table_cell .image {
		display: block;
		margin: auto;
		padding-top: 0px;
		width:200px;
		height:200px;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: contain;
	}
	*/
	
	
	
	.experts_block_table {
		display: block;
		width: auto;
	}
	.experts_block_table_cell {
		display: block;
		padding: 0px 0px 80% 0px;
		width: auto;
		text-align: center;
	}
	.exp_content h3,
	.exp_content .teaser,
	.exp_content .content {
		text-align: center;
	}
	.experts_block_table_cell:first-child {
		position:absolute;
		left:0px;
		bottom:0px;
		width:100%;
		padding:0px;
	}
	.exp_arrow {
		margin-bottom: 40px;
	}
	.why_us_div {
		margin-top: 0px;
		margin-left: 0px;
	}
	.why_us_box {
		display: block;
		padding-top:50px;
		padding-left: 0px;
		width: auto !important;
		max-width: none;
	}
	.why_us_image {
		padding-top: 100px;
	}
	.super_list_block {
		padding-top: 100px;
	}
	.super_list_block_table {
		display: block;
		width: auto;
	}
	.super_list_block_table_cell {
		display: block;
	}
	.super_list_block_table_cell.image {
		margin-bottom:50px;
		width:auto;
	}
	.super_list_block_table_cell .image_div {
		margin-right: 0px;
	}
	.super_list_block_table_cell .product_logo {
		margin-right: 0px;
		padding-bottom: 0px;
		text-align: center;
	}
	.super_list_block_table_cell .product_logo svg {
		margin:auto;
	}
	#header_search #search_results {
		max-width:768px;
	}
}
/* 320 - 768 */
@media screen and (max-width: 767px) {
	body {
		min-width:320px;
	}
	#header_top_table {
		height: 80px;
	}
	#logo {
		display: inline-block;
		margin-right: 12px;
		width: 107px;
		height: 51px;
	}
	.info_block {
		display:none;
		margin-right: 12px;
		height: 22px;
		line-height: 22px;
		font-size: 13px;
	}
	.info_block.phone {
		display:inline-block;
	}
	.info_block svg {
		width: 22px;
		height: 22px;
	}
	.info_block span {
		margin-left: 5px;
	}
	#header.top_menu_open #top_menu_burger,
	#header.bottom_menu_open #bottom_menu_burger {
		top: 29px;
	}
	#top_menu_burger span {
		margin-top: 5px;
		width: 30px;
		height: 4px;
	}
	#top_menu_burger svg,
	#bottom_menu_burger svg {
		width: 30px;
		height: 22px;
	}
	.header_bottom_table_cell {
		width: auto;
	}
	.header_bottom_table_cell:first-child {
		width: 35px;
	}
	#bottom_menu_burger span {
		margin-top: 4px;
	}
	#bottom_menu_burger span span {
		margin-left: 4px;
		width: 5px;
		height: 5px;
	}
	#header_search svg {
		left: 12px;
	}
	#header_search input {
		padding-left: 46px;
		height: 48px;
		font-size: 14px;
	}
	#header_search #search_results {
		margin-left:-47px;
		left:0px;
	}
	#header_search #search_results .search_results_box {
		padding: 12px 0px;
		max-height: 260px;
		border-left:none;
		border-right:none;
	}
	#header_search #search_results .search_results_box .search_results_box_link {
		padding: 7px 12px;
		white-space: normal;
	}
	.contacts_table,
	.contacts_table tbody,
	.contacts_table_row {
		display: block;
		padding-top: 0px;
		width: auto;
	}
	.contacts_table_cell {
		display: block;
		padding-top: 0px;
		padding-left: 0px;
		width:auto !important;
	}
	.contacts_table_cell h1 {
		padding-top: 50px;
		font-size: 30px;
	}
	.contacts_table_cell .content {
		padding:30px 0px;
	}
	.contacts_table_cell .map {
		margin-top: 10px;
	}
	#page_header h1,
	#page_header h2 {		
		line-height: 40px;
		font-size: 35px;
		/*text-align: left;*/
	}
	#page_header h1 {
		padding-top: 80px;
	}
	.blog_expert_table_cell {
		text-align: left;
	}
	.blog_expert_content {
		padding: 0px;
	}
	.blog_expert_content h4,
	#page_header .blog_expert_content .teaser,
	.blog_expert_content .content {
		text-align: left;
	}
	.blog_list {
		margin-left: 0px;
	}
	.blog_list_block {
		float: none;
		padding-bottom: 50px;
		width:auto;
	}
	.blog_list_div {
		margin-left: 0px;
		padding: 0px 12px 12px 12px;
	}
	.blog_list_image_link {
		display: block;
		margin: 0px -12px;
		padding-top: 54%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.blog_list_div h1,
	.blog_list_div h1 a {
		line-height: 24px;
		font-size: 20px;
		text-align: center;
	}
	.blog_single {
		padding: 50px 0px;
	}
	.blog_single h1 {
		line-height: 35px;
		font-size: 30px;
	}
	.service_types_menu {
		margin-left: 0px;
	}
	.service_types_menu_table {
		display: block;
		width: auto;
		border-bottom: none;
	}
	.service_types_menu_table_cell {
		display: block;
		padding: 20px 12px; 
		width:auto !important;
		border-left: none;
		border-bottom: 1px solid #ebebeb;
	}
	.service_types_menu_table_cell .image {
		margin-top: 0px;
	}
	.news_block .blog_list_block {
		padding-bottom: 50px;
	}
	.super_list_block_links_table {
		display: block;
		width: auto;
		border-spacing: 0px;
	}
	.super_list_block_links_table_cell {
		display: block;
		padding:12px;
		width: auto !important;
	}
	#page_header .product_logo {
		margin-bottom: 0px;
	}
	
	.top_menu_link,
	.top_menu_table_cell:last-child .top_menu_link {
		padding: 15px 12px;
		line-height: 30px;
		font-size: 20px;
	}
	.bottom_menu_link_table_cell {
		padding: 20px 12px;
	}
	.bottom_menu_link {
		padding-right: 30px;
		line-height: 30px;
		font-size: 20px;
	}
	.bottom_menu_link svg, .sub_menu .bottom_menu_link svg {
		margin-top: -8px;
		width: 16px;
		height: 16px;
	}
	.bottom_menu_link_table_cell {
		padding: 15px 12px;
	}
	.sub_menu .bottom_menu_link_block .bottom_menu_link {
		padding-left: 20px;
		line-height:20px;
		font-size: 15px;
	}
	.sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link {
		padding-left: 40px;
	}
	.sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link_block .sub_menu .bottom_menu_link {
		padding-left:60px;
	}
	
	
	
	
	
	
	
	
	
	#footer {
		padding-top:0px;
	}
	#footer_menu_table {
		display: block;
		margin:0px;
		width: auto;
	}
	.footer_menu_table_cell,
	.footer_menu_table_cell:first-child,
	.footer_menu_table_cell:last-child {
		display: block;
		padding: 50px 0px 0px 0px;
		width: auto;
		text-align:center;
	}
	.footer_menu_block h3 {
		text-align: center;
	}
	#footer_atributes_table {
		display: block;
		width: auto;
	}
	.footer_atributes_table_cell,
	.footer_atributes_table_cell:first-child {
		display: block;
		padding-top:50px;
		text-align: center;
	}
	#baners {
		display:none;
		bottom:50px;
	}
	.baner.green {
		margin:0px;
		padding:12px;	
	}
	.baner.green img {
		display:none;
	}
}