

/* Start:/local/components/pnevmo/infoportal.element.add.form/templates/express/style.css?168606044234614*/
div[id^="wait_comp_"] {
	display: none !important;
}

.express__page__title {
	margin-bottom: 75px;
}

.express__page__text {
	margin-bottom: 75px;
}
@media (max-width: 1024px) {
	.order__page__contact__row .iti__selected-flag {
    	left: 18px;
	}
	.express__page__title {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.express__page__text {
		margin-bottom: 65px;
	}
}
@media (max-width: 767px) {
	.order__page__contact__row .iti__selected-flag {
    	left: 0px;
	}
	.express__page__title {
		margin-bottom: 25px;
		font-size: 22px;
	}
	.express__page__text {
		margin-bottom: 50px;
	}
}

.order__page {
	margin-bottom: 37px;
}
.order__content {
	padding-bottom: 74px;
}
@media (max-width: 1024px) {
	.order__content {
		padding-bottom: 0;
	}
	#bx-soa-total {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.order__page {
		margin-bottom: 45px;
	}
	#bx-soa-total {
		margin-top: 50px;
	}
}

/*Заголовок*/
.order__page__title {
	margin-bottom: 95px;
}
@media (max-width: 1024px) {
	.order__page__title {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.order__page__title {
		font-size: 24px;
		margin-bottom: 40px;
	}
}

/*inputs*/
.order__page input[type="text"].form-control  {
	width: 100%;
	border: 1px solid #b0b0b4;
	border-radius: 0;
	padding: 0 26px;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}
@media (max-width: 1024px) {
	.order__accordion__item__body.contact .form-control {
		display: block;
		width: 615px !important;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.order__page input[type="text"].form-control {
		padding: 0 11px;
		height: 30px;
		font-size: 15px;
	}
	.order__accordion__item__body.contact .form-control {
		width: 100% !important;
	}
}

#bx-soa-paysystem {
	display: none;
}
#bx-soa-orderSave {
	display: block !important;
}

/*ACCORDION*/
.order__accordion__item {
	margin-bottom: 25px;
}
.order__accordion__item.products {
	margin-bottom: 20px;
}
.order__accordion__item:last-child {
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.order__accordion__item {
		margin-bottom: 37px;
	}
	.order__accordion__item.products {
		margin-bottom: 45px;
	}
}
@media (max-width: 767px) {
	.order__accordion__item {
		margin-bottom: 30px;
	}
	.order__accordion__item.products {
		margin-bottom: 22px;
	}
}

