/*
	Theme Name: Kvartal
	Theme URI: http://http://td-kvartal.ru//
	Description: Kvartal — товары для строительных и отделочных работ в Воронеже
	Tags: one-column, two-columns, left-sidebar, right-sidebar, post-formats, theme-options, translation-ready
	Author: Xspire
	Version: 1.0
	License: Located in 'licensing' folder
	License URI: Located in 'licensing' folder
	Text Domain: kvartal
*/

@charset 'UTF-8';


/**
* Normalize | normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	color: #000000;
	background: #ffffff;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #000000;
	outline: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a img {
	border: none;
}

a:not([class]):hover {
	color: #ff0000;
	outline-width: 0;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	color: #000000;
	background-color: #ffff00;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
	padding-left: 10px;
	padding-right: 10px;
	font: 14px/1.4em Open Sans, sans-serif;
	border: 1px solid #bebebe;
}

input[type="file"] {
	float:left;
	font: 14px/18px Open Sans, sans-serif;
	margin-top: 10px;
}

button,
input,
select,
textarea {
	margin: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	outline: none;
}

optgroup {
	font-weight: bold;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
	font: bold 18px/17px Open Sans, sans-serif;
	cursor: pointer;
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
	border: 1px solid #c0c0c0;
}

legend {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	color: inherit;
}

textarea {
	overflow: auto;
}

[type='checkbox'],
[type='radio'] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	opacity: 0.54;
	color: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

/**
* Сетка Bootstrap
*/

.container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	display: table;
	content: ' ';
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
	opacity: 0;
}

.fade.in {
	opacity: 1;
}

.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 30px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

