@charset "utf-8";

/*standart style*/
.paginator {
	margin: 1em 0 2em;
}

.paginator a, .paginator span {
	background: #4b5b65;
	border: 1px solid transparent;
	color: #fff;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin: 0 0.5em 0.5em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 2em;
}

.paginator a:hover {
	text-decoration: underline;
}

.paginator span {
	background: #fff;
	border-color: #4b5b65;
	color: #4b5b65;
	font-weight: 600;
}

/* buttons */
.button {
	background: #fff;
	border: 1px solid #4b5b65;
	color: #4b5b65;
	display: inline-block;
	font-size: 0.71em;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1;
	max-width: 100%;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
	width: 200px;
}

.button:hover, .btn_darkblue {
	background: #4b5b65;
	color: #fff;
}

.btn_darkblue:hover {
	background: #fff;
	border: 1px solid #4b5b65;
	color: #4b5b65;
}

.btn_big {
	padding: 1.5em;
	width: 230px;
}

.anchor {
	border-bottom: 1px dashed #4b5b65;
	line-height: 1;
	text-decoration: none;
}

.anchor:hover {
	border-bottom: 0 none;
}

#a-toggle-catdescr {
	margin-top: 15px;
}

.more_link {
	font-size: 0.71em;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
}

.more_link:hover {
	text-decoration: underline;
}

/* end buttons */

/* forms */
/* errors */
.alert {
	display: block;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	width: 100%;
}

.alert-error {
	background: #ce1d1d;
}

.alert-success {
	background: #37a13c;
}

.input-error .input-form {
	border-color: #ce1d1d;
}

.form-group {
	padding: 0 60px;
}

.form-title {
	margin-bottom: 45px;
}

.form-group .input {
	margin: 0 -45px 20px;
}

.input {
	margin: 0 auto 20px;
	max-width: 430px;
	padding: 0 45px;
	position: relative;
}

.form_order .input, .input_checkbox {
	margin: 0 0 20px;
	padding: 0;
}

.form_order .input_submit {
	margin: 55px auto 20px;
}

.input:before {
	background: url(img/sprite.png) no-repeat 100% 100%;
	content: '';
	display: block;
	left: 13px;
	position: absolute;
	bottom: 15px;
}

.input_men:before {
	background-position: -40px -23px;
	height: 14px;
	margin-bottom: -8px;
	width: 16px;
}

.input_mail:before {
	background-position: 0 -89px;
	height: 12px;
	margin-bottom: -6px;
	width: 16px;
}

.input_phone:before {
	background-position: -16px -89px;
	height: 16px;
	margin-bottom: -8px;
	width: 15px;
}

.input_address:before {
	background-position: -61px -22px;
	height: 14px;
	margin-bottom: -7px;
	width: 10px;
}

.input_ur:before {
	background-position: -33px -89px;
	height: 16px;
	margin-bottom: -8px;
	width: 16px;
}

.input_company:before {
	background-position: -51px -89px;
	height: 15px;
	margin-bottom: -6px;
	width: 12px;
}

.input_city:before {
	background-position: -64px -89px;
	height: 16px;
	margin-bottom: -8px;
	width: 15px;
}

.input_number:before {
	background-position: -79px -89px;
	height: 16px;
	margin-bottom: -8px;
	width: 11px;
}

.input_password:before {
	background-position: 0 -101px;
	height: 16px;
	margin-bottom: -8px;
	width: 16px;
}

label {
	color: #4b5b65;
	display: block;
	font-size: 0.71em;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

.ie8 {
	display: none;
}

input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
}

.input input, .input textarea, select, .jq-selectbox, .input-submit, .input-search {
	border: 1px solid #000;
	width: 100%;
}

.input input:focus, .input textarea:focus {
	border-color: #4b5b65;
}

.input input, select, .jq-selectbox, .input button, .input-search, .input-submit {
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
}

.input textarea {
	height: 90px;
	padding: 7px 10px;
	resize: none;
}

.jq-selectbox {
	cursor: pointer;
}

.cat-filter__body.weight .jq-selectbox__select {
	height: 30px;
    line-height: 28px;
    padding: 0 10px;
}
.cat-filter__body.weight .jq-selectbox__trigger {
	right: 5px;
}

.jq-selectbox__select-text {
	height: 28px;
	overflow: hidden;
}

.jq-selectbox__dropdown {
	background: #fff;
	border: 1px solid #000;
	left: -1px;
	min-width: 100%;
}

.jq-selectbox__dropdown ul {
	margin: 0;
	padding: 0;
}

.jq-selectbox__dropdown li {
	padding: 0 10px;
}

.jq-selectbox__dropdown li:hover {
	background: #4b5b65;
	color: #fff;
}

.jq-selectbox__select {
	position: relative;
}

.jq-selectbox__trigger {
	background: url(img/sprite.png) no-repeat 0 -82px;
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 10px;
}

input[type="radio"], input[type="checkbox"] {
	display: none;
}

input[type="radio"] + label, input[type="checkbox"] + label {
	color: #000;
	cursor: pointer;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
	padding-left: 35px;
	position: relative;
	text-transform: none;
}

input[type="radio"] + label:before, input[type="checkbox"] + label:before {
	border: 1px solid #4b5b65;
	content: '';
	display: block;
	height: 20px;
	left: 0;
	position: absolute;
	top: -1px;
	width: 20px;
}

input[type="radio"] + label:before {
	border-radius: 50%;
}

input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
	content: '';
	display: block;
	position: absolute;
}

input[type="checkbox"]:checked + label:after {
	background: url(img/sprite.png) no-repeat 0 -120px;
	height: 11px;
	left: 3px;
	top: 3px;
	width: 14px;
}

input[type="radio"]:checked + label:after {
	background: #4b5b65;
	border-radius: 50%;
	height: 12px;
	left: 4px;
	top: 3px;
	width: 12px;
}

.input_submit, .cart_buttons.tar {
	margin: 25px auto 20px;
	text-align: center;
}

.input .input-submit, .input-submit {
	background: #4b5b65;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 0.71em;
	font-weight: 700;
	letter-spacing: 1.2px;
	max-width: 100%;
	padding: 9px 20px 10px;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	width: 210px;
	-webkit-appearance: none;
}

.input_submitsmall .input-submit {
	width: auto;
}

.input .input-submit:hover, .input-submit:hover {
	background: #000;
}

.u_remember {
	margin-top: -10px;
}

.u_remember input[type="checkbox"] + label:before {
	height: 15px;
	top: 0;
	width: 15px;
}

.u_remember input[type="checkbox"] + label {
	padding-left: 25px;
}

.u_remember input[type="checkbox"]:checked + label:after {
	left: 1px;
	top: 2px;
}

.remember-pass {
	color: #4b5b65;
	display: block;
	font-size: 0.64em;
	font-weight: 700;
	letter-spacing: 1.2px;
	/*text-align: right !important;*/
	text-decoration: none;
	text-transform: uppercase;
}