.order__accordion__item__head {
	position: relative;
	background: #e6e9ec;
}
.order__accordion__item__head--padding-right .order__accordion__item__head__trigger {
	padding-right: 165px;
}
.order__accordion__item__head__trigger {
	padding: 18px 23px;
	font-size: 20px;
	color: #58585a;
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.order__accordion__item__head__trigger {
		padding: 17px 21px;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__head {
		text-align: center;
		padding: 7px 10px;
	}
	.order__accordion__item__head--padding-right .order__accordion__item__head__trigger {
		padding-right: 125px;
	}
	.order__accordion__item__head__trigger {
		font-size: 16px;
		text-align: left;
		padding: 0;
	}
}


/* PRODUCTS */
.order__accordion__item__body.products .order__accordion__item__body__block {
	padding: 53px 0 0;
}
@media (max-width: 1024px) {
	.order__accordion__item__body.products .order__accordion__item__body__block {
		padding: 14px 0 0;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__body.products .order__accordion__item__body__block {
		padding: 0;
	}
}

.products__list__table {
	width: 100%;
}
.products__list__table__head th {
	color: #222;
	font-weight: 500;
	font-size: 18px;
	border-bottom: 1px solid #d2d3d3;
	padding-bottom: 10px;
}

.product__select__block {
	position: relative;
}
.products__list__table td {
	vertical-align: middle;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #d2d3d3;
	padding-right: 15px;
}
.products__list__table tr.with__error .product__select__message {
	position: absolute;
	bottom: -27px;
	left: 0;
}
@media (max-width: 1329px) {
	.products__list__table tr.with__error .product__select__message {
		bottom: -43px;
	}
}
@media (max-width: 1024px) {
	.products__list__table tr.with__error .product__select__message {
		bottom: -27px;
	}
}
@media (max-width: 767px) {
	.products__list__table tr.with__error .product__select__message  {
		position: static;
		bottom: inherit;
		left: inherit;
		text-align: center;
		padding-top: 0;
		padding-bottom: 24px;
	}
}

.products__list__table td:first-child {
	width: 180px;
	padding-left: 30px;
}
.products__list__table td:nth-child(2) {
	width: 330px;
}
.products__list__table td:nth-child(3) {
	width: 350px;
}
@media (max-width: 1329px) {
	.products__list__table td:nth-child(3) {
		width: 180px;
	}
}
@media (max-width: 1024px) {
	.products__list__table td {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	.products__list__table td:first-child {
		padding-left: 10px;
		width: 140px;
	}
	.products__list__table td:nth-child(2) {
		width: 315px;
	}
	.products__list__table td:nth-child(3) {
		width: 215px;
	}
}
@media (max-width: 767px) {
	.products__list__table,
	.products__list__table tbody,
	.products__list__table tr,
	.products__list__table td {
		display: block;
		border-bottom: 0;
		width: 100% !important;
	}
	.products__list__table td {
		padding: 0 !important;
	}
	.products__list__table tr {
		padding-top: 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #d2d3d3;
	}
}

.product__img {
	width: 115px;
	height: 115px;
	background: #e6e9ec;
	position: relative;
}
.product__img__img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 90%;
}
.product__img__img--none {
	display: none;
}
.product__img__img--none.active {
	display: inline-block;
}
@media (max-width: 767px) {
	.product__img {
		margin: 0 auto 21px;
	}
}

.product__code {
	display: none;
	font-size: 20px;
	font-weight: 300;
	color: #040404;
	cursor: pointer;
}
.product__code.active {
	display: inline-block;
}
@media (max-width: 767px) {
	.product__code.active {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
}

.product__select {
	width: 250px !important;
	height: 40px !important;
	padding: 0 10px !important;
}
.product__select__message {
	font-size: 15px;
	padding-top: 10px;
	display: none;
	color: #df4d35;
}
.product__select__message.active {
	display: block;
}

@media (max-width: 767px) {
	.product__select {
		display: block;
		margin: 0 auto 20px;
	}
}

.product__remove {
	display: block;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 224.512 224.512' version='1.1' viewBox='0 0 224.512 224.512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='224.51 6.997 217.52 0 112.26 105.26 6.998 0 5e-3 6.997 105.26 112.25 5e-3 217.51 6.998 224.51 112.26 119.24 217.52 224.51 224.51 217.51 119.25 112.25' fill='%237f7f7f'%3E%3C/polygon%3E%3C/svg%3E");
	border: 0;
	background-color: transparent;
}
.products__list__table tr:first-child .product__remove {
	display: none;
}
.products__list__table.single tr:first-child .product__remove {
	display: block;
}

@media (max-width: 767px) {
	.product__remove {
		margin: 0 auto;
	}
}
.add__product__block {
	margin-left: 65px;
	float: left;
	display: inline-block;
}
.add__product {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 45px;
	height: 45px;
	border: 0;
	transition: filter .3s, transform .3s;
	cursor: pointer;
	background-color: #3276d3;
	border-radius: 4px;
}
@media (max-width: 1024px) {
	.add__product__block {
		margin-left: 45px;
	}
}
@media (max-width: 767px) {
	.add__product__block {
		display: block;
		margin: 0 auto 33px;
		float: none;
	}
}
.add__product:hover {
	filter: brightness(0.9);
	transform: scale(0.98);
}
.add__product:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 28px;
	height: 28px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcAQAAAABaduI5AAAAAnRSTlMAAHaTzTgAAAAYSURBVBhXY2BgYmBgoIT4////B3Qx8ggALCoEJCDlv3QAAAAASUVORK5CYII=');
}
.order__textarea {
	display: none;
}


/* quantity */
.express__quantity {
	position: relative;
	text-align: center;
	display: block;
	height: 40px;
	width: 132px;
	background: #c0c1c2;
	border-radius: 4px;
	overflow: hidden;
}
.express__quantity input[type=number] {
	width: 58px;
	height: 36px;
	margin: 2px auto 0;
	display: inline-block;
	border: none;
	background: #fff;
	color: #222;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-appearance: textfield;
}
.express__quantity input[type=number]::-webkit-outer-spin-button,
.express__quantity input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
@media (max-width: 1024px) {
	.express__quantity--conf {
		margin-top: 5px;
	}
	.express__quantity input[type=number] {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.express__quantity {
		margin: 0 auto 20px;
	}
}

.express__quantity span {
	width: 37px;
	display: inline-block;
	line-height: 38px;
	vertical-align: baseline;
	cursor: pointer;
	position: absolute;
	top: 0;
	height: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	display: inline-block;
	font-size: 0;
	transition: background .3s;
	border-radius: 0;
}
.express__quantity span:hover {
	background: #58585a;
}
.express__quantity .minus {
	left: 0;
}
.express__quantity .plus {
	right: 0;
}

.express__quantity span:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
}
.express__quantity .minus:after {
	width: 20px;
	height: 2px;
	margin-left: -9px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAACCAAAAAB9baNXAAAAD0lEQVR42mP4jwUwYBMEAEUPJ9nD3WoLAAAAAElFTkSuQmCC');
}
.express__quantity .plus:after  {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -9px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQAAAACl8iCgAAAAAnRSTlMAAHaTzTgAAAAWSURBVHjaY2BIYGAghP///wDGRKgFAPjdDJ2N7qQEAAAAAElFTkSuQmCC');
}


/* skip */
.order__accordion__item__head .skip {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-21px, -50%);
}

.order__accordion__item__head .skip label {
	font-size: 16px;
	color: #58585a;
	float: left;
	padding-left:0 !important;
	padding-right: 48px;
}
@media (max-width: 1024px) {
	.order__accordion__item__head .skip label {
		padding-right: 40px !important;
	}
}
@media (max-width: 767px) {
/*	.order__accordion__item__head .skip {
		position: static;
		margin-top: 10px;
		display: inline-block;
		top: inherit;
		transform: none;
	}*/
}

.order__accordion__item__head .skip input[type=checkbox] + label:after {
	left: inherit;
	right: 0;
	top: -3px;
	background: #fff;
	width: 25px;
	height: 25px;
	box-shadow: 0 0 10px rgba(0,0,0, .3);
}
.order__accordion__item__head .skip input[type=checkbox]:checked + label:before {
	content: '';
	background: #3276d3;
	width: 15px;
	height: 15px;
	top: 2px;
	right: 5px;
	left: inherit;
}
@media (max-width: 1024px) {
	.order__accordion__item__head .skip label {
		font-size: 14px;
	}
	.order__accordion__item__head .skip input[type=checkbox] + label:after {
		width: 22px;
		height: 22px;
		top: -1px;
	}
	.order__accordion__item__head .skip input[type=checkbox]:checked + label:before {
		width: 12px;
		height: 12px;
		top: 4px;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__head .skip label {
		padding-right: 32px !important;
	}
	.order__accordion__item__head .skip input[type=checkbox] + label:after {
		width: 19px;
		height: 19px;
	}
	.order__accordion__item__head .skip input[type=checkbox]:checked + label:before {
		width: 11px;
		height: 11px;
		top: 3px;
		right: 4px;
	}
}

/* NEXT */
.order__page__next__block {
	margin-top: 45px;
	text-align: right;
}
.products .order__page__next__block {
	margin-top: 20px;
}
@media (max-width: 1024px) {
	.products .order__page__next__block {
		margin-top: 45px;
	}
}
@media (max-width: 767px) {
	.order__page__next__block {
		margin-top: 21px;
		text-align: center;
	}
	.products .order__page__next__block {
		margin-top: 35px;
	}
}
.order__accordion__item__body__next.link {
	background: none;
	border: 0;
	color: #3276d3;
	font-size: 18px;
	font-weight: 500;
}
.products .order__accordion__item__body__next.link {
	margin-top: 10px;
	margin-right: 33px;
}
@media (max-width: 1024px) {
	.products .order__accordion__item__body__next.link {
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.products .order__accordion__item__body__next.link {
		margin-top: 0;
		margin-right: 0;
	}
}
.order__accordion__item__body__next.link svg {
	position: relative;
	top: 2px;
	left: 1px;
	width: 14px;
}

.order__accordion__item__body {
	display: none;
}
.order__accordion__item__body.addit .row,
.order__accordion__item__body.delivery .order__accordion__item__body__block {
	transition: opacity .3s;
}
.order__accordion__item__body.addit .row.disabled,
.order__accordion__item__body.delivery .order__accordion__item__body__block.disabled {
	opacity: .3;
}

.order__accordion__item__body__block {
	padding: 40px 25px 25px;
}
.delivery .order__accordion__item__body__block {
	padding-bottom: 0;
}
@media (max-width: 1024px) {
	.delivery .order__accordion__item__body__block {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media (max-width: 767px) {
	.delivery .order__accordion__item__body__block {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

.order__accordion__item:first-child .order__accordion__item__body {
	display: block;
}
@media (max-width: 1024px) {
	.order__accordion__item__body__block {
		padding: 33px 0 11px;
	}
	.order__accordion__item__body__block--xs-p > .flex-row {
		width: 575px;
		margin: 0 auto;
	}
	.express__tab__content {
		width: 615px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.order__accordion__item__body__block {
		padding: 19px 0 11px;
	}
	.order__accordion__item__body__block--xs-p {
		padding: 19px 35px 11px;
	}
	.express__tab__content {
		width: 100%;
	}
	.order__accordion__item__body__block--xs-p > .flex-row {
		width: 100%;
	}
}


button.white-btn {
	font-size: 20px;
	color: #3276d3;
	background: #fff;
	border: 1px solid #3276d3;
	text-align: center;
	padding: 8px 52px;
	transition: color .3s, background .3s;
}
button.white-btn:hover {
	background: #3276d3;
	color: #fff;
}
@media (max-width: 1024px) {
	button.white-btn {
		padding: 8px 46px;
	}
}
@media (max-width: 767px) {
	button.white-btn {
		width: 244px;
		margin: 0 auto;
		font-size: 18px;
	}
}
.order__auth__form__input.error {
	border: 1px solid red;
}
.order__auth__form__top__error {
	display: none;
	color: red;
}
.order__auth__form__bottom__error {
	display: none;
	margin-bottom: 10px;
	color: red;
	font-size: 17px;
}


/* contact */
.order__page__contact__row {
	margin-bottom: 20px;
}
.order__page__contact__row-mb-0 {
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.order__page__contact__row {
		margin-bottom: 11px;
	}
}


/* ADDITIONAL TAB */
.order__page__addition__col {
	margin-bottom: 27px;
}
.order__page__checkbox {
	position: relative;
	padding-left: 37px;
}
@media (max-width: 1024px) {
	.order__page__addition__col {
		margin-bottom: 17px;
	}
	.order__page__checkbox {
		padding-left: 33px;
	}
}
@media (max-width: 767px) {
	.order__page__addition__col {
		margin-bottom: 13px;
	}
}

.order__page__checkbox input[type=checkbox] {
	position: absolute;
	top: 0;
	left:0px
}
.order__page__checkbox input[type=checkbox] + label:after {
	left: -37px;
}
.order__page__checkbox input[type=checkbox]:checked + label:after {
	background: #e6e9ec;
	border: 0;
}
.order__page__checkbox input[type=checkbox]:checked + label:before {
	content: '';
	background: #3276d3;
	width: 11px;
	height: 11px;
	top: 4px;
	left: -33px;
}
.order__page__checkbox label {
	padding-left: 0 !important;
	font-size: 16px;
	font-weight: 300;
	display: block;
}
@media (max-width: 1024px) {
	.order__page__checkbox label {
		font-size: 14px;
	}
}

.order__page__textarea {
	margin-top: 15px;
	width: 100%;
	border: 1px solid #b0b0b4;
	height: 85px;
	padding: 17px 20px 10px;
	resize: none;
	font-size: 16px;
	color: #222;
	font-weight: 300;
}.order__page__textarea:disabled {
	background: #fff;
}
.order__page__textarea.big {
	margin-top: 0;
	height: 112px;
}
.order__page__textarea.error {
	border: 1px solid red;
}
@media (max-width: 1024px) {
	.order__page__textarea {
		height: 85px;
		padding: 10px 25px 10px;
	}
	.order__page__textarea.big {
		height: 100px;
		padding: 23px;
	}
}
@media (max-width: 767px) {
	.order__page__textarea.big {
		width: 100%;
		left: 0;
	}
	.order__page__textarea {
		height: 85px;
		padding: 10px;
		width: calc(100% + 30px);
		position: relative;
		left: -15px;
	}
}

/* SIDEBAR */
.order__sidebar__inner {
	padding: 57px 17px;
	background: #e6e9ec;
}
@media (max-width: 1024px) {
	.order__sidebar__inner {
		padding: 47px 30px;
	}
}
@media (max-width: 767px) {
	.order__sidebar__inner {
		padding: 37px 20px;
	}
}

.order__sidebar__title {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 17px;
}
.order__sidebar__text {
	margin-bottom: 40px;
	text-align: center;
	font-weight: 300;
}
@media (max-width: 767px) {
	.order__sidebar__title {
		margin-bottom: 10px;
	}
}

.order__options__item {
	margin-bottom: 22px;
}
.order__options__item:last-child {
	margin-bottom: 0;
}
.order__options__item__head {
	margin-bottom: 20px;
	padding: 14px 11px;
	background: #fff;
	color: #040404;
}
.order__options__item__body {
	padding: 0 13px 0 19px;
}
@media (max-width: 1024px) {
	.order__options__item {
		margin-bottom: 20px;
	}
	.order__options__item__head {
		padding: 11px;
	}
	.order__options__item__body {
		padding: 0 70px;
	}
}
@media (max-width: 767px) {
	.order__options__item__head {
		padding: 10px;
		margin-bottom: 28px;
	}
	.order__options__item__body {
		padding: 0 8px 0 20px;
	}
}

.order__options__item__body__item {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: 300;
}
.order__options__item__body__item:last-child {
	margin-bottom: 0;
}

.order__options__item__body__item div:first-child {
	display: inline-block;
	width: 75%;
	float: left;
}
.order__options__item__body__item div:last-child {
	display: inline-block;
	width: 25%;
	float: right;
	text-align: right;
}
.order__options__item__body__item div span {
	font-weight: 500;
}

.bx-soa-cart-total {
	display: none;
}


/* INPUTS */
.bx-soa-customer-input.error {
	border: 1px solid red;
}
.order__input__error {
	display: none;
	color: red;
	font-size: 17px;
}


.quest__submit__btn {
	text-align: center;
	padding: 11px 76px;
	font-size: 18px;
	font-weight: 500;
	background: #3276d3;
	color: #fff;
	border: 1px solid #3276d3;
	transition: color .3s, background .3s, transform .3s;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	border-radius: 8px;
	overflow: hidden;
}
.quest__submit__btn:before {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 1;
	transition: all 0.1s ease-in-out;
}
.quest__submit__btn:disabled {
	cursor: no-drop;
	opacity: .8;
}

.quest__submit__btn:hover,
.quest__submit__btn:focus,
.quest__submit__btn:active,
.quest__submit__btn.active {
	transform: scale(0.98);
}
.quest__submit__btn:hover:before {
	content: "";
}
.quest__submit__btn.active {
	user-select: none;
}
.quest__submit__btn:hover .spinner-animation,
.quest__submit__btn:active .spinner-animation,
.quest__submit__btn:focus .spinner-animation,
.quest__submit__btn.active .spinner-animation {
	border-left: 1.1em solid #3276d3;
}

.quest__submit__btn:disabled:hover {
	background: #3276d3 !important;
	color: #fff !important;
}
@media (max-width: 1024px) {
	.quest__submit__btn {
		padding: 12px 79px;
	}
}
@media (max-width: 767px) {
	.quest__submit__btn {
		padding: 7px 61px;
	}
}


/* ДОСТАВКА */
.order__types {
	margin-bottom: 40px;
}
.delivery__type {
	position: relative;
	display: block;
	border: 2px solid #e6e9ec;
	height: 195px;
	text-align: center;
	transition: all .3s;
}
@media (max-width: 767px) {
	.order__types {
		margin-bottom: 22px;
	}
	.delivery__type {
		height: 173px;
	}
}

.delivery__type.active,
.delivery__type:hover {
	background: #3276d3;
	box-shadow: 0 0 10px rgba(0,0,0, .3);
	border-color: #3276d3;
}
.delivery__type__inner {
	padding: 0 10px;
	position: absolute;
	left: 50%;
	top: calc(50% + 20px);
	width: 100%;
	transform: translate(-50%, -50%);
}
.delivery__type__icon {
	width: 76px;
	margin: 0 auto 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: background-image .3s;
}
@media (max-width: 767px) {
	.delivery__type__inner {
		top: 50%;
	}
	.delivery__type__icon {
		margin: 0 auto 16px;
	}
}

.delivery__type__icon--track {
	height: 53px;
	background-image: url("data:image/svg+xml,%3Csvg fill='%233276d3' viewBox='0 0 362.438 362.438' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.636 232.8a35.795 35.795 0 0 0-18.743 5.283 4.376 4.376 0 0 0-1.436 6.014 4.368 4.368 0 0 0 6.012 1.436 27.054 27.054 0 0 1 14.167-3.99c14.945 0 27.103 12.158 27.103 27.104s-12.158 27.104-27.103 27.104-27.103-12.158-27.103-27.104a4.371 4.371 0 0 0-4.371-4.371H21.857c-7.234 0-13.114-5.883-13.114-13.115V79.801c0-7.232 5.88-13.114 13.114-13.114h173.77c2.414 0 4.371-1.957 4.371-4.372s-1.957-4.372-4.371-4.372H21.857C9.804 57.943 0 67.748 0 79.801v171.36c0 12.053 9.804 21.857 21.857 21.857h19.229c2.167 17.707 17.267 31.475 35.55 31.475 19.766 0 35.846-16.08 35.846-35.846s-16.08-35.845-35.846-35.845zM353.75 162.78l-.135-.241-60.021-80.705c-5.346-9.215-17.73-16.398-28.344-16.398h-27.32c-11.539 0-20.928 9.388-20.928 20.927v76.433c0 11.539 9.389 20.926 20.928 20.926h57.943a4.372 4.372 0 0 0 0-8.743H237.93c-6.719 0-12.184-5.466-12.184-12.184V86.362c0-6.718 5.465-12.184 12.184-12.184h27.32c7.584 0 17.145 5.586 20.871 12.2l.135.241 60.008 80.684c4.041 7.323 7.432 20.338 7.432 28.604v56.287c0 6.719-5.465 12.186-12.184 12.186h-32.01a4.371 4.371 0 0 0 0 8.742h32.01c11.539 0 20.926-9.389 20.926-20.928v-56.287c0-9.93-3.817-24.48-8.688-33.127z'/%3E%3Cpath d='M255.76 233.69a34.999 34.999 0 0 0-18.334 5.168 4.373 4.373 0 0 0-1.434 6.014 4.374 4.374 0 0 0 6.014 1.434 26.257 26.257 0 0 1 13.754-3.875c14.514 0 26.322 11.807 26.322 26.318s-11.809 26.316-26.322 26.316c-14.512 0-26.318-11.805-26.318-26.316a4.368 4.368 0 0 0-4.371-4.371h-92.083a4.371 4.371 0 0 0 0 8.742h88.014c2.162 17.271 16.91 30.688 34.758 30.688 19.334 0 35.064-15.727 35.064-35.059s-15.73-35.059-35.064-35.059z'/%3E%3C/svg%3E%0A");
}
.delivery__type__icon--trolley {
	height: 64px;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 477.723 477.723' fill='%233276d3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M477.66 328.04c-1.6-2.4-3.6-4-6-3.6l-277.6 56c-2.4-8-6.8-14.8-12.8-20l244.4-49.2c2.4-.4 4-2.8 3.6-5.2l-50-249.6c-.4-2.4-2.8-4-5.2-3.6l-111.2 22.4-42.4 8.4-95.6 19.2c-2.4.4-4 2.8-3.6 5.2l49.2 245.2c-7.2-3.2-15.2-4.8-23.2-4l-59.6-295.6c-.4-2-2-3.2-3.6-3.6l-79.2-10.4c-2.4-.4-4.4 1.2-4.8 3.6s1.2 4.4 3.6 4.8l75.6 10 59.2 292.8c-10 3.2-18.4 9.6-24 18-6.4 9.6-8.8 21.2-6.4 33.6 2.4 12 9.6 22 19.2 28.4s21.2 8.8 33.6 6.4c12-2.4 22-9.6 28.4-19.2 5.6-8.4 8.4-18.4 7.2-29.2l277.6-55.6c2.4-.4 4-2.8 3.6-5.2zm-212.8-244l11.2-2.4 12 59.6-8.4-5.6c-2-1.2-4.8-.8-6 1.2l-6 8.8-3.6 5.2-5.2-3.6-8.8-6c-2-1.2-4.8-.8-6 1.2l-5.6 8.8-12-59.6 38.4-7.6zm-134.4 27.2l87.2-17.6 14 70c.4 2.4 2.8 4 5.2 3.6 1.2-.4 2-.8 2.8-2l5.6-8.4 3.6-5.2 5.2 3.6 8.8 6c2 1.2 4.8.8 6-1.2l6-8.8 3.6-5.2 5.2 3.6 8.4 5.6c2 1.2 4.8.8 6-1.2.8-1.2.8-2.4.4-3.6l-14-69.6 87.2-17.6 48.4 241.2-241.2 47.6-48.4-240.8zm50.8 302c-5.2 7.6-13.2 13.2-22.8 15.2s-19.2-.4-26.8-5.2c-7.6-5.2-13.2-13.2-15.2-22.8s.4-19.2 5.2-26.8c5.2-7.6 13.2-13.2 22.8-15.2s19.2.4 26.8 5.2c7.6 5.2 13.2 13.2 15.2 22.8s0 19.2-5.2 26.8z'/%3E%3C/svg%3E%0A");
}
.delivery__type:hover .delivery__type__icon--track,
.delivery__type.active .delivery__type__icon--track {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' viewBox='0 0 362.438 362.438' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M76.636 232.8a35.795 35.795 0 0 0-18.743 5.283 4.376 4.376 0 0 0-1.436 6.014 4.368 4.368 0 0 0 6.012 1.436 27.054 27.054 0 0 1 14.167-3.99c14.945 0 27.103 12.158 27.103 27.104s-12.158 27.104-27.103 27.104-27.103-12.158-27.103-27.104a4.371 4.371 0 0 0-4.371-4.371H21.857c-7.234 0-13.114-5.883-13.114-13.115V79.801c0-7.232 5.88-13.114 13.114-13.114h173.77c2.414 0 4.371-1.957 4.371-4.372s-1.957-4.372-4.371-4.372H21.857C9.804 57.943 0 67.748 0 79.801v171.36c0 12.053 9.804 21.857 21.857 21.857h19.229c2.167 17.707 17.267 31.475 35.55 31.475 19.766 0 35.846-16.08 35.846-35.846s-16.08-35.845-35.846-35.845zM353.75 162.78l-.135-.241-60.021-80.705c-5.346-9.215-17.73-16.398-28.344-16.398h-27.32c-11.539 0-20.928 9.388-20.928 20.927v76.433c0 11.539 9.389 20.926 20.928 20.926h57.943a4.372 4.372 0 0 0 0-8.743H237.93c-6.719 0-12.184-5.466-12.184-12.184V86.362c0-6.718 5.465-12.184 12.184-12.184h27.32c7.584 0 17.145 5.586 20.871 12.2l.135.241 60.008 80.684c4.041 7.323 7.432 20.338 7.432 28.604v56.287c0 6.719-5.465 12.186-12.184 12.186h-32.01a4.371 4.371 0 0 0 0 8.742h32.01c11.539 0 20.926-9.389 20.926-20.928v-56.287c0-9.93-3.817-24.48-8.688-33.127z'/%3E%3Cpath d='M255.76 233.69a34.999 34.999 0 0 0-18.334 5.168 4.373 4.373 0 0 0-1.434 6.014 4.374 4.374 0 0 0 6.014 1.434 26.257 26.257 0 0 1 13.754-3.875c14.514 0 26.322 11.807 26.322 26.318s-11.809 26.316-26.322 26.316c-14.512 0-26.318-11.805-26.318-26.316a4.368 4.368 0 0 0-4.371-4.371h-92.083a4.371 4.371 0 0 0 0 8.742h88.014c2.162 17.271 16.91 30.688 34.758 30.688 19.334 0 35.064-15.727 35.064-35.059s-15.73-35.059-35.064-35.059z'/%3E%3C/svg%3E%0A");
}
.delivery__type:hover .delivery__type__icon--trolley,
.delivery__type.active .delivery__type__icon--trolley {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 477.723 477.723' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M477.66 328.04c-1.6-2.4-3.6-4-6-3.6l-277.6 56c-2.4-8-6.8-14.8-12.8-20l244.4-49.2c2.4-.4 4-2.8 3.6-5.2l-50-249.6c-.4-2.4-2.8-4-5.2-3.6l-111.2 22.4-42.4 8.4-95.6 19.2c-2.4.4-4 2.8-3.6 5.2l49.2 245.2c-7.2-3.2-15.2-4.8-23.2-4l-59.6-295.6c-.4-2-2-3.2-3.6-3.6l-79.2-10.4c-2.4-.4-4.4 1.2-4.8 3.6s1.2 4.4 3.6 4.8l75.6 10 59.2 292.8c-10 3.2-18.4 9.6-24 18-6.4 9.6-8.8 21.2-6.4 33.6 2.4 12 9.6 22 19.2 28.4s21.2 8.8 33.6 6.4c12-2.4 22-9.6 28.4-19.2 5.6-8.4 8.4-18.4 7.2-29.2l277.6-55.6c2.4-.4 4-2.8 3.6-5.2zm-212.8-244l11.2-2.4 12 59.6-8.4-5.6c-2-1.2-4.8-.8-6 1.2l-6 8.8-3.6 5.2-5.2-3.6-8.8-6c-2-1.2-4.8-.8-6 1.2l-5.6 8.8-12-59.6 38.4-7.6zm-134.4 27.2l87.2-17.6 14 70c.4 2.4 2.8 4 5.2 3.6 1.2-.4 2-.8 2.8-2l5.6-8.4 3.6-5.2 5.2 3.6 8.8 6c2 1.2 4.8.8 6-1.2l6-8.8 3.6-5.2 5.2 3.6 8.4 5.6c2 1.2 4.8.8 6-1.2.8-1.2.8-2.4.4-3.6l-14-69.6 87.2-17.6 48.4 241.2-241.2 47.6-48.4-240.8zm50.8 302c-5.2 7.6-13.2 13.2-22.8 15.2s-19.2-.4-26.8-5.2c-7.6-5.2-13.2-13.2-15.2-22.8s.4-19.2 5.2-26.8c5.2-7.6 13.2-13.2 22.8-15.2s19.2.4 26.8 5.2c7.6 5.2 13.2 13.2 15.2 22.8s0 19.2-5.2 26.8z'/%3E%3C/svg%3E%0A");
}

.delivery__type__title {
	font-size: 18px;
	color: #222;
	font-weight: 300;
	transition: color .3s;
}
.delivery__type.active .delivery__type__title,
.delivery__type:hover .delivery__type__title {
	color: #fff;
}
@media (max-width: 767px) {
	.delivery__type__title {
		margin-bottom: 0;
		font-size: 15px;
	}
}

.order__delivery__item {
	margin-bottom: 21px;
}
.order__delivery__item--comment {
	margin-top: 21px;
}
@media (max-width: 1024px) {
	.order__delivery__item {
		margin-bottom: 20px;
	}
	.order__delivery__item--comment {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.order__delivery__item {
		margin-bottom: 15px;
	}
}
.order__delivery__item:last-child {
	margin-bottom: 0;
}


/*select*/
.order__select + .sl-container .sl-placeholder-container {
	height: 53px;
	line-height: 53px;
	padding-top: 0;
	padding-bottom: 0;
	color: #222;
	background: #e6e9ec;
	border: 0;
}

.order__select +.sl-container .sl-options {
	max-height: 250px;
	top: 53px;
}
.order__select + .sl-container .sl-placeholder-container,
.order__select + .sl-container .sl-options li a {
	padding-left: 26px;
	font-size: 17px;
}
@media (max-width: 767px) {
	.order__select + .sl-container .sl-placeholder-container,
	.order__select + .sl-container .sl-options li a {
		padding-left: 11px;
		font-size: 14px;
	}
	.order__select + .sl-container .sl-placeholder-container {
		line-height: 21px;
	}
}

.order__select + .sl-container .sl-placeholder {
	margin-top: 0;
	padding-right: 52px;
}
@media (max-width: 767px) {
	.order__select + .sl-container .sl-placeholder {
		font-size: 14px;
		position: absolute;
		left: calc(50% + 11px);
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

.order__select + .sl-container .sl-button {
	width: 82px;
	background-color: #e6e9ec;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAQCAYAAAAI0W+oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzQzRjJCMjYyODg5MTFFOTg0QjdBRDdBNDRBNDk0NDciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzQzRjJCMjcyODg5MTFFOTg0QjdBRDdBNDRBNDk0NDciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNDNGMkIyNDI4ODkxMUU5ODRCN0FEN0E0NEE0OTQ0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNDNGMkIyNTI4ODkxMUU5ODRCN0FEN0E0NEE0OTQ0NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pq6hdyYAAAEtSURBVHjaYmBgYLAGYgEG2gEFIDYCMe4D8SQgZqOBJRJAfACI14I4GUD8FYgbgZiZipYIAfFGIH4ExHYwwQIg/gbE5UDMSAVLQFGxGIhfAbETumQ7EP8E4mwKLeEG4ilA/AGIg7EpYAHiyUD8BYijyLSEFYjboFGRTMg1S6Cu8SbDolJoFJQQo1gYiLcA8TMgtiHBklRo0IN8xESsJkkgPgTEt4DYkAj1EdDgmg7E7KQGgyoQXwLii1A2LuABxK+hQc5PbgoygvrqMBBLYZG3BOLHQLwBiMUpzROgzPYSiLejFVWaUEeAcr4ctXK5FxC/BeKl0NIDVLScB+JzQKxM7XIrBIjfQy07CMRXgViXViVxAhB/BuKHQGxOikYWEi1aDcSy0Dx2khSNAAEGAF14Nc8HRIhcAAAAAElFTkSuQmCC');
}
@media (max-width: 767px) {
	.order__select + .sl-container .sl-button {
		width: 50px;
	}
}

.delivery__form__info {
	background: #e6e9ec;
	text-align: center;
	padding: 20px 200px;
	margin-bottom: 21px;
	font-weight: 300;
}
@media (max-width: 1329px) {
	.delivery__form__info {
		padding: 20px;
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	.delivery__form__info {
		margin-bottom: 20px;
	}
}
.delivery__form__info b {
	font-weight: 700;
}
@media (max-width: 767px) {
	.delivery__form__info {
		margin-bottom: 15px;
		font-size: 14px;
		padding: 10px;
	}
}

.delivery__form__radio__text {
	margin-bottom: 10px;
	padding-top: 28px;
	font-size: 16px;
	font-weight: 300;
	font-family: Roboto;
}
@media (max-width: 1024px) {
	.delivery__form__radio__text {
		font-size: 14px;
	}
	.delivery__form__delivery__type {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.delivery__form__radio__text {
		margin-top: 0;
	}
}

.delivery__form__transport__company__hidden__image,

.order__delivery__item--th-inn,
.order__delivery__item--th-name,
.order__delivery__item--th-fio,
.order__delivery__item--th-phone,

.order__delivery__item--prp,
.order__delivery__item--pep,

.order__delivery__item--rp,
.order__delivery__item--ep {
	display: none;
}
.delivery__form__transport__company__hidden__image {
	padding-top: 20px;
	font-size: 15px;
}


/* AGREE */
.express__aggree {
	margin-top: 30px;
}
@media (max-width: 1024px) {
	.express__aggree {
		margin-top: 38px;
	}
}
@media (max-width: 767px) {
	.express__aggree {
		margin-top: 25px;
	}
}

.express__aggree a {
	color: #010101;
	font-size: 16px;
}
.express__aggree .checkbox input[type=checkbox] + label:after {
	background: #e6e9ec;
}
.express__aggree .checkbox input[type=checkbox]:checked + label:before {
	content: '';
	width: 24px;
	height: 18px;
	top: -4px;
	left: 3px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAUCAMAAACgaw2xAAAARVBMVEVMaXFAgL8zZsxAgN87dtg3bdszd9UweM8yddMxdtUxdtMyddMydtMydtIydtMxdtMydtMyddMydtMydtQydtMydtMydtNyBVEOAAAAFnRSTlMABAUIDQ4eIExOhoutt8DExdfd3+b5zOF2cgAAAFpJREFUeNrFjkkOgCAUQx1QcVaU3v+omggY/q9ru3wd0oKr/ODDXFM+AhPNA77/mbcm++lt5G5r6M4CrCbLpwZwd968cBJXDvvZHcAZ92Un5LUTuHb2h2tVElyG5gdnmjFvqgAAAABJRU5ErkJggg==');
}
.express__aggree__alert {
	width: calc(100% - 50px);
	margin: 20px auto 20px;
}

#bx-soa-order .form-control.error {
	border-color: red;
}
/* #bx-soa-order label.error {
	display: none !important;
} */

/* End */


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

/* End */


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

/* End */


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

/* End */


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

/* End */
/* /local/components/pnevmo/infoportal.element.add.form/templates/express/style.css?168606044234614 */
/* /local/templates/pnevmo/components/bitrix/catalog.products.viewed/pnevmo/style.css?16860604423921 */
/* /local/components/pnevmo/section.list/templates/additional/style.css?16860604423424 */
/* /local/components/pnevmo/section.list/templates/furniture/style.css?16860604422265 */
/* /local/templates/pnevmo/components/bitrix/news.list/catalog-reviews/style.css?16860604426453 */
