

/* 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/news.list/main-slider/style.css?17686471587729*/
.home-slider {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
@media (max-width: 767px) {
	.home-slider {
		border-bottom: 1px solid #3276d3;
	}
}

.home-slider .slick-list,
.home-slider .slick-track {
	height: 100%;
}

.slider-container {
	overflow: hidden;
	opacity: 0;
	height: 495px;
	z-index: 2;
	width: 100%;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	-moz-transition: opacity .4s;
	transition: opacity .4s;
}

.slider-container.slick-initialized {
	opacity: 1;
}

@media (min-width: 1920px) {
	.slider-container {
		height: 600px; } }

@media (min-width: 2400px) {
	.slider-container {
		height: 700px; } }

@media (min-width: 2800px) {
	.slider-container {
		height: 800px; } }

@media (min-width: 3400px) {
	.slider-container {
		height: 1000px; } }

@media (max-width: 1024px) {
	.slider-container {
		height: 445px;
	}
}
@media (max-width: 767px) {
	.slider-container {
		height: 400px;
	}
}

.home-slider .slick-slide > div {
	height: 100%;
}
.slider__item {
	position: relative;
	height: 100%;
	outline: none;
	-o-background-size: cover !important;
	   background-size: cover !important;
	background-position: center center !important;
}
.slider__item .container {
	height: 100%;
}
.slider__item .container__inner {
	position: static;
	height: 100%;
}
.slider__item.dark .slider__item__text,
.slider__item.dark .slider__item__title {
	color: #000;
}

.slider__item__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0, .25);
}
.slick-current .slider__item__content {
	opacity: 1;
}

.slider__item__content {
	position: relative;
	opacity: 0;
	width: 455px;
	z-index: 1;
	height: 100%;
  background: rgba(16,16,16, .7);
}
@media (max-width: 1570px) {
	.slider__item__content {
		margin-left: 100px;
	}
}
@media (max-width: 1329px) {
	.slider__item__content {
		margin-left: 0;
	}
}

.slider__item__content__inner {
	position: absolute;
	top: calc(50% + 50px);
	padding: 15px 35px;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width: 1024px) {
	.slider__item__content {
		width: 380px;
	}
	.slider__item__content__inner {
		top: calc(50% + 30px);
		padding: 15px 23px;
	}
}
@media (max-width: 767px) {
	.slider__item__content {
		width: 100%;
		height: 50%;
    bottom: 0;
    position: absolute;
    left: 0;
	}
	.slider__item__content__inner {
		width: 100%;
		top: 50%;
	}
}

.slider__item__title {
	position: relative;
	margin-bottom: 30px;
	color: #fff;
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
}

