body {
	background: #1a88af url("../img/bg.png") 0 0 repeat;
}

.g-section {
	padding: 0 19px;
	background: #feffff;
	overflow: hidden;
}

.b-page {
	background: url("../img/bg-glow.png") 50% 0 no-repeat;
}

.b-page-title {
	padding: 0 0 7px 0;
	font-size: 21px;
	font-weight: bold;
	color: #00090f;
}

.b-wrapper {
	width: 997px;
	margin: 0 auto;
}

.b-content {
	padding-bottom: 43px;
	padding-right: 19px;
	padding-left: 19px;
	background: #feffff;
}

.b-content-shadow {
	background: url("../img/content-shadow.png") 50% 100% no-repeat;
	height: 6px;
}

html,
body,
.b-page {
	height: 100%;
}

.b-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -74px;
}

.b-footer,
.b-push {
	height: 74px;
}

.b-header {
	background: #feffff url("../img/header-bg.png") 50% 0 repeat-x;
}

.b-header__top {
	padding: 0 19px;
}

.b-header__logo {
	width: 178px;
	float: left;
	padding-top: 15px;
}

.b-header__phone {
	float: left;	
	padding-top: 19px;
	padding-left: 15px;
	color: #0076D7;
	font-size: 22px;
	line-height: 33px;
	font-weight: bold;
}

.b-header__right {
	float: right;
	width: 227px;
	padding-top: 25px;
}

.b-header__right__socials {
	float: right;
	padding-bottom: 11px;
}

.b-header__right__search {
	float: right;
}

.b-logo {
	padding: 0;
	width: 178px;
}

.b-search {
	width: 225px;
	height: 30px;
	background: #fff url("../img/search-icon.png") 202px 7px no-repeat;
}

.b-search__input {
	float: left;
	padding: 0 10px;
}

.b-search__input input {
	color: #a6aaa3;
	font-size: 13px;
	background: transparent;
	border: none;
	width: 175px;
	height: 30px;
	line-height: 30px;
}

.b-search__input input:focus {
	color: #5a5a5a;
}

.b-search__button {
	float: right;
}

.b-search__button input {
	cursor: pointer;
	background: transparent;
	border: none;
	width: 30px;
	height: 36px;
}

.b-social-buttons__item {
	background: none;
	padding: 0;
	float: left;
	margin-left: 8px;
}

.b-social-buttons__link,
.b-social-buttons__link:visited {
	background-image: url("../img/social-buttons-sprite2.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 25px;
	height: 27px;
	display: block;
}

.b-social-buttons__link:hover {
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
}

.b-social-buttons__rss {
	background-position: 0 0px;
}

.b-social-buttons__fb {
	background-position: 0 -102px;
}

.b-social-buttons__tw {
	background-position: 0 -204px;
}

.b-social-buttons__vk {
	background-position: 0 -307px;
}

.b-social-buttons__plus {
	background-position: 0 -409px;
}

.b-social-buttons__ok {
	background-position: 0 -511px;
}

.b-top-menu {
	background: url("../img/top-menu-bg.png") 50% 0 no-repeat;
	padding: 8px 20px;
}

.b-top-menu table {
	width: 100%;
	margin: 0;
}

.b-top-menu__item {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	background: url("../img/top-menu-separator.png") 100% 0 repeat-y;
	border: none;
}

.b-top-menu__item_last {
	background: none;
}

.b-top-menu a,
.b-top-menu a:visited {
	display: block;
	padding: 1px 10px 1px;
	text-align: center;
	color: #122902;
	text-decoration: none;
}

.b-top-menu a:hover {
	color: #e45368;
	text-decoration: underline;
}

.g-two-coll__left {
	width: 455px;
	float: left;
}

.g-two-coll__right {
	width: 455px;
	float: right;
}

.b-line-title {
	padding: 0;
	font-size: 21px;
	font-weight: bold;
	color: #00090f;
	background: url("../img/grey-line.png") 0 50% repeat-x;
}

.b-line-title span {
	background: #feffff;
	padding-right: 7px;
}

.b-image-slider {
	width: 713px;
	height: 366px;
	margin-bottom: 19px;
	margin-top: 20px;
}

.b-slides {
	overflow: hidden;
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	border: 1px solid #d9d9d9;
	padding: 1px;
	background: #fff;
}

.b-slides__slide-item {
	position: absolute;
	display: none;
	padding: 0;
	background: none;
}

.b-slides-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999;
}