.remember-pass:hover {
	color: #4b5b65;
	text-decoration: underline;
}

.personal-data {
	font-size: 13px;
	text-align: center;
}

/* end forms */

/* popup */
.popup_overlay {
	background: #000;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1002;
}

.popup {
	background: #fff;
	display: block;
	left: 0;
	margin: 0 auto;
	max-width: 90%;
	padding: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 490px;
	z-index: 1003;
}

.popup_close, .close_button_search {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	text-align: center;
	z-index: 1003;
}

.popup_close:before, .close_button_search:before {
	color: #808080;
	content: '\D7';
	display: block;
	font-size: 30px;
	line-height: 14px;
}

.popup_close:hover:before, .close_button_search:hover:before {
	color: #4b5b65;
}

.popup_wrapper_small .popup {
	padding: 30px;
	width: 340px;
}

.popup_wrapper_small .popup_close {
	right: 10px;
	top: 10px;
}

.popup .input {
	margin-bottom: 10px;
}

.popup .input_submit {
	margin-top: 40px;
	margin-bottom: 10px;
}

.popup .form-text {
	margin-bottom: 30px;
}

/* end popup */

.icon-info {
	background: #4b5b65;
	border-radius: 50%;
	height: 74px;
	line-height: 74px;
	margin: 0 auto 40px;
	text-align: center;
	width: 74px;
}

.icon-info:before {
	background: url(img/sprite.png) no-repeat 0 -15px;
	content: '';
	display: inline-block;
	height: 51px;
	vertical-align: middle;
	width: 20px;
}

/* end standart style*/

/* contacts */
.contact-item {
	margin-bottom: 1.5em;
}

.contact-icon {
	background: #4b5b65;
	border-radius: 50%;
	height: 36px;
	line-height: 36px;
	margin: 0 auto 1em;
	text-align: center;
	width: 36px;
}

.contact-icon:before {
	background: url(img/sprite.png) no-repeat 100% 100%;
	content: '';
	display: inline-block;
	vertical-align: middle;
}

.contact-icon__address:before {
	background-position: -26px 0;
	height: 23px;
	width: 14px;
}

.contact-icon__regime:before {
	background-position: -41px 0;
	height: 24px;
	width: 19px;
}

.contact-icon__phone:before {
	background-position: -61px 0;
	height: 20px;
	width: 20px;
}

/* end contacts */

/* blog */
.fright {
	float: right;
}