@media (max-width: 1024px) {
	.slider__item__title {
		margin-bottom: 39px;
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	.slider__item__title {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 25px;
	}
}

.slider__item__text {
	position: relative;
	margin-bottom: 50px;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
}
@media (max-width: 1024px) {
	.slider__item__text {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.slider__item__text {
		margin-bottom: 20px;
		font-weight: 300;
		font-size: 15px;
	}
}

.slider__item__buttons {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.slider__item__btn__box {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 16px;
	margin-bottom: 5px;
}
.slider__item__btn__box:last-child {
	margin-bottom: 0;
}

.slider__item__btn__box img {
	display: inline;
}

.slider__item__btn {
	font-weight: 500;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	-webkit-transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background-color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			color 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),
			border 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.slider__item__btn:last-child {
	margin-right: 0;
}
.slider__item__btn:hover,
.slider__item__btn:focus,
.slider__item__btn:active {
	color: #3276d3;
}
.slider__item__btn_orange {
	color: #f1952e;
}
.slider__item__btn_orange:focus,
.slider__item__btn_orange:active {
	color: #f1952e;
}
.slider__item__btn_orange.active {
	color: #3276d3;
}
@media (max-width: 1024px) {
	.slider__item__btn {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.slider__item__btn {
		font-size: 16px;
	}

	.slider__item__btn_orange {
		display: none;
	}
}

.slider__buttons {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	display: none;
	z-index: 3;
}
.slider-container.slick-initialized + .slider__buttons {
	display: block;
}

.slider__buttons__btn {
	border-radius: 50%;
	-webkit-transition: opacity .5s, left .5s, right .5s, background .5s;
	-o-transition: opacity .5s, left .5s, right .5s, background .5s;
	-moz-transition: opacity .5s, left .5s, right .5s, background .5s;
	transition: opacity .5s, left .5s, right .5s, background .5s;
	background: rgba(0,0,0, .5);
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

.slider__buttons__btn.prev {
	left: 30px;
}
.slider__buttons__btn.next {
	right: 30px;
}
.slider__buttons__btn:hover {
	background: #538cda;
}
.slider__buttons__btn svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
}
.slider__buttons__btn svg path {
	fill: #fff;
	transition: fill .3s;
}
.slider__buttons__btn:hover svg path {
	fill: #fff;
}
@media (max-width: 1920px) {
	.slider__buttons__btn.prev {
		left: 220px;
	}
	.slider__buttons__btn.next {
		right: 220px;
	}
}
@media (max-width: 1875px) {
	.slider__buttons__btn.prev {
		left: 190px;
	}
	.slider__buttons__btn.next {
		right: 190px;
	}
}
@media (max-width: 1815px) {
	.slider__buttons__btn.prev {
		left: 120px;
	}
	.slider__buttons__btn.next {
		right: 120px;
	}
}
@media (max-width: 1700px) {
	.slider__buttons__btn.prev {
		left: 75px;
	}
	.slider__buttons__btn.next {
		right: 75px;
	}
}
@media (max-width: 1329px) {
	.slider__buttons__btn.prev {
		left: 20px;
	}
	.slider__buttons__btn.next {
		right: 20px;
	}
}
@media (max-width: 1115px) {
	.slider__buttons__btn {
		display: none !important;
	}
}

.slider__buttons__btn i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 20px;
}

.home-slider .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
@media (max-width: 767px) {
	.home-slider .slick-dots {
		display: none !important;
	}
}

.home-slider .slick-dots li.slick-active button,
.home-slider .slick-dots li button:hover {
	background: #fff;
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news.list/home-sections/style.css?17206245824532*/
.home__sections {
	overflow: hidden;
}
.home__sections__item {
	margin-bottom: 30px;
}
.home__sections__item:nth-child(2),
.home__sections__item:nth-child(3) {
	height: 330px;
}
.home__sections__item:first-child {
	height: 690px;
}
.home__sections__item:first-child,
.home__sections__item:nth-child(3) {
	margin-bottom: 0;
}
@media (min-width: 2400px) {
	.home__sections__item:nth-child(2),
	.home__sections__item:nth-child(3) {
		height: 480px;
	}
	.home__sections__item:first-child {
		height: 990px;
	}
}
@media (min-width: 3400px) {
	.home__sections__item:nth-child(2),
	.home__sections__item:nth-child(3) {
		height: 550px;
	}
	.home__sections__item:first-child {
		height: 1130px;
	}
}
@media (max-width: 1024px) {
	.home__sections__item:first-child,
	.home__sections__item:nth-child(2) {
		width: 50%;
		height: 440px;
	}
	.home__sections__item:nth-child(3) {
		width: 100%;
		height: 325px;
	}
}
@media (max-width: 767px) {
	.home__sections__item {
		width: 100% !important;
		height: auto !important;
	}
	.home__sections__item:first-child,
	.home__sections__item:nth-child(3) {
		margin-bottom: 30px;
	}
	.home__sections__item:last-child {
		margin-bottom: 0;
	}
}


.home__sections__item__inner {
	position: relative;
	height: 100%;
	text-align: left;
	background: #e6e9ec;
}
.home__sections__item__info {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 35px;
}
@media (max-width: 1024px) {
	.home__sections__item__inner {
		padding: 50px 30px 30px;
	}
	.home__sections__item__info {
		position: relative;
		height: 100%;
		left: inherit;
		top: inherit;
		transform: none;
		padding: 0;
	}
}

.home__sections__item:first-child img {
	margin-bottom: 130px;
}
.home__sections__item:nth-child(2) img {
	float: left;
	margin-right: 60px;
}
.home__sections__item:nth-child(3) img {
	float: right;
}

.home__sections__item:nth-child(2) .caption {
	margin-top: 40px;
}
.home__sections__item:nth-child(3) .caption {
	margin-top: 60px;
}
@media (max-width: 1329px) {
	.home__sections__item:nth-child(2) .caption {
		float: right;
	}
	.home__sections__item:nth-child(3) .caption {
		float: left;
	}
	.home__sections__item:nth-child(2) .caption,
	.home__sections__item:nth-child(3) .caption {
		margin-top: 20px;
		max-width: 190px;
	}

	.home__sections__item:nth-child(2) img,
	.home__sections__item:nth-child(3) img {
		margin-bottom: 20px;
		max-width: 238px;
		margin-right: 0;
	}
}
@media (max-width: 1024px) {
	.home__sections__item:nth-child(2) img, .home__sections__item:nth-child(3) img {
		max-width: 100%;
	}
	.home__sections__item:nth-child(2) .caption,
	.home__sections__item:nth-child(3) .caption {
		margin-top: 0;
		max-width: 100%;
	}
	.home__sections__item img {
		max-width: 100%;
	}
	.home__sections__item:first-child img,
	.home__sections__item:nth-child(2) img  {
		margin-bottom: 55px;
		margin-right: 0;
	}
}



.home__sections__item__title {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: 500;
	color: #1e1e1e;
}
@media (max-width: 1329px) {
	.home__sections__item__title {
		margin-bottom: 15px;
	}
}
.home__sections__item__link {
	font-weight: 500;
}
@media (max-width: 1024px) {
	.home__sections__item__title {
		font-size: 24px;
	}
	.home__sections__item:first-child .caption,
	.home__sections__item:nth-child(2) .caption	 {
		position: absolute;
		bottom: 15px;
		left: 0;
		width: 100%;
		height: 130px;
	}
	.home__sections__item:first-child .home__sections__item__link,
	.home__sections__item:nth-child(2) .home__sections__item__link {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.home__sections__item:nth-child(3) img {
		float: left;
	}
	.home__sections__item:nth-child(3) .caption {
		float: right;
		margin-top: 70px;
		margin-right: 81px;
	}
}
@media (max-width: 767px) {
	.home__sections__item img {
		float: none !important;
		max-width: 100% !important;
		display: block;
		margin: 0 auto 55px !important;
	}
	.home__sections__item .caption {
		position: static !important;
		bottom: inherit !important;
		left: inherit !important;
		height: auto !important;
		float: none !important;
	}
	.home__sections__item__title {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.home__sections__item__link {
		position: static !important;
		bottom: inherit !important;
		left: inherit !important;
		font-size: 16px;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news.list/home-counters/style.css?16860604421129*/
.home__counters {
	height: 309px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(/local/templates/pnevmo/components/bitrix/news.list/home-counters/images/bg.jpg);
}
@media (max-width: 1024px) {
	.home__counters {
		margin-bottom: 65px;
		height: 265px;
	}
}

.home__counters .container,
.home__counters .row,
.home__counters__item {
	height: 100%;
}
.home__counters__item {
	border-right: 1px solid #bebfc0;
	position: relative;
	text-align: center;
}
.home__counters__item:last-child {
	border-right: 0;
}
.home__counters__item__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.home__counters__item__value {
	margin-bottom: 22px;
	font-weight: 300;
	font-size: 90px;
	line-height: 90px;
	color: #050505;
}
.home__counters__item__name {
	font-weight: 300;
	font-size: 22px;
	color: #050505;
}
@media (max-width: 1024px) {
	.home__counters__item__value {
		font-size: 60px;
		margin-bottom: 30px;
		line-height: 60px;
	}
	.home__counters__item__name {
		font-size: 16px;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news.list/home-features/style.css?17206243563458*/
.home__features {
	background: #fcfdff;
	box-shadow: 0px 8px 14px 0px rgba(0,0,0, 0.15);
}

.home__features__img__block {
	margin-bottom: 25px;
	text-align: center;
}
.home__features__img__block img {
	max-width: 800px;
}
@media (max-width: 1024px) {
	.home__features__img__block img {
		max-width: 510px;
	}
}
@media (max-width: 767px) {
	.home__features__img__block img {
		max-width: 100%;
	}
}

.home__features__list {
	margin-bottom: 160px;
}

.home__features__box__img {
	float: left;
	width: 90px;
	margin-right: 20px;
	position: relative;
}
.home__features__box__text {
	font-size: 16px;
	font-weight: 300;
	color: #222;
}

.home__features__bottom__text {
	color: #58585a;
	width: 805px;
	margin: 0 auto 65px;
	text-align: justify;
	line-height: 33px;
	font-weight: 300;
	word-spacing: 10px;
}
@media (max-width: 1024px) {
	.home__features__bottom__text {
		width: 100%;
	}
}
.home__features__bottom__links a:first-child {
	margin-right: 30px;
}
@media (max-width: 802px) {
	.home__features__list__btn {
		color: #fff;
		background: #3276d3;
		padding: 9px 27px;
		font-size: 16px;
		border: 1px solid #3276d3;
	}
	.home__features__list__btn:hover,
	.home__features__list__btn:focus {
		background: #fff;
		color: #3276d3;
	}
	.home__features__list__btn svg {
		display: none;
	}
}










.home__features__ww__row {
	margin-bottom: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.home__features__ww__item {
	margin-bottom: 30px;
	align-items: center;
}
.home__features__ww__item .thumbnail {
	border: 1px solid #bdbec0;
	text-align: center;
	padding: 60px 35px 30px;
	width: 292px;
	min-height: 278px;
	transition: box-shadow .3s;
	background: #fff;
}
.home__features__ww__item .thumbnail:hover {
	box-shadow: 0 0 15px rgba(0,0,0, 0.2);
}
@media (max-width: 1329px) {
	.home__features__ww__item .thumbnail {
		/*width: 222px;*/
	}
}
@media (max-width: 1024px) {
	.home__features__ww__item {
		margin-bottom: 70px;
	}
	.home__features__ww__item .thumbnail {
		width: 180px;
		min-height: 190px;
		padding: 20px 5px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.home__features__ww__item {
		margin-bottom: 10px !important;
	}
	.home__features__ww__item .thumbnail {
		width: 100%;
		height: 100%;
		min-height: initial;
		padding: 19px 20px 13px;
	}
}
@media (max-width: 520px) {
	.home__features__ww__item .thumbnail {
		padding: 19px 5px 13px;
	}
}

.home__features__ww__item__img {
	position: relative;
	width: 90px;
	height: 90px;
	margin: 0 auto 30px;
}
.home__features__ww__item__img img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.home__features__ww__item__title {
	margin-bottom: 0;
	color: #3276d3;
	font-size: 20px;
	line-height: 23px;
	font-weight: 300;
}
@media (max-width: 1024px) {
	.home__features__ww__item__img {
		margin-bottom: 30px;
	}
	.home__features__ww__item__title {
		font-size: 16px;
		line-height: 18px;
	}
}
@media (max-width: 767px) {
	.home__features__ww__item__img {
		margin-bottom: 22px;
		width: 65px;
		height: 65px;
	}
	.home__features__ww__item__title {
		font-size: 13px;
	}
}
@media (max-width: 520px) {
	.home__features__ww__item__title {
		letter-spacing: -0.4px;
	}
}

/* End */


/* Start:/local/components/pnevmo/novelty.list/templates/.default/style.css?16860604421020*/
.home__novelty--reduce {
	padding-top: 70px;
}
@media (max-width: 1024px) {
	.home__novelty--reduce {
		padding-top: 20px;
		padding-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.home__novelty--reduce {
		padding-top: 30px;
		padding-bottom: 35px;
	}
}
@media (max-width: 450px) {
	.products__slider__tab__content {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.home__novelty .section__block__title {
	margin-bottom: 45px;
}
.home__novelty .section__block__text {
	width: 795px;
	margin-left: auto;
	margin-right: auto;
	word-spacing: 10px;
}
@media (max-width: 1024px) {
	.home__novelty--reduce .section__block__text {
		margin-bottom: 50px;
		line-height: 25px;
	}
	.home__novelty .section__block__text {
		width: 100%;
	}
	.home__novelty--reduce .nav-tabs {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.home__novelty--reduce .section__block__title {
		margin-bottom: 25px;
	}
	.home__novelty .section__block__text {
		margin-bottom: 33px;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/catalog.item/product/style.css?168606044212183*/
.cat__product:not(.full){
	min-height:472px;
}

.alternate__products {
	opacity: 0;
	transition: opacity .3s;
}
.alternate__products .slick-list.draggable { /*фикс бага при переключении таба на странице товара*/
  width: 100%;
  height: 100%;
  padding: 20px 0;
}
@media (max-width: 1450px) {
	.alternate__products  {
		width: 95%;
		margin: 0 auto;
	}
}
@media (max-width: 1329px) {
	.alternate__products {
		width: 100%;
	}
}
@media (max-width: 1124px) {
	.alternate__products {
		width: 95%;
	}
}
@media (max-width: 1024px) {
	.alternate__products {
		width: 100%;
	}
}

.alternate__products.slick-initialized {
	opacity: 1;
}
.alternate__products .slick-slide > div {
	height: 100%;
}
.slider__product {
	height: 100%;
}
.cat__product {
	height: auto;
	margin-bottom: 47px;
}
@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;
	}
}
@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;
	}
}
@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);
}

.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__overlay {
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: rgba(88, 88, 90, .7);
	z-index: 1;
}

.slider__product:hover .slider__product__overlay {
	opacity: 1;
}
.slider__product__overlay__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.slider__product__btn {
	position: relative;
	width: 83px;
	height: 83px;
	line-height: 83px;
	display: inline-block;
	border: 1px solid #fff;
	background: none;
	outline: none;
	border-radius: 0;
	text-align: center;
	transition: background .3s, border .3s;
}
.slider__product__btn:hover,
.slider__product__btn:focus,
.slider__product__btn:active {
	background: rgba(50, 118, 211, .5);
	border: 1px solid transparent;
}
.slider__product__btn.lupa {
	/*margin-right: 44px;*/
}
.slider__product__btn img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.slider__product__title {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.slider__product__title {
		margin-bottom: 10px;
	}
	.slider__product__btn-cart, .slider__product__btn-zoom {
		width: 60px;
		height: 60px;
	}

	.slider__product__btn-cart {
		right: 20px;
	}

	.slider__product__btn-zoom {
		left: 20px;
	}

	.slider__product__btn-icon {
		width: 34px;
		height: 34px;
	}
}

.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;
}
.slider__product .product-item-image-original {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 185px;
	display: block;
}
@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;
	}
}

.slider__product__prop {
	margin-bottom: 27px;
	font-size: 16px;
	color: #58585a;
}
.slider__product__prop--sm {
	font-size: 12px;
	color: #040404;
}
.slider__product__prop--mb0 {
	margin-bottom: 0 !important;
}
.slider__product__prop span {
	color: #020202;
	font-weight: 500;
}
@media (max-width: 767px) {
	.slider__product__prop {
		font-size: 15px;
		margin-bottom: 16px;
	}
	.slider__product__prop--sm {
		font-size: 12px;
	}
}

.slider__product__price {
	font-size: 30px;
	color: #040404;
	font-weight: 700;
}
@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;
	}
}

.slider__product__price span {
	font-size: 24px;
	font-weight: 500;
}
.slider__product__price svg {
	fill: #040404;
	width: 19px;
	position: relative;
	top: -3px;
	margin-left: 2px;
	display: inline-block;
}
@media (max-width: 767px) {
	.slider__product__price {
		font-size: 24px;
	}
	.slider__product__price svg {
		width: 15px;
		top: -1px;
	}
}

.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;
	}
	.slider__product__badges__item {
		font-size: 15px;
	}
}

/* SLICK */
.slider-container.slick-initialized + .carousel__buttons {
	display: block;
}
@media (max-width: 1024px) {
	.alternate__products .slick-list {
		margin-bottom: 20px;
	}
}


/*------------------------------------*\
		FULL
\*------------------------------------*/
@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;
	}
}


@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;
	}
}
.full .slider__product__prop--prop {
	display: none;
}
@media (min-width: 768px) {
	.full .slider__product__prop {
		margin-bottom: 20px;
		font-size: 14px;
		font-weight: 300;
	}
	.full .slider__product__prop span {
		font-weight: 300;
	}
}
@media (max-width: 767px) {
	.full .slider__product__prop--prop {
		display: block;
	}
}


.props__list {
	display: none;
}
@media (min-width: 768px) {
	.full .props__list {
		margin-bottom: 24px;
		display: block;
	}
}
.props__list__item {
	height:1em;
	margin-bottom: 10px;
}
.props__list__item:last-child {
	margin-bottom: 0;
}
.props__list__item .left,
.props__list__item .right {
	font-size: 15px;
	background:#fff;
	float:right;
}
@media (max-width: 1024px) {
	.props__list {
		margin-bottom: 15px;
	}
	.props__list__item {
		margin-bottom: 7px;
	}
	.props__list__item .left,
	.props__list__item .right {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	.props__list {
		display: none;
	}
}

@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;
	}
}
.props__list__item .left {
	font-weight: 500;
	color: #040404;
	float:left;
	clear:both;
	padding: 1px 0.1em 1px 0;
}
.props__list__item .right {
	color: #1c1c1c;
	padding: 1px 0 1px 0.1em;
}
.props__list__item .dotted {
	height: 18px;
	border-bottom: 1px dotted #bebdbd;
	margin-bottom:2px;
}


