/* Fonts
-----------------------------------------------------------------------------*/
@font-face {
    font-family: 'cuprumregular';
  src: url("fonts/cuprum-regular-webfont-webfont.eot");
  src: url("fonts/cuprum-regular-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/cuprum-regular-webfont-webfont.woff") format("woff"), url("fonts/cuprum-regular-webfont-webfont.ttf") format("truetype"), url("fonts/cuprum-regular-webfont-webfont.svg#_.regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family:'PTSans';
	src: url('fonts/PTSans-Bold.eot');
	src: url('fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/PTSans-Bold.woff') format('woff'),
		url('fonts/PTSans-Bold.ttf') format('truetype'),
		url('fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}
@font-face {
	font-family:'PTSans';
	src: url('fonts/PTSans-Regular.eot');
	src: url('fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/PTSans-Regular.woff') format('woff'),
		url('fonts/PTSans-Regular.ttf') format('truetype'),
		url('fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-FB02;
}
@font-face {
	font-family:'OpenSans';
	src: url('fonts/OpenSans_gdi.eot');
	src: url('fonts/OpenSans_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/OpenSans_gdi.woff') format('woff'),
		url('fonts/OpenSans_gdi.ttf') format('truetype'),
		url('fonts/OpenSans_gdi.svg#OpenSans-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-2212;
}
@font-face {
	font-family: 'Conv_PROXIMANOVAEXCN-BLACKIT';
	src: url('fonts/PROXIMANOVAEXCN-BLACKIT.eot');
	src:
	url('fonts/PROXIMANOVAEXCN-BLACKIT.ttf') format('truetype'),
	url('fonts/PROXIMANOVAEXCN-BLACKIT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Body
-----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
    font: 400 14px 'PTSans', Arial, sans-serif;
    width: 100%;
    height: 100%;
    line-height: 1.3125;
    color: #2c3134;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
.container {
    width: 100%;
    float: left;
    overflow: hidden;
}
.left_sidebar {
    float: left;
    width: 270px;
    margin-left: -100%;
    position: relative;
}
.sale_cartridges:not(.online_store) .left_sidebar {
	margin-top: 20px;
}
.sidebar-first #content {
    padding: 0 0 0 300px;
}
a {
	cursor: pointer;
}
input {
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input.form-submit {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.form-submit:hover {
    opacity: 0.8;
}

input.form-text {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

input.form-text:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

textarea:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6) !important;
}

input.error,
textarea.error,
input[type="text"].error,
input[type="password"].error {
    border: 1px solid red !important;
}
a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

p {
    margin: 0 0 18px;
}
.popup_fon {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}

#gl_devel {
	float: right;
}

#gl_devel {
    height: 54px;
    line-height: 90px;
    color: #999999;
}

#gl_devel span,
#gl_devel a {
    font: 12px/20px 'cuprumregular';
    text-transform: uppercase;
}

#gl_devel span {
    color: #999999;
}

#gl_devel img {
    margin-right: 5px;
    position: relative;
    top: 3px;
}

#gl_devel a {
    color: #999999;
    text-decoration: none;
}

body.ie_browser #gl_devel a,
body.ie_browser #gl_devel span {
    font-size: 8px;
}

#gl_devel a:hover {
    text-decoration: underline;
}