.article-wrap {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #000;
	display: inline-block;
	opacity: 1;
	overflow: hidden;
	padding: 25px;
	position: relative;
	text-decoration: none;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.grid-layout__cont_1-1, .grid-layout__cont_2-1, .grid-layout__cont_1-2, .grid-layout__cont_2-2{
	-webkit-background-size: contain;
	background-size: contain;
	padding: 0;
}
.article-wrap_animate {
	opacity: 0;
}

.article-wrap_white, .article-wrap_white *, .article-wrap_white .article__date {
	color: #fff;
}
.article-wrap_white{
	background-color: rgb(51, 51, 51);
}

.article-wrap:before {
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: background 0.2s, border 0.1s;
	transition: background 0.2s, border 0.1s;
	width: 100%;
	z-index: 1;
}

a.article-wrap:hover:before {
	background: #4b5b65;
	border: 5px solid #000;
	opacity: 0.81;
}

.article-wrap:after {
	background: url(img/sprite.png) no-repeat 0 -67px;
	bottom: 25px;
	content: '';
	display: block;
	height: 14px;
	left: -19px;
	position: absolute;
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
	width: 19px;
	z-index: 2;
}
.grid-layout .article-wrap:after{
	bottom: 50px;
}

a.article-wrap:hover:after {
	left: 50%;
	margin-left: -10px;
}

.article-grid-sizer {
	float: none;
	height: 0;
	padding: 0;
	min-height: 0;
}

/*Высота блоков masonry на главной для десктопа*/
.article-wrap_desktop-one.col-lg-3,/*==Размер 1*1 ==*/
.article-wrap_desktop-one.col-lg-6 {/*==Размер 1*2 ==*/
	height: 255px;
}

.article-wrap_desktop-two.col-lg-3,/*==Размер 2*1 ==*/
.article-wrap_desktop-two.col-lg-6 {/*==Размер 2*2 ==*/
	height: 512px;
}


.article-wrap_video {
	padding: 0;
}

.article-wrap_video iframe {
	height: 100%;
	width: 100%;
}

.article-wrap_video:before, .article-wrap_video:after {
	display: none;
}




.article {
	height: 100%;
	letter-spacing: 1.2px;
	position: relative;
	text-align: center;
	z-index: 2;
}

.popup_article:before, .popup_article:after {
	display: none;
}

.date, .article__date {
	color: #4b5b65;
	font-size: 0.71em;
	font-weight: 700;
	letter-spacing: 1.2px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

a.article-wrap:hover .article__date {
	color: #fff;
}

.article-wrap, .article__elem, .article__name, .article__descr,
.article__descr p, .article__descr ul, .article__date {
	text-align: center;
}

.article__elem {
	margin-bottom: 10px;
}

.article__name {
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}

.article__name_big {
	font-size: 1.71em;
}

.article__name span {
	text-align: center;
}

a.article-wrap:hover .article__name {
	color: #fff;
	font-size: 1.2857em;
}

a.article-wrap_onerow:hover .article__name {
	line-height: 115px;
}

a.article-wrap_tworow:hover .article__name {
	line-height: 405px;
}

a.article-wrap:hover .article__name span {
	display: inline-block;
	line-height: 1.3 !important;
}

.article__descr {
	letter-spacing: 0;
	max-height: 50%;
	overflow: hidden;
}

a.article-wrap:hover .article__descr, a.article-wrap:hover .article__elem {
	display: none;
}

.article__more {
	bottom: 0;
	display: inline-block;
	font-size: 0.71em;
	font-weight: 700;
	left: 0;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: bottom 0.2s;
	transition: bottom 0.2s;
}
.grid-layout .article__more{
	bottom: 25px;
}
.article__more span {
	border-bottom: 1px solid #000;
	display: inline-block;
	padding-bottom: 5px;
}

a.article-wrap:hover .article__more {
	bottom: 25px;
	color: #fff;
}

a.article-wrap:hover .article__more span {
	border-bottom-color: #fff;
}

.article-wrap_white .article__more span {
	border-bottom-color: #fff;
}

.similar-wrap {
	display: inline-block;
	margin-bottom: 15px;
	padding: 0 10px;
	vertical-align: top;
	width: 170px;
}

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

.similar__img {
	height: 95px;
	line-height: 95px;
	width: 100%;
}

.similar__img img {
	display: inline;
	max-height: 100%;
	vertical-align: middle;
	width: auto;
}

.similar__name {
	color: #4b5b65;
	font-size: 0.71em;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

.similar__img + .similar__name {
	margin-top: 1em;
}

.popup_article {
	border-bottom: 1px solid #4b5b65;
	border-top: 1px solid #4b5b65;
	left: 0;
	padding: 65px 15px;
	position: relative;
	text-align: left;
	width: 100%;
}

.popup_article .popup_close {
	right: 55px;
	top: 50px;
}

/* end blog */

/* shop */
.shop-title {
	margin-bottom: 2em;
	text-align: center;
}

.shop-title .shop-title-part {
	display: inline-block;
    margin-bottom: 20px;
	padding: 0 25px;
	vertical-align: middle;
}
.shop-title h1, .shop-title .h1 {
    margin-bottom: 0;
}

.shop__product-descr {
	margin-bottom: 60px;
}

.show-filter {
	display: none;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	width: 100px;
	font-size: 10px;
	font-weight: 700;
	line-height: 30px;
	color: #4b5b65;
	background-color: #f2f2f2;
}

.best {
	font-size: 1.14em;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-align: center;
	text-transform: uppercase;
}

.best a {
	border-bottom: 1px solid #a3a3a3;
	color: #000;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	-webkit-transition: border 0.3s;
	transition: border 0.3s;
}

.best:hover a {
	border-bottom: transparent;
}

.backtocatalog {
	margin-bottom: 50px;
}

.backtocatalog a {
	font-size: 0.71em;
	font-weight: 700;
	letter-spacing: 1.2px;
	text-decoration: none;
	text-transform: uppercase;
}

.backtocatalog a:hover {
	border-bottom: 1px solid #d3d3d3;
}

.categories {
	margin: 0;
	text-align: center;
}

.category-wrap {
	display: inline-block;
	float: none;
	margin: 0 0 30px;
	max-width: 235px;
	padding: 0 10px;
	position: relative;
	text-align: center;
}

.category {
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: inline-block;
	padding-top: 100%;
	position: relative;
	vertical-align: top;
	width: 100%;
}

.category-text {
	background: rgba(75, 91, 101, 0.81);
	bottom: 0;
	left: 0;
	max-height: 100%;
	overflow: hidden;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: center;
}

.category__title {
	display: table;
	width: 100%;
	height: 30px;
}

.category__name {
	color: #fff;
	display: table-cell;
	font-weight: 700;
	height: auto;
	letter-spacing: 1.2px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
}

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

.category__links {
	max-height: 0;
	overflow: hidden;
	text-align: center;
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s;
}

.category:hover .category__links {
	margin-top: 15px;
	max-height: 210px;
}

.category__hidelink {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.category__link, .category__link:hover, .category__link:focus,
.category__more, .category__more:hover, .category__more:focus {
	color: #fff;
}

.category__link {
	text-decoration: none;
}

.category__link:hover, .category__link:active {
	text-decoration: underline;
}

.category__link + .category__link:before {
	content: '\2022';
	display: inline-block;
	margin: 0 4px;
}

.category__more {
	display: block;
	margin-top: 1em;
	text-align: center;
	text-decoration: none;
}

.category__more:hover span {
	text-decoration: underline;
}

.category__more:after {
	content: '>';
	margin-left: 5px;
}

.product-descr, .props {
	margin-bottom: 1.5em;
}

.product_preview {
	margin: 0 -10px;
}

.preview_image {
	display: inline-block;
	margin: 0 -2px 10px;
	padding: 0 10px;
	vertical-align: top;
	width: 50%;
}

/* cart */
.cart-table {
	width: 100%;
}

.cart-table_bigproduct {
	margin-left: auto;
	margin-right: auto;
	max-width: 726px;
}

.cart-table td, .cart-table th {
	vertical-align: middle;
}

.cart-table_bigproduct td,
.cart-table_bigproduct th,
.cart-table_small td,
.cart-table_small th {
	text-align: center;
}

.cart-table tfoot td {
	padding: 0.5em 1em 0.5em;
	vertical-align: bottom;
}

.cart-table tfoot .cart-table__foot_firstline td {
	padding-top: 3.5em;
}

.table__price {
	display: inline-block;
	font-size: 1.2857em;
	font-weight: 600;
	white-space: nowrap;
}

.delete {
	display: inline-block;
	font-size: 28px;
	font-weight: 400;
	line-height: 14px;
	text-decoration: none;
}

a.delete {
	color: #ff5454;
}

a.delete:hover {
	color: #000;
}

.quantity {
	font-size: 1.2857em;
	font-weight: 600;
	margin: 0 auto;
	text-align: center;
	width: 85px;
}

.arrow_down, .quantity_reload, .arrow_up {
	display: inline-block;
	margin: 0 -2px;
	vertical-align: middle;
}

.arrow_down, .arrow_up {
	cursor: pointer;
	text-align: center;
	width: 15px;
}

.quantity_reload {
	border: 0 none;
	text-align: center;
	width: 43px;
}

/* end cart */

/* end shop */

/* personal cabinet */
.pc-columns {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.pc-leftcolumn, .pc-rightcolumn {
	display: table-cell;
	vertical-align: top;
}

.pc-leftcolumn {
	width: 150px;
}

.pc-leftcolumn + .pc-rightcolumn {
	padding-left: 105px;
}

.pc-menu {
	border: 1px solid #000;
	font-weight: 600;
	list-style: none;
	margin: 0 0 45px;
	padding: 15px 10px;
}

.pc-menu li + li, .pc-setting + .pc-setting {
	margin-top: 1.5em;
}

.pc-menu a, .pc-setting a {
	border-bottom: 1px solid #d3d3d3;
	color: #000;
	text-decoration: none;
}

.pc-menu .active a {
	color: #4b5b65;
}

.pc-menu a:hover, .pc-setting a:hover {
	border-bottom: 0;
}

/* end personal cabinet */

.shop__rightcol .payment-block {
	bottom: 0;
	position: absolute;
}


/* accordion orders */
.accordion-orders__item {
	margin-bottom: 20px;
}

.accordion-orders__title {
	background: #f2f2f2;
	color: #4b5b65;
	cursor: pointer;
	font-size: 0.9285em;
	letter-spacing: 1.2px;
	padding: 0.6em 1.1em;
	position: relative;
}

.accordion-orders__title:hover, .open .accordion-orders__title {
	background: #4b5b65;
	color: #fff;
}

.accordion-orders__name {
}

.accordion-orders__trigger {
	border-left: 1px solid #4b5b65;
	bottom: 0;
	font-size: 26px;
	font-weight: 400;
	line-height: 16px;
	padding: 5px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 38px;
}

.open .accordion-orders__trigger, .accordion-orders__title:hover .accordion-orders__trigger {
	border-left-color: #fff;
}

.open .accordion-orders__trigger {
	font-size: 20px;
	line-height: 12px;
}

.open .accordion-orders__title:after {
	border: 15px solid transparent;
	border-top-color: #4b5b65;
	content: '';
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 100%;
}

.accordion-orders__body {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s;
}

.open .accordion-orders__body {
	max-height: 1000px;
	padding: 25px 0 0;
}

.cart-table_bigproduct,
.cart-table_small,
.cart-table_group_small,
.cart-table_group_product {
	table-layout: fixed;
}

.cart-table__img {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.cart-table__img img {
	display: inline;
	max-height: 50px;
	max-width: 100%;
	vertical-align: top;
	width: auto;
}

.cart-table_bigproduct .cart-table__img {
	width: 80px;
}

.cart-table_bigproduct .cart-table__img img {
	max-height: 80px;
}

.cart-table__tocart {
	width: 100px;
}

.cart-table_small th,
.cart-table_group_small th {
	background: #f2f2f2;
	border: 0 none;
	color: #4b5b65;
	font-size: 0.64em;
	letter-spacing: 1.2px;
	padding: 1em;
	text-transform: uppercase;
}

.cart-table_group_small td {
	border-bottom: 1px solid #cccccc;
}

.cart-table_small .cart-table__img,
.cart-table_group_small .cart-table__img {
	width: 60px;
}

.cart-table_small tfoot td,
.cart-table_group_small tfoot td {
	border-bottom: 0 none;
	padding: 1em;
}

/* end accordion orders */

/* filters */
.year-filter_order {
	margin-bottom: 35px;
}

.year-filter_order a {
	background: #f2f2f2;
	color: #4b5b65;
	font-size: 0.9285em;
	letter-spacing: 1.2px;
	margin-right: 0.5em;
}

.year-filter_order a.active, .year-filter_order a:hover {
	background: #4b5b65;
	color: #fff;
}

/* cat filter */
.cat-filter form {
	width: 100%;
}

.cat-filter__title {
	margin-bottom: 1.5em;
}

.cat-filter__block {
	border: 1px solid #000;
	margin-bottom: 15px;
	padding: 15px 20px;
	width: 100%;
}

.cat-filter__name {
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1.2px;
	position: relative;
	text-transform: uppercase;
}

.cat-filter__name:after {
	color: #4b5b65;
	content: '+';
	font-size: 28px;
	font-weight: 600;
	line-height: 14px;
	padding: 0;
	position: absolute;
	right: -10px;
	top: 0;
}

.open .cat-filter__name:after {
	content: '\2013';
}

.cat-filter__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s, overflow 0s ease 0.2s;
}

.cat-filter__block.open > .cat-filter__body {
	max-height: 1000px;
	overflow: visible;
	padding: 20px 0 0;
}

.cat-filter__checkblock {
	margin-bottom: 40px;
	margin-top: 60px;
}

.cat-filter__checkblock .input {
	margin: 0 0 15px;
}

.mapselector {
	margin: 0 auto;
	width: 100% !important;
	max-width: 190px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	max-height: 190px !important;
	margin: 0 auto !important;
}

.cat-filter__input {
	margin-bottom: 20px;
}

.input-filter {
	border: 0 none;
	border-bottom: 1px solid #000;
	font-weight: 600;
	height: 30px;
	line-height: 30px;
	max-width: 100%;
	padding: 0;
}

.input-filter:focus {
	border-color: #4b5b65;
}

/*Таблица товаров*/
.cart-table__img-wrap-th,
.cart-table__img-wrap {
	width: 110px;
}

.cart-table__descr-wrap-th,
.cart-table__descr-wrap {
	width: 190px;
}

.cart-table__quantity-th,
.cart-table__quantity {
	width: 130px;
}

.cart-table__price-th,
.cart-table__price {
	width: 95px;
}

.cart-table__cart-wrap-th {
	width: 200px;
}

.cart-table__cart-wrap {
	width: 100px;
}

/*Таблица сгруппированных товаров*/

/*Отступ в 30px, чтобы верхняя граница фильтров была на одном уровне с таблицей*/
.cart-table_group-product {
	margin-top: 30px;
}

.cart-table_group-product .cart-table__cart-wrap-th,
.cart-table_group-product .cart-table__cart-wrap {
	width: 88px;
}

.cart-table_group-product .cart-table__size-th,
.cart-table_group-product .cart-table__size {
	width: 83px;
}

.cart-table_group-product .cart-table__quantity-th,
.cart-table_group-product .cart-table__quantity {
	width: 106px;
}

.cart-table_group-product .cart-table__price-th,
.cart-table_group-product .cart-table__price {
	width: 92px;
}


.one_click {
	font-size: 0.9285em;
	font-weight: 600;
}


/*полоса*/
.ui-slider {
	margin: 5px 10px 25px 0;
	position: relative;
}

.ui-slider-horizontal {
	background: #9a9a9a;
	height: 2px;
}

/*полоса мд бегунками*/
.ui-slider-range {
	background: #4b5b65;
	height: 2px;
	position: absolute;
	top: 0;
}

/*бегунок*/
.ui-slider-handle {
	background: #fff;
	border: 2px solid #4b5b65;
	border-radius: 50%;
	height: 10px;
	overflow: visible;
	position: absolute;
	z-index: 1;
	top: -4px;
	width: 10px;
}

.ui-slider__handletext {
	font-weight: 600;
	left: 50%;
	margin-left: -15px;
	margin-top: 5px;
	position: absolute;
	text-align: center;
	top: 100%;
	width: 30px;
}

.ui-slider__handletext#price_max {
	/*/margin-left: -45px;*/
}

.ui-corner-all {
}

.ui-state-default {
}

/* end filters */

/* cat products */
.viewed {
	margin: 55px 0 0;
}

.cat-productswrap {
	margin-left: -15px;
	margin-right: -15px;
}


.cat-productwrap {
	display: inline-block;
	margin: 0 -2px 40px;
	padding: 0 15px;
	vertical-align: top;
	width: 25%;
}

.cat-product {
	display: block;
	text-decoration: none;
	width: 100%;
}

.cat-product__img {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 105px;
	width: 100%;
}

.cat-productswrap_products .cat-product__img {
	height: 160px;
}

.cat-product__name {
	background: #4b5b65;
	color: #fff;
	display: block;
	font-weight: 700;
	height: 60px;
	line-height: 52px;
	overflow: hidden;
	padding: 3px;
	text-align: center;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
}

.cat-product:hover .cat-product__name {
	background: #000;
}

.cat-product__name span {
	display: inline-block;
	line-height: 1em;
	max-height: 3em;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	/*white-space: nowrap;
	text-overflow: ellipsis;*/
	width: 90%;
}

/* end cat products */

.filter-block__price .cat-filter__body {
	/*padding: 20px 20px 0 0 !important;*/
}

/* product */
.product-img {
	display: block;
	margin-bottom: 20px;
	width: 100%;
}

.product-img img {
	max-height: 500px;
	width: auto;
	display: block;
}

.row_mainproduct {
	cursor: pointer;
}

.row_tocart > td {
	border-bottom: 0 none;
	padding: 0;
}

.open.row_tocart > td {
	border-top: 1px solid #000;
}
.row_mainproduct {
    border-top: 1px solid #000;
}
.cart-table_group-product {
    border-bottom: 1px solid #000;
}
.cart-table_group-product tbody .row_mainproduct:first-child {
    border-top: none;
}
.row_mainproduct td {
    border: none;
}

.row_tocart-twrap {
	max-height: 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: max-height 0.3s;
	transition: max-height 0.3s;
}

.open .row_tocart-twrap {
	max-height: 10000px;
	padding: 30px 0;
	overflow: visible;
}

.row_tocart-twrap:before {
	border: 15px solid transparent;
	border-top-color: #4b5b65;
	content: '';
	left: 50%;
	margin-left: -15px;
	position: absolute;
	top: 0;
}

.quantity, .table__price {
	font-size: 1em;
}

.quantity .arrow_down, .quantity .arrow_up {
	color: #4b5b65;
	font-size: 1.5em;
}

.add_to_cart {
	background: transparent url(img/sprite.png) no-repeat -90px -23px;
	border: 0 none;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	position: relative;
	width: 17px;
}

.add_to_cart:hover, .product_to_cart .add_to_cart {
	background-position: -73px -23px;
}

.cart-table_bigproduct .add_to_cart {
	background-position: -72px -41px;
	height: 22px;
	width: 25px;
}

.cart-table_bigproduct .add_to_cart:hover, .product_to_cart .cart-table_bigproduct .add_to_cart {
	background-position: -72px -64px;
}

.add_to_cart__count {
	background: #4b5b65;
	border-radius: 50%;
	color: #fff;
	display: none;
	font-size: 10px;
	height: 20px;
	left: 100%;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 20px;
}

.product_to_cart .add_to_cart__count {
	display: block;
}

.productnofilter_popup {
	background: #fff;
	border: 1px solid #4b5b65;
	display: none;
	font-size: 0.857em;
	left: 50%;
	margin-left: -125px;
	padding: 10px 15px;
	position: absolute;
	top: 0;
	width: 250px;
	z-index: 500;
}

.productnofilter_popup:before, .productnofilter_popup:after {
	border-color: transparent;
	border-style: solid;
	bottom: -20px;
	content: '';
	display: block;
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
}

.productnofilter_popup:before {
	border-width: 10px 12px;
	border-top-color: #4b5b65;
	margin-left: -12px;
	z-index: 20;
}

.productnofilter_popup:after {
	border-width: 9px 11px;
	border-top-color: #fff;
	bottom: -17px;
	margin-left: -11px;
	z-index: 21;
}

.cart_add_form {
	position: relative;
}

.productnofilter_popup_error {
	border-color: #ce1d1d;
	color: #ce1d1d;
	bottom: 80%;
	font-weight: 600;
	left: 136px;
	margin: 0 0 0 -125px;
	top: auto;
    text-align: center;
}

.productnofilter_popup_error:before {
	border-top-color: #ce1d1d;
}

.js_rowtocart {
	position: relative;
}

.cart_success_add_popup {
	background: #fff;
	border: 1px solid #4b5b65;
	display: none;
	font-size: 0.857em;
	padding: 10px 15px;
	position: absolute;
	min-width: 150px;
	z-index: 500;
}

.cart_success_add_popup p, .cart_success_add_popup div {
	text-align: left !important;
}

.cart_success_add_popup p {
	margin-bottom: 0.5em;
}

.cart_add_form.table-wrap {
	padding-top: 40px;
}

.cart_add_form.table-wrap .productnofilter_popup_error {
	bottom: auto;
	top: 0;
}

/* end product */

.full-width {
	margin-left: -10%;
	margin-right: -10%;
	text-align: center;
}

/* gallery */
.gallery {
	counter-reset: gallery 0;
	margin: 0 -15px 60px;
}

.gallery-itemwrap {
	display: inline-block;
	margin: 0 -2px 20px;
	max-width: 285px;
	padding: 0 15px;
	vertical-align: top;
	width: 33.333%;
}

.gallery-item {
	display: block;
	padding: 10px 0 0 18px;
	position: relative;
}

.gallery-item:before {
	background: #4b5b65;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	counter-increment: gallery;
	content: counter(gallery);
	display: block;
	font-size: 24px;
	height: 36px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 36px;
}

/* end gallery */

/* cities block*/
.cities_block {
	background: #fff;
	box-shadow: 0 0 5px #4b5b65;
	display: block;
	left: 0;
	padding: 50px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 6000;
}

.cities_block .container {
	position: relative;
}

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

a.active_region {
	color: #000;
	font-weight: 700;
}

.search_letter {
	color: #4b5b65;
	font-weight: 700;
	margin-top: 1em;
}

.search_links {
	display: table;
	margin-top: 30px;
	width: 100%;
}

.search_td {
	float: left;
	padding-right: 20px;
	width: 25%;
}

.search_form .input-search {
	font-size: 0.9285em;
	max-width: 200px;
}

.search_form .input-submit {
	width: 80px;
}

.search_form .input-search, .search_form .input-submit {
	display: inline-block;
	margin: 0 10px 10px 0;
	vertical-align: middle;
}

.close_button_search {
	top: -20px;
}

/* end cities block*/

/* news */
.news_item + .news_item {
	border-top: 1px solid #4b5b65;
	margin-top: 30px;
	padding-top: 30px;
}

.news_item .date {
	margin-bottom: 1em;
}

.news-img {
	float: left;
	position: relative;
	width: 200px;
}

a.news-img:before {
	background: transparent;
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background 0.2s, border 0.1s;
	transition: background 0.2s, border 0.1s;
	width: 100%;
	z-index: 1;
}

a.news-img:hover:before {
	background: #4b5b65;
	border: 5px solid #000;
	opacity: 0.81;
}

a.news-img:after {
	background: url(img/sprite.png) no-repeat 0 -67px;
	bottom: 25px;
	content: '';
	display: block;
	height: 14px;
	left: -19px;
	position: absolute;
	-webkit-transition: left 0.2s;
	transition: left 0.2s;
	width: 19px;
	z-index: 2;
}

a.news-img:hover:after {
	left: 50%;
	margin-left: -10px;
}

.news-img img {
	height: auto;
	max-height: 200px;
	max-width: 100%;
}

.news-img + .news-text {
	margin-left: 220px;
}

.news-title {
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
}

a.news-title:hover {
	color: #000;
}

/* end news */

.footer-map {
	height: 425px;
	width: 100%;
}

.footer-map iframe {
	height: 100% !important;
	width: 100% !important;
}

.YMapsID {
	height: 100%;
	width: 100%;
}

/* module calendar */
#calendar {
	margin-bottom: 20px;
	font-size: 11px;
}

#calendar a, #calendar a:hover {
	color: #2b2a29;
	text-decoration: none;
}

#calendar div#years {
}

#calendar div#years a {
	padding: 0 8px;
	line-height: 20px;
}