.full-price {
	display: none;
}
@media (min-width: 768px) {
	.full .full-price {
		display: block;
		margin-bottom: 25px;
	}
	.full-price .left,
	.full-price .right {
		background:#fff;
		float:right;
	}
}
@media (max-width: 1024px) and (min-width: 768px) {
	.full-price {
		margin-bottom: 29px;
	}
}
@media (max-width: 767px) {
	.full-price {
		display: none;
	}
}

@media (min-width: 768px) {
	.full.cat__product:nth-child(even) .full-price .left,
	.full.cat__product:nth-child(even) .full-price .right {
		background: #e6e9ec;
	}
}
.full-price .left {
	margin-top: 9px;
	padding: 1px 0.1em 1px 0;
	float:left;
	clear:both;
	font-weight: 500;
	font-size: 16px;
}
.full-price .right {
	padding: 1px 0 1px 0.1em;
}
.full-price .slider__product__price {
	font-size: 24px;
}

.full-price .slider__product__price span {
	font-size: 14px;
	font-weight: 500;
}
.full-price .slider__product__price svg {
	width: 16px;
	top: -1px;
}
@media (max-width: 1024px) {
	.full-price .left {
		font-size: 14px;
	}
	.full-price .slider__product__price {
		font-size: 22px;
	}
	.full-price .slider__product__price svg {
		top: 0;
		width: 17px;
	}
}
.full-price .dotted {
	height: 27px;
	border-bottom: 1px dotted #bebdbd;
	margin-bottom:2px;
}


