

/* Start:/local/templates/.default/components/bitrix/breadcrumb/top/style.css?1510980241893*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
	text-shadow: 0 0 2px rgba(243, 243, 243, 0.7), -1px -1px 0 rgba(243, 243, 243, 0.7), 1px -1px 0 rgba(243, 243, 243, 0.7), -1px 1px 0 rgba(243, 243, 243, 0.7), 1px 1px 0 rgba(243, 243, 243, 0.7);
}
.bx-breadcrumb .bx-breadcrumb-item a, .b_white .bx-breadcrumb .bx-breadcrumb-item a {
	/*color: #848484;*/
	border-bottom: none;
	text-decoration: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #ff4848;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/.default/style.css?1510980241612*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/.default/components/rds/catalog.element/.default/style.css?157409043247*/
body .b_white{
    background: transparent;
}
/* End */


/* Start:/local/templates/rds_catalog/plagins/nice-select/nice-select.css?15385697393366*/
.nice-select {
	outline: 0;
	position: relative;
	white-space: nowrap;
	width: auto;
	padding-right: 30px;
	cursor: default;

}
	.nice-select:active, .nice-select.open, .nice-select:focus {
		border-color: #999;
	}
	.nice-select:after {
		border-bottom: 2px solid #ff4848;
		border-right: 2px solid #ff4848;
		content: '';
		display: block;
		height: 5px;
		margin-top: -4px;
		pointer-events: none;
		position: absolute;
		right: 12px;
		top: 50%;
		-webkit-transform-origin: 66% 66%;
				-ms-transform-origin: 66% 66%;
						transform-origin: 66% 66%;
		-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
						transform: rotate(45deg);
		-webkit-transition: all 0.15s ease-in-out;
		transition: all 0.15s ease-in-out;
		width: 5px; }
	.nice-select.open:after {
		-webkit-transform: rotate(-135deg);
				-ms-transform: rotate(-135deg);
						transform: rotate(-135deg); }
	.nice-select.open .list {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: scale(1) translateY(0);
				-ms-transform: scale(1) translateY(0);
						transform: scale(1) translateY(0); }
	.nice-select.disabled {
		border-color: #ededed;
		color: #999;
		pointer-events: none; }
		.nice-select.disabled:after {
			border-color: #cccccc; }
	.nice-select.wide {
		width: 100%; }
		.nice-select.wide .list {
			left: 0 !important;
			right: 0 !important; }
	.nice-select.right {
		float: right; }
		.nice-select.right .list {
			left: auto;
			right: 0; }
	.nice-select.small {
		font-size: 12px;
		height: 36px;
		line-height: 34px; }
		.nice-select.small:after {
			height: 4px;
			width: 4px; }
		.nice-select.small .option {
			line-height: 34px;
			min-height: 34px; }
	.nice-select .list {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
		box-sizing: border-box;
		margin-top: 4px;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		pointer-events: none;
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform-origin: 50% 0;
				-ms-transform-origin: 50% 0;
						transform-origin: 50% 0;
		-webkit-transform: scale(0.75) translateY(-21px);
				-ms-transform: scale(0.75) translateY(-21px);
						transform: scale(0.75) translateY(-21px);
		-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
		transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
		z-index: 9; }
		.nice-select .list:hover .option:not(:hover) {
			background-color: transparent !important; }
	.nice-select .option {
		cursor: pointer;
		font-weight: 400;
		line-height: 40px;
		list-style: none;
		min-height: 40px;
		outline: none;
		padding-left: 18px;
		padding-right: 29px;
		text-align: left;
		-webkit-transition: all 0.2s;
		transition: all 0.2s; }
		.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
			background-color: #f6f6f6; }
		.nice-select .option.selected {
			font-weight: bold; }
		.nice-select .option.disabled {
			background-color: transparent;
			color: #999;
			cursor: default; }
		.nice-select li.option:before {
			content: none;
		}
		.nice-select .option + .option {
			margin-top: -1px;
			border-top: 1px solid rgba(68, 68, 68, 0.11);
		}

.no-csspointerevents .nice-select .list {
	display: none; }

.no-csspointerevents .nice-select.open .list {
	display: block; }
.nice-select .current{
	color: #ff4848;
}
/* End */


/* Start:/local/templates/rds_catalog/css/3d/style.css?15724065922241*/
@font-face {
	font-family: 'icomoon';
	src: url('/local/templates/rds_catalog/css/3d/fonts/icomoon.eot');
	src: url('/local/templates/rds_catalog/css/3d/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/rds_catalog/css/3d/fonts/icomoon.ttf') format('truetype'),
		url('/local/templates/rds_catalog/css/3d/fonts/icomoon.woff') format('woff'),
		url('/local/templates/rds_catalog/css/3d/fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.wrapper--top {
	position: relative;
	display: inline-block;
	/*outline: 1px solid #ccc;*/
}

.wrapper--3d {
	background: #fff;
/*fafafa; /* Должен соответствовать цвету фона изображения */
	overflow: hidden;
}

.wrapper--panel, .wrapper--3d {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper--3d canvas {
	position: absolute;
}

.icon--panel {
	/*background: green;*/
	padding: 10px;
	position: absolute;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/*line-height: 1;*/
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon--panel.ios-top
{
	top:0 !important;
	margin-top:0 !important;
}


.icon--panel a:hover {
	opacity: 0.7;
	/*filter: alpha(opacity = 70);*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

.icon--panel a {
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 30px;
	cursor: pointer;
	padding: 10px;
	background: #000;
	opacity: 0.5;
	/*filter: alpha(opacity = 50);*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	border: 1px solid #fff;
	border-radius: 20px 5px;
	text-align: center;
	line-height: normal !important;
}

.wrapper--top.small .icon--panel a {
	padding:7px;
	width:15px;
	height: 15px;
	font-size:15px;
	border-radius: 10px 3px !important;
}


.icon--panel a.not--active, .icon--panel a.not--active:hover{
	color: #555;
	border-color:#555;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.ip--horizon {
	padding-right: 0;
}

.ip--horizon a {
	margin-right: 10px;
	display: inline-block;
}

.ip--vertical {
	padding-bottom: 0;
}

.ip--vertical a {
	margin-bottom: 10px;
	display: block;
}
/* End */


/* Start:/local/templates/rds_catalog/css/delivery.css?15819280326905*/
.eo-container.delivery-need {
	position: relative;
	padding: 0;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#989898;font-style: italic;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#989898;font-style: italic;}/* Firefox 19+ */
input:-moz-placeholder, textarea:-moz-placeholder {color:#989898;font-style: italic;}/* Firefox 18- */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#989898;font-style: italic;}

body .delivery-need .delivery-need-form input[type=text], .delivery-need .delivery-need-form textarea {
	width: 100%;
	font-family: 'PT Sans', sans-serif;
}
.delivery-need .delivery-need-form input[type=text] {
	height: 38px;
	padding: 5px 0 5px 14px;
	font-size: 14px;
	border: 1px solid #e4e4e4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.delivery-need .delivery-need-form input[type=text].hasDatepicker {
	width: 150px;
	padding-right: 40px;
	background: url(/local/templates/rds_catalog/css/../img/rds_date.svg) 120px center no-repeat;
}
.delivery-need input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
	float: left;
	margin-right: 0;
	opacity: 0;
	width: 0;
	z-index: -1;
}
.delivery-need .address-date {
	display: flex;
	justify-content: stretch;
}
.delivery-need .address-date .address {
	flex: 1;
	position: relative;
}
.delivery-need .address-date .address input {
	padding-right: 40px;
}
.delivery-need .address-date .address input + button.clear, .delivery-need .address-date .address textarea + button.clear {
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	height: 100%;
	padding: 0;
	background: url(/local/templates/rds_catalog/css/../img/clear.svg) no-repeat center;
	border: none;
}
.delivery-need .address-date .address input + button.clear.active, .delivery-need .address-date .address textarea + button.clear.active {
	background-image: url(/local/templates/rds_catalog/css/../img/clear_active.svg);
	cursor: pointer;
}
.delivery-need .address-date .date {
	margin-left: 5px;
	padding: 0;
}
.delivery-need .weight-price {
	display: flex;
	justify-content: stretch;
	margin-top: 10px;
	border: 1px solid #e5e4e3;
}
.delivery-need .selected-weight {
	position: relative;
	width: 31%;
	height: 58px;
	text-align: center;
	background: no-repeat center;
	cursor: pointer;
}
.delivery-need .selected-weight .weight {
	padding: 15px 0 0 18px;
}
.delivery-need .selected-weight .size {
	padding-top: 16px;
	color: #c7c7c7;
	font-size: 12px;
}
.delivery-need .selected-weight:before {
	position: absolute;
	right: 10px;
	top: 22px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	color: #c7c7c7;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f0d7";
}
.delivery-need .selected-weight.on:before {
	content: "\f0d8";
}
.delivery-need .weight_y_10 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery10.png);
	background-size: auto 40px;
}
.delivery-need .weight_y_500 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery500.png);
}
.delivery-need .weight_y_1500 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery1500.png);
}
.delivery-need .weight_y_3000 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery3000.png);
}
.delivery-need .weight_y_5000 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery5000.png);
}
.delivery-need .weight_y_10000 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery10000.png);
}
.delivery-need .weight_y_13000 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery13000.png);
}
.delivery-need .weight_y_20000 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery20000.png);
}
.delivery-need .weight_y_8500 {
	background-image: url(/local/templates/rds_catalog/css/../img/delivery/delivery8500.png);
}
.delivery-need .weight_y_10 .weight {
	padding-left: 40px;
}
.delivery-need .weight_y_500 .weight {
	padding-left: 40px;
}
.delivery-need .weight_y_1500 .weight {
	padding-left: 30px;
}
.delivery-need .weight_y_20000 .weight {
	padding-left: 34px;
}
.delivery-need .weight-price .label {
	width: 23%;
	height: 60px;
	padding: 6px 0 4px;
	text-align: center;
	border-left: 1px solid #e5e4e3;
}
.delivery-need .weight-price .label.delivery_courier {
	width: 34.5%;
}
.delivery-need .weight-price .label .price {
	font-weight: bold;
	font-size: 14px;
}
.delivery-need .weight-price .label .price b {
	font-size: 18px;
}
.delivery-need .weight-price .label .q-mark.on > div {
	left: auto;
	right: calc(50% - 1px);
	top: calc(100% + 3px);
	bottom: auto;
	font-size: 12px;
	line-height: 1.2;
}
.delivery-need .weight-price .label .q-mark h5 {
	margin: 0 0 4px;
	font-size: 13px;
	font-weight: bold;
	color: #252423;
}
.delivery-need .weight-selector-wrap {
	display: none;
	position: relative;
}
.delivery-need .weight-selector-wrap .close {
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 5px;
	width: 14px;
	height: 14px;
	padding: 5px;
	background: url(/local/templates/rds_catalog/css/../img/close.png) no-repeat center;
}
.delivery-need .weight-selector-wrap .close:hover {
	background-image: url(/local/templates/rds_catalog/css/../img/close_hover.png);
}
.delivery-need .weight_selector {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	z-index: 2;
	width: calc(100% - 2px);
	padding-top: 0;
	background: #fff;
	border: 1px solid #e5e4e3;
	border-top: none;
}
.delivery-need .weight_selector input + label {
	position: relative;
	flex: 1 0 auto;
	min-width: calc(20% - 2px);
	max-width: calc(25% - 2px);
	height: 100px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
}
.delivery-need .weight_selector input + label:hover {
	z-index: 2;
	border-color: #fafafa;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.delivery-need .weight_selector input:checked + label {
	z-index: 1;
	border-color: #f7f7f7;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.45);
}
.delivery-need .weight_selector input + label .weight {
	padding: 36px 0 0 18px;
}
.delivery-need .weight_selector input + label .size {
	padding-top: 16px;
	color: #c7c7c7;
	font-size: 12px;
}
.delivery-need .weight_selector input + .weight_y_10 .weight {
	padding-left: 40px;
}
.delivery-need .weight_selector input + .weight_y_500 .weight {
	padding-left: 40px;
}
.delivery-need .weight_selector input + .weight_y_1500 .weight {
	padding-left: 30px;
}
.delivery-need .weight_selector input + .weight_y_20000 .weight {
	padding-left: 34px;
}
.delivery_price_min .price b {
	font-size: 14px;
}
.unload_price {
	color: #aaa;
	font-size: 12px;
}
#deliveryMapWrap {
	position: relative;
}
#deliveryMap {
	width: 100%;
	height: 680px;
}
#deliveryZoneShow {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 20px;
	width: 80px;
	padding: 8px 0;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	background: #fff;
	border: 1px solid #c8c8c8;
	box-shadow: 2px -2px 2px 0 rgba(0, 0, 0, 0.15);
}
/*#deliveryZoneShow.weight-open {
	top: 222px;
}*/
#deliveryZoneShow label {
	display: block;
	line-height: 15px;
}
/* End */