#calendar div#years a.selected, #calendar #months a.selected {
	background: #DBE7F9;
	text-decoration: none;
	font-weight: bold;
}

#calendar #months a {
	padding: 0 3px;
	line-height: 15px;
}

/* module opros */
.opros .question {
	font-weight: bold;
}

.opros .itogi {
	width: 100%;
}

.opros .itogi td {
	border-bottom: 1px solid #E6E0CF !important;
	border-right: none !important;
	padding: 2px 5px;
}

.itogi td.proc {
	width: 50px;
}

.opros_submit input {
	background: url('img/bg_opros_button.png') no-repeat left top;
	width: 98px;
	height: 38px;
	line-height: 30px;
	color: #5e0405;
	border: none;
	font-size: 12px;
	text-align: center;
	padding-bottom: 6px;
}

.opros_submit {
	margin: 0 auto;
	width: 98px;
}

/* debug - IMPORTANT */
.debug {
	position: absolute;
	top: 0;
	right: 10px;
	border: 1px dotted #C1D2FB;
	padding: 15px;
	background: #fff;
	color: #000;
	z-index: 5;
}

.debug a {
	display: block;
	width: 100%;
	text-align: right;
}

.debug p {
	display: none;
}

.link_totop {
	border-color: transparent transparent #4b5b65;
	border-style: solid;
	border-width: 30px 35px;
	bottom: 100px;
	cursor: pointer;
	display: block;
	display: none;
	margin-right: -640px;
	right: 50%;
	position: fixed;
	text-decoration: none;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
	z-index: 100;
}