.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: 1024px) and(min-width: 768px) {
	.full .blue__link {
		font-size: 13px;
	}
}


@media (min-width: 768px) {
	.pdf__link {
		float: left;
		margin-top: 11px;
	}
	.full .pickup {
		color: #fff;
		border: 1px solid #3276d3;
		font-family: Roboto, sans-serif;
		font-size: 18px;
		background: #3276d3;
		text-align: center;
		float: right;
		padding: 10px 22px;
	}
}
@media (max-width: 1329px) and (min-width: 1025px) {
	.pdf__link {
		margin-bottom: 35px;
	}
	.full .pickup {
		float: left;
		clear: both;
	}
}
@media (max-width: 1024px) and (min-width: 768px){
	.pdf__link {
		margin-top: 9px;
		margin-bottom: 0;
	}
	.full .pickup {
		float: right;
		clear: none;
		font-size: 15px;
		padding: 7px 19px;
	}
}
@media (max-width: 767px) {
	.full .pickup,
	.pdf__link,
	.get__drawing__button__block {
		display: none;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/catalog.top/catalog-alternate/section/style.css?16860604424071*/
.products__slider__nav__tabs {
	text-align: center;
}
.products__slider__nav__tabs > li {
	display: inline-block;
	float: none;
	border-radius: 8px;
	overflow: hidden;
}
@media (min-width: 1200px){
	.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-top-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/home.promo/templates/.default/style.css?16860604422823*/
.home__callback .flex-row {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 10% 0 5%;
}
@media (max-width: 1024px) {
	.home__callback .flex-row {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.home__callback__box {
		text-align: center;
	}
	.home__callback__box:first-child {
		margin-bottom: 20px;
	}
}

.home__callback__title {
	display: inline-block;
	vertical-align: middle;
	margin-top: 18px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 33px;
}
.home__callback__text {
	margin-bottom: 0;
	color: #fff;
	font-size: 24px;
}
.home__callback__button__block {
	text-align: right;
}
@media (max-width: 1329px) {
	.home__callback__title {
		margin-top: -5px;
	}
}
@media (max-width: 1024px) {
	.home__callback__title {
		font-size: 28px;
		margin-top: 10px;
	}
	.home__callback__text {
		margin-bottom: 15px;
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.home__callback__button__block {
		text-align: center;
	}
	.home__callback__title {
		font-size: 23px;
	}
}
.home__callback__button {
	display: inline-block;
	margin-top: 11px;
	font-size: 20px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 70px;
	border-radius: 12px;
	transition: all 0.1s ease-in-out;
	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;
}
.home__callback__button :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;
}
.home__callback__button:hover,
.home__callback__button:focus,
.home__callback__button:active {
	transform: scale(0.98);
	color: #fff;
}
.home__callback__button:hover:before {
	content: "";
}
@media (max-width: 1329px) {
	.home__callback__button {
		margin-top: -13px;
	}
}
@media (max-width: 1024px) {
	.home__callback__button {
		margin-top: 11px;
		padding: 13px 54px;
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.home__callback__button {
		float: none;
		font-size: 20px;
		margin-top: 0;
		padding: 13px 70px;
	}
}
.home__callback {
	padding-top: 65px;
	padding-bottom: 65px;
	height: 245px;
	background-image: url("/local/templates/pnevmo/images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (max-width: 1024px) {
	.home__callback {
		height: 225px;
	}
}
@media (max-width: 767px) {
	.home__callback {
		height: auto;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news.list/home-reviews/style.css?16860604426652*/
/* FEEDBACK */
.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: 90%;
		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__head {
	margin-bottom: 55px;
	text-align: center;
}

.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;
	}
}



@media (max-width: 450px) {
	.home__feedback__head,
	.home__feedback .section__block__text {
		padding: 0 15px;
	}
	.home__feedback {
		margin-left: 0;
		margin-right: 0;
	}
	.home__feedback__container {
		padding: 0;
	}
	.home__feedback__row {
		margin: 0;
	}
	.home__feedback__row > .col-xs-24 {
		padding: 0;
	}
}

/* End */


/* Start:/local/templates/pnevmo/components/bitrix/news.list/home-news/style.css?17206243774411*/
.home__news {
	background: #eef2f9;
}
.home__news--sm {
	padding-top: 80px;
	padding-bottom: 85px;
}
@media (max-width: 1024px) {
	.home__news--sm {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.home__news__section__text {
		margin-bottom: 35px;
	}
}
@media (max-width: 767px) {
	.home__news--sm {
		padding-top: 35px;
		padding-bottom: 40px;
	}
}


/* video */
.home__news__video__block {
	margin-bottom: 22px;
	height: 440px;
	width: 100%;
}
.home__news__video__title {
	font-size: 20px;
	font-weight: 500;
	color: #010101;
	margin-bottom: 0;
}
@media (max-width: 1329px) {
	.home__news__video__block {
		height: 350px;
	}
}
@media (max-width: 1024px) {
	.home__news__video {
		position: relative;
		margin-bottom: 0;
		padding-bottom: 40px;
	}
	.home__news__video:after {
		content: '';
		width: calc(100% - 30px);
		height: 1px;
		position: absolute;
		left: 15px;
		bottom: 0;
		background-color: #d7d8d8;
	}
	.home__news__video__block {
		height: 440px;
	}
	.home__news__video__title {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.home__news__video {
		margin-bottom: 28px;
	}
	.home__news__video__title {
		font-size: 18px;
	}
}

.home__news__link__block {
	text-align: right;
}
@media (max-width: 767px) {
	.home__news__link__block {
		text-align: center;
	}
	.home__news__link__block a {
		font-size: 16px;
	}
}

/* news */
.home__news__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d7d7d7;
}
.home__news__item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.home__news__box__info {
	padding-left: 220px;
}
@media (max-width: 1024px) {
	.home__news__item {
		padding-top: 30px;
		padding-bottom: 30px;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.home__news__item {
		padding-top: 0;
		padding-bottom: 0;
	}

	.home__news .slick-slide > div,
	.home__news__item,
	.home__news__box,
	.home__news__box__inner {
		height: 100%;
	}

	.home__news__box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.home__news__box__inner {
		border: 1px solid #bdbec0;
		padding-bottom: 22px;
	}
}

.home__news__box__thumbnail {
	float: left;
	width: 190px;
	margin-right: 30px;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
	.home__news__box__thumbnail {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 22px;
	}
	.home__news__box__thumbnail a,
	.home__news__box__thumbnail img {
		display: block;
		width: 100%;
	}

	.home__news__box__info {
		padding-left: 13px;
		padding-right: 13px;
	}
}
.home__news__box__info__title {
	margin-bottom: 10px;
}
.home__news__box__info__title a {
	font-size: 19px;
	color: #010101;
	font-weight: 500;
}
.home__news__box__info__title a:hover,
.home__news__box__info__title a:focus,
.home__news__box__info__title a:active {
	color: #3276d3;
}
@media (max-width: 767px) {
	.home__news__box__info__title {
		margin-bottom: 14px;
	}
	.home__news__box__info__title a {
		font-size: 17px;
	}
}

.home__news__middle {
	margin-bottom: 17px;
}
.home__news__box__info__date {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 16px;
	color: #131313;
}
.home__news__cat {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	text-decoration: underline;
}
.home__news__text {
	color: #222;
	line-height: 20px;
	font-size: 17px;
	font-weight: 300;
}
@media (max-width: 767px) {
	.home__news__box__info__date,
	.home__news__cat {
		font-size: 13px;
	}
	.home__news__text {
		font-size: 15px;
	}
}

/* BOTTOM */
.home__news__bottom {
	margin-top: 65px;
}
@media (max-width: 1024px) {
	.home__news__bottom {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.home__news__bottom {
		margin-top: 35px;
	}
}
.no_padding {
	padding-left: 0px;
	padding-right: 0px;
}


@media (min-width: 768px) {
#home__news__block .container {
    width: 660px;
  }
}
@media (min-width: 1025px) {
  #home__news__block .container {
    /*width: 970px; } }*/
    width: 1000px; } }

@media (min-width: 1330px) {
  #home__news__block .container {
    width: 1280px; } }

@media (min-width: 1920px) {
	#home__news__block .container {
		width: 1700px; } }

@media (min-width: 2800px) {
	#home__news__block .container {
		width: 2400px; } }

/* 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?17684105173108*/
.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: 426px;
	right: -146px;
	width: 246px;
	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?176950779714732*/
.express {
	position: fixed;
	width: 640px;
	z-index: 999;
	top: 90px;
	right: -640px;
	transition: all .4s;
	box-shadow: 3px 2px 5px rgba(0,0,0, 0.5);
	padding: 40px 0 32px 20px;
	background: #e6e9ec;
	border-left: 5px solid #b0b0b4;
	border-top: 1px solid #b0b0b4;
	overflow: visible;
	display: flex;
	flex-direction: column;
	border-left: 3px solid transparent;
}

.express.active {
	right: 0;
	border-left: 5px solid #f1952e;
}

.express.active .express__title {
	opacity: 0;
	visibility: hidden;
}


.express__body {
	position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 140px);
	padding-right: 15px;
	scrollbar-width: thin;
	scrollbar-color: #b0b0b4 transparent;
}

.express__body::-webkit-scrollbar {
	width: 4px;
}
.express__body::-webkit-scrollbar-track {
	background: transparent;
}
.express__body::-webkit-scrollbar-thumb {
	background-color: #b0b0b4;
	border-radius: 10px;
}
.express__title {
	position: absolute;
	white-space: nowrap;
	top: 335px;
	left: -148px; /* Она за пределами блока, поэтому overflow: visible важен */
	transform: rotate(-90deg);
	padding: 12px 25px 12px;
	background: #f1952e;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	border: 0;
	border-radius: 8px 8px 0 0;
	cursor: pointer;
	transition: all .4s;
}
.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__body {
		max-height: calc(100vh - 170px);
	}
	.express__title {
		top: 310px;
	}
}

@media (max-width: 768px) {

	.express {
		display: none;
	}
}

.express__close {
	display: flex;
	width: 64px;
	border: none;
	background: transparent;
	position: absolute;
	right: 0;
	top: 8px;
	transition: all 0.3s ease-in-out;
}

.express__close:hover {
	color: #f1952e;
}

.express__close svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.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: #f1952e;
	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: "";
}
.express__btn:disabled {
    pointer-events: none;
    background-color: gray;
    cursor: not-allowed;
}
.ui-autocomplete {
	z-index:2147483647;
 }

.express .select-wrap{
	margin-top: 10px;
	width: 100%;
	transition: .2s cubic-bezier(0.455,0.030,0.515,0.955);
	position: relative;
}

.express .select-wrap.open .select-trigger:before {
	transform: rotate(45deg);
}
.express .select-wrap.open .select-trigger::after {
	transform: rotate(45deg);
}

.express .form-control {
	border: 1px solid #3276d3;
}

.express select.form-control {
	background-size: 16px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAJCAYAAADdA2d2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTJCRDBGRjVEQzJCMTFFOEFGODVCMjU0QjNDODEzODkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTJCRDBGRjZEQzJCMTFFOEFGODVCMjU0QjNDODEzODkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MkJEMEZGM0RDMkIxMUU4QUY4NUIyNTRCM0M4MTM4OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MkJEMEZGNERDMkIxMUU4QUY4NUIyNTRCM0M4MTM4OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pr2+144AAAEJSURBVHjaYlRSUtrGwMDwEYhLgfgJA4ng7t27YFpZWVkCSHUBsSQTkJgPxFZAvBmIzRnIAEADjYDUeiB2AZkHMnQ1EPsA8U8g3gTEUSQaGALVxw4yB+jyZcyCgoIguVdAvAGINYC4AqrgBBD/wWMeO1RtPxAfAOJIoIF3QBIwQ0HgG9TGf1DFWkB8FIg/YzFQDIinAXEGEPcCcR7QwE8wSUZgRGFzBchLU4D4ORCnAvEZJDk9IJ4LxPJAXAQ0bAm6ZiYcXlsDxL5Q7+8C4mAg5oSKgfgsQBwAxEuwaWbCE2anoYZsB+KFULwMiI9AxY/h0shEIHJfAHESELcDsQEQTwDieELpGSDAAA9DPiUcVDWFAAAAAElFTkSuQmCC') !important;
}

.express .error .form-control {
	border: 1px solid red;
}

.express .error.contact-form__row .form-error{
	font-size: 12px;
	color: red;
}

.express__flex {
	justify-content: space-between;
	gap: 12px;
	align-items: flex-start;
}

.express__flex .contact-form__row {
	width: calc(50% - 6px);
	flex-shrink: 0;
}

.express .contact-form__row {
	position: relative;
	margin-bottom: 10px;
}

.express select.form-control {
	height: 50px;
	border-radius: 0;
}

.express .checkbox__label, .express .contact-form__agree-label a {
	color: #3276d3;
	font-size: 16px;
}

.express .checkbox input[type=checkbox] + label:after {
	background: white;
	border: 1px solid #3276d3;
}

.express .checkbox input[type=checkbox] + label:before {
	background-image: url("/local/templates/pnevmo/images/check.svg");
}

.express .select-trigger {
	padding: 10px 55px 5px 15px;
	position: relative;
	height: 50px;
	z-index: 1;
	transition: .2s cubic-bezier(0.455,0.030,0.515,0.955);
	background-color: white;
	color: #898888;
	cursor: pointer;
	border: 1px solid #3276d3;
}

.express .select-trigger:before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	margin: auto;
	width: 22px;
	height: 2px;
	background-color: #999999;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}
.express .select-trigger:after {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 11px);
	right: 30px;
	margin: auto;
	width: 2px;
	height: 22px;
	background-color: #999999;
	z-index: 9;
	transition: all 0.5s ease-in-out;
}

