

/* Start:/local/components/pnevmo/constructor.catalog/templates/.default/style.css?173805476442172*/
.constructor {
	margin-bottom: 23px;
}
.constructor__page__text {
	margin-bottom: 90px;
}
@media (max-width: 1024px) {
	.constructor {
		margin-bottom: 43px;
	}
	.constructor__page__text {
		margin-bottom: 45px;
	}
}
@media (max-width: 767px) {
	.constructor {
		margin-bottom: 50px;
	}
	.constructor__page__text {
		margin-bottom: 40px;
		font-size: 20px;
	}
}
.products__empty__message {
	margin-bottom: 60px;
	margin-right: auto;
}
@media (max-width: 767px) {
	.products__empty__message {
		margin-bottom: 40px;
	}
}

/*------------------------------------*\
		FILTER
\*------------------------------------*/
@media (max-width: 1024px) {
	.const__filter {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.const__filter {
		margin-bottom: 65px;
	}
}
/*ACCORDION*/
.order__accordion__item {
	margin-bottom: 25px;
}
.order__accordion__item.products {
	margin-bottom: 20px;
}
.order__accordion__item:last-child {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.order__accordion__item {
		margin-bottom: 37px;
	}
	.order__accordion__item.products {
		margin-bottom: 45px;
	}
}
@media (max-width: 767px) {
	.order__accordion__item {
		margin-bottom: 30px;
	}
	.order__accordion__item.products {
		margin-bottom: 22px;
	}
}

.order__accordion__item__head {
	position: relative;
	background: #e6e9ec;
}
.order__accordion__item__head--padding-right .order__accordion__item__head__trigger {
	padding-right: 165px;
}
.order__accordion__item__head__trigger {
	padding: 18px 23px;
	font-size: 20px;
	color: #58585a;
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.order__accordion__item__head__trigger {
		padding: 17px 21px;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__head {
		text-align: center;
		padding: 7px 10px;
	}
	.order__accordion__item__head--padding-right .order__accordion__item__head__trigger {
		padding-right: 0;
	}
	.order__accordion__item__head__trigger {
		text-align: center;
		font-size: 18px;
		padding: 0;
	}
}


.const__control__row.flex-row > [class*='col-']:first-child {
	justify-content: center;
}


/* SQUARE */
.square__list__row {
	margin-bottom: 25px;
	padding-left: 23px;
}
.square__list__row:last-child {
	margin-bottom: 0;
	padding-top: 25px;
	border-top: 1px solid #c0c1c2;
}
@media (max-width: 1024px) {
	.square__list__row:last-child {
		border-top: 0;
	}
}
.square__list__right {
	width: 207px;
}
@media (max-width: 767px) {
	.square__list__row {
		margin-left: -15px;
		margin-bottom: 15px;
		padding-left: 0;
	}
	.square__list__row:last-child {
		padding-top: 0;
	}
	.square__list__right {
		width: 50%;
	}
}
.square__list__title,
.square__list__title--medium {
	font-size: 20px;
	color: #040404;
}
.square__list__title {
	font-weight: 300;
}
.square__list__title--medium,
.square__list__square {
	font-weight: 400;
}
.square__list__square {
	font-size: 26px;
}
@media (max-width: 767px) {
	.square__list__title,
	.square__list__title--medium {
		font-size: 18px;
	}
	.square__list__square {
		font-size: 22px;
		width: 130px;
		display: inline-block;
		float: right;
	}
}


/* quantity */
.express__quantity {
	position: relative;
	text-align: center;
	display: block;
	height: 40px;
	width: 177px;
	border-radius: 4px;
	overflow: hidden;
	background: #c0c1c2;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: textfield;
}

.express__quantity input[type=number] {
	width: 103px;
	height: 36px;
	margin: 2px auto 0;
	display: inline-block;
	border: none;
	background: #fff;
	color: #222;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: textfield;
}
.express__quantity input[type=number]::-webkit-outer-spin-button,
.express__quantity input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
@media (max-width: 1024px) {
	.express__quantity--conf {
		margin-top: 5px;
	}
	.express__quantity input[type=number] {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.express__quantity--full {
		float: right;
		width: 130px;
	}
	.express__quantity input[type=number] {
		width: 56px;
	}
	.const__places__title {
		margin-bottom: 25px;
		text-align: center;
	}
	.const__places__quantity {
		width: 100%;
		margin-bottom: 10px;
	}
	.const__places__quantity .express__quantity {
		margin: 0 auto;
		width: 274px;
	}
	.const__places__quantity .express__quantity input[type=number] {
		width: 200px;
	}
}


.express__quantity span {
	width: 37px;
	display: inline-block;
	line-height: 38px;
	vertical-align: baseline;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	font-size: 0;
	transition: background .3s;
	border-radius: 0;
}
.express__quantity span:hover {
	background: #58585a;
}
.express__quantity .minus {
	left: 0;
}
.express__quantity .plus {
	right: 0;
}

.express__quantity span:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
}
.express__quantity .minus:after {
	width: 20px;
	height: 2px;
	margin-left: -9px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAACCAAAAAB9baNXAAAAD0lEQVR42mP4jwUwYBMEAEUPJ9nD3WoLAAAAAElFTkSuQmCC');
}
.express__quantity .plus:after  {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -9px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQAAAACl8iCgAAAAAnRSTlMAAHaTzTgAAAAWSURBVHjaY2BIYGAghP///wDGRKgFAPjdDJ2N7qQEAAAAAElFTkSuQmCC');
}

/* skip */
.order__accordion__item__head .skip {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-21px, -50%);
}

.order__accordion__item__head .skip label {
	font-size: 16px;
	color: #58585a;
	float: left;
	padding-left:0 !important;
	padding-right: 48px;
}
@media (max-width: 1024px) {
	.order__accordion__item__head .skip label {
		padding-right: 40px !important;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__head .skip {
		position: static;
		margin-top: 10px;
		display: inline-block;
		top: inherit;
		transform: none;
	}
}

.order__accordion__item__head .skip input[type=checkbox] + label:after {
	left: inherit;
	right: 0;
	top: -3px;
	background: #fff;
	width: 25px;
	height: 25px;
	box-shadow: 0 0 10px rgba(0,0,0, .3);
}
.order__accordion__item__head .skip input[type=checkbox]:checked + label:before {
	content: '';
	background: #3276d3;
	width: 15px;
	height: 15px;
	top: 2px;
	right: 5px;
	left: inherit;
}
@media (max-width: 1024px) {
	.order__accordion__item__head .skip input[type=checkbox] + label:after {
		width: 22px;
		height: 22px;
		top: -1px;
	}
	.order__accordion__item__head .skip input[type=checkbox]:checked + label:before {
		width: 12px;
		height: 12px;
		top: 4px;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__head .skip label {
		padding-right: 32px !important;
		font-size: 14px;
	}
	.order__accordion__item__head .skip input[type=checkbox] + label:after {
		width: 19px;
		height: 19px;
	}
	.order__accordion__item__head .skip input[type=checkbox]:checked + label:before {
		width: 11px;
		height: 11px;
		top: 3px;
		right: 4px;
	}
}

/* NEXT */
.order__page__next__block {
	margin-top: 25px;
	text-align: right;
}
.square .order__page__next__block,
.config .order__page__next__block {
	margin-top: 5px;
}
@media (max-width: 767px) {
	.order__page__next__block {
		margin-top: 21px;
		text-align: center;
	}
	.square .order__page__next__block {
		margin-top: 30px;
	}
	.order__page__next__block,
	.config .order__page__next__block {
		margin-top: 15px;
	}
}
.order__accordion__item__body__next.link {
	background: none;
	padding: 0;
	border: 0;
	color: #3276d3;
	font-size: 18px;
	font-weight: 500;
}
.products .order__accordion__item__body__next.link {
	margin-top: 10px;
	margin-right: 33px;
}
@media (max-width: 1024px) {
	.products .order__accordion__item__body__next.link {
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.products .order__accordion__item__body__next.link {
		margin-top: 0;
		margin-right: 0;
	}
}
.order__accordion__item__body__next.link svg {
	position: relative;
	top: 2px;
	left: 1px;
	width: 14px;
}

.order__accordion__item__body {
	display: none;
}

.order__accordion__item__body.square .square__list,
.order__accordion__item__body__block {
	transition: opacity .3s;
}

.order__accordion__item__body.square .square__list.disabled,
.order__accordion__item__body__block.disabled {
	opacity: .3;
}

.order__accordion__item__body__block {
	padding: 45px 20px 30px 55px;
}
.order__accordion__item__body__block--sm {
	padding: 25px 20px 30px 55px;
}
.square > .order__accordion__item__body__block {
	padding-left: 25px;
}

.order__accordion__item:first-child .order__accordion__item__body {
	display: block;
}
@media (max-width: 1329px) {
	.order__accordion__item__body__block {
		padding: 40px 0 0 15px;
	}
}
@media (max-width: 1024px) {
	.order__accordion__item__body__block {
		padding: 40px 0 0 50px;
	}
	.order__accordion__item__body__block--sm {
		padding: 35px 0 0 50px;
	}
	.square > .order__accordion__item__body__block {
		padding-left: 0;
	}
	.order__accordion__item__body__block-1 {
		padding: 45px 0 0 35px;
	}
	.order__accordion__item__body__block-2 {
		padding: 40px 0 0 35px;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__body__block {
		padding: 25px 0 0;
	}
}


.const__checkbox__col {
	margin-bottom: 40px;
}
.const__checkbox__col:last-child {
	margin-bottom: 0;
}
.order__page__checkbox {
	position: relative;
	padding-left: 37px;
}
@media (max-width: 1024px) {
	.const__checkbox__col {
		margin-bottom: 17px;
	}
	.order__page__checkbox {
		padding-left: 33px;
	}
}
@media (max-width: 767px) {
	.const__checkbox__col,
	.const__checkbox__col--xs {
		margin-bottom: 20px;
	}
	.const__checkbox__col:last-child,
	.const__checkbox__col--xs:last-child {
		margin-bottom: 0;
	}
}

.order__page__checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left:0px
}
.order__page__checkbox input[type=checkbox] + label:after {
	left: -37px;
}
.order__page__checkbox input[type=checkbox]:checked + label:after {
	background: #e6e9ec;
	border: 0;
}
.order__page__checkbox input[type=checkbox]:checked + label:before {
	content: '';
	background: #3276d3;
	width: 11px;
	height: 11px;
	top: 4px;
	left: -33px;
}
.order__page__checkbox label {
	padding-left: 0 !important;
	font-size: 16px;
	font-weight: 300;
	display: block;
}
@media (max-width: 767px) {
	.order__page__checkbox input[type=checkbox] + label:after {
		left: -32px;
	}
}


/* SIDEBAR */
.order__sidebar__inner {
	padding: 12px 15px 57px;
	background: #e6e9ec;
}
@media (max-width: 1024px) {
	.order__sidebar__inner {
		padding: 32px 30px;
	}
}
@media (max-width: 767px) {
	.order__sidebar__inner {
		padding: 37px 18px 27px;
	}
}

.order__sidebar__title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 17px;
	margin-top: 12px;
}
.order__sidebar__text {
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.order__sidebar__title {
		margin-bottom: 10px;
	}
	.order__sidebar__text {
		margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.order__sidebar__title {
		margin-bottom: 10px;
	}
}
.order__options__divider {
	height: 1px;
	background: #ababb0;
	margin: 17px 0;
}

.order__options__item {
	margin-bottom: 22px;
}
.order__options__item:last-child {
	margin-bottom: 0;
}
.order__options__item__head {
	margin-bottom: 20px;
	padding: 8px 11px;
	font-size: 16px;
	background: #fff;
	color: #040404;
}
.order__options__item__head.blue {
	background: #3276d3;
	color: #fff;
	padding: 10px 11px;
	margin-bottom: 0;
}
.order__options__item__body {
	padding: 0 13px 0 19px;
}
.order__options__item__body.white {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0, .1);
	padding: 24px 10px 30px;
}
@media (max-width: 1024px) {
	.order__options__item__head.blue {
		font-size: 15px;
		padding: 16px 11px;
	}
}
@media (max-width: 767px) {
	.order__options__item__head.blue {
		padding: 12px 11px;
	}
	.order__options__item__body.white {
		padding: 24px 10px 25px;
	}
}

.order__options__item__body.white .iti__flag-container {
	height: 40px;
}

.order__options__item__body.white .form-control {
	width: 100%;
	height: 40px;
	border: 1px solid #b0b0b4;
	margin-bottom: 12px;
	padding: 0 13px;
}
@media (max-width: 1024px) {
	.order__options__item__body.white .form-control {
		margin-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.order__options__item__body.white .form-control {
		margin-bottom: 14px;
	}
}

.order__options__item__body.white .form-control.error {
	border: 1px solid red;
}
.order__options__item__body.white textarea {
	height: 223px !important;
	resize: none;
	padding: 14px 13px !important;
}
.order__options__item__body.white textarea[name="PROPERTY[300][0]"] {
	display: none;
}
@media (max-width: 1024px) {
	.order__options__item__body.white textarea {
		height: 130px !important;
		margin-bottom: 0 !important;
	}
}
@media (max-width: 767px) {
	.order__options__item__body.white textarea {
		height: 224px !important;
	}
}
/* .order__options__item__body.white label.error {
	display: none !important;
} */

.order__options__item__body.white .quest__submit__btn {
	width: 100%;
	padding: 12px;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 1024px) {
	.order__options__item {
		margin-bottom: 20px;
	}
	.order__options__item__head {
		padding: 13px;
	}
	.order__options__item__body {
		padding: 0 13px;
	}
	.order__options__item__body.white .quest__submit__btn {
		width: 235px;
		margin: 0 auto;
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.order__options__item__head {
		padding: 10px;
		margin-bottom: 22px;
	}
	.order__options__item__body {
		padding: 0 16px 0 12px;
	}
}
@media (max-width: 400px) {
	.order__options__item__body.white .quest__submit__btn {
		width: 100%;
	}
}

.s-security .order__options__item__body__item {
	font-size: 16px;
	font-weight: 400;
}
.order__options__item__body__item {
	margin-bottom: 13px;
	font-size: 14px;
	font-weight: 300;
}
.order__options__item__body__item:last-child {
	margin-bottom: 0;
}

.order__options__item__body.s-colors .order__options__item__body__item div {
	font-size: 13px;
}
.order__options__item__body__item div:first-child {
	display: inline-block;
	width: 75%;
	float: left;
}
.order__options__item__body__item div:last-child {
	display: inline-block;
	width: 25%;
	float: right;
	text-align: right;
}
.order__options__item__body__item div span {
	font-weight: 500;
}
@media (max-width: 1024px) {
	.s-square__block,
	.order__options__item__body__item {
		width: 260px;
	}
	.order__options__item__body__item div {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.s-square__block,
	.order__options__item__body__item {
		width: 100%;
	}
}

.quest__submit__btn {
	text-align: center;
	padding: 11px 52px;
	font-size: 18px;
	font-weight: 500;
	background: #3276d3;
	color: #fff;
	margin-bottom: 27px;
	margin-top: 60px;
	border: 1px solid #3276d3;
	transition: color .3s, background .3s, transform .3s;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	border-radius: 8px;
	overflow: hidden;
}
.quest__submit__btn:before {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
	transition: all 0.1s ease-in-out;
}
.quest__submit__btn:disabled {
	cursor: no-drop;
	opacity: .8;
}

.quest__submit__btn:hover,
.quest__submit__btn:focus,
.quest__submit__btn:active,
.quest__submit__btn.active {
	transform: scale(0.98);
}
.quest__submit__btn:hover:before {
	content: "";
}
.quest__submit__btn.active {
	user-select: none;
}
.quest__submit__btn:hover .spinner-animation,
.quest__submit__btn:active .spinner-animation,
.quest__submit__btn:focus .spinner-animation,
.quest__submit__btn.active .spinner-animation {
	border-left: 1.1em solid #3276d3;
}

.quest__submit__btn:disabled:hover {
	background: #3276d3 !important;
	color: #fff !important;
}
@media (max-width: 1024px) {
	.quest__submit__btn {
		margin-bottom: 0;
		padding: 11px 53px;
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.const__form__bottom {
		text-align: center !important;
	}
	.quest__submit__btn {
		padding: 10px 56px;
		margin-top: 45px;
	}
}


/* Range */
.range {
	width: 390px;
	margin-left: 5px;
}
.range__inputs {
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.range {
		width: 100%;
		margin-left: 0;
	}
	.range__inputs {
		margin-bottom: 20px;
	}
}
.range__input {
	width: 178px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 11px;
	height: 40px;
	text-align: right;
	font-size: 18px;
	color: #222;
	font-weight: 500;
	padding: 0 15px !important;
	border: 1px solid #c0c1c2;
}
.range__input.to {
	margin-right: 0;
}
.range__input__divider {
	content: '';
	width: 12px;
	height: 1px;
	margin-right: 11px;
	background: #c0c1c2;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 767px) {
	.range__input {
		height: 40px !important;
		width: calc(49.1% - 11px);
		margin-right: 1%;
	}
	.range__input__divider {
		margin-right: 1%;
	}
}

.range__text {
	font-size: 16px;
	margin-top: 15px;
}
@media (max-width: 767px) {
	.range__text {
		margin-top: 11px;
		text-align: center;
	}
}


/* AGREE */
.express__aggree {
	margin-top: 14px;
}
@media (max-width: 1024px) {
	.express__aggree {
		margin-top: 20px;
		margin-bottom: 37px;
	}
}
@media (max-width: 767px) {
	.express__aggree {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}

.express__aggree a {
	color: #010101;
	font-size: 16px;
}
.express__aggree .checkbox input[type=checkbox] + label:after {
	background: #e6e9ec;
}
.express__aggree .checkbox input[type=checkbox]:checked + label:before {
	content: '';
	width: 24px;
	height: 18px;
	top: -4px;
	left: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAMAAACgaw2xAAAARVBMVEVMaXFAgL8zZsxAgN87dtg3bdszd9UweM8yddMxdtUxdtMyddMydtMydtIydtMxdtMydtMyddMydtMydtQydtMydtMydtNyBVEOAAAAFnRSTlMABAUIDQ4eIExOhoutt8DExdfd3+b5zOF2cgAAAFpJREFUeNrFjkkOgCAUQx1QcVaU3v+omggY/q9ru3wd0oKr/ODDXFM+AhPNA77/mbcm++lt5G5r6M4CrCbLpwZwd968cBJXDvvZHcAZ92Un5LUTuHb2h2tVElyG5gdnmjFvqgAAAABJRU5ErkJggg==');
}
.express__aggree__alert {
	width: calc(100% - 50px);
	margin: 0 auto 20px;
}



/*------------------------------------*\
		COLORS
\*------------------------------------*/
.catalog__elem__colors {
	margin-bottom: 40px;
}
.catalog__elem__colors h3 {
	margin-bottom: 30px;
}
.catalog__elem__colors__tabs {
	margin-bottom: 28px;
	font-size: 0;
	border-bottom: 2px solid #3276d3;
}
.catalog__elem__colors__tabs__inner {
	display: table;
	background: #e6e9ec;
}
@media (max-width: 1024px) {
	.catalog__elem__colors {
		margin-bottom: 32px;
	}
	.catalog__elem__colors__tabs {
		margin-bottom: 44px;
	}
}
@media (max-width: 767px) {
	.catalog__elem__colors__tabs__inner {
		width: 100%;
	}
	.catalog__elem__colors {
		margin-bottom: 29px;
	}
	.catalog__elem__colors__tabs {
		margin-bottom: 35px;
	}
}

/* TABS */
.catalog__elem__colors__tabs__item {
	position: relative;
	display: table-cell;
	height: 100%;
	vertical-align: top;
	width: 100px;
	padding: 7px 7px 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	cursor: pointer;
	transition: border .3s, background .3s;
}
.catalog__elem__colors__tabs__item:last-child {
	margin-right: 0;
}
@media (max-width: 1024px) {
	.catalog__elem__colors__tabs__item {
		padding: 12px 5px 22px;
	}
}
@media (max-width: 767px) {
	.catalog__elem__colors__tabs__item {
		padding: 14px 5px 22px;
	}
}
.catalog__elem__colors__tabs__item.active {
	border-top: 2px solid #3276d3;
	border-left: 2px solid #3276d3;
	border-right: 2px solid #3276d3;
	background: #fff;
}
.catalog__elem__colors__tabs__item.active:after {
	content: '';
	border-top: 11px solid #3276d3;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -12px;
}
.catalog__elem__colors__tabs__item.own {
	cursor: default;
}
.catalog__elem__colors__tabs__item__square {
	width: 55px;
	height: 55px;
	margin-bottom: 14px;
	display: inline-block;
	vertical-align: middle;
	font-size: 36px;
	line-height: 55px;
	color: #040404;
}
@media (max-width: 1024px) {
	.catalog__elem__colors__tabs__item__square {
		width: 46px;
		height: 46px;
		line-height: 46px;
	}
}
@media (max-width: 767px) {
	.catalog__elem__colors__tabs__item__square {
		width: 45px;
		height: 45px;
	}
}
.catalog__elem__colors__tabs__item__title {
	font-size: 16px;
	color: #1e1e1e;
	line-height: 18px;
}
@media (max-width: 1329px) {
	.catalog__elem__colors__tabs__item__title {
		font-size: 15px;
	}
}
@media (max-width: 1024px) {
	.catalog__elem__colors__tabs__item__title {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.catalog__elem__colors__tabs__item__title {
		font-size: 13px;
		line-height: 15px;
	}
}

.catalog__elem__colors__tabs__item.LIGHT_SHADES .catalog__elem__colors__tabs__item__square {
	background: #d7d7d7;
}
.catalog__elem__colors__tabs__item.COLORED_SHADES .catalog__elem__colors__tabs__item__square{
	background: #a67c52;
}
.catalog__elem__colors__tabs__item.DARK_SHADES .catalog__elem__colors__tabs__item__square{
	background: #636363;
}
.catalog__elem__colors__tabs__item.own .catalog__elem__colors__tabs__item__square {
	background: #fff;
}


/* CONTENT */
.catalog__elem__colors__content__item {
	display: none;
}
.catalog__elem__colors__content__item.active {
	display: block;
}
.catalog__elem__colors__content__item__sec {
	width: 32%;
	margin-right: 1%;
	display: inline-block;
	vertical-align: middle;
}
.catalog__elem__colors__content__item__sec:last-child {
	margin-bottom: 0;
	margin-right: 0;
}
@media (max-width: 1024px) {
	.catalog__elem__colors__content__item__sec {
		width: 100%;
		margin-bottom: 20px;
	}
}

.catalog__elem__colors__content__item__sec__block {
	height: 45px;
	font-size: 0;
	border: 1px solid #9d9e9e;
}
.catalog__elem__colors__content__item__sec__name {
	margin-bottom: 15px;
	font-size: 16px;
	padding-left: 15px;
	display: none;
}
@media (max-width: 767px) {
	.catalog__elem__colors__content__item__sec__name {
		display: inline-block;
	}
}

.catalog__elem__colors__content__item__sec__block__name {
	display: inline-block;
	width: 127px;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px 0 15px;
	line-height: 45px;
	font-size: 15px;
	color: #3ea1f9;
}
.catalog__elem__colors__content__item__sec__block__img,
.catalog__elem__colors__content__item__sec__block__color {
	width: 85px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-left: 1px solid #9d9e9e;
	border-right: 1px solid #9d9e9e;
}
.catalog__elem__colors__content__item__sec__block__btn {
	width: 50px;
	height: 100%;
	padding: 0;
	background: none;
	border: 0;
	background-repeat: no-repeat;
	background-size: 21px 9px;
	background-position: center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAJCAMAAADq3ZdEAAAApVBMVEVMaXFeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmBeXmDZAQ3sAAAAN3RSTlMAg88HCRYYHDJUWnuqy+j3BQYLFBotLjQ1NzpNU1VcfKKkpaanrK22u8fIztrh5Obp6u7z9Pb4FDOFZAAAAGpJREFUeNpjUFdhZ0AFbAoaDLK6TJIoghya+lwMDKJaBlxIgpx62hwgWljZjJEFKsbMbarGCmEKyPPziIBZrIr8jIIIbXxM4kBKjNdQDtkKCV4jGRZpPiYpNOcomfAYq6I7EmiPDqMQjAMAmb8GSXm/9tgAAAAASUVORK5CYII=');
}
@media (max-width: 1329px) {
	.catalog__elem__colors__content__item__sec__block__name {
		width: 82px;
		padding: 0 5px 0 10px;
	}
	.catalog__elem__colors__content__item__sec__block__img, .catalog__elem__colors__content__item__sec__block__color {
		width: 75px;
	}
	.catalog__elem__colors__content__item__sec__block__btn {
		width: 52px;
	}
}
@media (max-width: 1024px) {
	.catalog__elem__colors__content__item__sec__block__name {
		padding: 0 10px;
		font-size: 15.5px;
		width: 475px;
	}
	.catalog__elem__colors__content__item__sec__block__img, .catalog__elem__colors__content__item__sec__block__color {
		width: 58px;
		float: right;
	}
	.catalog__elem__colors__content__item__sec__block__btn {
		width: 33px;
	}
}
@media (max-width: 767px) {
	.catalog__elem__colors__content__item__sec__block__name {
		width: 58%;
		padding: 0 5px 0 12px;
		font-size: 16px;
	}

	.catalog__elem__colors__content__item__sec__block__img, .catalog__elem__colors__content__item__sec__block__color {
		width: 29%;
	}
	.catalog__elem__colors__content__item__sec__block__btn {
		width: 13%;
	}
}
.catalog__elem__colors__content__item__sec__block__name,
.catalog__elem__colors__content__item__sec__block__img,
.catalog__elem__colors__content__item__sec__block__color,
.catalog__elem__colors__content__item__sec__block__btn {
	display: inline-block;
	vertical-align: top;
}


/*------------------------------------*\
		COLORS POPUP
\*------------------------------------*/
.colors-popup {
	position: relative;
	background: #FFF;
	padding: 55px 40px 10px 60px;
	width: auto;
	max-width: 990px;
	margin: 20px auto;
}
@media (max-width: 1100px) {
	.colors-popup {
		max-width: 880px;
	}
}
@media (max-width: 1024px) {
	.colors-popup {
		padding: 45px 30px 10px 30px;
	}
}
@media (max-width: 767px) {
	.colors-popup {
		padding: 30px 10px 10px;
	}
}

.colors-popup .mfp-close {
	width: 47px;
	height: 47px;
	top: -47px;
	right: -47px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 224.512 224.512' version='1.1' viewBox='0 0 224.512 224.512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='224.51 6.997 217.52 0 112.26 105.26 6.998 0 5e-3 6.997 105.26 112.25 5e-3 217.51 6.998 224.51 112.26 119.24 217.52 224.51 224.51 217.51 119.25 112.25' fill='%23fff'%3E%3C/polygon%3E%3C/svg%3E");
	font-size: 0;
}
@media (max-width: 1024px) {
	.colors-popup .mfp-close {
		top: 15px;
		right: 15px;
		background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 224.512 224.512' version='1.1' viewBox='0 0 224.512 224.512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='224.51 6.997 217.52 0 112.26 105.26 6.998 0 5e-3 6.997 105.26 112.25 5e-3 217.51 6.998 224.51 112.26 119.24 217.52 224.51 224.51 217.51 119.25 112.25' fill='%23000'%3E%3C/polygon%3E%3C/svg%3E");
		width: 35px;
		height: 35px;
	}
}

.colors-popup h3 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 300;
	color: #151515;
}
.colors-popup h5 {
	margin-bottom: 33px;
	font-weight: 500;
	color: #151515;
}
@media (max-width: 1024px) {
	.colors-popup h3 {
		padding-right: 40px;
	}
}
@media (max-width: 767px) {
	.colors-popup h3 {
		margin-bottom: 24px;
		font-size: 19px;
	}
	.colors-popup h5 {
		margin-bottom: 27px;
		font-size: 16px;
	}
}

.colors__popup__tabs {
	margin-bottom: 40px;
	border-bottom: 3px solid #3276d3;
}
@media (max-width: 1024px) {
	.colors__popup__tabs {
		margin-bottom: 35px;
	}
}
.colors__popup__tabs__item {
	display: inline-block;
	margin-right: 13px;
	cursor: pointer;
	background: #e6e9ec;
	text-align: center;
	padding: 14px 35px;
	transition: color .3s, background .3s;
}
.colors__popup__tabs__item.active,
.colors__popup__tabs__item:hover {
	background: #3276d3;
	color: #fff;
}
.colors__popup__tabs__item:last-child {
	margin-right: 0;
}
@media (max-width: 767px) {
	.colors__popup__tabs__item {
		padding: 13px 32px;
		margin-right: 0;
		font-size: 15px;
		width: 100%;
		margin-bottom: 10px;
	}
	.colors__popup__tabs__item:last-child {
		margin-bottom: 0;
	}
}
.colors__popup__content {
	overflow: hidden;
	font-size: 0;
	max-height: 470px;
	margin-bottom: 20px;
}
@media (max-width: 1024px) {
	.colors__popup__content {
		max-height: 450px;
	}
}

.colors__popup__content__item {
	display: none;
}
.colors__popup__content__item.active {
	display: block;
}

.colors__popup__content__item__color {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-bottom: 43px;
}
.colors__popup__content__item__color:nth-child(5n+5) {
	margin-right: 0;
}
@media (max-width: 1329px) {
	.colors__popup__content__item__color {
		margin-right: 36px;
	}
}
@media (max-width: 1100px) {
	.colors__popup__content__item__color {
		margin-right: 12px;
	}
}
@media (max-width: 1024px) {
	.colors__popup__content__item__color {
		margin-bottom: 23px;
	}
	.colors__popup__content__item__color,
	.colors__popup__content__item__color:nth-child(5n+5) {
		margin-right: 5%;
	}
	.colors__popup__content__item__color:nth-child(4n+4) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.colors__popup__content__item__color,
	.colors__popup__content__item__color:nth-child(5n+5),
	.colors__popup__content__item__color:nth-child(4n+4) {
		margin-right: 3%;
	}
	.colors__popup__content__item__color:nth-child(3n+3) {
		margin-right: 0;
	}
}
@media (max-width: 600px) {
	.colors__popup__content__item__color,
	.colors__popup__content__item__color:nth-child(5n+5),
	.colors__popup__content__item__color:nth-child(4n+4),
	.colors__popup__content__item__color:nth-child(3n+3) {
		margin-right: 5%;
	}
	.colors__popup__content__item__color:nth-child(2n+2) {
		margin-right: 0;
	}
}

.colors__popup__content__item__color,
.colors__popup__content__item__color.image {
	width: 140px;
}
@media (max-width: 1024px) {
	.colors__popup__content__item__color, .colors__popup__content__item__color.image {
		width: 21%;
	}
}
@media (max-width: 767px) {
	.colors__popup__content__item__color, .colors__popup__content__item__color.image {
		width: 31%;
	}
}
@media (max-width: 600px) {
	.colors__popup__content__item__color, .colors__popup__content__item__color.image {
		width: 47%;
	}
}

.colors__popup__content__item__color__img,
.colors__popup__content__item__color__small {
	width: 100%;
	height: 140px;
	margin-bottom: 23px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: 1px solid transparent;
	cursor: pointer;
}
@media (max-width: 1024px) {
	.colors__popup__content__item__color__img, .colors__popup__content__item__color__small {
		margin-bottom: 15px;
		height: 160px;
	}
}
@media (max-width: 767px) {
	.colors__popup__content__item__color__img, .colors__popup__content__item__color__small {
		height: 200px;
	}
}
@media (max-width: 490px) {
	.colors__popup__content__item__color__img,
	.colors__popup__content__item__color__small {
		height: 160px;
	}
}
@media (max-width: 400px) {
	.colors__popup__content__item__color__img,
	.colors__popup__content__item__color__small {
		height: 125px;
	}
}

.colors__popup__content__item__color.default .colors__popup__content__item__color__img,
.colors__popup__content__item__color.default .colors__popup__content__item__color__small {
	box-shadow: inset 0 0 0 7px #3276d3;
}

.colors__popup__content__item__color__name {
	text-align: center;
	font-size: 16px;
}
@media (max-width: 1024px) {
	.colors__popup__content__item__color__name {
		font-size: 15px;
	}
}



/*------------------------------------*\
		PRODUCTS
\*------------------------------------*/
.const__products {
	display: none;
}
.const__products__bottom {
	padding-bottom: 45px;
	margin-left: 15px;
	margin-right: -15px;
}
.const__products__bottom div {
	margin-top: auto;
}
.const__products__bottom__right {
	text-align: right;
}
.back__to__catalog,
.change__config {
	display: inline-block;
	font-size: 18px;
	border: 1px solid #3276d3;
	text-align: center;
	font-weight: 500;
	padding: 9px 10px;
	transition: color .3s, background .3s;
	width: 100%;
	border-radius: 12px;
}
@media (max-width: 1329px) {
	.back__to__catalog,
	.change__config {
		padding: 9px 10px;
		font-size: 17px;
		margin-bottom: 16px;
	}
}
@media (max-width: 1024px) {
	.back__to__catalog,
	.change__config {
		padding: 9px 10px;
	}
}
@media (max-width: 767px) {
	.back__to__catalog,
	.change__config {
		width: 100%;
		padding: 9px 18px;
	}
}

.back__to__catalog:hover,
.change__config:hover {
	color: #3276d3;
	background: #fff;
}
.change__config:hover,
.back__to__catalog:hover {
	color: #fff;
	background: #3276d3;
}

.slider__product__inner .product-item-container {
	position: relative;
	padding: 32px 20px 10px;
}
/* button to bottom*/
.full .slider__product__inner .product-item-container,
.full .slider__product__inner .product-item-container > .product-item,
.full .slider__product__inner .product-item-container > .product-item > .caption {
	height: 100%;
}
/* button to bottom*/
.full .slider__product__inner .product-item-container > .product-item > .caption > .clearfix {
	margin-top: auto;
}
@media (max-width: 767px) {
	.slider__product__inner .product-item-container {
		padding: 20px 15px 10px;
	}
	.cat__product .product-item-container {
		padding: 43px 13px 39px;
	}
}

.slider__product .product-item-image-original {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*height: 185px;*/
	display: block;
	height: 0;
	padding-top: 80%;
}
/*@media (max-width: 1024px) {
	.slider__product .product-item-image-original {
		height: 200px;
	}
}*/
@media (max-width: 767px) {
	.slider__product .product-item-image-original {
		height: 0;
		padding-top: 80%;
	}
	.slider__product__link {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.full .slider__product__price--grid {
		display: none;
	}
	.full .product-item-image-wrapper {
		display: inline-block;
		float: left;
		padding: 24px 0 26px 27px;
	}
}
@media (min-width: 768px) {
	.full.cat__product {
		margin-bottom: 32px;
	}
	.full.cat__product:nth-child(even) .thumbnail {
		background: #e6e9ec;
		border: 0;
	}
	.full .slider__product__inner .product-item-container {
		padding: 24px 45px 26px 27px;
	}
}
@media (max-width: 1329px) and (min-width: 1025px) {
	.full .slider__product__inner .product-item-container {
		padding: 24px 27px 26px 27px;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.full .slider__product__inner .product-item-container {
		padding: 14px 32px 14px 14px;
	}
	.full .product-item-image-wrapper {
		padding: 14px 0 14px 14px;
	}
}
@media (min-width: 768px) {
	.full .slider__product__overlay {
		display: none;
	}
	.full .product-item-image-original {
		position: relative;
		float: left;
		width: 395px;
		height: 325px;
		margin-right: 45px;
		/*new*/
		background-size: cover;
		margin-bottom: 0;
		z-index: 1;
	}
}
@media (max-width: 1329px) and (min-width: 1025px){
	.full .product-item-image-original {
		width: 245px;
		height: 205px;
		margin-right: 15px;
	}
}
@media (max-width: 1024px) and (min-width: 768px){
	.full .product-item-image-original {
		width: 345px;
		height: 305px;
		margin-right: 21px;
	}
}
.slider__product__link {
	margin-bottom: 0;
	font-size: 19px;
	font-weight: 500;
	word-break: break-word;
}
.slider__product__link a {
	color: #000;
	text-decoration: none !important;
}
@media (max-width: 767px) {
	.slider__product .product-item-image-original {
		height: 0;
		padding-top: 80%;
	}
	.slider__product__link {
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.full .slider__product__badges {
		top: 0;
	}

	.full .slider__product__title {
		margin-bottom: 13px;
	}
	.full .slider__product__link {
		font-size: 20px;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.full .slider__product__link {
		font-size: 18px;
	}
}
.get__drawing__button__block {
	display: none;
}
@media (min-width: 768px) {
	.full .get__drawing__button__block {
		display: block;
		margin-bottom: 30px;
	}
	.full .blue__link {
		border-bottom: 1px dashed #3276d3;
		font-size: 15px;
		color: #3276d3;
	}
}
@media (max-width: 1024px) {
	.get__drawing__button__block {
		margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.full .pickup,
	.pdf__link,
	.get__drawing__button__block {
		display: none;
	}
}
.cat__product:not(.full){
	min-height:472px;
}

.cat__product {
	height: auto;
	margin-bottom: 47px;
}
.cat__product__title {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 24px;
	color: #3276d3;
}
.cat__product__title span{
	color: #222222;
}
@media (max-width: 1024px) {
	.cat__product__row:not(.full-row) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.cat__product:not(.full) {
		width: 330px;
	}
	.cat__product {
		margin-bottom: 33px;
	}
	.cat__product__title {
		text-align: center;
	}
}
@media (max-width: 767px) {
	.cat__product__row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.cat__product {
		width: 330px;
		margin-bottom: 29px;
	}
	.cat__product__title {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	.cat__product {
		/*.cat__product:not(.full) {*/
		width: 250px;
	}
}
.slider__product__inner {
	border: 1px solid #bdbec0;
	position: relative;
	height: 100%;
}
.cat__product:not(.full) .slider__product__inner,
.alternate__products .slider__product__inner {
	transition: box-shadow .3s;
}
.cat__product:not(.full) .slider__product__inner:hover,
.alternate__products .slider__product__inner:hover {
	box-shadow: 0px 0px 12px rgba(0,0,0, 0.2);
}
@media (max-width: 767px) {
	.slider__product__inner .product-item-container {
		padding: 20px 15px 10px;
	}
	.cat__product .product-item-container {
		padding: 43px 13px 39px;
	}
}
@media (min-width: 768px) {
	.full.cat__product {
		margin-bottom: 32px;
	}
	.full.cat__product:nth-child(even) .thumbnail {
		background: #e6e9ec;
		border: 0;
	}
	.full .slider__product__inner .product-item-container {
		padding: 24px 45px 26px 27px;
	}
}
@media (min-width: 768px) {
	.full.cat__product:nth-child(even) .props__list__item .left,
	.full.cat__product:nth-child(even) .props__list__item .right {
		background: #e6e9ec;
	}
}
@media (min-width: 768px) {
	.full.cat__product:nth-child(even) .full-price .left,
	.full.cat__product:nth-child(even) .full-price .right {
		background: #e6e9ec;
	}
}
.catalog__elem__pdf__btn {
	display: block;
	width: 100%;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	padding: 9px 3px;
	text-align: center;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	overflow: hidden;
	border: 1px solid #0048f0;
	opacity: 0.7;
	transition: all 0.1s ease-in-out;
	background-color: #0048f0 !important;
	color: white;
	white-space: nowrap;
	border-radius: 12px;
}

.catalog__elem__pdf__btn_brd {
	border: 1px solid #0048f0;
	background-color: #ffffff !important;
	color: #0048f0;
	font-size: 16px;
}

.catalog__elem__pdf__btn_brd svg path{
	fill: #0048f0;
}

.catalog__elem__pdf__btn:hover {
	color: #0048f0;
	background-color: #ffffff !important;
}

.catalog__elem__pdf__btn_brd:hover {
	color: #ffffff;
	background-color: #0048f0 !important;
}

.catalog__elem__pdf__btn:hover:before {
	content: none;
}

.catalog__elem__pdf__btn:hover svg path {
	fill: #0048f0;
}

.catalog__elem__pdf__btn:focus {
	color: white;
}

.catalog__elem__pdf__btn:focus:hover {
	color: #0048f0;
}

.catalog__elem__pdf__btn_brd:focus {
	color: #0048f0;
}

.catalog__elem__pdf__btn_brd:focus:hover {
	color: white;
}

.catalog__elem__pdf__btn_brd:hover svg path {
	fill: #ffffff;
}

.catalog__elem__pdf__btn svg {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	color: white;
}

@media (max-width: 1329px) {
	.catalog__elem__pdf__btn {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.catalog__elem__pdf__btn {
		padding: 9px 3px;
	}

	.catalog__elem__pdf__btn_brd {
		display: none !important;
	}
}

.slider__product__badges {
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: right;
}
.full .slider__product__badges {
	text-align: left;
}
.slider__product__badges__item {
	display: inline-block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 5px 12px;
}
@media (max-width: 767px) {
	.full .slider__product__badges {
		text-align: right;
		top: 0;
	}
	.slider__product__badges__item {
		font-size: 15px;
	}
}
/* End */


/* Start:/local/templates/pnevmo/components/bitrix/catalog.products.viewed/pnevmo/style.css?16860604423921*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 1025px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 1024px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

/* End */


/* Start:/local/components/pnevmo/section.list/templates/additional/style.css?16860604423424*/
/* Дополнительное оборудование */
.product__addition__row {
	margin-bottom: 30px;
}
.product__addition__row:last-child {
	margin-bottom: 0;
}
.product__addition__item {
	height: 500px;
}
.product__addition__item .caption {
	position: relative;
}
.product__addition__item.even .caption {
	width: 360px;
}

@media (max-width: 1024px) {
	.product__addition__item.even .caption {
		width: 100%;
	}
	.product__addition__item {
		height: auto;
	}
}
@media (max-width: 767px) {
	.product__addition__row {
		margin-bottom: 0;
	}
	.product__addition__item  {
		margin-bottom: 25px;
	}
}
.product__addition__item .caption:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	z-index: 0;
}
.product__addition__item.odd .caption:after {
	left: 50%;
	bottom: 50%;
	box-shadow: 0px 70px 170px 164px rgba(255,255,255, 0.8);
}
.product__addition__item.even .caption:after {
	right: 0;
	top: 30%;
	box-shadow: 0px 70px 170px 164px rgba(255,255,255, 0.8);
}
@media (max-width: 1329px) {
	.product__addition__item.even .caption:after {
		right: 50%;
	}
}
@media (max-width: 1024px) {
	.product__addition__item .caption:after {
		right: inherit !important;
		top: inherit !important;
		left: 50% !important;
		bottom: 50% !important;
		box-shadow: 0px 70px 170px 164px rgba(255,255,255, .9) !important;
	}
}

.product__addition__item__inner {
	background-color: #fff;
	box-shadow: 0 0 15px 0px rgba(0,0,0, .16);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	overflow: hidden;
}
.product__addition__item.odd .product__addition__item__inner {
	background-position: center;
	background-size: contain;
	padding-top: 230px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}
.product__addition__item.even .product__addition__item__inner {
	background-position: center right 70px;
	padding-top: 63px;
	padding-left: 58px;
	padding-right: 30px;
	padding-bottom: 40px;
}
@media (max-width: 1329px) {
	.product__addition__item.even .product__addition__item__inner {
		background-position: center right 15px;
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media (max-width: 1024px) {
	.product__addition__item.even .product__addition__item__inner {
		padding: 230px 30px 30px;
	}
	.product__addition__item__inner {
		background-position: center top 30px !important;
		background-size: 75%;
	}
}
@media (max-width: 767px) {
	.product__addition__item__inner {
		padding: 18px 18px 25px !important;
		background-image: none !important;
	}
	.product__addition__item__inner img {
		width: auto;
		display: block;
		margin: 0 auto 25px;
	}
}

.product__addition__item__title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
}
.product__addition__item__text {
	margin-bottom: 24px;
	font-weight: 300;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product__addition__item__text p{
	line-height: 1.4;
}
.product__addition__item__title,
.product__addition__item__text,
.product__addition__item__link {
	z-index: 1;
}
@media (max-width: 767px) {
	.product__addition__item__title {
		margin-bottom: 25px;
		font-size: 16px;
	}
	.product__addition__item__text {
		margin-bottom: 26px;
		font-size: 14px;
	}
}

/* End */


/* Start:/local/components/pnevmo/section.list/templates/furniture/style.css?16860604422265*/
/* -- Мебель */
.product__furniture__item {
	margin-bottom: 33px;
}
@media (max-width: 767px) {
	.product__furniture__item {
		margin-bottom: 25px;
	}
	.product__furniture__item:last-child {
		margin-bottom: 0;
	}
}
.product__furniture__item__inner {
	background-position: center;
	padding-top: 230px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 32px;
	background-color: #fff;
	box-shadow: 0 0 15px 0px rgba(0,0,0, .16);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	overflow: hidden;
}
.product__furniture__item__inner img {
	width: auto;
	display: block;
	margin: 0 auto 25px;
}
@media (max-width: 1024px) {
	.product__furniture__item__inner {
		padding-top: 225px;
		padding-bottom: 35px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 767px) {
	.product__furniture__item__inner {
		background-image: none !important;
		padding-top: 27px;
		padding-bottom: 25px;
		padding-left: 20px;
		padding-right: 15px;
	}
}

.product__furniture__item__inner .caption {
	position: relative;
}
.product__furniture__item__inner .caption:after {
	content: '';
	position: absolute;
	border-radius: 50%;
	z-index: 0;
	left: 50%;
	bottom: 50%;
	box-shadow: 0px 70px 170px 164px rgba(255,255,255, 0.8);
}
@media (max-width: 767px) {
	.product__furniture__item__inner .caption:after {
		display: none;
	}
}

.product__furniture__item__title,
.product__furniture__item__text,
.product__furniture__item__link {
	position: relative;
	z-index: 1;
}
.product__furniture__item__title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 16px;
}
.product__furniture__item__text {
	font-weight: 300;
	margin-bottom: 30px;
}
@media (max-width: 1024px) {
	.product__furniture__item__title {
		margin-bottom: 25px;
		font-size: 18px;
	}
	.product__furniture__item__text {
		margin-bottom: 65px;
		font-size: 16px;
	}
	.product__furniture__item__link {
		font-size: 18px;
	}
	.product__furniture__item__link svg {
		width: 11px;
	}
}
@media (max-width: 767px) {
	.product__furniture__item__title {
		font-size: 16px;
	}
	.product__furniture__item__text {
		margin-bottom: 25px;
		font-size: 14px;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news.list/catalog-reviews/style.css?16860604426453*/
/* FEEDBACK */
.catalog__feedback__container .container__inner {
	position: relative;
}
.catalog__feedback  .slick-list.draggable { /*фикс бага при переключении таба*/
	width: 100%;
	height: 100%;
}
.home__feedback--sm {
	padding-top: 65px;
	padding-bottom: 65px;
}
.home__feedback--zero-top-padding {
	padding-top: 0;
}
.home__feedback__row {
	margin-bottom: 85px;
}
@media (max-width: 1024px) {
	.home__feedback--zero-top-padding {
		padding-top: 0;
	}
	.home__feedback__row {
		margin-bottom: 45px;
	}
}
@media (max-width: 767px) {
	.home__feedback--sm {
		padding-top: 35px;
		padding-bottom: 40px;
	}
	.home__feedback__row {
		margin-bottom: 40px;
	}
}
.home__feedback .section__block__text {
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
}
@media (max-width: 1024px) {
	.home__feedback .section__block__text {
		width: 100%;
		margin-bottom: 35px;
		font-size: 16px;
	}
}
.home__feedback__container {
	position: relative;
}

.home__feedback .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home__feedback .slick-track .slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	outline: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
.home__feedback .slick-track .slick-slide > div {
	width: 100%;
	height: 100%;
}
.home__feedback .slick-dots {
	padding-top: 40px;
}


@media (max-width: 1450px) {
	.home__feedback__slider {
		width: 95%;
		margin: 0 auto;
	}
}
@media (max-width: 1329px) {
	.home__feedback__slider {
		width: 100%;
	}
}
@media (max-width: 1124px) {
	.home__feedback__slider {
		width: 95%;
	}
}
@media (max-width: 1024px) {
	.home__feedback__slider {
		width: 100%;
	}
}

.home__feedback__slider__item {
	height: 100%;
	position: relative;
}
.home__feedback__slider__item__inner {
	padding: 28px 20px 35px;
	height: 100%;
	border: 1px solid #bdbec0;
	-webkit-transition: border-color .3s, -webkit-box-shadow .3s;
	transition: border-color .3s, -webkit-box-shadow .3s;
	-o-transition: box-shadow .3s, border-color .3s;
	transition: box-shadow .3s, border-color .3s;
	transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
}
.home__feedback__slider__item__inner:hover {
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0, 0.2);
	        box-shadow: 0px 0px 16px rgba(0,0,0, 0.2);
	border-color: transparent;
}

.home__feedback__slider {
	visibility: hidden;
}
.home__feedback__slider.slick-initialized {
	visibility: visible;
}

.home__feedback__img {
	position: relative;
	padding: 0;
	margin: 0 auto;
	max-width: 100%;
	height: 110px;
	max-height: 110px;
	text-align: center;
	margin-bottom: 30px;
}

.home__feedback__img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: auto;
	max-height: 100%;
}


.home__feedback__review {
	position: relative;
	/*margin-bottom: 40px;*/
	margin-bottom: 20px;
}
/*@media (max-width: 1024px) {
	.home__feedback__review {
		margin-bottom: 25px;
	}
}*/
.home__feedback__slider__item__icon {
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width: 767px) {
	.home__feedback__slider__item__icon {
		max-width: 15px;
	}
}
.home__feedback__slider__item__text {
	padding-left: 45px;
	color: #0a0a0a;
	line-height: 26px;
	margin-bottom: 0;
	word-wrap: break-word;
}
.home__feedback__slider__item__text .reg,
.home__feedback__slider__item__text .reg {
  font-size: 13px;
  position: relative;
  top: -12px; }
@media (max-width: 1024px) {
	.home__feedback__slider__item__text {
		font-size: 15px;
		line-height: 23px;
	}
}
@media (max-width: 767px) {
	.home__feedback__slider__item__text {
		padding-left: 20px;
	}
}

.home__feedback__slider__item__partner {
/*	width: 250px;
	float: right;*/
	padding-bottom: 30px;
	overflow: hidden; /*new*/
}
/*@media (max-width: 1124px) {
	.home__feedback__slider__item__partner {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}*/
@media (max-width: 1024px) {
	.home__feedback__slider__item__partner {
		font-size: 14px;
	/*	width: 250px;
		padding-left: 0;
		padding-right: 0;*/
	}
}
@media (max-width: 767px) {
	.home__feedback__slider__item__partner {
		font-size: 13px;
	/*	width: 100%;
		float: none;*/
		padding-bottom: 25px;
	}
}

.home__feedback__slider__item__partner__status {
	display: block;
	font-size: 16px;
	color: #97949b;
	word-break:break-word;
	/*width: 250px; */
	/*float: right; */
}
/*new*/
@media (max-width: 1124px) {
	.home__feedback__slider__item__partner__status {
		/*width: 100%;*/
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 1024px) {
	.home__feedback__slider__item__partner__status {
		/*width: 250px;*/
		padding-left: 0;
		padding-right: 0;
	}
}
/*new*/
@media (max-width: 767px) {
	.home__feedback__slider__item__partner__status {
		/*width: 100%;*/
		/*float: none;*/
	}
}

/*new*/
.home__feedback__slider__item__link__block {
	margin-top: auto;
}
.home__feedback__slider__item__inner {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home__feedback__slider__item__block {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 767px) {
	.home__feedback__slider__item__link__block {
		text-align: left;
	}
}
.home__feedback__slider__item__link {
	color: #538cda;
	font-weight: 500;
}
.home__feedback__slider__item__link svg {
	fill: #538cda;
}
@media (max-width: 1024px) {
	.home__feedback__slider__item__link {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.home__feedback__slider__item__link {
		font-size: 16px;
	}
}

.home__about__bottom__link {
	font-size: 20px;
}
.home__about__bottom__link svg {
	width: 12px;
}
@media (max-width: 1024px) {
	.home__about__bottom__link {
		font-size: 18px;
	}
	.home__about__bottom__link svg {
		width: 10px;
	}
}

/* End */
/* /local/components/pnevmo/constructor.catalog/templates/.default/style.css?173805476442172 */
/* /local/templates/pnevmo/components/bitrix/catalog.products.viewed/pnevmo/style.css?16860604423921 */
/* /local/components/pnevmo/section.list/templates/additional/style.css?16860604423424 */
/* /local/components/pnevmo/section.list/templates/furniture/style.css?16860604422265 */
/* /local/templates/pnevmo/components/bitrix/news.list/catalog-reviews/style.css?16860604426453 */