.link_totop:after {
	bottom: -46px;
	content: 'Наверх';
	font-size: 14px;
	font-weight: 600;
	left: -32px;
	letter-spacing: 1px;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
}

.link_totop_light {
	border-bottom-color: #b2b2b2;
	color: #b2b2b2;
}

.link_totop_light:hover {
	color: #b2b2b2;
}

/* captcha */
#captcha_reload {
	cursor: pointer;
	vertical-align: middle;
}

/* ajax_loader */
#ajax_loader {
	background: url("img/ajax-loader.gif") no-repeat scroll center;
	display: none;
	height: 120px;
	left: 50%;
	margin: -60px 0 0 -60px;
	position: fixed;
	top: 50%;
	width: 120px;
	z-index: 1000;
}

@media (max-width: 1280px) {
	.link_totop {
		margin-right: 0;
		right: 15px;
	}
}

@media (max-width: 991px) {

	.cart-table__thead-small {
		background-color: #f2f2f2;
	}

	.cart-table__thead-small th,
	.cart-table__row:first-child td {
		border-bottom: none;
	}

	.cart-table__thead-small th {
		padding-top: 9px;
		padding-bottom: 9px;
		font-size: 9px;
		text-transform: uppercase;
		background-color: #f2f2f2;
		color: #4b5b65;
	}

	.cart-table .cart-table__cart-wrap {
		text-align: right;
	}

	.one_click {
		font-size: 12px;
		line-height: 14px;
	}

	.cart-table__cart-wrap-th,
	.cart-table__cart-wrap {
		width: 85px;
	}

	.cart-table__descr-wrap {
		line-height: 18px;
	}

	.cart-table__thead-big th {
		padding-top: 9px;
		padding-bottom: 9px;
	}

	.table__price {
		font-size: 1em;
	}

	.quantity {
		font-size: 1em;
	}

	.arrow_down {
		font-size: 1.57em;
	}

	.arrow_up {
		font-size: 1.57em;
	}

}