.express .select-trigger:hover:before, .express .select-trigger:hover:after {
	-webkit-transition: background-color .24s;
	-o-transition: background-color .24s;
	transition: background-color .24s;
	background-color: #3276d3;
}
.express .select-trigger:hover p{
	margin: 0;
	opacity:.7;
	transition:margin .2s cubic-bezier(0.455,0.030,0.515,0.955);
}

.contact-form__title_express {
	color: #3276d3;
	margin-bottom: 20px;
	font-size: 18px;
}

.contact-form__file_express label {
	font-size: 12px;
	height: 50px;
	display: flex;
	align-items: center;
	white-space: wrap;
}

.contact-form__field-title_express {
	color: #3276d3;
}

.dadata__hints {
	position: absolute;
	display: none;
	inset: 100% 0 auto 0;
	z-index: 21;
	max-height: 400px;
	overflow-y: auto;
	background: white;
	border: 1px solid #b0b0b4;
	box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.03), 0 12px 16px -4px rgba(16, 24, 40, 0.08);
	list-style-type: none;
	padding: 0;
}

.dadata__hint {
	padding: 10px;
	color: #8b8f93;
	cursor: pointer;
	background: transparent;
	transition: all 0.3s ease-in-out;
}

.dadata__hint span, .dadata__hint b{
	font-size: 14px;
}