/* Start:/local/components/rds/comments/templates/.default/style.css?153573027911600*/

.ga-item-feedback-block-hidden {
	display: none;
}
.ga-item-feedback-title{
	height: 17px;
	font-size: 19px;
	line-height: 17px;
	font-weight: bold;
}
.ga-button.ga-new-feedback{
	position: absolute;
	right: 0;
	top: 27px;
	background: #ff4848 url(/local/components/rds/comments/templates/.default/img/button-plus.png) no-repeat 10px center;
	line-height: 34px;
	width: 154px;
	height: 33px;
	font-weight: bold;
	padding-left: 26px;
	font-size: 15px;
}
.ga-button.ga-new-feedback:hover{
	background-color: #d33030;
}
.ga-item-feedback-list {
	margin-top: 17px;
}
.ga-item-feedback-list.has-items {
	border-bottom: 1px solid #d6d6d6;
}
.ga-feedback-item {
	position: relative;
	padding: 12px 10px 18px;
	border-top: 1px solid #d6d6d6;
}
.ga-item-feedback-child-list {
	padding-left: 160px;
}
.ga-item-feedback-child-list .ga-feedback-child-item.ga-feedback-item {
	display: none;
}
.ga-item-feedback-child-list .ga-feedback-child-item.ga-feedback-item:last-child {
	display: block;
}
.ga-item-feedback-child-list.on .ga-feedback-child-item.ga-feedback-item {
	display: block;
}
.ga-feedback-item:after {
	content: "";
	display: block;
	clear: both;
}
.ga-feedback-item-wrap:nth-child(n+3) {
	display: none;
}
.ga-item-feedback-list.on .ga-feedback-item-wrap {
	display: block;
}
.ga-feedback-item-left-block{
	float: left;
	width: 170px;
}
.ga-feedback-item-text{
	margin: 3px 0 0 188px;
}
.admin-feedback:before {
	position: absolute;
	left: -20px;
	top: 17px;
	width: 12px;
	height: 12px;
	background: url(/local/components/rds/comments/templates/.default/./img/logo.png) no-repeat 0 0 / contain;
	content: "";
}
.admin-feedback .ga-feedback-item-text{
	/*font-style: italic;*/
}
.ga-feedback-author-name{
	font-size: 16px;
	color: #ff4848;
	line-height: 22px;
}
.ga-item-feedback-child-list .ga-feedback-author-name{
	color: inherit;
}
.ga-feedback-date{
	margin-top: 3px;
}
.ga-feedback-rating{
	position: relative;
	display: block;
	height: 16px;
	width: 97px;
	background: #cdcdcd;
	margin: 10px 0 0 3px;
}
.ga-feedback-rating:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 1;
	background: #ff4848
}
.ga-feedback-rating.lvl1:before{
	width: 18px;
}
.ga-feedback-rating.lvl2:before{
	width: 38px;
}
.ga-feedback-rating.lvl3:before{
	width: 58px;
}
.ga-feedback-rating.lvl4:before{
	width: 78px;
}
.ga-feedback-rating.lvl5:before{
	width: 97px;
}
.ga-feedback-rating:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: url(/local/components/rds/comments/templates/.default/img/feedback-rating.png) no-repeat;
}
.ga-item-feedback-show-all{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px dotted #232221;
	margin-top: 16px;
	cursor: pointer;
}
.ga-item-feedback-show-all.show-children {
	margin: 0 0 16px;
}
.ga-item-feedback-show-all:before, .ga-item-feedback-show-all:after{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: -19px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.ga-item-feedback-show-all:before{
	top: 8px;
	border-top: 7px solid #989898;
}
.ga-item-feedback-show-all:after{
	border-top: 7px solid #ffffff;
}
.ga-item-feedback-show-all.on:before{
	border-top: none;
	border-bottom: 7px solid #989898;
}
.ga-item-feedback-show-all.on:after{
	top: 11px;
	border-top: none;
	border-bottom: 7px solid #ffffff;
}
.ga-item-feedback-success {
	display: none;
	position: relative;
	height: 140px;
	padding: 75px 0 0 180px;
	background: url(/local/components/rds/comments/templates/.default/img/comment_success.png) 0 55px no-repeat;
	border-top: 1px solid #d6d6d6;
}
.ga-item-feedback-success.on {
	display: block;
}
.ga-item-feedback-success .close {
	position: absolute;
	top: 20px;
	right: 0;
	width: 14px;
	height: 14px;
	background: url(/local/components/rds/comments/templates/.default/img/comment_form_close.png) 0 0 no-repeat;
}
.ga-feedback-reply {
	display: block;
	color: #ff4848;
	text-align: right;
	text-decoration: underline;
}
.ga-feedback-reply:hover {
	text-decoration: none;
}
/*.price b{
    font-size: 24px
}
.form-group{
    position: relative;
}
.form-group .msg{
    position: absolute;
    right: -200px;
    top: 0;
    width: 200px;
}
.form-group .msg.error{
    color: #f70d1c;
}*/
.popup_review .modal-content{
    padding: 20px 40px
}
.popup_review .modal-content table{
    border-collapse: collapse;
}
.popup_review .modal-content table td{
    padding: 10px 0 10px 5px;
}
.popup_review .modal-content table td .required{
    font-weight: bold;
    color: red;
    font-size: 140%;
    line-height: 17px;
}
.popup_review .modal-content table td.first{
	width: 0;
    padding: 10px 5px 10px 0;
    text-align: right;
    white-space: nowrap;
}
.popup_review .modal-content table tr.text td.first{
    padding-top: 15px;
    vertical-align: top;
}
.popup_review .modal-content table tr.error td.first{
    color: red;
}
.popup_review .modal-content table tr.error td.last{
    color: red;
    padding-left: 10px;
}
.popup_review .modal-content textarea, .popup_review .modal-content input[type='text'] {
	display: block;
	line-height: 18px;
}
.popup_review .modal-content table tr.error td textarea, .popup_review .modal-content table tr.error td input[type='text'] {
    border-color: red;
}
.popup_review .modal-content table td textarea{
    height: 90px;
    width: 300px;
    resize: none;
    padding: 8px 10px;
    background: #ffffff;
    border: 2px solid #e4e4e4;
    font-size: 16px;
    color: #252423;
    text-align: left;
    letter-spacing: 0.01em;
    outline: none;
}
.modal-content form{
    background: url(/local/templates/rds_catalog/images/form-bg.png) 481px 36px no-repeat;
}
tr.string td input{
    padding: 8px 10px;
    width: 305px;
    background: #ffffff;
    border: 2px solid #e4e4e4;
    font-size: 16px;
    color: #252423;
    text-align: left;
    letter-spacing: 0.01em;
    outline: none;
}
.popup_review .br-wrapper{
    margin: 0
}
.good_info.manag{
    margin: 36px 0 0;
    /*width: 350px;*/
	font-size: 14px;
}
.good_info.manag a{
	color: #ff4848;
    /*text-decoration: none;
    border-bottom: 1px dotted #23527c;*/
}
.good_info.manag a:hover{
    text-decoration: underline;
}
/*.good_info.manag a[href*='publish']{
    color: #3c763d;
    border-color: #3c763d;
}
.good_info.manag a[href*='unpublish']{
    color: #b94a48;
    border-color: #b94a48;
}*/
.good_info.manag + .ga-feedback-reply {
	position: absolute;
	right: 10px;
	bottom: 20px;
}
#status_bar{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 30px;
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    z-index: 1100;
}
#status_bar.fail{
    background: #b94a48;
}
#status_bar.ok{
    background: #3c763d;
}
#status_bar.success{
    background: #3c763d;
}
.filter-sort{
    min-height: 40px;
}
.bx_item_detail_rating{
    display: none;
}
#add_review{
    display: none;
}
.modal-content input[type="submit"]{
    line-height: 34px;
    height: 33px;
    padding: 0 26px;
    outline: none;
    font-size: 15px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    border: 0;
    background: rgb(255, 72, 72);
    cursor: pointer;
}
.modal-content input[type="submit"]:hover{
	background: #d33030;
}
.br-theme-fontawesome-stars{
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}
.modal-content form tr td:nth-child(n + 2) {
	width: 472px;
}
.answer_review .modal-content form tr td:nth-child(n + 2) {
	width: 372px;
}
.modal-content form tr td .req {
    position: absolute;
    right: 0;
    top: 3px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url(/local/templates/rds_catalog/images/angle.png) no-repeat center center;
}
.modal-content form tr td{
    position: relative;
}
.popup_review .modal-content table td{
    padding: 3px 0 ;
}
.modal-content a {
	color: #ff4848;
}
.modal-content a:hover {
	text-decoration: underline;
}
body .popup_review .modal-content table td textarea{
    margin: 0;
    width: 472px;
    box-sizing: border-box;
}
body tr.string td input{
    box-sizing: border-box;
    margin: 0;
    width: 472px;
}
body .answer_review .modal-content table td textarea,
body .answer_review tr.string td input {
	width: 372px;
}
.good_info.manag{
    clear: both;
}