@media (max-width: 920px) {
	.full-width {
		margin-left: -15px;
		margin-right: -15px;
	}

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

@media (max-width: 768px) {
    
    .order_form .input {
        max-width: 100%;
    }

	.shop-twocols {
		margin: 0;
		display: block;
	}

	.shop__rightcol {
		padding-left: 30px;
	}

	.cart-table__descr-wrap {
		font-size: 14px;
	}

	.cart-table_small .cart-table__quantity-th,
	.cart-table_small .cart-table__quantity {
		width: 118px;
	}

	.cart-table__price-th,
	.cart-table__price {
		width: auto;
	}

	.cart-table_small .cart-table__cart-wrap-th,
	.cart-table_small .cart-table__cart-wrap {
		width: 132px;
	}

	.cart-table_group-product .cart-table__color-wrap-th,
	.cart-table_group-product .cart-table__color-wrap {
		width: 114px;
	}

	.cart-table_group-product .cart-table__density-th,
	.cart-table_group-product .cart-table__density {
		width: 160px;
	}

	.cat-productswrap {
		margin: 0 -10px;
	}

	.cat-productwrap {
		padding: 0 10px;
		margin: 0 -3px 40px 0;
		width: 33.33%;
	}

	.cat-filter__name {
		font-size: 13px;
		font-weight: 800;
	}

	.link_totop {
		border-width: 10px 10px;
		bottom: 30px;
	}
	.link_totop:after {
		left: -24px;
		bottom: -30px;
		font-size: 10px;
	}

	.viewed .cat-product__name span {
		font-size: 0.928em;
	}

	.category-wrap {
		max-width: 255px;
		margin: 0 20px 30px;
	}

	.content-wrap {
		padding-top: 55px;
	}

	.shop-title {
		margin-bottom: 55px;
	}
}

@media (max-width: 768px) {
	
	.cat-filter__block {
		border: unset;
		padding: 0 0 10px;
		border-bottom: 1px solid #C9C9C9;
		margin: 0 0 10px;
	}
	
	
	/*Сделал блоки на главной квадратными на телефоне*/
	.article-wrap {
		height: 256px;
	}
	.grid-layout__cont_1-1, .grid-layout__cont_2-1, .grid-layout__cont_1-2, .grid-layout__cont_2-2{
		height: auto;
	}
    .article-wrap.popup_article {
        height: auto;
    }

	.shop__products-title h1,
	.shop__products-title .h1 {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		text-align: left;
		line-height: 24px;
        max-width: 70%;
	}

	.shop__products-title {
		margin-bottom: 15px;
	}

	.cart-table_group-product {
		margin-top: 0;
	}
/*
	.show-filter {
		display: block;
	}

	.shop__product-filter {
		margin: 40px auto 35px auto;
	}

	.shop__products-filter {
		float: right;
	}

	.cat-filter__title {
		display: none;
	}

	.cat-filter {
		position: fixed;
		left: 0;
		top: 0;
		opacity: 1;
		bottom: 0;
		z-index: 11;
		padding: 6% 6% 0 6%;
		background-color: #ffffff;
		width: 80%;
		overflow: auto;
		-webkit-transform: translate(-100%);
		-moz-transform: translate(-100%);
		-ms-transform: translate(-100%);
		-o-transform: translate(-100%);
		transform: translate(-100%);
		-webkit-transition: all 200ms;
		-o-transition: all 200ms;
		-moz-transition: all 200ms;
		transition: all 200ms;
	}

	.cat-filter.open {
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		-webkit-box-shadow: -10px 0 20px 5px;
		-moz-box-shadow: -10px 0 20px 5px;
		box-shadow: -10px 0 20px 5px;
	}
*/
    .shop__leftcol,
    .shop__rightcol {
	    display: block;
    }
	.shop__leftcol{
		width: 100%;
	}
	.shop__rightcol {
		position: relative;
		padding-left: 0;
	}
	
	.cat-filter__input .button {
		width: 100%;
	}
/*
	.cat-filter__checkblock {
		margin-bottom: 65px;
	}

	.cat-filter__input .button {
		font-size: 0.625em;
		padding: 8px;
		width: 225px;
		background-color: #4b5b65;
		color: #ffffff;
	}

    .cat-filter__checkblock .input {
	    padding-left: 0;
    }*/

	.product-img {
		width: auto;
		margin: 0 -20px 50px -20px;
		max-height: 200px;
		overflow: hidden;
	}

	.product-img img {
		width: 100%;
	}

    .categories {
        
    }
    
	.category-wrap {
		max-width: 235px;
		margin-left: 20px;
		margin-right: 20px;
        margin-bottom: 50px;
	}

    .cart-table td {
        border-bottom: 0 none;
    }
    .cart-table_cartpage > tbody > tr {
        border-bottom: 1px solid #000;
    }
	a.article-wrap:hover:before{
		display: none;
	}
	a.article-wrap:hover:after{
		display: none;
	}
	a.article-wrap:hover .article__name{
		font-size: 100%;
	}
}

@media (max-width: 720px) {
	blockquote {
		padding-left: 20px;
	}

	.search_td {
		width: 50%;
	}

	.gallery-itemwrap {
		width: 50%;
	}
}

@media (max-width: 640px) {
    
	.best {
		font-size: 1em;
	}

	.year-filter {
		font-size: 0.75em;
		margin-top: 1em;
		text-align: center;
		width: 100%;
	}

	.month-filter {
		font-size: 0.65em;
	}

	.year-filter a, .month-filter a {
		height: 24px;
		line-height: 24px;
		margin-bottom: 5px;
		padding: 0 0.7em;
	}

	.input, .cat-filter__name {
		font-size: 0.875em;
	}

	input[type="radio"] + label:before, input[type="checkbox"] + label:before {
		top: 0;
	}

	input[type="radio"]:checked + label:after, input[type="checkbox"]:checked + label:after {
		top: 4px;
	}

	.payment-block {
		position: static;
	}

	.backtocatalog {
		margin-bottom: 30px;
	}

	.pc-menu, .pc-settings {
		font-size: 0.875em;
	}

	.pc-leftcolumn, .pc-rightcolumn {
		display: block;
		padding: 0;
		width: 100%;
	}

	.pc-leftcolumn + .pc-rightcolumn {
		padding-left: 0;
	}

	.pc-leftcolumn {
		margin-bottom: 40px;
	}

	.pc-menu {
		margin-bottom: 25px;
		padding-bottom: 5px;
	}

	.pc-menu li, .pc-setting {
		display: inline-block;
		margin: 0 0.5em 1em 0;
		vertical-align: top;
	}

	.pc-menu li + li, .pc-setting + .pc-setting {
		margin-top: 0;
	}

	.pc-settings .h3, .pc-settings h3 {
		margin-bottom: 1em;
	}

	iframe {
		max-width: 100% !important;
	}

	.cart_add_form.table-wrap {
		margin-bottom: 0;
		padding-top: 0;
	}

	.cart_add_form + .cart_add_form .cart-table_small tr {
		border-top: 0 none;
	}

	.cart-table_bigproduct .cart-table__cart-wrap:first-child {
		margin-top: 0;
	}

	.cart-table_bigproduct .cart-table__img-wrap {
		padding-right: 15px;
	}

	.cart-table_cartpage {
		width: 96%;
        margin: 0 auto;
	}
    
    .cart-table_cartpage thead {
        display: none;
    }
    
    .cart-table_cartpage tr {
        display: block;
        margin: 0 0 2em;
        padding-bottom: 1em;
    }

	.cart-table_cartpage td,
	.cart-table_cartpage th {
		display: inline-block;
		margin: 0 -3px 15px 0;
		padding: 0 15px 0 0;
	}

	.cart-table_cartpage
	.cart-table-td_img {
		text-align: left;
		vertical-align: top;
		width: 35%;
	}

	.cart-table_cartpage .name {
		vertical-align: top;
		width: 65%;
	}

	.cart-table_cartpage .table__price:before {
		content: "Цена: ";
		font-size: 14px;
		font-weight: 400;
		margin-right: 5px;
	}

	.cart-table_cartpage .table__price.js_allprice:before {
		content: "Стоимость: ";
	}

	.cart-table_cartpage .delete:after {
		content: attr(title);
		display: inline-block;
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		margin: 0 0 0 5px;
		vertical-align: top;
	}

	.cart-table_cartpage .td_delete {
		display: block;
	}

	.cart-table_cartpage .delete {
		font-weight: 700;
	}

	.cart-table_cartpage tfoot .cart-table__foot_firstline {
		margin-bottom: 0;
	}

	.cart-table_cartpage tfoot .cart-table__foot_firstline td {
		padding: 0 10px 0 0;
	}

	.cart-table__foot_firstline .table__price:before {
		display: none;
	}

	.cart_buttons + .input_submit {
		margin-top: 20px;
	}

    .cart_buttons-wrap .cart_buttons, .cart_buttons-wrap .input_submit {
        margin: 0;
        padding: 0;
        max-width: 50%;
    }
    .cart_buttons-wrap .cart_buttons {
        float:right;
        text-align: right;
    }
    .cart_buttons-wrap .input_submit {
        float:left;
        text-align: left;
    }
    .cart_buttons-wrap input {
        height: 36px;
    }
    
	.category-wrap {
		max-width: none;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.categories {
		margin-left: 0;
		margin-right: 0;
	}

}

@media (max-width: 520px) {

	.cat-filter__block {
		width: 100%;
	}

	.article__more {
		display: none;
	}

	.gallery-itemwrap {
		width: 100%;
	}

	.popup {
		padding: 20px;
	}

	.popup_close, .popup_article .popup_close {
		right: 10px;
		top: 10px;
	}

}

@media (max-width: 480px) {

	.body_shop .content-wrap .container {
		padding: 0 20px;
	}

	.cat-productswrap {
		margin: 0 -15px;
	}

	.cat-productwrap {
		padding: 0 15px;
		width: 50%;
	}
    .viewed .cat-productwrap {
        margin: 0 0 20px;
        width: 50%;
    }

	.cat-product__name {
		font-size: 0.812em;
		text-transform: uppercase;
	}
	.category .category__links{
		margin-top: 15px;
		max-height: 210px;
	}

	.input {
		padding: 0 20px 0 25px;
	}

	.form-group {
		padding: 0 25px;
	}

	.form-group .input {
		margin: 0 -25px 20px;
	}

	.input:before {
		left: 0;
	}

	.input_submit, .form_order .input_submit {
		margin: 20px auto;
	}

	.search_td {
		width: 100%;
	}

	.news-img {
		float: none;
		margin-bottom: 15px;
	}

	.news-img + .news-text {
		margin-left: 0;
	}

	.cart_buttons {
		text-align: center !important;
	}

	.shop__product-descr {
		margin-bottom: 0;
	}

	.cart-table_group-product {
		margin-top: 0;
	}

	.viewed {
		margin-top: 25px;
	}

    .viewed__inner {
	    margin-top: 30px;
    }

	.content-wrap {
		padding-top: 40px;
	}

	.shop-title {
		margin-bottom: 35px;
	}

	.shop-title h1, .shop-title .h1 {
		font-size: 24px;
	}
    
	.best {
		font-size: 16px;
	}

	/*.shopnav__cart {
		width: 165px;
	}*/

	.table-wrap {
		margin: 0 -20px;
	}

	.cat-product__name span {
		line-height: 1.16em;
        max-height: 3.48em;
	}
    .cart-table__img-wrap-th {
	    font-size: 11px;
    }

	.cart-table__img-wrap-th,
	.cart-table__img-wrap {
		width: 118px;
	}

	.cart-table__descr-wrap-th,
	.cart-table__descr-wrap {
		width: 200px;
	}

	.cart-table_group-product th {
		font-size: 0.687em;
		padding: 1em 0;
	}

	.cart-table_group_small th {
		font-size: 0.562em;
	}

	.cart-table_group_small td,
	.cart-table_small td {
		font-size: 0.875em;
	}

	.cart-table_small .cart-table__quantity-th,
	.cart-table_small .cart-table__quantity {
		width: 106px;
	}

	.cart-table_small .cart-table__price-th,
	.cart-table_small .cart-table__price {
		width: 106px;
	}


	.cart-table_small .cart-table__cart-wrap-th,
	.cart-table_small .cart-table__cart-wrap {
		width: 106px;
	}


	.cart-table_small .cart-table__cart-wrap-th,
	.cart-table_small .cart-table__cart-wrap {
		width: 106px;
	}

	.cart-table_group-product .cart-table__color-wrap-th,
	.cart-table_group-product .cart-table__color-wrap-th {
		width: 80px;
	}

	.cart-table_group-product .cart-table__descr-wrap-th,
	.cart-table_group-product .cart-table__descr-wrap {
		width: 116px;
	}

	.cart-table_group-product .cart-table__density-th,
	.cart-table_group-product .cart-table__density {
		width: 126px;
	}

	.cart-table_group-product .cart-table__size-th,
	.cart-table_group-product .cart-table__size {
		width: 80px;
	}

	.cart-table_group-product .cart-table__quantity-th,
	.cart-table_group-product .cart-table__quantity {
		width: 80px;
	}

	.cart-table__price-th,
	.cart-table__price {
		width: 80px;
	}

	.cart-table_group-product .cart-table__cart-wrap-th,
	.cart-table_group-product .cart-table__cart-wrap {
		width: 80px;
	}

	.cart-table_group-product .cart-table__price-th,
	.cart-table_group-product .cart-table__price {
		width: 80px;
	}
    
    .cart_buttons-wrap .cart_buttons {
        float:none;
        text-align: right;
    }
    .cart_buttons-wrap .input_submit {
        float:none;
        text-align: center;
    }
    .cart_buttons-wrap .cart_buttons, .cart_buttons-wrap .input_submit {
        max-width: 100%;
    }
    .cart_buttons-wrap input {
        margin-bottom: 20px;
    }


	.quantity {
		font-size: 0.875em;
	}

	.quantity_reload {
		width: 32px;
	}

	.content-wrap {
		padding-top: 25px;
	}

	.shop-title h1, .shop-title .h1 {
		margin-bottom: 0;
	}

	.shop-title {
		margin-bottom: 35px;
	}

	.best {
		padding: 0;
	}

    .cart_success_add_popup {
        padding: 5px 10px;
    }
    
    .order_form .cart-table {
        display: none;
    }
}
@media (max-width: 480px) {
    .categories {
        margin: 0 -10px;
    }

	.category-wrap {
		width: 100%;
        margin-bottom: 0;
	}

    .categories {
        margin: 0 -20px -40px;
    }
    .categories .category-wrap {
        padding: 0;
        margin: 0;
    }
    
    .shop__products-title {
        text-align: center;
	}
    .shop__products-title h1,
	.shop__products-title .h1 {
		display: block;
		text-align: center;
		max-width: none;
	}

	.shop__products-filter {
		display: inline-block;
		float: none;
	}
	.grid-layout__cont_1-1 .article__descr, .grid-layout__cont_2-1 .article__descr{
		display: none;
	}
}

@media (max-width: 320px) {
	.article-wrap:nth-child(2),
	.article-wrap:nth-child(3),
	.article-wrap:nth-child(4),
	.article-wrap:nth-child(5),
	.article-wrap:nth-child(6),
	.article-wrap:nth-child(7),
	.article-wrap:nth-child(8) {
		  width: 100%;
	}
}



#page-ruler-mask {
	pointer-events: none;
}

.js_error { color: red; font-size: 12px; font-weight: 600; }
.cart-table_cartpage .js_error { display: block; margin-top: 10px; text-align: left; }

/*поправки от 24.05.18 - таблица оплаты заказа*/
@media (max-width: 640px) {
	.cart-table_small > thead { display: none; }
	.cart-table_small {
	    width: 98%;
	    margin: 0 auto;
	}
	.cart-table_small td,
	.cart-table_small th {
		display: inline-block;
		margin: 0 -3px 15px 0;
		padding: 0 15px 0 0;
	}
	.cart-table_small .num {
		width: 35%;
		text-align: left;
		vertical-align: top;
		font-weight: 700
	}
	.cart-table_small .num:before {
		content: '№ ';
		font-size: 14px;
		font-weight: inherit;
		margin-right: 5px;
	}
	.cart-table_small .description {
		width: 65%;
		text-align: left;
	}
	.cart-table_small .price {
		width: 35%;
		text-align: left;
	}
	.cart-table_small .price:before {
		content: 'Цена: ';
		font-size: 14px;
		font-weight: 400;
		margin-right: 5px;
	}
	.cart-table_small .count:before {
		content: 'Количество: ';
		font-size: 14px;
		font-weight: 400;
		margin-right: 5px;
	}
}

.cat-filter__body.weight {
    height: 100% !important;
}


.cat-filter__body.weight .input {
	padding: 0;
}

.cat-filter__block.price {
/*	display: none;*/
}

.cat-filter__input input {
	width: 100%;
}

.cat-filter.cat-filter__block {
	border: none;
}

.cat-filter.cat-filter__block > .cat-filter__title {
	display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 0em;
	
}
.cat-filter.cat-filter__block > .cat-filter__title > label {
	text-align: center;
    font-size: 1em;
	
}

.cat-filter.cat-filter__block > .cat-filter__title:after {
	    content: url(/templates/img/arrow.png);
		top: 0px;
		transform: rotate(180deg);
		    font-size: 1em;
			    position: relative;
}

.open.cat-filter.cat-filter__block > .cat-filter__title:after {
	transform: none;
	top: -6px;
}
/**/