

/* Start:/local/templates/pnevmo/components/bitrix/menu/main/style.css?16860604422334*/
.main__menu {
	list-style-type: none;
	padding-left: 0;
}
@media (max-width: 1024px) {
	.main__menu {
		margin-top: 40px;
	}
}
@media (min-width: 1025px) {
	.mobile__menu__block {
		display: block !important;
	}
}
@media (max-width: 1024px) {
	.mobile__menu__block {
		display: none;
	}
}

.main__menu > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 29px;
}
.main__menu > li:first-child span img:first-child {
	display: none;
}
@media (max-width: 1329px) {
	.main__menu > li {
		margin-right: 7px;
	}
}
@media (max-width: 1024px) {
	.main__menu > li {
		display: block;
		margin-right: 0;
	/*	padding-top: 15px;*/
		border-bottom: 1px solid #757576;
		/*padding-bottom: 15px;*/
	}
}

.main__menu > li:last-child {
	margin-right: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
.main__menu > li > a {
	color: #fff;
	display: inline-block;
	font-family: Roboto;
	border-bottom: 1px solid transparent;
}
@media (max-width: 1329px) {
	.main__menu > li > a {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.main__menu > li > a {
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.main__menu > li:first-child a {
		display: inline-block;
	}
}
@media (max-width: 767px) {
	.main__menu > li > a {
		font-size: 15px;
	}
}
.main__menu > li > a:hover,
.main__menu > li > a.root-item-selected {
	border-color: #fff;
}

@media (max-width: 1329px) {
	.main__menu > li button {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.main__menu > li button {
		border-bottom: 0;
		font-weight: 400;
	}
	.main__menu > li img {
		position: relative;
		top: -2px;
	}
	.main__menu > li > a:hover,
	.main__menu > li > a.root-item-selected {
		border-color: transparent;
		text-decoration: underline;
	}
}


/* BUTTON */
.header__menu__button {
	position: relative;
	top: 3px;
	z-index: 1;
	margin-left: 15px;
	display: none;
	padding: 6px;
	vertical-align: middle;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
}
@media (max-width: 1024px) {
	.header__menu__button {
		display: inline-block;
	}
}
.header__menu__button__row {
	width: 30px;
	height: 1px;
	margin-bottom: 9px;
	background: #fff;
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/sale.basket.basket.line/cart-header/style.css?168606044212909*/
/* BASKET */
.header__basket__block {
	position: relative;
}
.header__basket__block .mCSB_inside > .mCSB_container {
	margin-right: 15px;
}
.header__basket__block .bx-basket-item-list {
	min-width: 375px;
	padding-top: 20px;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 100;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}
.header__basket__block:hover .bx-basket-item-list {
	opacity: 1;
	visibility: visible;
}
@media (max-width: 1024px) {
	.header__basket__block .bx-basket-item-list {
		top: 44px;
	}
}
@media (max-width: 767px) {
	.header__basket__block .bx-basket-item-list {
		top: 42px;
	}
}
@media (max-width: 510px) {
	.header__basket__block .bx-basket-item-list {
		min-width: 290px;
	}
}

.bx-basket-item-list__inner__scroll {
	position: relative;
	padding-right: 16px;
}
.bx-basket-item-list:after {
	content: '';
	position: absolute;
	top: 5px;
	right: 84px;
	border-bottom: 15px solid #3276d3;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
@media (max-width: 1329px) {
	.bx-basket-item-list:after {
		right: 59px;
	}
}
@media (max-width: 1024px) {
	.bx-basket-item-list:after {
		right: 25px;
	}
}
@media (max-width:767px) {
	.bx-basket-item-list__inner__scroll {
		padding-right: 0;
	}
	.bx-basket-item-list:after {
		right: 12px;
	}
}


.bx-basket-item-list__inner {
	max-height: 490px;
	width: 475px;
	position: relative;
	padding: 13px 0 25px 16px;
	background: #fff;
	border-top: 1px solid #3276d3;
	border-left: 1px solid #bdbec0;
	border-right: 1px solid #bdbec0;
	border-bottom: 1px solid #bdbec0;
}

.header__basket__item__right {
	padding-left: 122px;
	padding-right: 26px;
}
@media (max-width: 510px) {
	.bx-basket-item-list__inner {
		width: 100%;
	}
	.header__basket__item__right {
		padding-left: 95px;
	}
}

.header__basket__item__quantity,
.header__basket__item__articul {
	color: #6d6d6d;
	font-size: 11px;
	margin-bottom: 11px;
}
.header__basket__item__articul {
	margin-bottom: 4px;
}
.header__basket__item__quantity span {
	position: relative;
	top: -2px;
}

.header__basket {
	margin-top: 12px;
	text-align: center;
}

.header__basket__img {
	position: relative;
	display: inline-block;
}
.header__basket__img svg {
	width: 45px;
}
.header__basket__img svg path {
	fill: #666668;
}
.header__basket__img__icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	background-image: url("data:image/svg+xml,	%3Csvg enable-background='new 0 0 166.375 166.375' version='1.1' viewBox='0 0 166.375 166.375' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23666668' d='M153.551,152.792H12.823C5.753,152.792,0,147.039,0,139.968V52.488 c0-7.07,5.753-12.823,12.823-12.823h36.214V24.776c0-6.172,5.021-11.193,11.193-11.193h45.913c6.173,0,11.194,5.021,11.194,11.193 v14.889h36.213c7.071,0,12.824,5.753,12.824,12.823v87.479C166.375,147.039,160.622,152.792,153.551,152.792z M5,71.079v68.889 c0,4.314,3.51,7.824,7.823,7.824h140.728c4.314,0,7.824-3.51,7.824-7.824V71.009L94.71,94.777v14.854c0,1.381-1.119,2.5-2.5,2.5 H74.165c-1.381,0-2.5-1.119-2.5-2.5V94.782L5,71.079z M83.188,107.131h6.522V96.56l-5.675,2.023 c-0.542,0.192-1.134,0.195-1.678,0.001l-5.692-2.024v10.571H83.188z M5,65.772l78.194,27.803L161.375,65.7V52.488 c0-4.313-3.51-7.823-7.824-7.823H12.823C8.51,44.665,5,48.175,5,52.488V65.772z M54.037,39.665h58.301V24.776 c0-3.415-2.778-6.193-6.194-6.193H60.23c-3.415,0-6.193,2.778-6.193,6.193V39.665z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
}
@media (max-width: 767px) {
	.header__basket__img__icon {
		width: 38px;
		height: 38px;
		background-image: url("data:image/svg+xml,	%3Csvg enable-background='new 0 0 166.375 166.375' version='1.1' viewBox='0 0 166.375 166.375' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='M153.551,152.792H12.823C5.753,152.792,0,147.039,0,139.968V52.488 c0-7.07,5.753-12.823,12.823-12.823h36.214V24.776c0-6.172,5.021-11.193,11.193-11.193h45.913c6.173,0,11.194,5.021,11.194,11.193 v14.889h36.213c7.071,0,12.824,5.753,12.824,12.823v87.479C166.375,147.039,160.622,152.792,153.551,152.792z M5,71.079v68.889 c0,4.314,3.51,7.824,7.823,7.824h140.728c4.314,0,7.824-3.51,7.824-7.824V71.009L94.71,94.777v14.854c0,1.381-1.119,2.5-2.5,2.5 H74.165c-1.381,0-2.5-1.119-2.5-2.5V94.782L5,71.079z M83.188,107.131h6.522V96.56l-5.675,2.023 c-0.542,0.192-1.134,0.195-1.678,0.001l-5.692-2.024v10.571H83.188z M5,65.772l78.194,27.803L161.375,65.7V52.488 c0-4.313-3.51-7.823-7.824-7.823H12.823C8.51,44.665,5,48.175,5,52.488V65.772z M54.037,39.665h58.301V24.776 c0-3.415-2.778-6.193-6.194-6.193H60.23c-3.415,0-6.193,2.778-6.193,6.193V39.665z'%3E%3C/path%3E%3C/svg%3E");
	}
}

.header__basket__count {
	position: absolute;
	top: -4px;
	right: -9px;
	background: #ffa640;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	border-radius: 100%;
	min-width: 23px;
}
.header__basket__count--2 {
	min-width: 25px;
}
.header__basket__count--3 {
	top: -8px;
	right: -16px;
	min-width: 31px;
	padding: 6px 4px;
	font-size: 15px;
}
.header__basket__title {
	color: #58585a;
	font-size: 16px;
}
@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action {
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}

.header__basket__btn {
	font-size: 16px;
	text-align: center;
	transition: all .3s;
	padding: 15px 3px;
	width: 48%;
	background: #7FC7FF;
	color: #003887;
	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;
}
.header__basket__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;
}
@media (max-width: 767px) {
	.header__basket__btn {
		width: 49%;
		font-size: 14px;
		padding: 6px 4px;
	}
}
.header__basket__btn:hover,
.header__basket__btn:focus,
.header__basket__btn:active {
	transform: scale(0.98);
	color: #003887;
}
.header__basket__btn:hover:before {
	content: "";
}
.header__basket__btn:first-child {
	background: #3276d3;
	color: #fff;
}
.header__basket__btn:last-child {
	float: right;
}
.header__basket__btn:first-child:hover,
.header__basket__btn:first-child:focus,
.header__basket__btn:first-child:active {
	transform: scale(0.98);
	color: #fff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	position: relative;
	margin-bottom: 11px;
	border-bottom: 1px solid #bdbec0;
	padding-bottom: 12px;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	margin-bottom: 15px;
}
.bx-basket-item-list-item-img{
	float: left;
	margin-right: 22px;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img a {
	display: inline-block;
	float: left;
}
.bx-basket-item-list-item-img img {
	width: 100px;
	height: auto;
	border: 1px solid #bdbec0;
}
@media (max-width: 510px) {
	.bx-basket-item-list-item-img {
		margin-right: 13px;
	}
	.bx-basket-item-list-item-img img {
		width: 80px;
	}
}

.bx-basket-item-list-item-name {
	padding-bottom: 5px;
	line-height: 13px;
}
.bx-basket-item-list-item-name a {
	font-size: 13px;
	color: #040404;
	text-decoration: none;
	white-space: normal;
	font-weight: 500;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 0;
	top: 1px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	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='%23afafaf' /%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}
.bx-basket-item-list-item-remove:hover {
	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='%233276d3' /%3E%3C/svg%3E%0A");
}

.bx-basket-item-list-item-price,
.header__basket__bottom__right__price {
	display: inline-block;
	font-size: 12px;
	color: #040404;
	font-weight: 500;
}
.header__basket__nds {
	color: #6d6d6d;
	font-size: 11px;
}
.bx-basket-item-list-item-price > .dots,
.header__basket__bottom__right__price > .dots {
	display: inline-block;
	color: #bebdbd;
	opacity: 0;
	width: 100px;
}
.bx-basket-item-list-item-price > .colon,
.header__basket__bottom__right__price > .colon {
	display: none;
}
@media (max-width: 510px) {
	.bx-basket-item-list-item-price > .dots,
	.header__basket__bottom__right__price > .dots {
		display: none;
	}
	.bx-basket-item-list-item-price > .colon,
	.header__basket__bottom__right__price > .colon {
		display: inline;
	}
}

.bx-basket-item-list-item-price span.from,
.header__basket__bottom__right__price span.from {
	font-size: 11px;
}
.bx-basket-item-list-item-price strong,
.header__basket__bottom__right__price strong {
	font-size: 16px;
}
.bx-basket-item-list-item-price span.ruble,
.header__basket__bottom__right__price span.ruble {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 10px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 510.127 510.127' version='1.1' viewBox='0 0 510.127 510.127' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='#040404' d='m34.786 428.96h81.158v69.572c0 3.385 1.083 6.156 3.262 8.322 2.173 2.18 4.951 3.27 8.335 3.27h60.502c3.14 0 5.857-1.09 8.152-3.27 2.295-2.166 3.439-4.938 3.439-8.322v-69.572h182.96c3.377 0 6.156-1.076 8.334-3.256 2.18-2.178 3.262-4.951 3.262-8.336v-46.377c0-3.365-1.082-6.156-3.262-8.322-2.172-2.18-4.957-3.27-8.334-3.27h-182.97v-42.754h123.18c48.305 0 87.73-14.719 118.29-44.199 30.551-29.449 45.834-67.49 45.834-114.12 0-46.604-15.283-84.646-45.834-114.12-30.557-29.45-69.989-44.199-118.29-44.199h-195.28c-3.385 0-6.157 1.089-8.335 3.256-2.173 2.179-3.262 4.969-3.262 8.335v227.9h-81.152c-3.384 0-6.157 1.145-8.335 3.439-2.172 2.295-3.262 5.012-3.262 8.151v53.978c0 3.385 1.083 6.158 3.262 8.336 2.179 2.18 4.945 3.256 8.335 3.256h81.158v42.754h-81.158c-3.384 0-6.157 1.09-8.335 3.27-2.172 2.166-3.262 4.951-3.262 8.322v46.377c0 3.385 1.083 6.158 3.262 8.336 2.178 2.181 4.95 3.257 8.335 3.257zm164.84-351.78h115.94c25.6 0 46.248 7.485 61.953 22.46 15.697 14.976 23.549 34.547 23.549 58.691 0 24.156-7.852 43.733-23.549 58.691-15.705 14.988-36.354 22.473-61.953 22.473h-115.94v-162.32z'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
}

.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}

/* BOTTOM INFO */
.header__basket__bottom {
	margin-bottom: 20px;
}
.header__basket__bottom__left {
	width: 90px;
	margin-top: 8px;
	margin-right: 16px;
	float: left;
	font-size: 10px;
	color: #5a5a5a;
	font-weight: 300;
}
@media (max-width: 510px) {
	.header__basket__bottom__left {
		margin-right: 0;
	}
}

.header__basket__bottom__left span {
	position: relative;
	top: -2px;
}
.header__basket__bottom__right {
	padding-left: 122px;
	padding-right: 33px;
}
@media (max-width: 501px) {
	.header__basket__bottom__right {
		padding-left: 95px;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/search.title/pnevmo/style.css?16860604423899*/
.search-box {
	padding: 15px 0;
	background: #202020;
	color: #fff;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
}

input.search-box__input {
	margin-top: 10px;
	height: 35px !important;
	padding: 0 10px !important;
	width: 92% !important;
	-webkit-border-radius: 4px !important;
	        border-radius: 4px !important;
	background: #fff !important;
	border: 0;
}

@media (max-width: 1329px) {
	input.search-box__input {
		width: 88% !important;
	}
}
@media (max-width: 1024px) {
	input.search-box__input {
		width: 85% !important;
	}
}

.search-box__button {
	background: #3276d3;
	border: none !important;
	float: right;
	margin-top: 10px;
	padding-top: 5px !important;
	padding-bottom: 3px !important;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.search-box__button:hover,
.search-box__button:focus,
.search-box__button:active {
	background: #3276d3;
	color: #fff;
}

div.title-search-result {
	border-bottom: 1px solid #e3e3e3;
	display:none;
	background: #fff;
	overflow:hidden;
	z-index:205;
	margin-top: -2px;
}
.title-search-result__container {
	background: #fff;
}

.title-search-result table {
	width: 100%;
	border-collapse: collapse;
	border:none;
}

.title-search-result table tr:hover td a {
	color: #fff;
}

.title-search-result table th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}
.title-search-result table th {
	display: none;
}

.title-search-result table td {
	background-color:white;
	color:black;
	font-weight:normal;
	text-align:left;
	white-space:nowrap;
}

.title-search-result table td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

.title-search-result table td.title-search-item a {
	padding-right:15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.title-search-result table td.title-search-item a:hover {
	color: #3276d3;
}

.title-search-result table td.title-search-item img {
	display: none !important;
}

.title-search-result table td.title-search-item b {
	font-weight: 700;
}

.title-search-result table tr.title-search-selected td
.title-search-result ,table tr.title-search-selected a
.title-search-result ,table tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

.title-search-result table td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
	display: none;
}

.title-search-result table td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

.title-search-result table td.title-search-all {
	padding-left: 7px;
	padding-right: 15px;
}

.title-search-result table td.title-search-all a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
	color: #777;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
}
.title-search-result table td.title-search-all a:hover {
	color: #3276d3;
}

.title-search-result table td.title-search-separator
.title-search-result table th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none !important;
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/menu/header-catalog/style.css?1737921519869*/
.header__cat__nav {
	list-style-type: none;
	padding: 0;
	display: flex;
}
.header__cat__nav > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-bottom: 5px;
}
.header__cat__nav > li:last-child {
	margin-right: 64px;
	margin-left: auto;
}
.header__cat__nav > li > a {
	color: #008fd3;
	font-size: 19px;
	border-bottom: 1px solid #008fd3;
}
.header__cat__nav > li:last-child > a {
	color: #f1952e;
	border-bottom: 1px solid #f1952e;
}
.header__cat__nav > li > a:hover {
	color: #58585a;
	border-color: transparent;
}
.header__cat__nav > li > ul {
	display: none;
}

@media (max-width: 1919px) {
	.header__cat__nav > li:last-child {
		margin-right: 0;
	}
}

@media (max-width: 1330px) {
	.header__cat__nav {
		flex-wrap: wrap;
	}

	.header__cat__nav > li:last-child {
		margin-left: 0;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/breadcrumb/pnevmo/style.css?1686060442613*/
.page-top__breadcrambs {
	margin-top: 30px;
	margin-bottom: 40px;
}
.page-top__breadcrambs__item {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #222;
}
.page-top__breadcrambs__item:after {
	content: '/';
	position: relative;
	font-size: 14px;
	color: #222;
	right: -8px;
}
.page-top__breadcrambs__item:last-child {
	margin-right: 0;
	color: #8b8f93;
	font-weight: 400;
}
.page-top__breadcrambs__item:last-child:after {
	content: '';
}
@media (max-width: 768px) {
	.page-top__breadcrambs {
		/*padding: 0 60px;*/
	}
}
/* End */


/* Start:/local/templates/pnevmo/components/bitrix/menu/footer-menu/style.css?16860604421559*/
.footer__nav {
	list-style-type: none;
	padding-left: 0;
}
@media (min-width: 768px) {
	.footer__nav {
		display: block !important;
	}
}
.footer__nav__hidden {
	margin-top: 40px;
}
.footer__nav li {
	margin-bottom: 12px;
}
@media (max-width: 1024px) {
	.footer__nav li {
		margin-bottom: 8px;
	}
}
.footer__nav li:last-child {
	margin-bottom: 0;
}
.footer__nav a {
	color: #fff;
	border-bottom: 1px solid transparent;
}
.footer__nav a:hover,
.footer__nav a:focus,
.footer__nav a:active,
.footer__nav a.selected {
	border-color: #fff;
}
@media (max-width: 1024px) {
	.footer__nav a {
		font-size: 14px;
		display: block;
	}
	.footer__nav a:hover,
	.footer__nav a:focus,
	.footer__nav a:active,
	.footer__nav a.selected {
		/*border-color: #fff;*/
		border-color: transparent;
		text-decoration: underline;
	}
}
@media (max-width: 767px) {
	.footer__nav a {
		font-size: 16px;
		font-weight: 300;
	}

	.footer__nav__col {
		position: relative;
		margin-bottom: 0;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.footer__nav__col:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.footer__nav__col:after {
		content: '';
		height: 1px;
		width: calc(100% - 30px);
		position: absolute;
		bottom: 0;
		left: 15px;
		background: #757576;
	}
	.footer__nav__col:last-child:after {
		display: none;
	}

	.footer__nav {
		display: none;
		padding-left: 15px;
		margin-bottom: 0;
		padding-top: 23px;
	}
	.footer__nav__col:first-child .footer__nav {
		display: block;
	}
}

/* End */


/* Start:/local/components/pnevmo/social.icons/templates/.default/style.css?16860604421164*/
.footer__social {
	text-align: right;
}
@media (max-width: 767px) {
	.footer__social {
		text-align: center;
		margin-bottom: 53px;
	}
}
.footer__social__item {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 15px;
	margin-right: 12px;
}
.footer__social__item:last-child {
	margin-right: 0;
}

.footer__social__item a {
	display: block;
	width: 36px;
	line-height: 36px;
	height: 36px;
	background: #58585a;
	text-align: center;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer__social__item a:hover,
.footer__social__item a:focus,
.footer__social__item a:active {
	background: #3276d3;
}

.footer__social__item svg {
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.footer__social__item.vk svg {
	width: 27px;
}
.footer__social__item.fb svg {
	width: 20px;
}
.footer__social__item.inst svg {
	width: 23px;
}

/* End */


/* Start:/local/components/pnevmo/catalog.widget/templates/.default/style.css?16860604423108*/
.cat__wt {
	position: fixed;
	z-index: 100;
	left: -255px;
	width: 255px;
	height: 100%;
	transition: left .4s;
	box-shadow: 0px 4px 5px rgba(0,0,0, 0.5);
	background: #202020;
}
.cat__wt.active {
	left: 0;
}
@media (max-width: 1024px) {
	.cat__wt {
		box-shadow: none;
		left: -256px;
		z-index: 102;
	}
}
@media (min-width: 768px) {
	.cat__wt {
		top: 0 !important;
	}
}
@media (max-width: 767px) {
	.cat__wt {
		width: 100%;
		top: 233px;
		left: -100%;
		box-shadow: none;
		transition: left .3s;
		opacity: 0;
		z-index: 103; /*поверх черного*/
		/*z-index: 102;*/
	}
	.cat__wt.active {
		opacity: 1;
	}
}
.cat__wt__title {
	position: absolute;
	top: 402px;
	right: -125px;
	width: 201px;
	transform: rotate(-90deg);
	padding: 12px 25px 12px;
	background: #3276d3;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	border: 0;
	border-radius: 0 0 8px 8px;
	transition: transform .3s;
	will-change: transform;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.cat__wt__title: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;
}

.cat__wt__title:hover {
	transform: rotate(-90deg) scale(0.98);
}
.cat__wt__title:hover:before {
	content: "";
}

@media (max-width: 1024px) {
	.cat__wt__title {
		right: -118px;
		top: 375px;
		font-size: 16px;
		width: 190px;
	}
}
@media (max-width: 767px) {
	.cat__wt__title {
		display: none;
	}
}

/* BODY TOP */
.cat__wt__body {
	height: 100%;
	max-height: 1050px;
	padding: 35px 0;
}
@media (max-width: 1024px) {
	.cat__wt__body {
		max-height: calc(100% - 160px);
	}
}
@media (max-width: 767px) {
	.cat__wt__body {
		padding: 0 0 35px;
	}
}
.cat__wt__body .mCSB_inside > .mCSB_container {
	margin-right: 15px;
}
.cat__wt__body__logo {
	margin-bottom: 18px;
	text-align: center;
}

.cat__wt__body__contact {
	text-align: center;
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
}
.cat__wt__body__contact__item {
	position: relative;
	padding: 5px 20px;
	display: inline-block;
	vertical-align: middle;
}

.cat__wt__body__contact__item:after {
	content: '';
	width: 1px;
	height: 35px;
	position:absolute;
	top: 0;
	right: 0;
	background: #3276d3;
}
.cat__wt__body__contact__item:last-child:after {
	display: none;
}

.cat__wt__close__block {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 20px 25px;
	text-align: right;
	background: #202020;
	z-index: 1;
}
@media (max-width: 767px) {
	.cat__wt__close__block {
		display: none;
	}
}
.cat__wt__close {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	background: none;
	border: 0;
	padding: 0;
}
.cat__wt__close svg {
	width: 11px;
	transform: rotate(180deg);
}
.cat__wt__close svg path {
	fill: #fff;
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/catalog.section.list/catalog-widget/style.css?16860604422690*/
/*Custom*/
.widget__catalog {
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 10px;
}
@media (max-width: 1024px) {
	.widget__catalog {
		padding-right: 10px;
	}
}
.widget__catalog > li {
	padding: 0 2px;
	border-bottom: 1px solid #757576;
}
.widget__catalog > li:last-child {
	border-bottom: 0;
}
.widget__catalog__root__title {
	position: relative;
}
.widget__catalog__root__title a {
	display: block;
}
.widget__catalog > li > .widget__catalog__root__title,
.widget__catalog > li > .widget__catalog__root__title a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
@media (max-width: 767px) {
	.widget__catalog > li > .widget__catalog__root__title,
	.widget__catalog > li > .widget__catalog__root__title a {
		font-size: 13px;
	}
}
.widget__catalog > li > .widget__catalog__root__title {
	margin-bottom: 0;
	padding-right: 25px;
	cursor: default;
	line-height: 42px;
}
.widget__catalog > li.single > .widget__catalog__root__title {
	padding-right: 0;
}
@media (max-width: 767px) {
	.widget__catalog > li > .widget__catalog__root__title {
		line-height: 34px;
	}
}

.widget__catalog > li > ul .widget__catalog__root__title {
	margin-bottom: 0;
}
.widget__catalog > li > ul a {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	display: block;
}
.widget__catalog > li > ul a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
	.widget__catalog > li > ul .widget__catalog__root__title {
		line-height: 28px;
	}
	.widget__catalog > li > ul a {
		display: block;
		font-size: 12px;
	}
}

.widget__catalog li ul {
	display: none;
	padding-left: 15px;
	padding-bottom: 10px;
}

.widget__catalog > li:first-child ul {
	display: block;
}

.widget__catalog__root__title__icons {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 49px;
}
@media (max-width: 767px) {
	.widget__catalog__root__title__icons {
		line-height: 40px;
	}
}
.widget__catalog > li.single .widget__catalog__root__title__icons {
	display: none;
}
.widget__catalog__root__title__open,
.widget__catalog__root__title__close {
	cursor: pointer;
	fill: #fff;
	width: 17px;
}
@media (max-width: 767px) {
	.widget__catalog__root__title__open,
	.widget__catalog__root__title__close {
		width: 16px;
	}
}
.widget__catalog__root__title__close {
	display: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.widget__catalog > li.active .widget__catalog__root__title__close {
	display: inline-block;
}
.widget__catalog > li.active .widget__catalog__root__title__open {
	display: none;
}

/* End */


/* Start:/local/components/pnevmo/express.order/templates/.default/style.css?16860604429284*/
.express {
	position: fixed;
	width: 544px;
	z-index: 99;
	top: 326px;
	right: -544px;
	transition: right .4s;
	box-shadow: 3px 2px 5px rgba(0,0,0, 0.5);
	padding: 48px 0 48px 15px;
	background: #fff;
	border-left: 1px solid #b0b0b4;
	border-top: 1px solid #b0b0b4;
}
.express.active {
	right: 0;
}
@media (max-width: 1024px) {
	.express {
		top: 304px;
	}
}
@media (max-width: 767px) {
	.express {
		display: none;
		right: -544px;
	}
}
.express__body {
	position: relative;
	overflow-y: auto;
	max-height: 400px;
	padding-right: 15px;
}
@media (max-width: 1024px) {
	.express__body {
		max-height: 275px;
	}
}
@media (max-height: 700px) {
	.express__body {
		height: 120px;
	}
}
.express__body .mCSB_inside > .mCSB_container {
	margin-right: 22px;
}
.express__footer {
	padding-top: 28px;
}
.express__title {
	position: absolute;
	top: 77px;
	left: -126px;
	transform: rotate(-90deg);
	padding: 12px 25px 12px;
	background: #f1952e;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	border: 0;
	border-radius: 8px 8px 0 0;
	transition: transform .3s;
	will-change: transform;
	overflow: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.express__title: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;
}
.express__title:hover {
	transform: rotate(-90deg) scale(0.98);
}
.express__title:hover:before {
	content: "";
}
@media (max-width: 1024px) {
	.express__title {
		top: 71px;
		left: -118px;
		font-size: 16px;
		width: 190px;
	}
}

.express th {
	padding-bottom: 15px;
	color: #222;
	font-size: 16px;
}
.express th span {
	position: relative;
	top: -6px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	background: #e8ebee;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
}

.express__inputs__item.with__error td {
	vertical-align: top;
}
/*.express__inputs__item.with__error .express__select__message {
	position: absolute;
	left: 0;
	bottom: 0;
}*/

.express__inputs__item__input,
.express__inner__select,
.express .express__code {
	width: 225px;
	height: 50px;
	padding-left: 13px;
	padding-right: 13px;
	border: 1px solid #b0b0b4;
	color: #040404;
	outline: none;
}
.express__select__message {
	font-size: 14px;
	padding-top: 10px;
	display: none;
	color: #df4d35;
}
.express .express__code {
	display: none;
	padding-top: 12px;
	font-weight: 300;
	color: #040404;
	border: 0;
	cursor: pointer;
}
.express .express__code.active {
	display: inline-block;
}

.express td {
	vertical-align: middle;
	padding-bottom: 12px;
}
.express td:first-child {
	padding-right: 25px;
	width: 30%;
}
.express td:nth-child(2) {
	/*padding-right: 20px;*/
}
.express td:last-child {
	text-align: center;
}
.express .express__inputs__item:first-child td {
	text-align: left;
}

/*quantity*/
.express__quantity__wrap {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #c0c1c2;
	height: 50px;
	min-width: 133px;
	border-radius: 8px;
	overflow: hidden;
}
.express__inputs__item__input__number {
	-moz-appearance: textfield;
}
.express__inputs__item__input__number {
	display: block;
	margin: 3px auto 3px;
	font-size: 22px;
	padding: 7px 3px;
	width: 58px;
	height: 46px;
	border: none;
	background: 0 0;
	text-align: center;
	background: #fff;
	color: #040404;
	font-weight: 500;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-bottom: 1px solid #c0c1c2;
}
.express__inputs__item__input__number::-webkit-outer-spin-button,
.express__inputs__item__input__number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.express__quantity__wrap .ctrl {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 37px;
    cursor: pointer;
    z-index: 1;
    transition: background .3s;
}
.express__quantity__wrap .ctrl:hover {
	background: #58585a;
}
.express__quantity__wrap .minus {
    left: 0;
}
.express__quantity__wrap .plus {
	right: 0;
}

.express__quantity__wrap .ctrl:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
}
.express__quantity__wrap .minus:before {
	width: 14px;
	height: 1px;
	margin-left: -7px;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAABCAIAAABhfAhTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RkVENzQ1NDREMjA2MTFFODhGNzFGODM1QTVDRThGMzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RkVENzQ1NDVEMjA2MTFFODhGNzFGODM1QTVDRThGMzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGRUQ3NDU0MkQyMDYxMUU4OEY3MUY4MzVBNUNFOEYzMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGRUQ3NDU0M0QyMDYxMUU4OEY3MUY4MzVBNUNFOEYzMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PicSLBAAAAARSURBVHjaYvz//z8DcQAgwAB62wL/wuPn+AAAAABJRU5ErkJggg==');

}
.express__quantity__wrap .plus:before {
	width: 15px;
	height: 15px;
	margin-top: -7px;
	margin-left: -7px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEMwNkI1MzBEMjA3MTFFODk3NThBREVDRkZDODNBRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEMwNkI1MzFEMjA3MTFFODk3NThBREVDRkZDODNBRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQzA2QjUyRUQyMDcxMUU4OTc1OEFERUNGRkM4M0FEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQzA2QjUyRkQyMDcxMUU4OTc1OEFERUNGRkM4M0FEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkTQkosAAAAtSURBVHjaYvz//z8DHgCSZMQlycRAARjVTCJggUYHoejCqZlxNJ6HgmaAAAMAjbcHHmM3kDkAAAAASUVORK5CYII=');
}


.express__item__remove {
	display: inline-block;
	width: 29px;
	cursor: pointer;
}
.express__inputs__item:first-child .express__item__remove {
	/*opacity: 0;*/
	display: none;
	/*visibility: hidden;*/
}
.express__item__remove polygon {
	fill: #97999a;
	transition: fill .3s;
}
.express__item__remove:hover polygon {
	fill: #3276d3;
}

.express__add {
	position: relative;
	background: #3276d3;
	width: 48px;
	height: 48px;
	margin-right: 12px;
	outline: none;
	border: 1px solid transparent;
	transition: border .3s, background .3s;
	border-radius: 8px;
	overflow: hidden;
}

.express__add: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;
}
.express__add svg {
	width: 30px;
	margin-top: 7px;
}
.express__add polygon {
	fill: #fff;
	transition: fill .3s;
}
.express__add:hover {
	transform: scale(0.98);
}

.express__add:hover:before {
	content: "";
}

.express__btn {
	padding: 14px 45px;
	background: #3276d3;
	color: #fff;
	border: 1px solid transparent;
	font-weight: 500;
	transition: all .3s;
	text-align: center;
	border-radius: 12px;
	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;
}
.express__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;
}
.express__btn:hover,
.express__btn:focus,
.express__btn:active {
	transform: scale(0.98);
}
.express__btn:hover:before {
	content: "";
}
.ui-autocomplete {
	z-index:2147483647;
 }

/* End */


/* Start:/local/templates/pnevmo/styles.css?1740567705610*/
.news__info {
    padding: 40px 40px 40px 60px;
    position: relative;
    background: #e6eaed;
    color: #000;
}
.news__info:before {
    content: "";
    background-image: url("/local/templates/pnevmo/components/bitrix/news.list/home-reviews/images/quote.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 25px;
    width: 25px;
    height: 30px;
    object-fit: contain;
}

.news__info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: #3276d3;
    z-index: 1;
}
/* End */


/* Start:/local/templates/pnevmo/template_styles.css?1740567705184*/
.catalog-top .slick-initialized .slick-slide{
	min-height:472px;
}

.bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray {
	max-height: 55px !important;
	font-weight: bold;
}
/* End */
/* /local/templates/pnevmo/components/bitrix/menu/main/style.css?16860604422334 */
/* /local/templates/pnevmo/components/bitrix/sale.basket.basket.line/cart-header/style.css?168606044212909 */
/* /local/templates/pnevmo/components/bitrix/search.title/pnevmo/style.css?16860604423899 */
/* /local/templates/pnevmo/components/bitrix/menu/header-catalog/style.css?1737921519869 */
/* /local/templates/pnevmo/components/bitrix/breadcrumb/pnevmo/style.css?1686060442613 */
/* /local/templates/pnevmo/components/bitrix/menu/footer-menu/style.css?16860604421559 */
/* /local/components/pnevmo/social.icons/templates/.default/style.css?16860604421164 */
/* /local/components/pnevmo/catalog.widget/templates/.default/style.css?16860604423108 */
/* /local/templates/pnevmo/components/bitrix/catalog.section.list/catalog-widget/style.css?16860604422690 */
/* /local/components/pnevmo/express.order/templates/.default/style.css?16860604429284 */
/* /local/templates/pnevmo/styles.css?1740567705610 */
/* /local/templates/pnevmo/template_styles.css?1740567705184 */