.modal-dialog  td .title{
    font-size: 18px;
    color: #ff4848;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.popup_review .modal-content{
    padding: 20px 0;
}
.popup_review .modal-content table td.first{
    padding: 0;
}
body .popup_review .modal-content table td textarea::-webkit-input-placeholder{
    font-family: "PT Sans";
    color: #989898;
    font-size: 14px;
    font-style: italic;
}
body .popup_review .modal-content table td textarea:-ms-input-placeholder{
    font-family: "PT Sans";
    color: #989898;
    font-size: 14px;
    font-style: italic;
}
body .popup_review .modal-content table td textarea:-moz-placeholder
{
    font-family: "PT Sans";
    color: #989898;
    font-size: 14px;
    font-style: italic;
}

body .popup_review .modal-content table input[type='text']::-webkit-input-placeholder{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
    font-style: italic;
}
body .popup_review .modal-content table input[type='text']:-ms-input-placeholder{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
    font-style: italic;
}
body .popup_review .modal-content table input[type='text']:-moz-placeholder
{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
    font-style: italic;
}
body .popup_review .modal-content table input[type='text'],
body .popup_review .modal-content table td textarea{
    color: #989898;
    font-size: 14px;
    font-family: "PT Sans";
}
body .br-theme-fontawesome-stars .br-widget{
    height: 24px;
}
.popup_review form .node{
    position: absolute;
    font-size: 14px;
    top: 155px;
    left: 543px;
}
.popup_review form .node a {
    color: #ff4848;
}
.popup_review form .node:before {
    position: absolute;
    content:"";
    display: inline-block;
    width: 20px;
    height: 20px;
    left: -25px;
    vertical-align: middle;
    background: url(/local/templates/rds_catalog/images/sprite.png) no-repeat -512px -206px;;
}
.update_review, .answer_review {
	display: none;
	position: relative;
	margin-left: 170px;
}
.popup_review.answer_review form .node {
	top: 55px;
	left: 423px;
}
.ga-item-feedback-child-list .answer_review {
	margin-left: 0;
}
.update_review .close, .answer_review .close {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background: url(/local/components/rds/comments/templates/.default/img/comment_form_close.png) 0 0 no-repeat;
}
.update_review .modal-content, .answer_review .modal-content {
	padding: 0;
}
.update_review form {
	background: none;
}
.update_review .UF_RATING {
	display: none;
}
.update_review.w-rating .UF_RATING {
	display: table-row;
}
.answer_review form {
	background-position: 381px 3px;
}
#add_review form, .ga-item-feedback-left {
	display: none;
}
#add_review form.on, .ga-item-feedback-left.on {
	display: block;
}
/* End */