.fixed_mobile {
    display: none;
}
.slicknav_menu{
	display: none;
}
.user_devices .field_item .char .form_text{
	border: 1px solid #abadb3;
	width: 75px;
	height: 26px;
	padding: 0 10px;
    font: 400 16px 'PTSans', Arial, sans-serif;
    margin-right: 3px;
}
.user_devices .field_item .char .edit_article{
	width: 15px;
	height: 26px;
	display: inline-block;
	background: url(images/article.png) no-repeat  scroll 0 3px transparent;
	cursor: pointer;
	text-indent: -9999px;
}
.user_app .product{
	width: 215px !important;
}
@media (max-width: 767px) {
    .fixed_mobile {
        position: fixed;
        left: 0;
        bottom: 0px;
        z-index: 90;
        width: 100%;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
        font-size: 20px;
        min-width: 320px;
        -webkit-transform: translateZ(0);
        display: block;
    }
    .sale_cartridges .group_item{
    	/*float: none;*/
    	/*width: auto;*/
    }
    body.sale_cartridges .content .group_item .field_item{
    	/*float: left !important;*/
    }
	.slicknav_menu{
		display: block;
	}
    .fixed_mobile a {
        display: block;
    }
    .repair_printers .block_advantages .field-item{
    	width: 48% !important;
    	float: left;
    	margin-right: 0 !important;
    	height: 290px;
    }
    .repair_printers .block_advantages .field-item:nth-child(2n){
    	float: right;
    }
    .repair_printers .block_new{
    	clear: both;

    }
    .slicknav_nav a:hover{
    	background: none;
    	color:#fff;
    }
}
@media (max-width: 460px){
	.repair_printers .block_advantages .field-item{
		height: auto !important;
		margin-bottom: 30px !important;
		width: 100% !important;
	}
}
/* Header
-----------------------------------------------------------------------------*/
.header {
	overflow: hidden;
}
.header > .block_header_top > .block_content,
.header .header_content {
    max-width: 1170px;
    margin: 0 auto;
}
.header > .block_header_top > .block_content {
	padding-right: 170px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header > .block_header_top > .block_content::after {
	display: table;
	clear: both;
	content: '';
}
.header > .block_header_top {
	background: #f0f0f0;
	height: 38px;
}
.main_menu > ul > li {
	list-style-type: none;
	display: inline-block;
	margin-right: 50px;
}
.main_menu > ul > li:last-child {
	margin-right: 0;
}
.main_menu > ul > li > a {
	color: #191919;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	width: 100%;
	position: relative;
}
.main_menu > ul > li > a.active::after,
.main_menu > ul > li > a:hover::after {
	position: absolute;
	display: block;
	content: '';
	left: 0;
	bottom: 0;
	height: 5px;
	width: 100%;
	background: #368bd2;
}
.header .registration,
.header .private_office {
	float: right;
	line-height: 38px;
	height: 38px;
}
.header .private_office {
	margin-left: 20px;
	margin-right: 22px;
}
.header .private_office .password {
	margin-left: 10px;
}
.header .private_office .password,
.header .private_office .form {
	float: left;
}
.header .main_menu {
	float: left;
	line-height: 38px;
	height: 38px;
}
.header .registration a {
	color: #ff850e;
    font: 700 14px 'PTSans', Arial, sans-serif;
    text-transform: uppercase;
}
.header .registration a:hover {
	text-decoration: none;
}
.header .basket {
	float: right;
	line-height: 38px;
	height: 38px;
	background: #368bd2 url(images/basket.png) left 26px center no-repeat;
	width: 149px;
	height: 66px;
	position: absolute;
	z-index: 2;
	right: 0;
}
.header .basket .count a {
	position: absolute;
	top: 18px;
	right: 35px;
	background: #fff;
	color: #368bd2;
    font: 700 18px 'PTSans', Arial, sans-serif;
    width: 27px;
    line-height: 27px;
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
}
.header .private_office .form input.form-submit {
	color: #368bd2;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #368bd2;
	background: #fff;
	height: 25px;
	padding: 0 9px;
	cursor: pointer;
}
.header .private_office .form input.form-submit:hover {
	background: #368bd2;
	color: #fff;
}
.header .private_office .form input.form-text {
	width: 137px;
	border: 1px solid #e7e7e7;
	height: 25px;
	padding-left: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 3px;
}
.header .private_office .password a {
    font: 400 14px 'PTSans', Arial, sans-serif;
    color: #2c3134;
    text-decoration: none;
}
.header .private_office .password a:hover {
	color: #368bd2;
}
.header_content {
	clear: both;
}
.block_header_main .contacts_main {
	float: right;
}
.block_header_main .logo {
	float: left;
	padding: 35px 0;
}
.block_header_main .contacts_main .phone {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: right;
}
.block_header_main .contacts_main .phone a {
	color: #191919;
	font-weight: 700;
	font-size: 28px;
	text-decoration: none;
}
.block_header_main .contacts_main .email a {
	color: #368bd2;
}
.block_header_main .contacts_main .email {
	padding-right: 165px;
}
.block_header_main .contacts_main .email,
.block_header_main .contacts_main .metro {
	display: inline-block;
	margin-top: 8px;
}
.block_header_main .contacts_main .metro {
	background: url(images/metro.png) left center no-repeat;
	padding-left: 27px;
}
.block_header_main .contacts_main .button {
	color: #fff;
    font-weight: 700;
    background: #368bd2;
    text-transform: uppercase;
    text-align: center;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    width: 148px;
    float: right;
}
.footer_contact .button:hover,
.block_header_main .contacts_main .button:hover {
	opacity: 0.7;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 283px;
}
.region_slider_front .slide {
	position: relative;
	height: 415px;
	overflow: hidden;
}
.region_slider_front .slide img {
	height: 415px;
	overflow: hidden;
}
.region_slider_front .slide > .text {
	position: absolute;
	top: 50%;
	margin-top: -160px;
	left: 50%;
	margin-left: -585px;
	width: 350px;
}
.region_slider_front .slide > .text .title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 48px;
	margin-bottom: 5px;
}
.region_slider_front .slide > .text .body {
	font-size: 24px;
	margin-bottom: 15px;
}
.region_slider_front .slide > .text .button a {
    font: 700 14px 'PTSans', Arial, sans-serif;
    color: #fff;
    display: block;
    background: #368bd2;
    width: 99px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    height: 26px;
    line-height: 26px;
}
.region_slider_front .slider_wrapper {
	position: relative;
}
.region_slider_front .slider_wrapper::after {
	position: absolute;
	display: block;
	content: '';
    /* background: #fff url(images/slider_shadow.png) 0 0 repeat-x; */
    box-shadow: inset 0 4px 5px 0 rgba(5, 5, 5, .15);
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
}
.region_slider_front .slider_wrapper button.slick-prev {
	position: absolute;
	background: url(images/main_slider_arrows.png) 0 0 no-repeat transparent;
	width: 27px;
	height: 48px;
	left: 0;
	top: 50%;
	margin-top: -24px;
	text-indent: -9999px;
	border: none;
	/*background-position: 0 0;*/
	z-index: 5;
	cursor: pointer;
}
.region_slider_front .slider_wrapper button.slick-next {
	position: absolute;
	background: url(images/main_slider_arrows.png) 0 0 no-repeat transparent;
	width: 27px;
	height: 48px;
	right: 0;
	top: 50%;
	margin-top: -24px;
	text-indent: -9999px;
	border: none;
	background-position: -27px 0;
	z-index: 5;
	cursor: pointer;
}
button.slick-next:focus,
button.slick-prev:focus {
	outline:none;
}
.region_slider_front .slide > .text .button a:hover,
.region_slider_front .slider_wrapper button.slick-next:hover,
.region_slider_front .slider_wrapper button.slick-prev:hover {
	opacity: 0.7;
}
.block_services {
	border-top: 1px solid #e1e1e1;
	padding-top: 40px;
	padding-bottom: 45px;
}
.block_services .block_services_content {
	max-width: 1170px;
	margin: 0 auto;
	text-align: center;
}
.block_advantages {
	padding-bottom: 40px;
}
.block_advantages .field-item,
.block_services .field-item {
	display: inline-block;
	vertical-align: top;
	width: 367px;
	margin-right: 30px;
	height: 255px;
	overflow: hidden;
}
.block_advantages .field-item img,
.block_services .field-item img {
	height: auto;
	width: 367px;
}
.block_advantages .field-item:nth-child(3n),
.block_services .field-item:nth-child(3n) {
	margin-right: 0;
}
.block_advantages .body {
	text-align: center;
}
.block_advantages .body,
.block_services .body {
	font-size: 16px;
	width: 320px;
	margin: 0 auto;
}
.block_services .title span {
	color: #ef6564;
	font-weight: 700;
}
.block_advantages .title,
.block_services .title {
	font-size: 24px;
	padding-bottom: 7px;
}
.block_advantages .title {
	color: #368bd2;
	text-align: center;
}
.benefits_registration {
	background:  url(images/header_shadow.png) left top repeat-x, url(images/footer_bg.png) 0 0 repeat;
	padding: 45px 0;
}
.block_articles {
	background:  url(images/header_shadow.png) left top repeat-x, url(images/footer_bg.png) 0 0 repeat;
	padding-bottom: 20px;
	padding-top: 30px;
}
.block_new > .block_content,
.block_brand > .block_content,
.block_articles > .block_content,
.benefits_registration > .block_content {
	max-width: 1170px;
	margin: 0 auto;
}
.block_new > .block_content::after,
.block_brand > .block_content::after,
.block_articles > .block_content::after,
.benefits_registration > .block_content::after {
	display: table;
	clear: both;
	content: '';
}
.benefits_registration .block_items {
	width: 725px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.benefits_registration .block_items,
.benefits_registration .block_title {
	float: left;
}
.benefits_registration .block_title {
	margin-right: 115px;
	width: 326px;
}
.benefits_registration .block_title .button a {
	color: #fff;
    font: 700 18px 'PTSans', Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: #368bd2;
    text-align: center;
    width: 300px;
    height: 44px;
    line-height: 44px;
    margin-top: 25px;
}
.benefits_registration .block_title .title {
	font-size: 48px;
	font-weight: 700;
}
.benefits_registration .block_items > .fielt_item {
	background: url(images/registration.png) left top 5px no-repeat;
	padding-left: 65px;
	padding-bottom: 50px;
}
.benefits_registration .block_items > .fielt_item:last-child {
	padding-bottom: 0;
}
.benefits_registration .block_items > .fielt_item .title {
	font-size: 24px;
	padding-bottom: 3px;
}
.maintenance_repair {
	padding-top: 35px;
	padding-bottom: 45px;
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
}
.maintenance_repair .title {
	float: left;
	width: 320px;
	font-weight: 700;
	font-size: 48px;
}
.maintenance_repair .body {
	float: right;
	width: 780px;
	text-align: justify;
	font-size: 16px;
}
.maintenance_repair .body span {
	font-weight: 700;
}
.maintenance_repair .body .subtitle {
	font-weight: 700;
	font-size: 24px;
}
.block_popular_articles .field_item,
.block_articles .field_item {
	display: inline-block;
	width: 267px;
	margin-right: 30px;
	height: 290px;
	vertical-align: top;
}
.block_popular_articles .field_item .image,
.block_articles .field_item .image {
	height: 149px;
	text-align:center;
}
.block_articles .field_item .image img {
	max-width: 267px;
	max-height: 149px;
}
.block_popular_articles .field_item .image img {
	max-width: 267px;
	max-height: 149px;
}
.block_popular_articles .field_item:nth-child(4n),
.block_articles .field_item:nth-child(4n) {
	margin-right: 0;
}
.block_popular_articles .all,
.block_articles .all {
	text-align: center;
}
.block_articles .all a {
	text-align: center;
	color: #368bd2;
    font: 400 16px 'PTSans', Arial, sans-serif;
}
.block_popular_articles .field_item .body,
.block_articles .field_item .body {
	height: 75px;
	overflow: hidden;
}
.block_popular_articles .field_item .title a,
.block_articles .field_item .title a {
	display: block;
	color: #368bd2;
    font: 400 16px 'PTSans', Arial, sans-serif;
	padding: 8px 0;
}
.block_title {
    font: 700 48px 'PTSans', Arial, sans-serif;
    text-align: center;
}
.block_brand {
	position: relative;
	padding-top: 10px;
	padding-bottom: 35px;
}
button.slick-prev,
.block_brand button.slick-prev {
	position: absolute;
	background: url(images/main_arrow.png) 0 0 no-repeat transparent;
	width: 21px;
	height: 64px;
	left: -50px;
	top: 50%;
	margin-top: -32px;
	text-indent: -9999px;
	border: none;
	/*background-position: 0 0;*/
	z-index: 5;
	cursor: pointer;
}
button.slick-next,
.block_brand button.slick-next {
	position: absolute;
	background: url(images/main_arrow.png) 0 0 no-repeat transparent;
	width: 21px;
	height: 64px;
	right: -50px;
	top: 50%;
	margin-top: -32px;
	text-indent: -9999px;
	border: none;
	background-position: -21px 0;
	z-index: 5;
	cursor: pointer;
}
.block_new {
	padding-top: 20px;
	padding-bottom: 35px;
	height: 554px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.block_new > .block_content {
	overflow: visible;
}
.block_new .all {
	position: absolute;
	bottom: 35px;
	left: 50%;
	margin-left: -40px;
}
.block_new .all a {
	color: #368bd2;
    font: 400 14px 'PTSans', Arial, sans-serif;
}
.block_new .field_item .image a {
	text-align: center;
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
}
.block_new .field_item .image {
	height: 205px;
	border-bottom: 1px solid #e3e3e3;
	display: table;
	margin: 0 auto;
	width: 100%;
}
.block_new .field_item {
	float: left;
	width: 267px;
	margin-right: 30px;
	border: 1px solid #e3e3e3;
	height: 325px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.block_new .field_item > a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
}
.block_new .field_item:nth-child(4n) {
	margin-right: 0;
}
.block_new .field_item::after {
	background: url(images/block_new_after.png) 0 0 no-repeat;
	position: absolute;
	display: block;
	content: '';
	bottom: -13px;
	left: 0;
	width: 269px;
	height: 12px;
}
.block_new .field_item:hover {
	padding: 10px 0;
	margin-top: -10px;
}
.block_new .body {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_new .body .title {
	padding-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.block_new .body .title a {
    font: 400 16px 'PTSans', Arial, sans-serif;
    color: #2c3134;
}
.block_new .body .cost {
    font: 700 24px 'PTSans', Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
}
.block_new .body span {
	font-size: 16px;
	vertical-align: super;
	display: inline-block;
}
.page_article .content,
.page_article .content .block_content {
	overflow: hidden;
}
.page_article .group_item {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 25px;
	margin-top: 25px;
}
.page_article .group_item .field_item {
	float: left;
	width: 23%;
	margin-right: 2.6%;
	position: relative;
}
.page_article .group_item .field_item:nth-child(4n) {
	margin-right: 0;
}
.page_article .group_item .field_item .image {
	height: 154px;
	text-align: center;
}
.page_article .group_item .field_item .image a img {
	max-height: 154px;
}
.page_article .group_item .field_item .button a {
    font: 700 14px 'PTSans', Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    border: 1px solid #368bd2;
    width: 128px;
    padding: 4px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(images/arrow.png) right 10px center no-repeat;
}
.page_article .group_item .field_item .button a:hover {
    background: #368bd2 url(images/arrow_white.png) right 10px center no-repeat;
    color: #fff;
}
.page_article .group_item .field_item .title {
	margin-top: 7px;
	font-size: 16px;
	height: 21px;
}
.page_article .group_item .field_item .date {
	font-size: 16px;
	color: #b1b1b1;
	padding: 8px 0;
}
.page_article .group_item .field_item .text {
	height: 75px;
	overflow: hidden;
	margin-bottom: 10px;
}
.fivestar-widget {
	background: #eff0f1;
	width: 95px;
	height: 25px;
	padding: 0 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 124px;
}
.fivestar-widget .star {
	background: url(images/star.png) center center no-repeat;
	width: 13px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}
.fivestar-widget .star a {
	display:block;
	width:100%;
	height:100%;
}
.fivestar-widget .star.on {
	background: url(images/star_on.png) 0 center no-repeat;
	width: 13px;
	height: 12px;
}
.pager {
	clear: both;
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 0;
}
.pager .pager-list {
	display: table;
	margin: 0 auto;
	position: relative;
}
.pager .pager-list > li {
	display: table-cell;
}
.pager .pager-next {
	position: absolute;
	top: 50%;
	background: url(images/arrows.png) 0 0 no-repeat transparent;
	right: -70px;
	width: 24px;
	height: 20px;
	background-position: -24px 0;
	cursor: pointer;
	margin-top: -10px;
}
.pager .pager-previous a,
.pager .pager-next a{
	display: block;
	width: 24px;
	height: 20px;
}
.pager .pager-previous {
	position: absolute;
	top: 50%;
	background: url(images/arrows.png) 0 0 no-repeat transparent;
	left: -70px;
	width: 24px;
	height: 20px;
	cursor: pointer;
	margin-top: -10px;
}
.pager .pager-next:hover,
.pager .pager-previous:hover {
	opacity: 0.7;
}
.pager .pager-list > li a {
    font: 400 20px 'OpenSans', Arial, sans-serif;
    color: #514e4e;
    text-decoration: none;
    display: block;
    margin: 3px 7px;
}
.pager .pager-list > li a:hover {
	color: #368bd2;
}
.pager .pager-list > li.active a {
    font: 700 22px 'PTSans', Arial, sans-serif;
    color: #368bd2;
}
.pager .pager-list > li.active{
    border-bottom: 4px solid #368bd2;
}
.page_article_review .block_article {
	padding-top: 25px;
}
.page_article_review .block_article .title {
	font-weight: 700;
	font-size: 24px;
	padding-bottom: 10px;
}
.page_article_review .block_article .rating {
	float: right;
}
.page_article_review .block_article .date {
	float: left;
	color: #b1b1b1;
	font-size: 16px;
}
.page_article_review .block_article .label {
	float: left;
	padding-right: 8px;
	color: #b1b1b1;
	font-size: 16px;
}
.page_article_review .block_article .fivestar-widget {
	position: static;
	float: left;
	background-color: #fff;
}
.page_article_review .block_article .field_image {
	float: left;
	margin-right: 20px;
}
.page_article_review .block_article .body img {
	display: table;
	margin: 10px auto;
}
.page_article_review .block_article .block_body_top{
	overflow: hidden;
}
.page_article_review .block_article .block_body_text {
	margin-top: 10px;
	font-size: 16px;
}
.page_article_review .block_article .block_body_text .subtitle {
	font-size: 20px;
	padding-bottom: 20px;
}
.page_article_review .block_article .block_body_text li {
	list-style: inside;
}
.block_popular_articles {
    background: url(images/header_shadow.png) left top repeat-x, url(images/footer_bg.png) 0 0 repeat;
    padding-top: 10px;
    padding-bottom: 25px;
}
.repair_printers .block_main {
 	padding-top: 30px;
 	overflow: hidden;
}
.repair_printers .block_main .field_image {
	float: left;
	margin-right: 20px;
}
.repair_printers .block_main .body {
	font-size: 16px;
}
.repair_printers .block_main .subtitle {
	font-size: 24px;
}
.repair_printers .block_advantages {
	clear: both;
    background: url(images/header_shadow.png) left top repeat-x, url(images/footer_bg.png) 0 0 repeat;
    padding-top: 20px;
    margin-top: 40px;
}
.repair_printers .block_advantages .field-item {
	width: 267px;
}
.repair_printers .block_advantages .field-item:nth-child(3n) {
	margin-right: 30px;
}
.repair_printers .block_advantages .field-item .body {
	width: 267px;
	text-align: center;
}
.repair_printers .block_advantages .field-item:last-child .body {
	width: 160px;
	margin: 0 auto;
}
.repair_printers .block_advantages .field-item:nth-child(4n) {
	margin-right: 0;
}
.repair_printers .block_new {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 1px;
}
.repair_printers .block_articles {
	background: #fff;
}
.block_printer_problems {
	background: url(images/header_shadow.png) left top repeat-x, url(images/footer_bg.png) 0 0 repeat;
	overflow: hidden;
	padding: 35px 0;
}
.block_printer_problems .block_wrapper {
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
.block_printer_problems .block_title {
	float: left;
	width: 375px;
	text-align: left;
	margin-right: 65px;
}
.block_printer_problems .block_content {
	float: left;
	width: 730px;
}
.block_printer_problems .block_content .title {
	font-size: 24px;
	padding-bottom: 5px;
}
.block_printer_problems .block_content .field_item {
	padding-left: 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 45px;
	position: relative;
}
.block_printer_problems .block_content .field_item::after{
	content: '';
	display: block;
	width: 49px;
	height: 60px;
	background: url(images/printer_problems_icon.png) left top 7px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.block_printer_problems .block_content .field_item:last-child {
	margin-bottom: 0;
}
.block_brand_recommend .field_item img {
	margin: 0 auto;
}
.block_brand_recommend {
	padding-top: 20px;
	padding-bottom: 35px;
}
.block_brand_recommend .field_item {
	width: 267px;
	height: 180px;
	border: 1px solid #e3e3e3;
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 15px;
	margin-bottom: 12px;
}
.block_brand_recommend .field_item:hover {
	border-color: #368bd2;
}
.block_brand_recommend .field_item::after {
	position: absolute;
	display: block;
	content: '';
	background: url(images/brand_recommend_after.png) 0 0 no-repeat;
	width: 269px;
	height: 12px;
	bottom: -12px;
	left: 0;
}
.block_brand_recommend .field_item .field_wrapper {
	height: 100%;
}
.block_brand_recommend .field_item .field_content {
	width: 100%;
	height: 100%;
	display: table;
}
.block_brand_recommend .field_item .field_content > a {
	display: table-cell;
	vertical-align: middle;
}
.block_brand_recommend .field_item > a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.block_brand_recommend button.slick-prev {
	position: absolute;
	background: url(images/main_arrow.png) 0 0 no-repeat transparent;
	width: 21px;
	height: 64px;
	left: -35px;
	top: 50%;
	margin-top: -50px;
	text-indent: -9999px;
	border: none;
	/*background-position: 0 0;*/
	z-index: 5;
	cursor: pointer;
}
.block_brand_recommend button.slick-next {
	position: absolute;
	background: url(images/main_arrow.png) 0 0 no-repeat transparent;
	width: 21px;
	height: 64px;
	right: -35px;
	top: 50%;
	margin-top: -50px;
	text-indent: -9999px;
	border: none;
	background-position: -21px 0;
	z-index: 5;
	cursor: pointer;
}
.slick-dots {
	text-align: center;
	margin-top: 30px;
}
.slick-dots > li {
	list-style-type: none;
	display: inline-block;
	margin: 0 5px;
}
.slick-dots > li button {
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: #8ec5e6;
	border: none;
	border-radius: 50%;
}
.slick-dots > li.slick-active button {
	background: #1d8bcd;
}
.sidebar-first .content {
	overflow: hidden;
	max-width: 1170px;
	margin: 0 auto;
}
.sale_cartridges .content .block_cartridges .field_item {
	height: auto;
}
.sale_cartridges .group_item {
	/* float: left; */
	width: 100%;
	margin-bottom: 30px;
	height: 500px;
}
.slick-list{
	height: 100%;
}
.sale_cartridges .content .group_item .field_item {
	float: left;
	width: 268px;
	heigth: 500px;
	margin-right: 27px;
	border: 1px solid #e3e3e3;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.sale_cartridges .content .group_item .field_item::after {
	position: absolute;
	display: block;
	content: '';
	background: url(images/row_after.png) 0 0 no-repeat;
	bottom: -12px;
	left: 0;
	width: 269px;
	height: 12px;
}
.sale_cartridges .group_item .field_item:nth-child(3n) {
	margin-right: 0;
}
.sale_cartridges .group_item .field_item .image {
    height: 205px;
    border-bottom: 1px solid #e3e3e3;
    display: table;
    margin: 0 auto;
    width: 100%;
}
.sale_cartridges .field_item .image a {
    text-align: center;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
.sale_cartridges .field_item .image a img {
/*	max-height:260px;*/
	max-width: 100%;
	margin: 0 auto;
}
.sale_cartridges .group_item .body {
    padding: 18px;
    height: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.sale_cartridges .title {
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.sale_cartridges .title a {
	font: 400 16px 'PTSans', Arial, sans-serif;
	color: #2c3134;
}
.sale_cartridges .name {
	float: left;
}
.sale_cartridges .label {
	color: #b1b1b1;
	float: left;
	padding-right: 3px;
}
.sale_cartridges .resource,
.sale_cartridges .color,
.sale_cartridges .number {
	overflow: hidden;
}
.sale_cartridges .number .field_content,
.sale_cartridges .number .field_label {
	display: inline-block;
}
.sale_cartridges .number .field_label {
	margin-right: 55px;
}
.sale_cartridges .number .field_prefix,
.sale_cartridges .number .field_suffix {
	display: inline-block;
}
.user_company_with .views_row .views_nid .field_body .field_item .right{
	max-width: 350px;
}
.sale_cartridges .number .field_suffix a {
	background: url(images/max.png) 0 0 no-repeat transparent;
	width: 10px;
	height: 10px;
	display: block;
}
.sale_cartridges .number .field_prefix a {
	background: url(images/min.png) 0 0 no-repeat transparent;
	width: 10px;
	height: 5px;
	display: block;
}
.sale_cartridges .number .value {
	height: 26px;
	line-height: 26px;
	width: 37px;
	text-align: center;
	border: 1px solid #abadb3;
	font-size: 16px;
	margin: 0 10px;
}
.sale_cartridges .number {
	padding: 16px 0;
}
.sale_cartridges .button{
	float: right;
}
.sale_cartridges .button a {
    font: 700 14px 'PTSans', Arial, sans-serif;
	text-transform: uppercase;
	color: #368bd2;
	border: 1px solid #368bd2;
	display: block;
	text-decoration: none;
	padding: 0 25px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
}
.sale_cartridges .button a:hover {
	color: #fff;
	background: #368bd2;
}
.sale_cartridges .price .cost {
	display: inline-block;
	font-weight: 700;
	font-size: 24px;
}
.sale_cartridges .price {
	float: left;
	line-height: 23px;
}
.sale_cartridges .price span {
    font-size: 16px;
    vertical-align: super;
    display: inline-block;
}
.block_show .field_title {
	font-size: 16px;
	color: #b1b1b1;
}
.block_show {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.block_show .field_title,
.block_show .value {
	display: inline-block;
	margin-right: 18px;
}
.block_show .value a {
	color: #368bd2;
    font: 400 16px 'PTSans', Arial, sans-serif;
}
.block_show .value.active a:hover,
.block_show .value.active a {
	color: #2c3134;
	text-decoration: none;
}
.sidebar-first .container {
	padding-top: 25px;
}
.sale_cartridges .block_filter {
	border: 2px solid #368bd2;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 25px;
}
.sale_cartridges .block_filter .field_title {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.sale_cartridges .block_filter .value {
	padding-bottom: 5px;
}
.sale_cartridges .block_filter .characteristics {
	margin-bottom: 25px;
}
.sale_cartridges .block_filter .characteristics:last-child {
	margin-bottom: 0;
}
.sale_cartridges .block_filter .label {
	float: none;
	font-size: 16px;
	padding-bottom: 3px;
}
.sale_cartridges .block_filter label {
	background: url(images/input_bg.jpg) left center no-repeat;
	padding-left: 20px;
}
.sale_cartridges .block_filter .value input {
	display: none;
	width: 100%;
}
.sale_cartridges .block_filter input:checked + label {
	background: url(images/input_ch.jpg) left center no-repeat;
}
.ui-widget-header {
	background: #e6e8ea url(images/ui_c.png) 0 0 repeat-x;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url(images/ui_bg.png) 0 0 no-repeat;
	height: 29px;
	width: 28px;
	border: none;
	cursor: pointer;
	margin-top: -8px;
}
.ui-widget.ui-widget-content {
	border: none;
	border-top: 1px solid #d1d3d5;
}
.ui-widget-content {
    border: none;
    border-top: 1px solid #c7cacc;
    background: #dbdee0;
}
.ui-slider-horizontal {
    width: 220px;
    height: 4px;
    margin: 10px auto;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}
.block_filter input.form-text {
	width: 83px;
	border: 1px solid #acacac;
	height: 37px;
	padding: 0 10px;
}
.block_filter .field_widget {
	overflow: hidden;
	margin-top: 20px;
}
.block_filter .field_widget .form-item:first-child {
	float: left;
	position: relative;
}
.block_filter .field_widget .form-item:last-child {
	float: right;
}
.block_filter .field_widget .form-item.first:after {
	position: absolute;
	display: block;
	content: '';
	right: -38px;
	top: 50%;
	background: url(images/filter_after.png) 0 0 no-repeat;
	height: 1px;
	width: 20px;
}
.basket_page .form_wrapper {
	width: 568px;
	margin: 35px auto;
}
.basket_page .form_wrapper .title {
	text-align: center;
	font-size: 24px;
	padding-bottom: 38px;
}
.basket_page form select {
	width: 223px;
}
.basket_page .form_wrapper .form_item label {
	width: 145px;
	text-align: right;
	display: inline-block;
	font-size: 16px;
	padding-right: 4px;
	height: 28px;
	vertical-align: top;
	padding-top: 5px;
}
.basket_page input[type="text"] {
	height: 31px;
	display: inline-block;
	width: 223px;
}
.basket_page .form_wrapper .form_item.code {
	display: inline-block;
}
.basket_page .form_wrapper .form_item .price span {
	font-size: 16px;
	vertical-align: top;
	display: inline-block;
}
.basket_page .form_wrapper .form_item .price .cost {
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
}
.basket_page .form_wrapper .form_item.price label {
	padding-top: 0;
	vertical-align: bottom;
}
.basket_page .form_wrapper .form_item .price {
	display: inline-block;
}
.basket_page .form_wrapper .form_item .code {
	font-size: 36px;
	font-family: 'Conv_PROXIMANOVAEXCN-BLACKIT';
	color: #368bd2;
	top: 7px;
	position: relative;
	margin-left: 20px;
}
.basket_page .form_wrapper .form_item:nth-child(5) input[type="text"] {
	width: 377px;
}
.basket_page textarea {
	height: 92px;
	width: 377px;
	border: 1px solid #abadb3;
}
.basket_page input[type="text"], textarea {
	border: 1px solid #abadb3;
}
.basket_page .form_actions {
	display: table;
	margin: 0 auto;
}
.basket_page .form_actions input {
	background: #368bd2;
	width: 225px;
	height: 42px;
	font-size: 22px;
	font-weight: 400;
	line-height: 37px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #368bd2;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.left_sidebar .block_menu ul.child {
	display: none;
}
.left_sidebar .block_menu ul.parents > li a {
	display: block;
	color: #fff;
	background: #368bd2;
	text-transform: uppercase;
	text-decoration: none;
    font: 700 20px 'PTSans', Arial, sans-serif;
    padding: 19px 0;
    padding-left: 18px;
    margin: 2px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #368bd2;
}

.left_sidebar .block_menu ul.parents > li a:hover {
	background: #fff;
	color: #368bd2;
}
.left_sidebar .block_menu ul.child > li a {
	background: #fff;
    border: 2px solid #368bd2;
	color: #368bd2;
	display: block;
    font: 700 16px 'PTSans', Arial, sans-serif;
    text-transform: uppercase;
    padding: 10px 0;
    padding-left: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left_sidebar .block_menu ul.child > li a:hover {
	background: url(images/left_menu_hover.png) right center no-repeat transparent;
}
.sale_cartridges .block_articles {
	clear: both;
}
.sale_cartridges .content .block_cartridges .title {
	font-size: 24px;
}
.sale_cartridges .content .block_cartridges .slick-slide .image {
	max-width: 80%;
	margin: 0 auto;
}
.sale_cartridges .content .block_cartridges .slick-slide img {
	margin: 0 auto;
}
.sale_cartridges .content .block_cartridges .field_item:nth-child(3n){
	margin-right: 30px;
}
.block_product_content .characteristics {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 26px;
	padding-bottom: 27px;
}
.block_product_content .description {
	font-size: 16px;
	color: #2c3134;
	clear: both;
}
.block_product_content .characteristics .field_label,
.block_product_content .description .field_label {
	padding-bottom: 26px;
}
.block_product_content .field_label {
	font-size: 24px;
	color: #2c3134;
}
.block_product_content .characteristics .field-item {
	overflow: hidden;
	font-size: 16px;
	position: relative;
	margin-bottom: 18px;
}
.block_product_content .characteristics .field-item:last-child {
	margin-bottom: 0;
}
.block_product_content .characteristics .field-label {
	float: left;
	background: #fff;
	position: relative;
	z-index: 2;
	color: #b1b1b1;
	padding-right: 3px;
}
.block_product_content .characteristics .field-item::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	top: 18px;
	left: 0;
	background: #c6c6c6;
}
.block_product_content .characteristics .field-content {
	max-width: 870px;
	float: right;
	background: #fff;
	width: 100%;
	z-index: 2;
	position: relative;
	padding-left: 3px;
}
.block_product_content .block_image img {
}
.block_product_content .block_image {
	border: 1px solid #e5e5e5;
	float: left;
	position: relative;
	margin-bottom: 28px;
	max-width:440px;
}
.block_product_content .block_image .block_plus a {
	position: absolute;
	bottom: -4px;
	right: 0;
}
.block_product_content .block_image .block_plus:hover .block_hover {
	display: block;
}
.block_product_content .block_image .block_plus:hover {
	opacity: 0.7;
}
.block_product_content .block_image .block_hover {
	background: #fff;
	box-shadow: 0px 0px 8px 2px rgba( 0, 0, 0, 0.1 );
	width: 165px;
	font-size: 16px;
	color: #8696a7;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: -165px;
	bottom: -80px;
	display: none;
}
.block_product_content {
	margin-top: 25px;
}
.block_product_content .link {
	display: inline-block;
	font-size: 16px;
}
.block_product_content .line {
	clear: both;
	margin-top: 10px;
}
.block_product_content .clarification {
	padding-top: 10px;
}
.block_product_content .button_buy,
.block_product_content .button_order {
	display: inline-block;
	margin-right: 20px;
}
.block_product_content .button_buy a,
.block_product_content .button_order a {
	display: block;
	color: #fff;
    font: 700 20px 'PTSans', Arial, sans-serif;
    text-transform: uppercase;
    background: #368bd2;
    width: 203px;
    text-decoration: none;
    text-align: center;
    height: 45px;
    line-height: 45px;
}
.block_product_content .button_buy a:hover,
.block_product_content .button_order a:hover{
	opacity: 0.7;
}
.block_information {
	padding-left: 35px;
	overflow: hidden;
}
.block_information .block_repairs{
	position: relative;
}
.block_product_content .block_information .block_hover {
	background: #fff;
	box-shadow: 0px 0px 8px 2px rgba( 0, 0, 0, 0.1 );
	width: 165px;
	font-size: 16px;
	color: #8696a7;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 195px;
	top: 115px;
	display: none;
}
.block_product_content .button_order:hover .block_hover {
	display: block;
}
.block_information .block_repairs .field_label,
.block_information .block_repairs .worth {
	display: inline-block;
}
.block_information .block_repairs .worth {
	font-size: 24px;
}
.block_information .block_repairs .worth .cost {
	font-size: 36px;
	font-weight: 700;
}
.block_information .block_repairs .worth span,
.block_information .block_repairs .worth .cost {
	display: inline-block;
}
.block_information .block_repairs .worth span.sufix {
	font-size: 16px;
	vertical-align: top;
	position: relative;
}
.block_information .block_repairs .worth span.sufix::after {
	position: absolute;
	display: block;
	content: '*';
	top: -3px;
	right: -22px;
	width: 20px;
	height: 20px;
	font-size: 36px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}
.block_information .block_price {
	margin-top: 45px;
	margin-bottom: 20px;
}
.block_information .block_price span {
	vertical-align: top;
	font-size: 16px;
}
.block_information .block_price .cost {
	font-weight: 700;
	font-size: 36px;
	padding-left: 15px;
}
.block_information .block_price .cost,
.block_information .block_price .field_label {
	display: inline-block;
}
.block_amount {
	overflow: hidden;
	margin-bottom: 20px;
}
.block_amount .field_label {
	float: left;
	line-height: 42px;
	margin-right: 10px;
}
.block_form.product_form {
	display: none;
}
.sale_cartridges .block_articles .body {
	padding: 0;
}
.block_brand .slick-slide img {
	margin: 0 auto;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -283px auto 0;
	min-width: 1000px;
	height: 283px;
	overflow: hidden;
	position: relative;
	background: url(images/footer_bg.png) 0 0 repeat;
	border-top: 6px solid #368bd2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer .footer_content {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:265px;
}
.footer .footer_main li {
	list-style-type: none;
}
.footer .footer_main {
	float: left;
}
.footer .footer_logo  {
	float: left;
	margin-right: 40px;
}
.footer .footer_logo .logo {
	margin-bottom: 25px;
}
.footer .footer_logo > .social,
.footer .footer_logo > .menu {
	float: left;
}
.footer .footer_logo > .social {
	padding-top: 2px;
	margin-left: 15px;
}
.footer .footer_logo > .menu li a {
	color: #818181;
    font: 400 14px 'PTSans', Arial, sans-serif;
    text-decoration: none;
    display: block;
    padding-bottom: 7px;
}
.footer .footer_logo > .menu li a:hover {
	text-decoration: underline;
}
.footer .footer_logo > .menu li {
	list-style-type: none;
}
.footer .social .field_item {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.footer .social .field_item:last-child {
	margin-right: 0;
}
.footer .social img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer .social .field_item:hover img {
    -webkit-filter: 0;
    filter: 0;
}
.footer ul.first_menu > li {
	float: left;
}
.footer ul.first_menu > li:first-child {
	margin-right: 70px;
}
.footer ul.first_menu > li:nth-child(2) {
	margin-right: 50px;
}
.footer ul.first_menu > li > a {
	color: #2c3134;
    font: 400 24px 'PTSans', Arial, sans-serif;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}
.footer ul.second_menu > li > a:hover,
.footer ul.first_menu > li > a:hover {
	color: #368bd2;
	text-decoration: underline;
}
.footer ul.second_menu > li > a {
	color: #818181;
    font: 400 14px 'PTSans', Arial, sans-serif;
	text-decoration: none;
	display: block;
	padding-bottom: 9px;
}
.footer_contact {
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	float: left;
}
.footer_contact .adress_main {
	margin-right: 105px;
}
.footer_contact .phone_main,
.footer_contact .adress_main {
 	float: left;
}
.footer_contact .adress_main .mail {
	margin-top: 4px;
}
.footer_contact .adress_main .mail a {
 	color: #368bd2;
}
.footer_contact .button a {
 	display: block;
	color: #fff;
    font-weight: 700;
    background: #368bd2;
    text-transform: uppercase;
    text-align: center;
    height: 26px;
    line-height: 26px;
    padding: 0 14px;
    cursor: pointer;
    text-decoration: none;
}
.footer_contact .phone a {
	color: #191919;
    font: 700 18px 'PTSans', Arial, sans-serif;
    text-decoration: none;
    position: relative;
    top: -6px;
}
.hide_all{
	display: none;
}
.hide_desktop{
	display: none;
}
.hide_mob{
	display: block;
}
@media (max-width: 767px) {
.hide_desktop{
	display: block;
}
	.region_slider_front {
		display: none;
	}
	.left_sidebar.hide_mob{
		display: none;
	}
	.left_sidebar.hide_mob.active{
		display: block;
	}
	 .page_article .group_item .field_item{
	 	width: 270px;
	 }
	/* .left_sidebar.hide_all.active{
		display: block;
	} */
	.filter_title2{
		display: none !important;
	}
	.filter_title2.active{
		display: block !important;
	}
	.filter_title.active{
		display: none;
	}
	.filter_title{
		display: block;
	}
	/* .hide_all{
		display: block;
	}
	.hide_mob{
		display: none;
	} */
	.title_copy{
		display: block;
	    color: #fff;
	    background: #368bd2;
	    text-transform: uppercase;
	    text-decoration: none;
	    font: 700 20px 'PTSans', Arial, sans-serif;
	    padding: 5px 0;
	    text-align: center;
	    margin: 2px 0;
	    margin-bottom: 20px;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	    border: 2px solid #368bd2;
	}
	.front .region_menu .search_wrap {
		padding: 0;
		padding-top:0 !important;
	}
	.front .region_menu .search_wrap .title {
		font-size: 20px !important;
	}
	.front .region_menu .search_wrap .form_wrap {
		max-width: 100%  !important;
	    margin: 0  !important;
	    width: 290px  !important;
	}
	.front .region_menu .search_wrap input[type="text"] {
		width: 290px !important;
	}
	.hhint, .hhint_s {
		left: 0;
	}
	.block_new .field_item:nth-child(4n),
	.block_new .field_item {
		float: none;
		margin: auto;
		margin-bottom: 20px;
	}
	.block_new {
		height: auto;
	}
	.block_new .all {
		bottom: 15px;
	}
	.block_advantages .field-item, .block_services .field-item {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		height: auto;
		margin-bottom: 20px;
	}
	.block_advantages .body, .block_services .body {
		width: 100%;
	}
	.benefits_registration .block_title .title {
		font-size: 26px;
	}
	.benefits_registration .block_title .button a {
		margin: 10px auto;
	}
	.benefits_registration .block_items > .fielt_item {
		width: 90%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 10px;
		padding-bottom: 25px;
	}
	.benefits_registration .block_items > .fielt_item .title,
	.benefits_registration .block_items > .fielt_item .body {
		text-align: left;
	}
	.benefits_registration .block_items > .fielt_item .title{
		font-size: 18px;
	}
	.benefits_registration .block_items, .benefits_registration .block_title {
		float: none;
		width: 100%;
		text-align: center;
	}
	.maintenance_repair .title {
		float: none;
		width: 100%;
		text-align: center;
		font-size: 26px;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.maintenance_repair .body {
		width: 100%;
		text-align: center;
		float: none;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align: justify;
	}
	.maintenance_repair .body .subtitle {
		font-size: 16px;
		margin-top: 10px;
	}
	.block_advantages .field-item img, .block_services .field-item img {
		margin: 0 auto;
		width: 100%;
	}
	.block_popular_articles .field_item, .block_articles .field_item {
		width: 100%;
		text-align: center;
		float: none;
		margin: 0 auto 20px;
		height: auto;
	}
	.block_popular_articles .field_item{
		display: none;
	}
	.page_article .group_item + .group_item{
		display: none;
	}
	.block_popular_articles .field_item:nth-child(1),
	.block_popular_articles .field_item:nth-child(2){
		display: block;
	}
	button.slick-prev, .block_brand button.slick-prev {
		left: 10px;
	}
	button.slick-next, .block_brand button.slick-next {
		right: 10px;
	}

	.block_title {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 30px;
	}
	.not_logout .header .registration, .not_logout .header .private_office {
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-left: 5px;
	}
	.not_logout .header .private_office {
		/* padding-top: 35px; */
	}
	.not_logout .header .private_office .password {
		/* width: 100%; */
		margin: 0 auto 0 7px;
	}
	.header .private_office .password a{
		font-size: 13px;
	}
	.not_logout .header > .block_header_top > .block_content {
		padding: 0!important;
	}
	.block_articles > .block_content {
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.basket .form_wrapper {
		width: 100%;
		text-align: center;
		padding: 0 15px;
		margin: 20px auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.basket .form_wrapper .form_item label {
		width: 100%;
		text-align: center;
	}
	.basket textarea,
	.basket .form_wrapper .form_item:nth-child(5) input[type="text"],
	.basket form select,
	.basket input[type="text"] {
		width: 100%;
	}
	.basket .form_wrapper .form_item .code {
		margin-left: 0;
	}
	.basket .form_wrapper .form_item.code {
		display: block;
	}

}
@media (min-width:768px) and  (max-width: 991px){
	.region_slider_front .slide > .text {
		margin-left: -345px;
	}
	.region_slider_front .slick-slide img {
		margin-left: -360px;
		max-width: none;
	}
	.page_article_review .block_article .rating{
		clear: both;
	}
	.page_article .content .group_item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.page_article .content .group_item .field_item{
		margin: 0 2.6% 30px 0 !important;
		float: left !important;
	}
	.fivestar-widget{
		top: 0 !important;
		bottom: auto !important;
	}
	.page_article .group_item .field_item .title{
		height: 41px;
	}
	.page_article .group_item .field_item:nth-child(4n){
		margin-right: 0 !important;
	}
	.page_article .content .group_item{
		float: none;
		width: auto;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	body.sale_cartridges .content .group_item .field_item{
		width: 44.7% !important;
		margin: 0 3.9% 30px 0 !important;
	}
	/*body.sale_cartridges .group_item .field_item:nth-child(3n){
		margin-right: 0 !important;
	}*/
	body.sale_cartridges .content .group_item{
		float: none !important;
		width: auto !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
		border-bottom: none !important;
	}
	.sale_cartridges .content .group_item .field_item::after{
		width: 100%;
		-webkit-background-size: cover;
		background-size: cover;
	}
}
@media (min-width:992px) and  (max-width: 1199px){
	.region_slider_front .slide > .text {
		margin-left: -445px;
	}
	.region_slider_front .slick-slide img {
		margin-left: -255px;
		max-width: none;
	}
	.page_article .content .group_item .field_item{
		margin: 0 2.6% 30px 0 !important;
	}
	.fivestar-widget{
		top: 0 !important;
		bottom: auto !important;
	}
	.page_article .group_item .field_item .title{
		height: 41px;
	}
	.page_article .group_item .field_item:nth-child(4n){
		margin-right: 0 !important;
	}
	body.sale_cartridges .content .group_item .field_item{
		width: 30.4% !important;
		margin: 0 3.9% 30px 0 !important;
	}
	body.sale_cartridges .group_item .field_item:nth-child(3n){
		margin-right: 0 !important;
	}

}
@media (min-width:768px) and  (max-width: 1199px){
	.block_new .field_item {
		float: none;
		display: inline-block;
		margin: 0 15px 20px!important;
	}
	.front .region_menu .search_wrap .title{
		font-size: 42px;
	}
	.block_new {
		height: auto;
	}
	body.sale_cartridges .content{
		padding-left: 10px;
		padding-right: 10px;
	}
	.block_new > .block_content {
		text-align: center;
	}
	.block_new .field_item:nth-child(4n) {
		margin-right: 30px;
	}
	.block_new .all {
		bottom: 21px;
	}

	.block_services .block_services_content {
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.benefits_registration .block_items, .benefits_registration .block_title {
		float: none;
		text-align: center;
		width: 100%;
	}
	.benefits_registration > .block_content {
		padding: 0 15px;
		margin: 0 auto;
	}
	.benefits_registration .block_title .button a {
		margin: 10px auto;
	}
	.maintenance_repair .body,
	.maintenance_repair .title {
		float: none;
		width: 100%;
		text-align: center;
	}
	.maintenance_repair {
		padding-left: 10px;
		padding-right: 10px;
	}
	.block_advantages .block_content {
		text-align: center;
		padding: 0 15px;
	}
	.block_advantages .field-item:nth-child(3n), .block_services .field-item:nth-child(3n) {
		margin-right: 30px;
	}
	.block_advantages .field-item, .block_services .field-item {
		margin: 0 15px 20px!important;
	}
	.block_articles > .block_content {
		text-align: center;
	}
	button.slick-prev, .block_brand button.slick-prev {
		left: 7px;
	}
	button.slick-next, .block_brand button.slick-next {
		right: 7px;
	}
}