.b-slides-controls_v-centered .b-slides-controls__item {
	top: 162px;
	position: absolute;
}

.b-slides-controls__item {
	padding: 0;
	background: none;
}

.b-slides-controls__link {
	background-image: url("../img/image-slider-buttons-sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	display: block;
	text-indent: -9999px;
}

.b-slides-controls__prev {
	left: -20px;
}

.b-slides-controls__prev a,
.b-slides-controls__prev a:visited {
	background-position: 0 0;
}

.b-slides-controls__next {
	right: -20px;
}

.b-slides-controls__next a,
.b-slides-controls__next a:visited {
	background-position: 0 100%;
}

.b-slides-markers {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 0px;
	width: 200px;
	text-align: right;
}

.b-slides-markers__item {
	list-style: none;
	display: inline-block;
	padding-left: 7px;
	width: 13px;
	height: 13px;
}

*:first-child+html .b-slides-markers__item {
	zoom: 1;
	display: inline;
}

.b-slides-markers__link {
	display: inline-block;
	background: url("../img/slider-controls-sprite.png") 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 13px;
	height: 13px;
}

.b-slides-markers_active a,
.b-slides-markers_active a:visited {
	background-position: 0 -134px;
}

.b-slides-markers_h-centered {
	text-align: center;
}

.b-slides-caption {
	max-width: 390px;
	margin: 0 0 10px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	max-width: 390px;
}

.b-slides-caption span {
	line-height: 29px;
	background: #fff;
	-webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
	padding: 4px 0;
}

.b-catalog__sidebar {
	width: 165px;
	float: left;
}

.b-catalog__content {
	width: 776px;
	float: right;
}

.b-catalog-menu {
	padding-bottom: 40px;
}

.b-catalog-menu__title {
	padding: 0;
	color: #00090f;
	font-size: 21px;
	font-weight: bold;
}

.b-catalog-menu__item {
	padding: 0;
	background: none;
	font-size: 14px;
	line-height: 15px;
	border-top: 1px dashed #d6d6d6;
}

.b-catalog-menu__item a,
.b-catalog-menu__item a:visited {
	color: #006a93;
	text-decoration: none;
	display: block;
	padding: 12px 5px 13px 5px;
}

.b-catalog-menu__item_active,
.b-catalog-menu__item:hover {
	background: #00a8f2;
	background: -webkit-linear-gradient(left, #00a8f2 0%, #0079d9 100%);
	background: -moz-linear-gradient(left, #00a8f2 0%, #0079d9 100%);
	background: -o-linear-gradient(left, #00a8f2 0%, #0079d9 100%);
	background: -ms-linear-gradient(left, #00a8f2 0%, #0079d9 100%);
	background: linear-gradient(to right, #00a8f2 0%, #0079d9 100%);
	border-color: transparent;
}

.b-catalog-menu__item_active a,
.b-catalog-menu__item:hover a,
.b-catalog-menu__item_active a:visited,
.b-catalog-menu__item:hover a:visited {
	color: #fff;
}

.b-catalog-menu__item_active a:hover,
.b-catalog-menu__item:hover a:hover {
	text-decoration: underline;
}

.b-catalog-menu__item_active + li,
.b-catalog-menu__item:hover + li {
	border-color: transparent;
}

.b-catalog-menu__item_first {
	border: none;
}

.b-share li {
	float: left;
	padding: 0;
	background: none;
	margin-right: 10px;
}

.b-catalog-grid__top {
	padding-bottom: 12px;
}

.b-catalog-grid__top__title {
	padding: 0;
	color: #00090f;
	font-size: 21px;
	font-weight: bold;
	width: 425px;
	float: left;
}

.b-catalog-grid__top__sort {
	float: right;
	padding-top: 10px;
	width: 345px;
}

.b-catalog-grid__item {
	width: 178px;
	float: left;
	overflow: hidden;
	padding: 0 21px 0 0;
	background: none;
}

.b-catalog-grid__item__image {
	padding: 7px;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.b-catalog-grid__item__image__wp {
	width: 164px;
	height: 140px;
	overflow: hidden;
}

.b-catalog-grid__item__title {
	padding: 0 0 1px 0;
	font-size: 15px;
	font-weight: normal;
}

.b-catalog-grid__item__title a,
.b-catalog-grid__item__title a:visited {
	color: #000;
}

.b-catalog-grid__item__title a:hover {
	color: #e45368;
}

.b-catalog-grid__item__desc {
	padding-bottom: 0;
	line-height: 15px;
	color: #aca7a7;
	font-size: 11px;
}

.b-catalog-grid__item__price {
	color: #aca7a7;
	font-size: 11px;
	padding-top: 2px;
}

.b-catalog-grid__item__price span {
	font-size: 13px;
	color: #ff1800;
}

.b-catalog-grid__clear {
	float: none;
	clear: both;
	display: block;
	padding: 0;
	height: 1px;
	background: url("../img/grey-dashed.png") 0 100% repeat-x;
	padding-top: 12px;
	margin-bottom: 23px;
}

.b-order-button {
	max-width: 190px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px #fff;
	box-shadow: inset 0 1px #fff;
	border: 1px solid #ebebeb;
	background-color: #f8f8f8;
	background-image: -webkit-linear-gradient(bottom, #ddd, #f8f8f8);
	background-image: -moz-linear-gradient(bottom, #ddd, #f8f8f8);
	background-image: -o-linear-gradient(bottom, #ddd, #f8f8f8);
	background-image: -ms-linear-gradient(bottom, #ddd, #f8f8f8);
	background-image: linear-gradient(to top, #ddd, #f8f8f8);
	margin-left: 16px;
	padding: 0 8px;
	display: inline-block;
	overflow: hidden;
}

*:first-child+html .b-order-button {
	zoom: 1;
	display: inline;
}

.b-order-button:hover {
	-webkit-box-shadow: inset 1px 1px 3px #ddd;
	box-shadow: inset 1px 1px 3px #ddd;
	background: #f8f8f8;
}

.b-order-button a,
.b-order-button a:visited {
	font-size: 11px;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #606365;
	text-decoration: none;
	line-height: 12px;
}

.b-order-button a:hover {
	color: #606365;
}

.b-order-button_asc {
	background: url("../img/arrdwn.png") 100% 50% no-repeat;
	padding-right: 10px;
}

.b-order-button_desc {
	background: url("../img/arrup.png") 100% 50% no-repeat;
	padding-right: 10px;
}

.b-catalog-widget {
	padding-bottom: 19px;
}

.b-catalog-widget__products {
	padding: 18px 19px;
	border: 2px solid #dedede;
	border-top: none;
}

.b-tab-menu {
	background: url("../img/tabs-menu-bg.png") 0 0 repeat-x;
	padding: 2px 2px 0 2px;
}

.b-tab-menu table {
	width: 100%;
	margin: 0;
}

.b-tab-menu__item {
	padding: 0;
	border: none;
	font-size: 12px;
	border-right: 1px solid #f2f2f2;
	text-align: center;
}

.b-tab-menu__item a,
.b-tab-menu__item a:visited {
	display: block;
	padding: 7px 15px 7px;
	color: #000;
	text-decoration: none;
	text-shadow: 0 1px #fff;
}

.b-tab-menu__item a:hover {
	color: #e45368;
	text-decoration: underline;
}

.b-tab-menu__item_active {
	background: #fff;
}

.b-tab-menu__item_all {
	text-transform: uppercase;
	border: none;
}

.b-catalog-grid-main__item {
	width: 137px;
	float: left;
	overflow: hidden;
	padding: 0 19px 0 0;
}

.b-catalog-grid-main__item__image {
	padding: 5px;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 2px;
}

.b-catalog-grid-main__item__image__wp {
	width: 125px;
	height: 107px;
	overflow: hidden;
}

.b-catalog-grid-main__item__title {
	padding: 0 0 1px 0;
	font-size: 13px;
	line-height: 17px;
}

.b-catalog-grid-main__item__title a,
.b-catalog-grid-main__item__title a:visited {
	color: #000;
}

.b-catalog-grid-main__item__title a:hover {
	color: #e45368;
}

.b-catalog-grid-main__item__desc {
	padding-bottom: 0;
	line-height: 15px;
	color: #aca7a7;
	font-size: 11px;
}

.b-catalog-grid-main__item__more {
	line-height: 18px;
	font-size: 13px;
}

.b-catalog-grid-main__item_more,
.b-catalog-grid-main__item_last {
	padding-right: 0 !important;
}

.b-catalog-grid-main_inner .b-catalog-grid-main__item {
	padding: 0 22px 0 0;
}

.b-catalog-full__title {
	font-size: 21px;
	color: #00090f;
	font-weight: bold;
	padding: 0;
}

.b-catalog-full__info {
	padding-bottom: 20px;
}

.b-catalog-full__left {
	width: 378px;
	float: left;
}

.b-catalog-full__right {
	width: 376px;
	float: right;
}

.b-catalog-full__image {
	border: 1px solid #ebebeb;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 7px;
	width: 362px;
	height: 316px;
	margin-top: 13px;
	margin-bottom: 8px;
}

.b-catalog-full__image__wp {
	width: 362px;
	height: 316px;
	overflow: hidden;
}

.b-catalog-full__image-list{}

.b-catalog-full__image-list__item{
	background: none;
	padding: 0;
	float: left;
	border: 1px solid #ebebeb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-right: 8px;
	padding: 4px;
	margin-bottom: 8px;
}
.b-catalog-full__image-list__item__wp{
	width: 59px;
	height: 59px;
	overflow: hidden;
}
.b-catalog-full__image-list__item_last{
	margin-right: 0;
}
.b-catalog-full__description {
	padding-bottom: 10px;
}

.b-catalog-full__share {
	padding-bottom: 28px;
}

.b-catalog-full__related__top {
	padding-bottom: 8px;
}

.b-block-title {
	font-size: 21px;
	font-weight: bold;
	color: #000;
	padding: 0;
	background: url("../img/grey-dashed.png") 0 50% repeat-x;
}

.b-block-title span {
	background: #fff;
	padding-right: 35px;
}

/*.b-info-table table {
	margin: 0;
	width: 262px;
}

.b-info-table th,
.b-info-table td {
	padding: 9px 0 10px 0;
	border-bottom: 1px dashed #d6d6d6;
}

.b-info-table th {
	color: #a3a3a3;
	font-size: 11px;
}

.b-info-table td {
	color: #000;
	font-size: 13px;
}*/

.b-info-table table {
	margin: 0;
	width: 262px;
	border: none !important;
}

.b-info-table tr {
	border: none;
}

.b-info-table th,
.b-info-table td {
	border: none !important;
	padding: 9px 0 10px 0 !important;
	border-bottom: 1px dashed #d6d6d6 !important;
	vertical-align: middle !important;
}

.b-info-table th {
	color: #a3a3a3 !important;
	font-size: 11px !important;
	padding-right: 10px !important;
}

.b-info-table td {
	color: #000;
	font-size: 13px !important;
}

.b-news-list__title {
	padding-bottom: 1px;
}

.b-news-list__item {
	padding: 0 0 18px 0;
	background: none;
}

.b-news-list_big .b-news-list__item {
	padding-bottom: 25px;
	margin-bottom: 31px;
	border-bottom: 1px dashed #d6d6d6;
}

.b-news-list__item__date {
	font-size: 12px;
	color: #5a5d5f;
	padding: 0 0 1px 0;
	line-height: 16px;
}

.b-news-list_big .b-news-list__item__date {
	padding: 0 0 2px 0;
}

.b-news-list__item__title {
	font-size: 13px;
	line-height: 18px;
	padding: 0;
	font-weight: normal;
}

.b-news-list_big .b-news-list__item__title {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 6px;
}

.b-news-list__all,
.b-news-list__all a:visited {
	font-size: 12px;
	color: #e45368;
	padding-bottom: 35px;
}

.b-news-list__all:hover {
	color: #0097ea;
}

.b-news-list__description {
	padding: 0;
}

.b-sertificate-grid__item {
	padding: 0 20px 0 0;
	float: left;
	background: none;
}

.b-sertificate-grid_big .b-sertificate-grid__item{
	width: 178px;
	padding: 0 17px 0 0;
}

.b-sertificate-grid__item_last {
	padding: 0 !important;
}

.b-sertificate-grid__item__separator{
	clear: both;
	margin: 32px 0 32px;
	display: block;
	border-top: 1px solid #dedede;
}

.b-sertificate-grid__image {
	position: relative;
	width: 87px;
	height: 119px;
	background: url("../img/sertificate-mask.png") 0 0 no-repeat;
	padding: 20px 4px 6px;
}

.b-sertificate-grid_big .b-sertificate-grid__image{
	background-image: url("../img/sertificate-mask-big.png");
	width: 164px;
	height: 223px;
	padding: 27px 7px 7px
}

.b-sertificate-grid__image__inner {
	width: 87px;
	height: 119px;
	overflow: hidden;
}

.b-sertificate-grid_big .b-sertificate-grid__image__inner{
	width: 164px;
	height: 223px;
}

.b-sertificate-grid__item__title{
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	padding: 8px 0 4px 0;
}

.b-sertificate-grid__item__year{
	text-align: center;
	font-size: 12px;
	color: #ACA7A7;
}

.b-sertificate-full{
	max-width: 740px;
}

.b-sertificate-full__main{
	width: 634px;
	height: 868px;
	float: left;
	margin-right: 10px;
	border: 1px solid #dedede;
	background: #fff;
}

.b-sertificate-full__main__wp{
	padding: 5px;
	width: 624px;
	height: 858px;
	overflow: hidden;
}

.b-sertificate-full__paginator{
	float: right;
}

.b-sertificate-full__paginator__item{
	width: 91px;
	height: 123px;
	background: none;
	border: 1px solid #dedede;
	padding: 0;
	margin-bottom: 10px;
	background: #fff;
}

.b-sertificate-full__paginator__item__wp{
	width: 87px;
	height: 119px;
	overflow: hidden;
	padding: 2px;
}

.b-bread-crumbs {
	padding-top: 12px;
	padding-bottom: 9px;
}

.b-bread-crumbs__item {
	color: #868585;
	font-size: 11px;
	float: left;
	padding: 0;
	background: none;
}

.b-bread-crumbs__link,
.b-bread-crumbs__link:visited {
	color: #0092e5;
	text-decoration: none;
}

.b-bread-crumbs__link:hover {
	text-decoration: underline;
	color: #e45368;
}

.b-bread-crumbs__separator {
	color: #0092e5;
	padding: 0 6px;
}

.g-page-title {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 0 17px 0;
}

.g-page-title_thin {
	font-weight: normal;
}

.b-pagination {
	text-align: center;
	padding-top: 4px;
	padding-bottom: 17px;
}

.b-pagination ul {
	display: inline-block;
}

*:first-child+html .b-pagination ul {
	zoom: 1;
	display: inline;
}

.b-pagination__item {
	padding: 0;
	background: none;
	float: left;
	font-size: 15px;
}

.b-pagination a,
.b-pagination span {
	width: 32px;
	height: 29px;
	overflow: hidden;
	display: block;
	text-align: center;
	padding-top: 5px;
}

.b-pagination span {
	color: #fff;
	background: #009fec;
	line-height: 26px;
	margin: 0 6px;
}

.b-pagination a,
.b-pagination a:visited {
	padding-top: 5px;
	height: 30px;
	width: 37px;
	color: #000;
	text-decoration: none;
}

.b-pagination a:hover {
	color: #e45368;
	text-decoration: underline;
}

.b-pagination__larr,
.b-pagination__rarr {
	font-size: 18px;
}

.b-pagination__larr,
.b-pagination__rarr,
.b-pagination__larr:visited,
.b-pagination__rarr:visited {
	color: #ff1804 !important;
	text-decoration: none;
}

.b-pagination__larr:hover,
.b-pagination__rarr:hover {
	color: #000 !important;
}

.b-vertical-form .item {
	padding-bottom: 17px;
}

.b-vertical-form label {
	color: #3b3b3b;
	font-size: 13px;
	display: block;
	line-height: 15px;
	padding-bottom: 4px;
}

.b-vertical-form .text,
.b-vertical-form .textarea {
	border: 1px solid #c3c3c3;
	background: #fff;
	width: 305px;
}

.b-vertical-form .text {
	height: 29px;
	padding: 0 7px;
}

.b-vertical-form .text input {
	background: transparent;
	border: none;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	height: 29px;
	line-height: 29px;
	width: 305px;
}

.b-vertical-form .textarea {
	padding: 7px;
}

.b-vertical-form .textarea textarea {
	width: 305px;
	min-height: 156px;
	background: transparent;
	border: none;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	font-size: 12px;
	color: #3b3b3b;
	resize: vertical;
	height: 149px;
}

.b-vertical-form .errors li {
	background: none;
	padding: 0;
	color: #f12200;
	font-size: 11px;
}

.b-vertical-form .hint {
	padding: 0;
	color: #888;
	font-size: 11px;
}

.b-contacts__form {
	width: 362px;
	float: left;
}

.b-contacts__form__title {
	padding: 15px 0 10px 0;
	font-size: 21px;
	color: #00090f;
}

.b-contacts__right {
	width: 575px;
	float: right;
}

.b-contacts__right__title {
	padding: 15px 0 7px 0;
	font-size: 21px;
	color: #00090f;
}

.b-contacts__right__info {
	padding-bottom: 28px;
}

.b-contacts__right__info p {
	font-size: arial;
	color: #00090f;
	font-size: 13px;
	padding-bottom: 13px;
}

.b-contacts__right__map {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 575px;
	height: 248px;
	overflow: hidden;
}

.b-button {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	display: inline-block;
}

*:first-child+html .b-button {
	zoom: 1;
	display: inline;
}

.b-button input,
.b-button a,
.b-button a:visited {
	background: transparent;
	border: none;
	cursor: pointer;
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	line-height: 16px;
	font-weight: bold;
}

.b-button:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}

.b-button_blue {
	background: #0075d7;
	background-image: -webkit-linear-gradient(bottom, #0075d7, #00b0f5);
	background-image: -moz-linear-gradient(bottom, #0075d7, #00b0f5);
	background-image: -o-linear-gradient(bottom, #0075d7, #00b0f5);
	background-image: -ms-linear-gradient(bottom, #0075d7, #00b0f5);
	background-image: linear-gradient(to top, #0075d7, #00b0f5);
}

.b-button_blue input,
.b-button_blue a,
.b-button_blue a:visited {
	font-size: 16px;
	color: #fff;
	text-shadow: 0 1px rgba(2,71,98,0.75);
	padding: 9px 26px 10px;
}

*:first-child+html .b-button_blue input,
*:first-child+html .b-button_blue a,
*:first-child+html .b-button_blue a:visited {
	padding-top: 7px;
}

.b-footer {
	width: 997px;
	margin: 0 auto;
	position: relative;
}

.b-footer__counter {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 88px;
	height: 31px;
}

.b-footer__inner {
	padding-top: 11px;
	padding-bottom: 15px;
}

.b-footer__copy {
	padding-top: 9px;
}

.b-footer-copy {
	font-size: 12px;
	color: #fff;
	padding: 0 0 10px 0;
	text-align: center;
}

.b-weltkind {
	font-size: 12px;
	padding: 0;
	text-align: center;
}

.b-weltkind a,
.b-weltkind a:visited {
	color: #fff;
	text-decoration: underline;
}

.b-weltkind a:hover {
	text-decoration: none;
}

.b-footer-menu {
	text-align: center;
}

.b-footer-menu__item {
	padding: 0 29px 0 0;
	display: inline-block;
	background: none;
}

*:first-child+html .b-footer-menu__item {
	zoom: 1;
	display: inline;
}

.b-footer-menu__item a,
.b-footer-menu__item a:visited {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}

.b-footer-menu__item a:hover {
	text-decoration: none;
}

.b-search-results{}

.b-search-results__top{}

.b-search-results__list{}

.b-search-info{
	padding: 18px 0 4px 0;
}

.b-search-results-list{}

.b-search-results-list__list{
	padding-bottom: 22px;
}

.b-search-results-list__title{
	font-size: 18px;
	color: #00090F;
	font-size: bold;
	padding: 8px 0 0 0;
}

.b-search-results-list__item{
	padding: 0 0 8px 0;
	background: none;
	list-style: none;
}

.b-search-results-list__item__image{
	width: 120px;
	height: 90px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.b-search-results-list__item__title{
	padding: 0;
	font-size: 14px;
}

.b-search-results-list__item__date{
	font-size: 11px;
	color: #5A5D5F;
	padding: 0 0 8px 0;
}

.b-search-results-list__item__preview{
	padding: 0;
}