/* Start:/local/templates/rds_catalog/plagins/barrating/fontawesome-stars.css?15109802411048*/
.br-theme-fontawesome-stars .br-widget {
    height: 28px;
    white-space: nowrap;
}
.br-theme-fontawesome-stars .br-widget a {
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    margin-right: 2px;
}
.br-theme-fontawesome-stars .br-widget a:after {
    content: '\f005';
    color: #d2d2d2;
}
.br-theme-fontawesome-stars .br-widget a.br-active:after {
    color: #ff4848;
}
.br-theme-fontawesome-stars .br-widget a.br-selected:after {
    color: #ff4848;
}
.br-theme-fontawesome-stars .br-widget .br-current-rating {
    display: none;
}
.br-theme-fontawesome-stars .br-readonly a {
    cursor: default;
}
@media print {
    .br-theme-fontawesome-stars .br-widget a:after {
        content: '\f006';
        color: black;
    }
    .br-theme-fontawesome-stars .br-widget a.br-active:after,
    .br-theme-fontawesome-stars .br-widget a.br-selected:after {
        content: '\f005';
        color: black;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/visual/style.css?15109802414322*/
.bx_pagination_bottom *{vertical-align: baseline;}
.bx_pagination_bottom{
	margin-top: 20px;
	color: #8d8d8d;
	font-size:11px;
}
.catalog-elements .bx_pagination_bottom{
	margin-top: -10px;
}
.list .catalog-elements .bx_pagination_bottom{
	margin-top: 20px;
}
.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: block;
	height: 30px;
	vertical-align: top;
	line-height: normal;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 2px 20px 2px 10px;
	padding: 1px 25px 3px 5px;
	height: 22px;
	outline: none;
	border: 1px solid #e0e0e0;
	border-radius: 1px;
	background: #fff url(/local/templates/.default/components/bitrix/system.pagenavigation/visual/images/select_arrow.png) no-repeat right center;
	color: #8d8d8d;
	font-size: 11px;
	line-height: 16px;
	resize: none;
	-webkit-appearance: none;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 5px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
	text-align: center;
	display: block;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height:30px;
	background: #FFF;
	color: #cacaca;
	font-weight: bold;
	text-align: center;
	margin-right: 7px;
}
.bx_pagination_bottom .bx_pagination_page li.arrow{
	background: none;
}
.bx_pagination_bottom .bx_pagination_page li:before{
	display: none;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	color:#ff4848;
	background: #FFF;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.top/.default/style.css?16560754452344*/
.catalog-price {
	 color:red;
}
div.catalog-top table td {
	padding-right:10px;
	padding-top:10px;
}
.ga-item-slider-list{
	position: relative;
	height: 200px;
	padding: 5px 10px 30px;

	margin-left: -10px;
}
.ga-item-slider-list-wrapper{
	width: 100000px;
	position: absolute;
}

.ga-slider-item {
	position: relative;
	vertical-align: top;
	display: inline-block;
	height: 163px;
	width: 260px;
	font-size: 14px;
	background: #ffffff;
	margin-left: 10px;
	padding: 26px 15px 20px 20px;
}
.ga-slider-item:hover {
	webkit-box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 4px 20px 0px rgba(0, 0, 0, 0.15);

}
.ga-slider-item:first-child {
	margin-left: 0;
}
.ga-slider-item.in-cart:before{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 0;
	border: 25px solid;
	border-color: transparent #5b6ce7 #5b6ce7 transparent;
	box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.25);
	content: "";
}
.ga-slider-item.in-cart:after{
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 25px;
	height: 25px;
	background: url(/local/templates/rds_catalog/images/white_cart_small.png) no-repeat bottom right;
	content: "";
}
.ga-slider-item-img {
	display: block;
	float: left;
	position: relative;
	margin: 4px 18px 0 0;
	width: 107px;
	height: 107px;
	text-align: center;
}
.ga-slider-item-img img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
	transition: opacity 0.6s;
}
.ga-slider-item-img img.second_img{
	opacity: 0;
}
.ga-slider-item-img:hover .second_img {
    opacity: 1;
}
.ga-slider-item-img:hover .second_img + img {
    opacity: 0;
}
.ga-slider-item-name{
	height: 111px;
	overflow: hidden;
	display: block;
	font-size: 14px;
	color: #252423;
	line-height: 20px;
}
.ga-slider-item-price{
	margin: 12px 0 0;
	padding: 0;
	text-align: center;
	font-size: 17px;
	color: #252423;
	line-height: 20px;
}
.ga-slider-item-price .price-cost{
	font-size: 26px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
.ga-slider-item-price .price-currency{
	font-size: 26px;
	font-weight: bold;
}
.ga-slider-item .wrap-bay {
    display: none;
}
.ga-slider-item-desc {
	margin: 7px 7px 0 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #848484;
	line-height: 20px;
}
/* End */
/* /local/templates/.default/components/bitrix/breadcrumb/top/style.css?1510980241893 */
/* /local/templates/.default/components/bitrix/catalog/.default/style.css?1510980241612 */
/* /local/templates/.default/components/rds/catalog.element/.default/style.css?157409043247 */
/* /local/templates/rds_catalog/plagins/nice-select/nice-select.css?15385697393366 */
/* /local/templates/rds_catalog/css/3d/style.css?15724065922241 */
/* /local/templates/rds_catalog/css/delivery.css?15819280326905 */
/* /local/components/rds/comments/templates/.default/style.css?153573027911600 */
/* /local/templates/rds_catalog/plagins/barrating/fontawesome-stars.css?15109802411048 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/visual/style.css?15109802414322 */
/* /local/templates/.default/components/bitrix/catalog.top/.default/style.css?16560754452344 */