@media (min-width:1200px){
	.auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
	.auto-clear .col-md-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-md-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-md-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-md-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
	.auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
	.auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
	.auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
	.auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
	.auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
	.auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

/**
* Общие стили
*/

body {
	background: url('./img/bgrav.jpg') 0 0 repeat;
}

.rub,
.woocommerce-Price-currencySymbol {
font-family: 'Roboto', Arial, sans-serif;

}

.main-heading {
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 10px 0;
	color: #242424;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}

.content {
	margin-bottom: 40px;
}

.subheading {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #242424;
}

.content-wrap {
	padding: 20px;
	background: #ffffff;
}

.fancybox-wrap.woocommerce .fancybox-inner{
	height: auto !important;
}

.fancybox-wrap.woocommerce .woocommerce-error{
	margin-bottom: 0 !important;
}

/**
* Шапка
*/

.header {
	padding-top: 20px;
	padding-bottom: 10px;
}

.logo__link {
	display: block;
	text-decoration: none;
}

.logo__img {
	display: block;
	margin-bottom: 5px;
}

.logo__img img {
	vertical-align: bottom;
}

.logo__slogan {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	color: #ff0000;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.55);
}

.top-nav {
	margin-left: -10px;
}

.top-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.top-menu__item {
	font-size: 14px;
	margin-bottom: 15px;
}

.top-menu__item:last-child {
	margin-bottom: 0;
}

.top-menu__link {
	line-height: 22px;
	display: inline-block;
	text-decoration: none;
}

.top-menu__ico {
	font-size: 21px;
	width: 22px;
	margin-right: 2px;
	text-align: center;
}

.header-inner {
	margin-right: 40px;
	margin-left: -60px;
}

.head-phone {
	margin-bottom: 10px;
	text-align: center;
}

.head-phone__region {
	font-size: 18px;
}

.head-phone__link {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	display: inline-block;
	text-decoration: none;
	color: #242424;
}

.head-phone__link:hover {
	color: #242424;
}

.head-phone__dist {
	font-size: 26px;
	font-weight: 400;
	color: #ff0000;
}

.timework {
	font-size: 16px;
	line-height: 24px;
	margin: 0 -20px 10px -20px;
	text-align: center;
	color: #bebebe;
}

.callback {
	margin-top: 10px;
	margin-left: -5px;
}

.callback__link {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	display: block;
	padding-left: 36px;
	text-decoration: none;
	text-transform: uppercase;
}

.callback__link:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	content: '';
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fbd100;
}

.callback__ico {
	font-size: 22px;
	line-height: 32px;
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	text-align: center;
	color: #ff0000;
}

.headsearch {
	position: relative;
	padding-right: 100px;
}

.headsearch__ico {
	font-size: 22px;
	line-height: 36px;
	position: absolute;
	z-index: 10;
	top: 1px;
	left: 1px;
	width: 40px;
	height: 36px;
	text-align: center;
	color: #bababa;
}

.headsearch__control {
	width: 100%;
	height: 40px;
	padding: 0 10px 0 40px !important;
	border: 1px solid #bebebe !important;
	border-bottom-width: 3px !important;
}

.headsearch__btn {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 0;
	width: 95px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	border-bottom: 3px solid #b80000;
	background: #ff0000;
}

.headsearch__btn:hover {
	background: #f21000;
}

.check-in {
	font-size: 14px;
	margin: 10px 0 26px -40px;
	text-align: center;
}

.check-in__link {
	text-decoration: none;
}

.check-in__item {
	border-bottom: 1px dotted #000000;
}

.check-in__ico {
	font-size: 18px;
	margin-right: 3px;
}

.check-in__logged_in{
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: -15px;
}

.check-in__logged_in li{
	display: inline-block;
}

.check-in__logged_in li:first-child{
	display: block;
	margin-bottom: 6px;
}

.check-in__logged_in li a{
	text-decoration: none;
}

.check-in__logged_in li a.dotted{
	border-bottom: 1px dotted #000000;
}

.cart-widget {
	margin-left: -40px;
}

.cart-widget__link {
	position: relative;
	display: block;
	min-height: 53px;
	padding-right: 5px;
	padding-left: 40px;
	text-align: center;
	text-decoration: none;
	border-bottom: 3px solid #d8bb51;
	background: #fbd100;
}

.cart-widget__ico {
	font-size: 26px;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 50px;
	text-align: center;
	text-shadow: 0 2px 6px rgba(255, 255, 255, 0.62);
}

.cart-widget__head {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	display: block;
}

.cart-widget__total {
	font-size: 13px;
}

.main-nav {
	margin-bottom: 15px;
	border-bottom: 3px solid #d1d1d1;
	background: #262626;
}

.main-nav_footer {
	border: none;
	background: none;
}

.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-menu__item {
	float: left;
	width: 14.28571%;
}

.main-menu_footer .main-menu__item {
	width: 16.66667%;
}

.main-menu__item a {
	font-size: 13px;
	line-height: 20px;
	display: block;
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.main-menu__item.current-menu-item a{
	color: #ffffff;
	background: #ff0001;
}

.main-menu__item a:hover {
	color: #ffffff;
	background: #ff0001;
}

.main-menu__ico {
	font-size: 19px;
	margin-right: 10px;
}

.main-menu_footer .main-menu__ico {
	font-size: 19px;
	display: block;
	margin: 0 0 10px 0;
}

.btn-catalog {
	font-size: 13px;
	width: 100%;
	height: 50px;
	padding: 0 20px;
	text-align: left;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	background: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.btn-catalog__ico {
	font-size: 19px;
	margin-right: 10px;
}

/**
* Сайдбар
*/

.aside {
	margin-right: -10px;
	margin-bottom: 40px;
}

.widget {
	margin-bottom: 20px;
}

.widget-menu {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #e5e5e5;
}

.widget-menu__item {
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #e5e5e5;
	text-shadow: #ffffff 1px 1px 0;
}

.widget-menu__item:last-child {
	border: none;
}

.widget-menu__link {
	line-height: 30px;
	position: relative;
	display: block;
	padding: 0 5px 0 33px;
	text-decoration: none;
	color: #282828;
	background: #fffefe;
	background: -webkit-linear-gradient(top, #fffefe 0%, #faf6f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffefe), to(#faf6f5));
	background: linear-gradient(to bottom, #fffefe 0%, #faf6f5 100%);
}

.widget-menu__item_open .widget-menu__link:after {
	position: absolute;
	z-index: 210;
	top: 50%;
	right: -10px;
	display: block;
	width: 0;
	height: 0;
	margin-top: -7px;
	content: '';
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #e5e5e5;
}

.widget-menu__item_open .widget-menu__link:before {
	color: #ff0000;
}

.widget-menu__link:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	position: absolute;
	top: 9px;
	left: 11px;
	display: block;
	content: '\f138';
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #bfbbb9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.widget-menu__link:hover {
	color: #282828;
}

.widget-menu__link:hover:before {
	color: #ff0000;
}

.widget-menu__inner {
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
}

.widget-submenu {
	position: absolute;
	z-index: 200;
	top: -1px;
	bottom: -1px;
	left: 100%;
	display: none;
	width: 865px;
	margin: 0;
	padding: 20px;
	list-style: none;
	border: 1px solid #e5e5e5;
	border-left: 3px solid #e5e5e5;
	background: #ffffff;
}

.widget-menu__item_open .widget-submenu {
	display: block;
}

.widget-submenu__item {
	float: left;
	width: 25%;
	margin-bottom: 20px;
	padding: 0 10px;
}

.widget-submenu__item:nth-child(4n+5) {
	clear: both;
}

.widget-submenu__link {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #fbd100;
}

.widget-levelmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-levelmenu__item {
	margin: 10px 0;
}

.widget-levelmenu__link {
	font-size: 13px;
	line-height: 16px;
	position: relative;
	display: block;
	padding-left: 16px;
	text-decoration: none;
}

.widget-levelmenu__link:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	content: '';
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #e5e5e5;
}

.widget-levelmenu__link:hover:before {
	background: #ff0000;
}

.widget-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #242424;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

.widget-news__item {
	font-size: 12px;
	margin-bottom: 20px;
}

.widget-news__date {
	margin-bottom: 2px;
	color: #242424;
}

.widget-news__head {
	font-weight: 600;
	margin-bottom: 7px;
}

.widget-news__link {
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #868686;
}

.widget-news__link:hover {
	color: #242424;
	border-bottom-color: #545454;
}

.widget-news__desc {
	color: #545454;
}

.widget-more {
	text-align: center;
}

.widget-more__link {
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	padding: 4px 11px;
	text-decoration: none;
	color: #545454;
	border: 1px solid #bebebe;
}

.widget-more__link:hover {
	color: #ffffff;
	border: 1px solid #545454;
	background: #545454;
}

/**
* Преимущества
*/

.advant {
	margin-bottom: 20px;
	padding: 20px 10px 10px 10px;
	background: #ffffff;
}

.advant .main-heading {
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}

.advant-item {
	text-align: center;
}

.advant-item__link {
	display: block;
	padding: 8px;
	text-decoration: none;
	border: 1px solid transparent;
}

.advant-item__link:hover {
	border-color: #ff0000;
}

.advant-item__img {
	display: block;
	margin-bottom: 10px;
}

.advant-item__img img {
	width: 130px;
	vertical-align: bottom;
}

.advant-item__head {
	font-size: 13px;
	display: block;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/**
* Каталог
*/

.catalog-heading {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px 0;
	color: #242424;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}

.catalog-item {
	margin-bottom: 20px;
	padding: 0 30px;
	text-align: center;
}

.catalog-item__link {
	display: block;
	text-decoration: none;
	color: #242424;
}

.catalog-item__link:hover {
	color: #545454;
}

.catalog-item__img {
	display: block;
	margin-bottom: 10px;
}

.catalog-item__img img {
	vertical-align: bottom;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.catalog-item__desc {
	font-size: 15px;
	font-weight: bold;
	line-height: 14px;
	display: block;
	min-height: 42px;
}

.catalog-category {
	margin-bottom: 10px;
	border: 1px solid #bebebe;
	border-top: 3px solid #bebebe;
	background: #ffffff;
}

.catalog-category__filter.ajax-loading {
	position: relative;
	z-index: 5;
}
.catalog-category__filter.ajax-loading:before,
.catalog-category__filter.ajax-loading .SumoSelect > .optWrapper:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 6;
	opacity: 0.6;
}


.catalog-category__head {
	font-size: 26px;
	font-weight: 800;
	padding: 20px;
	color: #242424;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}

.catalog-category__link {
	text-decoration: none;
}

.catalog-category__foot {
	padding: 10px 20px;
	text-align: center;
}

.catalog-category__bar {
	padding: 10px 20px;
}

.catalog-category .woocommerce-info{
	margin: 0 20px 2em;
}

.category-nav {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

.category-nav__item {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.category-nav__link {
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid #bebebe;
}

.category-nav__link:hover {
	color: #000000;
	border-color: #fbd100;
	background: #ffffff;
}

.catalog-result {
	font-size: 12px;
	line-height: 22px;
	text-align: right;
}

.catalog-sort {
	line-height: 22px;
}

.catalog-sort__head {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

.catalog-sort__control {
	display: inline-block;
	vertical-align: middle;
	min-width: 200px;
}

.catalog-select {
	font-size: 12px;
	display: block;
	width: 100%;
	height: 22px;
}

/**
* Товары
*/

.product-wrap {
	margin-bottom: 20px;
	padding-top: 20px;
	border: 1px solid #bebebe;
	border-top: 3px solid #bebebe;
	background: #ffffff;
}

.product-heading {
	font-size: 26px;
	font-weight: 800;
	margin: 0 0 20px 20px;
	color: #242424;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}

.product-item {
	position: relative;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	border: 1px solid #f2f2f2;
	background: #ffffff;
}

.product-item:hover {
	border-color: #fbd100;
}

.product-list .product-item {
	float: left;
	width: 25%;
	height: 302px;
}

.product-item_day {
	height: 250px;
}


.product-item__img a {
	display: block;
	padding: 20px 0 10px 0;
}
.product-item__img .container-image-and-badge {
	position: static !important;
	font-size: 14px;
	font-weight: 600;
}

.product-item_day .product-item__img a {
	padding-top: 20px;
}

.product-item__img img {
	width: 154px;
	vertical-align: bottom;
}

.product-item_day .product-item__img img {
	width: 104px;
}

.product-list_carousel .product-item__img img {
	margin: 0 auto;
}

.product-item__title {
	margin-bottom: 10px;
}

.product-item__link {
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	display: block;
	overflow: hidden;
	height: 28px;
	padding: 0 10px;
	text-align: left;
	text-decoration: none;
	color: #242424;
}

.product-item__badge {
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 20px;
	padding: 0 15px;
	text-transform: uppercase;
	color: #ffffff;
	background: #0b54a8;
}

.product-item__badge_day {
	right: 10px;
	padding-right: 3px;
	padding-left: 3px;
	text-transform: none;
}

.product-item__price {
	font-size: 13px;
	font-weight: 600;
	line-height: 14px;
	float: left;
	width: 110px;
	min-height: 30px;
	margin-right: 5px;
	padding: 8px 4px;
	text-align: center;
	color: #242424;
	background: #fbd100;
	text-shadow: 1px 1px 0 rgba(225, 225, 225, 0.8);
}

.product-item__price[price=""]{
	font-size: 12px;
}

.product-item__price del {
	color: #242424;
	font-size: 11px;
	text-shadow: none;
}

.product-item__price ins {
	font-size: 13px;
	text-decoration: none;
	color: #ff0000;
	font-weight: 600;
}

.product-item_day .product-item__price {
	position: absolute;
	top: 0;
	left: 0;
	float: none;
	height: auto;
}

.product-item__cost {
	display: block;
}

.product-item__cost_old {
	text-decoration: line-through;
}

.product-item__buy {
	display: table;
	margin: 0 auto 10px auto;
}

.product-item__num {
	float: left;
	width: 40px;
	margin-right: 5px;
}

.product-item__btn {
	float: left;
	width: 90px;
}
/*если выводим товары шорткодом*/
.su-posts.su-posts-teaser-loop .product-item__btn{
	width: 80px;
}

.product-item__info {
	margin-bottom: 10px;
	padding: 0 10px;
}

.product-item__code {
	font-size: 11px;
	float: left;
	color: #808080;
}

.product-item__in {
	font-size: 12px;
	float: right;
}

.product-num {
	font-size: 14px;
	width: 100%;
	height: 30px;
	text-align: right;
	color: #545658;
	border: 1px solid #e5e5e5;
}

.btn-buy {
	font-size: 13px;
	line-height: 27px;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: none;
	border-bottom: 3px solid #b80000;
	background: #ff0000;
}

.btn-buy:not(.btn-buy-disabled):hover {
	color: #ffffff;
	background: #f73433;
}

.btn-buy i{
	display: none;
	margin-left: 5px;
}

.btn-buy.loading i{
	display: inline-block;
}

.btn-buy.btn-buy-disabled {
	background: #DAD8DB;
	color: #777;
	border-bottom: 3px solid #AAA29F;
}

.btn-buy.btn-buy-disabled.ready {
	background: #008000;
	color: #FFF;
	border-bottom: 3px solid #006800;
}

.btn-buy.btn-buy-disabled.ready:hover {
	opacity: 0.7;
}


.product-day {
	margin-left: -45px;
}

.product-item  .product-item__img .container-image-and-badge .yith-wcbm-badge img{
	width:auto;
}

.yith-wcbm-badge-104666,.yith-wcbm-badge-104667,.yith-wcbm-badge-104668,.yith-wcbm-badge-104669,.yith-wcbm-badge-104670,.yith-wcbm-badge-126640 {
  right: 5px;
  top: 5px;
}

/**
* Карточка товара
*/

.product {
	padding: 20px;
	background: #ffffff;
}

.product-gallery {
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #f2f2f2;
}
.gallery-main__item {
	position: relative;
}
.gallery-main__item .container-image-and-badge {
	position: static !important;
	font-size: 14px;
	font-weight: 600;
}

.product-gallery img {
	vertical-align: bottom;
}

.gallery-main {
	float: left;
	width: 81.17%;
	border-right: 1px solid #f2f2f2;
}

.gallery-nav {
	float: left;
	width: 18.83454%;
}

.gallery-nav__item {
	border-bottom: 1px solid #f2f2f2;
}

.gallery-nav__item img {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border: 1px solid transparent;
}

.gallery-nav__item img:hover {
	border-color: #fbd100;
}

.product-discount {
	font-size: 14px;
	font-weight: 600;
	line-height: 38px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: -16px;
	padding: 0 15px;
	text-transform: uppercase;
	color: #2a3540;
	/*background: #fbd100;*/
	border-top: 1px solid #f2f2f2;
}

.product-info {
	margin-bottom: 20px;
}

.product-info__item {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #f2f2f2;
}

.product-info__item:last-child {
	margin-bottom: 0;
}

.product-info__item_dist {
	color: #8f1536;
}

.product-info__item_price {
	padding: 0;
	border: none;
}

.product-price {
	font-size: 16px;
	line-height: 28px;
	padding: 10px;
	text-align: center;
	color: #242424;
	background: #fbd100;
	text-shadow: 1px 1px 0 rgba(225, 225, 225, 0.8);
}
.product-price del {
    color: #242424;
    font-size: 14px;
    text-shadow: none;
}
.product-price ins {
    text-decoration: none;
    color: #ff0000;
    font-weight: 600;
}

.product-buy__num {
	float: left;
	width: 50px;
	margin-right: 10px;
}

.product-buy__btn {
	float: left;
	width: 120px;
}

.product-stock {
	color: green!important;
}

.product-stock_not {
	color: #ff0000!important;
}

.product-stock_order {
	color: #888888!important;
}

.product-delivery {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #f2f2f2;
}

.product-delivery__head {
	font-weight: 600;
	margin-bottom: 10px;
}

.product-delivery__ico {
	font-size: 18px;
	margin-right: 5px;
}

.delivery-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.delivery-list li {
	font-size: 14px;
	position: relative;
	padding: 4px 0;
	padding-left: 28px;
}

.delivery-list li:before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #242424;
}

.tabs {
	margin-bottom: 20px;
	border: 3px solid #f2f2f2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f2f2f2;
}

.tabs-nav__item {
	font-size: 15px;
	font-weight: 600;
	line-height: 44px;
	float: left;
	margin-right: 5px;
	padding: 0 20px;
	cursor: pointer;
	color: #8f1536;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.tabs-nav__item_active {
	background: #ffffff;
}

.tabs-content {
	display: none;
}

.tabs-content_active {
	display: block;
}

.product-table {
	width: 100%;
	border-collapse: collapse;
}

.product-table td,
.product-table th {
	padding: 5px;
	border: 1px solid #f2f2f2;
	text-align: left;
}

.product-cross {
	margin-bottom: 20px;
}

.product-other {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-other__item {
	float: left;
	width: 25%;
	margin-bottom: 10px;
}

.product-other__item:nth-child(4n+5) {
	clear: both;
}

.product-other__link {
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
	position: relative;
	display: block;
	padding: 0 5px 0 22px;
	text-decoration: none;
	color: #282828;
}

.product-other__link:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 16px;
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	content: '\f138';
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #bfbbb9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}

.product-other__link:hover {
	color: #282828;
}

.product-other__link:hover:before {
	color: #ff0000;
}

/**
* Фильтр
*/

.filter__body {
	padding: 10px 20px;
	background: #f2f2f2;
}

.filter__body .woocommerce-error{
	border-top: none;
	background: transparent;
	margin-bottom: 0;
}

.filter__foot {
	padding: 5px 20px;
	background: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.filter-item__head {
	font-size: 14px;
	line-height: 22px;
	padding-right: 10px;
	color: #242424;
}

.filter-item__list select {
	font-size: 13px;
	display: block;
	width: 100%;
	height: 22px;
	color: #cccccc;
}

.filter-item__list select option {
	color: #000000;
}

.filter-show__btn {
	font-size: 12px!important;
	font-weight: 600!important;
	line-height: 27px!important;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	border: none;
	border-bottom: 3px solid #b80000;
	background: #ff0000;
}

.filter-show__btn:hover {
	color: #ffffff;
	background: #f73433;
}

.filter-reset {
	text-align: right;
}

.filter-reset__btn {
	font-size: 12px!important;
	font-weight: 600!important;
	line-height: 30px!important;
	display: inline-block;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	border: none;
	background: none;
}

.filter-reset__active {
	color: #0B52A5;
}

.filter-reset__btn:hover {
	color: #ff0000;
}


/**
* Партнеры
*/

.partner-wrap{
	position: relative;
	padding: 80px 0 20px;
	padding-left: 20px;
	background: #ffffff;
}

.partner-wrap .partner-heading{
	margin-top: -70px;
	font-size: 26px;
	font-weight: 800;
	color: #242424;
}

.partner-wrap .slick-arrow {
	line-height: 36px;
	position: absolute;
	z-index: 50;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	border: none;
	background: #000000;
}

.partner-wrap .slick-arrow:hover {
	background: #151515;
}

.partner-wrap .slick-arrow {
	top: 15px;
	margin-top: 0;
}

.partner-wrap .slick-arrow_banner.slick-prev {
	left: 10px;
}

.partner-wrap .slick-arrow_banner.slick-prev {
	right: 58px;
	left: auto;
}

.partner-wrap .slick-arrow_banner.slick-next {
	right: 10px;
}

.partner-wrap .slick-arrow_banner.slick-next {
	right: 20px;
}

.partner-wrap .owl-nav{
	display: none !important;
}

.partner-wrap .partner{
	margin-top: 24px;
}

.partner-wrap .owl-stage{
	display: table !important;
}

.partner-wrap .owl-stage .owl-item{
	float: none !important;
	vertical-align: middle !important;
	text-align: center !important;
	display: table-cell !important;
}

.partner-item {
			 
			
	padding: 0 10px;
}

.partner-item__link {
	display: block;
			   
	text-align: center;
}

.partner-item__link img {
	display: inline-block !important;
	width: auto !important;
				
}

.partner-item__link:hover {
	opacity: 0.8;
}

/**
* Хлебные крошки
*/

.breadcrumbs {
	margin-bottom: 15px;
}

.breadcrumbs__item {
	font-size: 12px;
	float: left;
}

.breadcrumbs__link {
	line-height: 23px;
	position: relative;
	display: block;
	padding: 0 10px 0 18px;
	text-decoration: none;
	border: 1px solid #e5e5e5;
	border-right: none;
	border-left: none;
	background: #ffffff;
}

.breadcrumbs__link:before {
	position: absolute;
	z-index: 5;
	top: 0;
	right: -8px;
	display: block;
	width: 8px;
	height: 23px;
	content: '';
	background: url('./img/breadcorn.png') left bottom no-repeat;
}

.breadcrumbs__item:first-child .breadcrumbs__link {
	padding-left: 12px;
	border-left: 1px solid #e5e5e5;
}

.breadcrumbs__current {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	display: block;
	padding: 0 8px 0 18px;
	color: #ffffff;
	border: 1px solid #e5e5e5;
	background: #999999;
}

.breadcrumbs__current:before {
	position: absolute;
	z-index: 5;
	top: 0;
	right: -9px;
	display: block;
	width: 9px;
	height: 24px;
	content: '';
	background: url('./img/breadcorn.png') left top no-repeat;
}

/**
* Пагинация
*/

.pagination {
	display: table;
	margin: 0 auto 30px auto;
	text-align: center;
}

.pagination li{
	display: inline-block;
	list-style: none;
}

.page-numbers:not(ul) {
	font-size: 12px;
	line-height: 30px;
	display: block;
	float: left;
	min-width: 30px;
	height: 30px;
	padding: 0 8px;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	background: #ebe9eb;
}

.page-numbers:not(ul):hover,
.page-numbers.current:not(ul) {
	color: #ffffff;
	background: #ff0000;
}

.page-numbers.dots:hover {
	color: #000000;
	background: #ebe9eb;
}

.page-numbers_dots:hover {
	color: #000000;
	background: #ebe9eb;
}

/**
* Тектовый блок
*/

.article {
	font-size: 14px;
	margin-bottom: 30px;
	padding: 30px;
	background: #ffffff;
}

.article_tabs {
	margin-bottom: 0;
	padding: 20px;
}

.article *:first-child {
	margin-top: 0;
}

.article > *:last-child {
	margin-bottom: 0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	font-weight: bold;
	margin: 15px 0;
	color: #242424;
}

.article h1 {
	font-size: 22px;
}

.article h2 {
	font-size: 20px;
}

.article h3 {
	font-size: 18px;
}

.article h4 {
	font-size: 16px;
}

.article h5 {
	font-size: 14px;
}

.article h6 {
	font-size: 12px;
}

.article p {
	line-height: 24px;
	margin: 15px 0;
}

.article strong {
	font-weight: 600;
	color: #8f1536;
}

.article ul,
.article ol{
	margin: 15px 0;
	padding: 0;
	list-style: none;
}

.article ul li,
.article ol li {
	line-height: 20px;
	position: relative;
	padding: 4px 0;
	padding-left: 28px;
}

.article ul li:before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #242424;
}

.article .su-list > ul li:before{
	display: none;
}

.article ul.fancygal li{
	padding-left: 0;
}

.article ul.fancygal li:before{
	display: none;
}

.article .fancygal {
	padding-right: 30px;
}

.article .fancygal li {
	display: inline-block;
	margin-right: 10px;
}

.article .triple li {
	width: calc((100% - 38px) / 3);
}

.article .six li {
	width: calc((100% - 79px) / 6);
}

.article .fancygal li > .fancybox > img ,
.article .fancygal li > img {
	max-width:100%;
}

.article a:not([class]) {
	text-decoration: underline;
	color: #000000;
}

.article a:not([class]):hover,
.article a:not([class]):visited:hover {
	color: #ff0000;
}
.article a:not([class]):visited{
	color: #808000;
}

.article_catalog {
	font-size: 12px;
}

.article_catalog p {
	line-height: normal;
	margin: 10px 0;
}

.article_catalog ul {
	margin: 10px 0;
}

.article_catalog ul li {
	line-height: normal;
	padding-top: 0;
	padding-bottom: 0;
}

.article_catalog ul li:before {
	top: 5px;
}

.article_catalog h1 {
	font-size: 18px;
}

.article_catalog h2 {
	font-size: 14px;
}

.article_catalog h3 {
	font-size: 13px;
}

.article_catalog h4 {
	font-size: 12px;
}

.article_catalog h5 {
	font-size: 11px;
}

.article_catalog h6 {
	font-size: 10px;
}

/**
* Страница Контакты
*/
.page-id-17 .article {
	line-height:1.5!important;
}
.page-id-17 h1{
	text-align: center;
}
.page-id-17 .custom-heading h3{
	font-size:15px;	
}
.page-id-17 .custom-heading h2::after {
  background: #ff0001 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -35%;
  position: absolute;
  width: 70%;
}


.page-id-17 .custom-heading h2,
.page-id-17 .custom-heading h3 {
	margin-bottom:0;
	padding-bottom:5px;
    position: relative;
    display: inline-block;
}

.page-id-17 .su-heading-style-default {
	border-bottom: unset;
	border-top: unset;
	padding: unset;
}
.page-id-17 .su-heading-style-default .su-heading-inner {
  border-bottom: unset;
  border-top: unset;
  padding: unset;
}
.page-id-17 .su-tabs-pane {
	color: unset;
    font-size: unset;
}
.page-id-17 .su-tabs-nav span.dotted{
	font-size: unset;
	text-decoration: underline dotted;
}

/**
* Корзина
*/

.cart-table {
	width: 100%;
	border-collapse: collapse !important;
}

.cart-table_total {
	margin-bottom: 30px;
}

.cart-table td,
.cart-table th {
	font-size: 14px;
	padding: 10px 5px;
	border: 1px solid #c5c5c5 !important;
	background: #ffffff;
}

.cart-table th {
	font-weight: normal;
	text-align: left;
	background: #ebebeb;
}

.cart-table td {
	color: #818181;
}

.cart-table__quantity {
	width: 92px;
}

.cart-table__dist {
	font-weight: 600;
	color: #8f1536;
}

.cart-img {
	width: 32px;
	margin: 0 auto;
}

.cart-img img {
	vertical-align: bottom;
	height: auto;
	max-height: 32px;
}

.cart-name__link {
	text-decoration: none;
	color: #ff0000;
}

.cart-name__link:hover {
	color: #000000;
}

.cart-price {
	color: #818181;
}

.cart-remove__link {
	line-height: 22px;
	display: block;
	width: 22px;
	height: 22px;
	text-align: center;
	color: #ff0000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.cart-remove__link:hover {
	color: #ffffff;
	background: #ff0000;
}

.cart-group {
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #c5c5c5;
	border-top: none;
	background: #ffffff;
}

.cart-group__clear,.cart-group__update,.cart-group__coupon{
	display:inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
	
}
.cart-group__coupon  #coupon_code {
	height: 30px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.cart-btn {
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	display: inline-block;
	height: 32px;
	padding: 0 15px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	color: #515151;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ebe9eb;
}

.cart-btn:hover {
	color: #515151;
	background: #dad8da;
}

.cart-btn[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

.cart-btn[disabled]:hover {
	background-color: #ebe9eb;
}

.cart_totals {
	max-width: 500px;
	float: unset !important;					
}

.delivery-choose {
	margin: 0;
	padding: 0;
	list-style: none;
}

.delivery-choose__item {
	margin: 5px 0;
}

.cart-checkout__btn {
	font-size: 18px;
	font-weight: bold;
	line-height: 52px;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ff0000;
}

.cart-checkout__btn:hover {
	color: #ffffff;
	background: #f73433;
}

.checkout-delivery {
	margin-bottom: 20px;
}

.form-group {
	font-size: 14px;
	margin-bottom: 15px;
}

.form-group_discount {
	margin: -5px;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #ebebeb;
}

.form-label {
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
}

.form-label__required {
	color: #ff0000;
}

.form-group_discount .form-label {
	font-weight: 600;
	color: #ff0000;
}

.form-control {
	font-size: 14px;
	width: 100%;
	height: 32px;
	padding: 0 10px;
	border: 1px solid #bebebe;
	background: #ffffff;
}

.form-control:focus {
	border-color: #a6a6a6;
}

.form-control_textarea {
	display: block;
	height: 60px;
	padding: 10px;
	resize: none;
}

.checkout-order {
	margin-bottom: 20px;
}

.checkout-add {
	margin-bottom: 20px;
}

.checkout-pay {
	padding: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ebe9eb;
}

.checkout-pay__btn {
	margin: 15px -15px -15px -15px;
	padding: 15px;
	text-align: right;
	border-top: 1px solid #d3ced2;
}

.payment-choose {
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.payment-choose__item {
	margin: 5px 0;
}

.payment-info {
	font-size: 13px;
	position: relative;
	margin: 10px 0;
	padding: 10px;
	color: #515151;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #dfdcde;
}

.payment-info:before {
	position: absolute;
	top: -7px;
	left: 20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border-right: 7px solid transparent;
	border-bottom: 7px solid #dfdcde;
	border-left: 7px solid transparent;
}

.payment-choose__item_card .payment-info {
	display: none;
}

.btn-confirm {
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	display: inline-block;
	height: 32px;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border: none;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ff0000;
}

.btn-confirm:hover {
	color: #ffffff;
	background: #f73433;
}

.cart-result {
	border: 1px solid #e5e5e5;
	background: #fafafa;
}

.order-result {
	padding: 10px 0 10px 10px;
}

.order-info {
	padding: 10px;
	background: #ffffff;
}

.result-table {
	width: 100%;
	border-collapse: collapse;
}

.result-table td,
.result-table th {
	font-size: 14px;
	padding: 10px 5px;
}

.result-table th {
	font-weight: normal;
	text-align: left;
	color: #818181;
}

.result-table td {
	color: #000000;
}

/**
* Новости
*/

.news-list {
	margin: 30px 0;
}

.news-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px dashed #e9e9e9;
}

.news-item__date {
	font-size: 14px;
	line-height: 20px;
	width: 100px;
	margin-bottom: 5px;
	text-align: center;
	color: #ffffff;
	background-color: #a2a2a2;
}

.news-item__title {
	font-size: 18px;
	margin-bottom: 5px;
}

.news-item__link {
	text-decoration: none;
	color: #ff0000;
}

.news-item__link:hover {
	color: #000000;
}

.news-item__desc {
	font-size: 14px;
	line-height: 24px;
}
/*страница оплата и доставка*/ 
.article .conditions {
  background: #fbd100 none repeat scroll 0 0;
  padding-left: 13px;
  width: 16em;
}
.article .conditions::after {
  background: rgba(0, 0, 0, 0) url("./img/bg-price-corner.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 9px;
  left: 40px;
  position: absolute;
  width: 9px;
}
.article .conditions:before{
    font-family: FontAwesome;
	padding:0 10px 0 5px;
    font-style: normal;               
    font-weight: normal;
}
.article #info:before{content: "\f05a";}
.article #oplata:before{content: "\f158";}
.article #dostavka:before{content: "\f0d1";}

.article table{
  border: 1px;
  width:100%;
  border-collapse: collapse;
  margin: 0 0 1.5em;
}
.article .new-table th {
	background: #eeeeee none repeat scroll 0 0;
	border: 1px solid #c5c5c5;
    color: #242424;
    font-weight: normal;
    padding: 10px;
}
.article .new-table .zone1 {background: #f1897f;}
.article .new-table .zone2 {background: #ffe471;}
.article .new-table .zone3 {background: #76ce61;}
.article .new-table td {
  color: #000000;
  padding: 5px;
  border: 1px solid #c5c5c5
}
/*стили для статей*/
.article ol{counter-reset: myCounter;}
.su-dropcap.hover-red:hover, ol.hover-red > li:hover::before {background-color:#f21000;}
.su-dropcap.hover-red, ol.hover-red > li::before  {transition: background-color 0.3s ease-in-out 0s;}
ol.gray > li::before {
  background: #444 none repeat scroll 0 0;
  color: white;
}
ol > li::before{
  content: counter(myCounter, decimal);
  counter-increment: myCounter;
  display: inline-block;
  height: 1.6em;
  line-height: 1.6em;
  margin: 4px 0.4em 4px 0;
  text-align: center;
  width: 1.6em;
}
.smsbtn{
  background: rgba(0, 0, 0, 0) url('./img/style-soft.png') repeat-x scroll 0 -20px;
  transition: all 0.2s ease 0s;
  font-size: 17px;
  line-height: 26px;
  padding: 7px 22px;
  background-color: #f21000;
  border-color: #c20d00;
  border-radius: 0;
  color: #ffffff!important;
  text-decoration:none;
}
.smsbtn:hover {
    background: rgba(0, 0, 0, 0) url('./img/style-soft.png') repeat-x scroll 0 0;
	background-color: #f21000;
}
/**
* Подвал
*/

.footer {
	position: relative;
	padding-top: 15px;
	background: #252525;
}

.foot-widget {
	margin-bottom: 20px;
}

.foot-widget__head {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #fbd100;
}

.foot-widget_shop {
	margin-left: -70px;
}

.foot-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.foot-menu__item {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
}

.foot-menu__item a {
	text-decoration: none;
	color: #b0b0b0;
}

.foot-menu__item a:hover {
	color: #fbd100;
}

.social-btn {
	font-size: 24px;
	line-height: 42px;
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin: 0 5px 5px 0;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #b0b0b0;
}

.social-btn:hover {
	color: #ffffff;
	background: #fbd100;
}

.shop-list__item {
	font-size: 13px;
	line-height: 19px;
	color: #b0b0b0;
}

.shop-list__dist {
	color: #fbd100;
}

.pay-info {
	font-size: 10px;
	line-height: 12px;
	color: #b0b0b0;
}

.foot-bar {
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0;
	color: #b0b0b0;
}

.copywrite__link {
	text-decoration: none;
	color: #ffffff;
}

.copywrite__sitemap {
	color: #b0b0b0;
}

.dev {
	text-align: right;
}

.dev__link {
	text-decoration: none;
	color: #ffffff;
}

.payment-list {
	margin-bottom: 10px;
}

.payment-ico {
	display: inline-block;
	width: 44px;
}

.payment-ico_sber {
	padding-right: 5px;
	padding-left: 5px;
}

.payment-ico img {
	vertical-align: middle;
}

/**
*Contact Form
*/

.contact-form {
	display: none;
	width: 100%;
	max-width: 340px;
	padding: 18px 26px;
	text-align: center;
}

.contact-form .title {
	font: 20px/20px Arial;
	color: #693f00;
}

.contact-form .wpcf7{
	margin-top: -14px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
	width: 100%;
	margin-top: 14px;
}

.contact-form input[name="your-tel-sms"]{
	margin-bottom: 13px;
}

.contact-form textarea {
	height: 120px;
	resize: vertical;
}

.contact-form input[type="submit"] {
	border:0;
	margin: 14px auto 0 16px;
	color: #ffffff;
	font-size: 14px;
	width: 130px;
	height: 30px;
	background: #ff0000;
	border-bottom:3px solid #b80000;
	text-transform:uppercase;

}

.contact-form input[type="submit"]:hover {
	background: #f73433;
}

.contact-form br {
	display: none;
}

.contact-form .wpcf7-not-valid-tip {
	text-align: left;
	padding: 3px 0 0 2px;
	font: 12px/14px Arial;
}

.contact-form .wpcf7-response-output {
	margin: 10px 0;
	font-size: 14px;
}

.contact-form .wpcf7-response-output.wpcf7-validation-errors {
	background: #F7E701;
}

.contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
	background: #398f14;
	color: #FFFFFF;
}

.contact-form .wpcf7-response-output.wpcf7-spam-blocked {
	background: #ffa500;
	color: #FFFFFF;
}

.contact-form .wpcf7-response-output.wpcf7-mail-sent-ng {
	background: #ff0000;
	color: #FFFFFF;
}

.bigform {
  background-color: #f7f6f7;
  color: #515151;
  margin: 0 20px 2em;
  position:relative;
  width: auto;
  border-top: 3px solid #b80000;
}
.bigform__title{
  padding: 1em 2em 1em 3.5em;
}

.bigform__title:before{
  clear: both;
  color: #b80000;
  content:'\f059';
  display: table;
  font-family: FontAwesome;
  font-size: 22px;
  left: 24px;
  position: absolute;
}

.bigform .ask {
	font-weight:600;
}

.modalBtn {
  background: #ff0000 none repeat scroll 0 0;
  border-bottom:3px solid #b80000;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.modalBtn:hover {background:#f21000;}
.modalBtn.question {
    display: inline-block;
    font: bold 16px/40px Open Sans;
	padding: 0 1em;
}

.register-form {
	display: none;
	font-size: 14px;
	padding: 2% 3%;
	text-align: center;
}
.register-form .title {
	margin-bottom: 2%;
}
.register-form button[type="submit"] {
	color: #ffffff;
	width: 130px;
	height: 30px;
	padding: unset;
	background: #ff0000 none repeat scroll 0 0;
    border-bottom:3px solid #b80000;
	border-radius: unset;
}
.register-form button[type="submit"]:hover {
	color: #ffffff;
	background: #f73433;
}
.register-form button[name="register"] {
	background:#242424;
	border-bottom:3px solid #d1d1d1;
}
.register-form button[name="register"]:hover {
	background:#999;
	color:#fff
}
.register-form .login .form-row > label.inline {
	display: inline-block;
	margin-top: 3%;
}

/**
* Слайдер
*/

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-touch-callout: none;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	outline: none;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-dots {
	position: absolute;
	right: 12px;
	bottom: 15px;
	left: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
	list-style: none;
	vertical-align: bottom;
}

.slick-dots li button {
	display: block;
	width: 14px;
	height: 14px;
	padding: 0;
	text-indent: -9999px;
	opacity: 0.44;
	border: 3px solid #000000;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: none;
	-webkit-appearance: none;
}

.slick-dots li.slick-active button {
	opacity: 1;
	background: #000000;
}

.product-list_carousel .slick-dots {
	top: -52px;
	bottom: auto;
}

.slick-arrow {
	line-height: 36px;
	position: absolute;
	z-index: 50;
	top: 50%;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	border: none;
	background: #000000;
}

.slick-arrow:hover {
	background: #151515;
}

.product-list_carousel .slick-arrow {
	top: -56px;
	margin-top: 0;
}

.slick-arrow_banner.slick-prev {
	left: 10px;
}

.product-list_carousel .slick-arrow_banner.slick-prev {
	right: 58px;
	left: auto;
}

.slick-arrow_banner.slick-next {
	right: 10px;
}

.product-list_carousel .slick-arrow_banner.slick-next {
	right: 20px;
}

.banner-slider {
	margin-right: 30px;
	margin-bottom: 20px;
}


/* Калькулятор доставки */
#delivcalc{
	width:100%;
	margin-bottom: 1.5em;
}

#delivcalc #map {
	height: 300px;
	margin-bottom: 1.5em;
	float:left;
}

#delivcalc #calcbody > .calcbutton{
	display: block;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	font: bold 14px/14px Open Sans;
	color: #000000;
	background: #fbd100;
	text-transform:uppercase;
	border:unset;
	border-bottom:3px solid #d8bb51;
}

#delivcalc #result{
	display: none;
	clear:both;
}

#delivcalc #result.active{
	display: block;
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 5px;
	box-sizing: border-box;
	height: 246px;
}

#delivcalc #result.active > h3 {
	font-size: 16px;
}
/**
* Предупреждение магазина
*/
p.demo_store {
    background-color: #fbd100;
    color: #000;
	bottom:0;
	top:unset;
	position: sticky;
}
p.demo_store a {
  color:#ff0000;
}
.admin-bar p.demo_store {top:unset;}

/*
	Страница "Акции"
*/

.aktsii-item {
	margin-bottom:5%;
}

.aktsii-item:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(186,186,186,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(186,186,186,1);
	box-shadow: 0px 0px 5px 0px rgba(186,186,186,1);
}
.aktsii-item__link{
	text-decoration: none;
}

.aktsii-item__head {
    display:block;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	/*background: #fbd100;*/
}

.aktsii-item__head  h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	margin: 5px 0 0;
}

.aktsii-item__img{
    display:block;
    overflow: hidden;
    height:155px;
}

.aktsii-item__img img{
   vertical-align: bottom;
   height:100%;
   width: 100%;
}
.aktsii-item__desc {
    display:block;
	font-size: 14px;
	color: #555;
	height: 55px;
	padding: 12px 10px;
	overflow: hidden;
	background: #f6f6f6;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 50%, #d5d5d5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 50%,#d5d5d5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 50%,#d5d5d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 );
}

/**
* Медиазапросы
*/

@media (min-width: 768px) {
	.container {
		width: 750px;
	}

	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 768px) {
	.footer {
		margin-top: 62px;
	}

	.footer:before {
		position: absolute;
		top: -62px;
		right: 0;
		left: 0;
		display: block;
		height: 62px;
		content: '';
		background: url('./img/foottp2.png') center top repeat-x;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media only screen and (min-width: 992px) {
	.foot-widget__body {
		padding-left: 5px;
	}

	.foot-widget_pay {
		padding-bottom: 170px;
		background: url('./img/stroitelstvo-remont-voronej.png') center bottom no-repeat;
	}
}

@media (min-width: 1300px) {
	.container {
		width: 1300px;
	}

	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}

	.visible-lg {
		display: block !important;
	}

	.hidden-lg {
		display: none !important;
	}
}

@media only screen and (max-width: 1299px) {
	.header-inner {
		margin-right: 0;
		margin-left: -20px;
	}

	.callback {
		margin-left: -15px;
	}

	.check-in {
		margin-left: -10px;
	}

	.cart-widget {
		margin-left: -10px;
	}

	.main-menu__link {
		font-size: 12px;
	}

	.main-menu__ico {
		font-size: 14px;
		margin-right: 0;
	}

	.main-menu__item:nth-child(2) {
		width: 15.28571%;
	}

	.main-menu__item:nth-child(3) {
		width: 13.28571%;
	}

	.widget-submenu {
		width: 719px;
	}

	.catalog-item {
		padding-right: 10px;
		padding-left: 10px;
	}

	.product-list .product-item {
		width: 50%;
	}

	.filter-item {
		margin: 5px 0;
	}

	.foot-widget_shop {
		margin-left: -40px;
	}

	.banner-slider {
		margin-right: 0;
	}
}

@media only screen and (max-width: 991px) {
	.header {
		padding-top: 10px;
	}

	.logo {
		width: 190px;
	}

	.header-inner {
		margin-left: -55px;
	}

	.head-phone__region {
		display: none;
	}

	.head-phone__dist {
		font-size: 24px;
	}

	.callback {
		margin-top: 0;
	}

	.callback__link {
		font-size: 12px;
	}

	.check-in {
		margin-top: 0;
	}

	.cart-widget__head {
		display: none;
	}

	.cart-widget__link {
		line-height: 17px;
		min-height: 40px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.cart-widget__ico {
		font-size: 22px;
		line-height: 40px;
		height: 40px;
	}

	.main-nav {
		margin-bottom: 20px;
	}

	.main-menu_header {
		display: none;
	}

	.aside {
		margin: 0;
	}

	.widget {
		margin-bottom: 0;
	}

	.widget_news {
		display: none;
	}

	.widget_catalog {
		display: none;
		margin-bottom: 20px;
	}

	.widget-menu__link:hover:before {
		color: #bfbbb9;
	}

	.widget-menu__item_open .widget-menu__link:after {
		display: none;
	}

	.widget-menu__item_open .widget-menu__link:before {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		color: #ff0000;
	}

	.widget-submenu {
		position: static;
		width: auto;
		padding: 10px;
		border-top-width: 3px;
		border-right-width: 0;
		border-bottom-width: 2px;
		border-left-width: 0;
	}

	.widget-submenu__item {
		float: none;
		width: auto;
	}

	.foot-widget_shop {
		margin-left: 0;
	}

	.foot-widget_pay {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.logo {
		margin: 0 auto;
	}

	.header-inner {
		margin: 0;
	}

	.callback {
		display: none;
	}

	.headsearch {
		margin-bottom: 10px;
	}

	.check-in {
		display: none;
	}

	.cart-widget {
		margin: 0;
	}

	.catalog-main .row > div:nth-child(2n+3) {
		clear: both;
	}

	.catalog-result {
		text-align: center;
	}

	.catalog-sort {
		text-align: center;
	}

	.product-item__badge {
		right: 0;
	}

	.aside-foot .row > div:nth-child(3) {
		clear: both;
	}

	.copywrite {
		text-align: center;
	}

	.banner-slider {
		display: none;
	}
}

@media only screen and (max-width: 680px) {
	.product-other__item {
		width: 50%;
	}

	.product-other__item:nth-child(4n+5) {
		clear: none;
	}

	.product-other__item:nth-child(2n+3) {
		clear: both;
	}
}

@media only screen and (max-width: 600px) {
	.advant-item__head {
		height: 36px;
	}

	.product-list_carousel {
		padding-bottom: 30px;
	}

	.tabs-nav__item {
		font-size: 14px;
		padding: 0 5px;
	}

	.partner-item__link {
		height: 100px;
	}

	.product-list_carousel .slick-dots {
		top: auto;
		bottom: 8px;
	}
}

@media only screen and (max-width: 530px) {
	.product-list .product-item {
		float: none;
		width: auto;
		height: auto;
		padding-bottom: 20px;
		border-right: none;
		border-left: none;
	}

	.product-item__link {
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
	.main-menu_footer .main-menu__item {
		width: 33.33333%;
	}

	.main-menu_footer .main-menu__item:nth-child(3n+4) {
		clear: both;
	}

	.tabs-nav {
		border-bottom: 3px solid #f2f2f2;
	}

	.tabs-nav__item {
		line-height: 36px;
		float: none;
		margin-right: 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.cart-table__img {
		display: none;
	}

	.cart-table__price {
		display: none;
	}
}

@media only screen and (max-width: 425px) {
	.main-heading {
		font-size: 20px;
		line-height: normal;
	}

	.content-wrap {
		padding: 5px;
	}

	.headsearch {
		padding-right: 80px;
	}

	.headsearch__btn {
		font-size: 14px;
		width: 70px;
	}

	.advant-item__link {
		padding-right: 0;
		padding-left: 0;
	}

	.advant-item__img img {
		width: 100px;
	}

	.advant-item__head {
		font-size: 12px;
	}

	.catalog-item {
		padding-right: 0;
		padding-left: 0;
	}

	.catalog-category__head {
		font-size: 20px;
	}

	.product-heading {
		font-size: 20px;
	}

	.product {
		padding: 5px;
	}

	.partner-item__link {
		height: 70px;
	}

	.article {
		padding: 10px;
	}

	.article h1 {
		font-size: 20px;
	}

	.article h2 {
		font-size: 18px;
	}

	.article h3 {
		font-size: 16px;
	}

	.article h4 {
		font-size: 15px;
	}

	.cart-group {
		padding: 5px;
	}

	.cart-btn {
		font-size: 12px;
		padding: 0 5px;
	}

	.foot-menu__item {
		font-size: 13px;
	}

	.shop-list__item {
		font-size: 11px;
		line-height: normal;
	}
	.article .conditions::after {
		left: 21px;
	}
}


.probel{
	margin-top:20px;
}
.probel a, .probel a:hover  {
	color:#fff;
	text-decoration:none;
}


@media only screen and (max-width: 375px) {
	.cart-table td,
	.cart-table th {
		font-size: 12px;
	}

	.cart-table__quantity {
		width: 80px;
	}

	.result-table td,
	.result-table th {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1299px) {
	.visible-md {
		display: block !important;
	}

	.hidden-md {
		display: none !important;
	}
}

