

/* Start:/bitrix/templates/elektro_flat_copy/components/bitrix/catalog.section/price/style.css?1542629990264*/
.catalog-item-price-view .tbl-brand,
.catalog-item-price-view .tbl-art{
    width: 120px;
    float: none;
    display: table-cell;
    vertical-align: middle;
    margin: 0px;
    padding: 0px;
}
.catalog-item-price-view .item-price{
    width: 70px !important;
}
/* End */


/* Start:/bitrix/templates/elektro_flat_copy/components/altop/ask.price/order/style.css?15426299903390*/
.order { 
	width:615px; 
	margin:0px;
	padding:0px;
}

.order .container {
	width:100%;
	display:table;
	margin:0px;
	padding:0px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-khtml-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	overflow:hidden;
}

.order .info {
	width:178px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:20px;
	background:#fff;
}

.order .info .image {
	margin:0px;
	padding:0px;
	text-align:center;
}

.order .info .name {
	margin:12px 0px 0px 0px;
	padding:0px;
}

.order .order-form {
	display:table-cell;
	vertical-align:top;
	margin:0px;
	padding:20px;
}

.order .echo-order-form {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.order .row {
	width:100%;
	float:left;
	display:table;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.order .row .span1 {
	width:125px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#575b71;
	text-align:left;
}

.order .row .span2 {
	width:auto;
	display:table-cell;
	margin:0px;
	padding:0px;
	text-align:left;
}

.order .row .span2 input[type="text"] {
	width:100%;
	height:30px;
	margin:0px;
	padding:0px 9px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	text-align:left;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.order .row .span2 textarea {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:61px;
	min-height:61px;
	max-height:61px;
	margin:0px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.order .row .span2 input[name="order-captcha-word"] {
	width:100px;
	float:left;
}

.order .row .span2 img {
	float:right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.order div.submit {
	width:100%;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
}

.order div.submit button {
	width:153px;
	height:31px;
	float:right;
	margin:0px;
	padding:0px;
}


/***240px***/
@media screen and (max-width:787px) {
	.order {
		width:auto;
		margin:0px;
	}

	.order .info {
		display:none;
		visibility:hidden;
	}

	.order .order-form {
		padding:12px;
	}

	.order .row {
		margin:0px 0px 3px 0px;
	}

	.order .row .span1 {
		width:89px;
		font-size:12px;
	}

	.order .row .span2 input[type="text"] {
		height:27px;
		padding:0px 7px;
		font-size:12px;
	}

	.order .row .span2 textarea {
		height:45px;
		min-height:45px;
		max-height:45px;
		padding:7px;
		font-size:12px;
	}

	.order .row .span2 input[name="order-captcha-word"] {
		margin:0px 3px 3px 0px;
	}

	.order .row .span2 img{
		height:27px;
		float:left;
	}

	.order div.submit {
		margin:6px 0px 0px 0px;
	}

	.order div.submit button {
		height:28px;
		font-size:11px;
		font-weight:400;
	}
}
/* End */


/* Start:/bitrix/components/altop/ask.price/templates/.default/style.css?15426299893518*/
.ask-price { 
	width:615px; 
	margin:0px;
	padding:0px;
}

.ask-price .container {
	width:100%;
	display:table;
	margin:0px;
	padding:0px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-khtml-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	overflow:hidden;
}

.ask-price .info {
	width:178px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:20px;
	background:#fff;
}

.ask-price .info .image {
	margin:0px;
	padding:0px;
	text-align:center;
}

.ask-price .info .name {
	margin:12px 0px 0px 0px;
	padding:0px;
}

.ask-price .ask-price-form {
	display:table-cell;
	vertical-align:top;
	margin:0px;
	padding:20px;
}

.ask-price .echo-ask-price-form {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.ask-price .row {
	width:100%;
	float:left;
	display:table;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.ask-price .row .span1 {
	width:125px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#575b71;
	text-align:left;
}

.ask-price .row .span2 {
	width:auto;
	display:table-cell;
	margin:0px;
	padding:0px;
	text-align:left;
}

.ask-price .row .span2 input[type="text"] {
	width:100%;
	height:30px;
	margin:0px;
	padding:0px 9px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	text-align:left;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.ask-price .row .span2 textarea {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:61px;
	min-height:61px;
	max-height:61px;
	margin:0px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.ask-price .row .span2 input[name="ask-price-captcha-word"] {
	width:100px;
	float:left;
}

.ask-price .row .span2 img {
	float:right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.ask-price div.submit {
	width:100%;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
}

.ask-price div.submit button {
	width:153px;
	height:31px;
	float:right;
	margin:0px;
	padding:0px;
}


/***240px***/
@media screen and (max-width:787px) {
	.ask-price {
		width:auto;
		margin:0px;
	}

	.ask-price .info {
		display:none;
		visibility:hidden;
	}

	.ask-price .ask-price-form {
		padding:12px;
	}

	.ask-price .row {
		margin:0px 0px 3px 0px;
	}

	.ask-price .row .span1 {
		width:89px;
		font-size:12px;
	}

	.ask-price .row .span2 input[type="text"] {
		height:27px;
		padding:0px 7px;
		font-size:12px;
	}

	.ask-price .row .span2 textarea {
		height:45px;
		min-height:45px;
		max-height:45px;
		padding:7px;
		font-size:12px;
	}

	.ask-price .row .span2 input[name="ask-price-captcha-word"] {
		margin:0px 3px 3px 0px;
	}

	.ask-price .row .span2 img{
		height:27px;
		float:left;
	}

	.ask-price div.submit {
		margin:6px 0px 0px 0px;
	}

	.ask-price div.submit button {
		height:28px;
		font-size:11px;
		font-weight:400;
	}
}
/* End */


/* Start:/bitrix/components/altop/ask.price/templates/order/style.css?15426299893390*/
.order { 
	width:615px; 
	margin:0px;
	padding:0px;
}

.order .container {
	width:100%;
	display:table;
	margin:0px;
	padding:0px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-khtml-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	overflow:hidden;
}

.order .info {
	width:178px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:20px;
	background:#fff;
}

.order .info .image {
	margin:0px;
	padding:0px;
	text-align:center;
}

.order .info .name {
	margin:12px 0px 0px 0px;
	padding:0px;
}

.order .order-form {
	display:table-cell;
	vertical-align:top;
	margin:0px;
	padding:20px;
}

.order .echo-order-form {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.order .row {
	width:100%;
	float:left;
	display:table;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.order .row .span1 {
	width:125px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#575b71;
	text-align:left;
}

.order .row .span2 {
	width:auto;
	display:table-cell;
	margin:0px;
	padding:0px;
	text-align:left;
}

.order .row .span2 input[type="text"] {
	width:100%;
	height:30px;
	margin:0px;
	padding:0px 9px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	text-align:left;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.order .row .span2 textarea {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:61px;
	min-height:61px;
	max-height:61px;
	margin:0px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.order .row .span2 input[name="order-captcha-word"] {
	width:100px;
	float:left;
}

.order .row .span2 img {
	float:right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.order div.submit {
	width:100%;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
}

.order div.submit button {
	width:153px;
	height:31px;
	float:right;
	margin:0px;
	padding:0px;
}


/***240px***/
@media screen and (max-width:787px) {
	.order {
		width:auto;
		margin:0px;
	}

	.order .info {
		display:none;
		visibility:hidden;
	}

	.order .order-form {
		padding:12px;
	}

	.order .row {
		margin:0px 0px 3px 0px;
	}

	.order .row .span1 {
		width:89px;
		font-size:12px;
	}

	.order .row .span2 input[type="text"] {
		height:27px;
		padding:0px 7px;
		font-size:12px;
	}

	.order .row .span2 textarea {
		height:45px;
		min-height:45px;
		max-height:45px;
		padding:7px;
		font-size:12px;
	}

	.order .row .span2 input[name="order-captcha-word"] {
		margin:0px 3px 3px 0px;
	}

	.order .row .span2 img{
		height:27px;
		float:left;
	}

	.order div.submit {
		margin:6px 0px 0px 0px;
	}

	.order div.submit button {
		height:28px;
		font-size:11px;
		font-weight:400;
	}
}
/* End */


/* Start:/bitrix/components/altop/buy.one.click/templates/.default/style.css?15426299893299*/
.boc { 
	width:615px; 	
}

.boc .container {
	width:100%;
	display:table;
	margin:0px;
	padding:0px;
	-moz-border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-khtml-border-radius:0px 0px 6px 6px;
	border-radius:0px 0px 6px 6px;
	overflow:hidden;
}

.boc .info {
	width:178px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:20px;
	background:#fff;
}

.boc .info .image {
	margin:0px;
	padding:0px;
	text-align:center;
}

.boc .info .name {
	margin:12px 0px 0px 0px;
	padding:0px;
}

.boc .boc-form {
	display:table-cell;
	vertical-align:top;
	margin:0px;
	padding:20px;
}

.boc .echo-boc-form {
	width:100%;
	float:left;
	margin:0px;
	padding:0px;
}

.boc .row {
	width:100%;
	float:left;
	display:table;
	margin:0px 0px 5px 0px;
	padding:0px;
}

.boc .row .span1 {
	width:125px;
	display:table-cell;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#575b71;
	text-align:left;
}

.boc .row .span2 {
	width:auto;
	display:table-cell;
	margin:0px;
	padding:0px;
	text-align:left;
}

.boc .row .span2 input[type="text"] {
	width:100%;
	height:30px;
	margin:0px;
	padding:0px 9px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	text-align:left;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.boc .row .span2 textarea {
	width:100%;
	min-width:100%;
	max-width:100%;
	height:61px;
	min-height:61px;
	max-height:61px;
	margin:0px;
	padding:10px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	font-family:"Open Sans", sans-serif;
	font-size:14px;
	color:#8184a1;
	border:1px solid #dee0ee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	background:#fff;
}

.boc .row .span2 input[name="boc-captcha-word"] {
	width:100px;
	float:left;
}

.boc .row .span2 img {
	float:right;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
}

.boc div.submit {
	width:100%;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
}

.boc div.submit button {
	width:153px;
	height:31px;
	float:right;
	margin:0px;
	padding:0px;
}


/***240px***/
@media screen and (max-width:787px) {
	.boc {
		width:auto;
		margin:0px;
	}

	.boc .info {
		display:none;
		visibility:hidden;
	}

	.boc .boc-form {
		padding:12px;
	}

	.boc .row {
		margin:0px 0px 3px 0px;
	}

	.boc .row .span1 {
		width:89px;
		font-size:12px;
	}

	.boc .row .span2 input[type="text"] {
		height:27px;
		padding:0px 7px;
		font-size:12px;
	}

	.boc .row .span2 textarea {
		height:45px;
		min-height:45px;
		max-height:45px;
		padding:7px;
		font-size:12px;
	}

	.boc .row .span2 input[name="boc-captcha-word"] {
		margin:0px 3px 3px 0px;
	}

	.boc .row .span2 img{
		height:27px;
		float:left;
	}

	.boc div.submit {
		margin:6px 0px 0px 0px;
	}

	.boc div.submit button {
		height:28px;
		font-size:11px;
		font-weight:400;
	}	
}
/* End */
/* /bitrix/templates/elektro_flat_copy/components/bitrix/catalog.section/price/style.css?1542629990264 */
/* /bitrix/templates/elektro_flat_copy/components/altop/ask.price/order/style.css?15426299903390 */
/* /bitrix/components/altop/ask.price/templates/.default/style.css?15426299893518 */
/* /bitrix/components/altop/ask.price/templates/order/style.css?15426299893390 */
/* /bitrix/components/altop/buy.one.click/templates/.default/style.css?15426299893299 */