.dadata__hint:hover {
	background: #3276d3;
	color: white;
}

/* 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/news.list/main-slider/style.css?17686471587729 */
/* /local/templates/pnevmo/components/bitrix/news.list/home-sections/style.css?17206245824532 */
/* /local/templates/pnevmo/components/bitrix/news.list/home-counters/style.css?16860604421129 */
/* /local/templates/pnevmo/components/bitrix/news.list/home-features/style.css?17206243563458 */
/* /local/components/pnevmo/novelty.list/templates/.default/style.css?16860604421020 */
/* /local/templates/pnevmo/components/bitrix/catalog.item/product/style.css?168606044212183 */
/* /local/templates/pnevmo/components/bitrix/catalog.top/catalog-alternate/section/style.css?16860604424071 */
/* /local/components/pnevmo/home.promo/templates/.default/style.css?16860604422823 */
/* /local/templates/pnevmo/components/bitrix/news.list/home-reviews/style.css?16860604426652 */
/* /local/templates/pnevmo/components/bitrix/news.list/home-news/style.css?17206243774411 */
/* /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?17684105173108 */
/* /local/templates/pnevmo/components/bitrix/catalog.section.list/catalog-widget/style.css?16860604422690 */
/* /local/components/pnevmo/express.order/templates/.default/style.css?176950779714732 */
/* /local/templates/pnevmo/styles.css?1740567705610 */
/* /local/templates/pnevmo/template_styles.css?1740567705184 */
